mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
68 lines
5.5 KiB
JSON
68 lines
5.5 KiB
JSON
{
|
|
"python.command.python.sortImports.title": "Import sorteren",
|
|
"python.command.python.startREPL.title": "REPL starten",
|
|
"python.command.python.createTerminal.title": "Terminal aanmaken",
|
|
"python.command.python.execInTerminal.title": "Python-bestand in terminal uitvoeren",
|
|
"python.command.python.setInterpreter.title": "Interpreter selecteren",
|
|
"python.command.python.execSelectionInTerminal.title": "Selectie/rij in Python-terminal uitvoeren",
|
|
"python.command.python.execSelectionInDjangoShell.title": "Selectie/rij in Django-shell uitvoeren",
|
|
"python.command.python.goToPythonObject.title": "Naar Python-object gaan",
|
|
"python.command.python.setLinter.title": "Linter selecteren",
|
|
"python.command.python.enableLinting.title": "Linting activeren",
|
|
"python.command.python.runLinting.title": "Linting uitvoeren",
|
|
"python.command.python.enableSourceMapSupport.title": "Bronkaartondersteuning voor extensie-debugging inschakelen",
|
|
"python.snippet.launch.standard.label": "Python: Huidige bestand",
|
|
"python.snippet.launch.module.label": "Python: Module",
|
|
"python.snippet.launch.django.label": "Python: Django",
|
|
"python.snippet.launch.flask.label": "Python: Flask",
|
|
"python.snippet.launch.pyramid.label": "Python: Pyramid-applicatie",
|
|
"python.snippet.launch.attach.label": "Python: aankoppelen",
|
|
"ExtensionSurveyBanner.bannerLabelYes": "Ja, neem nu deel aan het onderzoek",
|
|
"ExtensionSurveyBanner.bannerLabelNo": "Nee, bedankt",
|
|
"LanguageService.lsFailedToStart": "We zijn een probleem tegengekomen bij het starten van de language server. Aan het terugschakelen naar het alternatief, Jedi. Bekijk het weergavepaneel voor details.",
|
|
"LanguageService.lsFailedToDownload": "We zijn een probleem tegengekomen bij het downloaden van de language server. Aan het terugschakelen naar het alternatief, Jedi. Bekijk het weergavepaneel voor details.",
|
|
"LanguageService.lsFailedToExtract": "We zijn een probleem tegengekomen bij het uitpakken van de language server. Aan het terugschakelen naar het alternatief, Jedi. Bekijk het weergavepaneel voor details.",
|
|
"Interpreters.RefreshingInterpreters": "Python-Interpreters verversen",
|
|
"Linter.InstalledButNotEnabled": "Linter {0} is geinstalleerd maar niet ingeschakeld.",
|
|
"Linter.replaceWithSelectedLinter": "Meerdere linters zijn ingeschakeld in de instellingen. Vervangen met '{0}'?",
|
|
"diagnostics.warnSourceMaps": "Bronkaartondersteuning is ingeschakeld in de Python-extensie, dit zal een ongunstige impact hebben op de uitvoering van de extensie.",
|
|
"diagnostics.disableSourceMaps": "Bronkaartondersteuning uitschakelen",
|
|
"diagnostics.warnBeforeEnablingSourceMaps": "Bronkaartondersteuning inschakelen in de Python-extensie zal een ongunstige impact hebben op de uitvoering van de extensie.",
|
|
"diagnostics.enableSourceMapsAndReloadVSC": "Venster inschakelen en herladen",
|
|
"diagnostics.lsNotSupported": "Uw besturingssysteem voldoet niet aan de minimumeisen van de language server. Aan het terugschakelen naar het alternatief, Jedi.",
|
|
"Common.canceled": "Geannuleerd",
|
|
"Common.loadingPythonExtension": "Python-extensie aan het laden...",
|
|
"debug.selectConfigurationTitle": "Een debug-configuratie selecteren",
|
|
"debug.selectConfigurationPlaceholder": "Debug-configuratie",
|
|
"debug.debugFileConfigurationLabel": "Python-bestand",
|
|
"debug.debugFileConfigurationDescription": "Python-bestand debuggen",
|
|
"debug.debugModuleConfigurationLabel": "Module",
|
|
"debug.debugModuleConfigurationDescription": "Python module/package debuggen",
|
|
"debug.remoteAttachConfigurationLabel": "Extern aankoppelen",
|
|
"debug.remoteAttachConfigurationDescription": "Een externe Python-applicatie debuggen",
|
|
"debug.debugDjangoConfigurationLabel": "Django",
|
|
"debug.debugDjangoConfigurationDescription": "Web-applicatie",
|
|
"debug.debugFlaskConfigurationLabel": "Flask",
|
|
"debug.debugFlaskConfigurationDescription": "Web-applicatie",
|
|
"debug.debugPyramidConfigurationLabel": "Pyramid",
|
|
"debug.debugPyramidConfigurationDescription": "Web-applicatie",
|
|
"debug.djangoEnterManagePyPathTitle": "Django debuggen",
|
|
"debug.djangoEnterManagePyPathPrompt": "Voer een pad in naar manage.py ('${workspaceFolderToken}' verwijzen naar de root van de huidige werkruimtemap)",
|
|
"debug.djangoEnterManagePyPathInvalidFilePathError": "Voer een geldig Python-bestandspad in",
|
|
"debug.flaskEnterAppPathOrNamePathTitle": "Flask debuggen",
|
|
"debug.flaskEnterAppPathOrNamePathPrompt": "Voer een pad in naar een applicatie, bijvoorbeeld 'app.py' of 'app'",
|
|
"debug.flaskEnterAppPathOrNamePathInvalidNameError": "Voer een geldige naam in",
|
|
"debug.moduleEnterModuleTitle": "Module debuggen",
|
|
"debug.moduleEnterModulePrompt": "Voer Python module/package naam in",
|
|
"debug.moduleEnterModuleInvalidNameError": "Voer een geldige naam in",
|
|
"debug.pyramidEnterDevelopmentIniPathTitle": "Pyramid debuggen",
|
|
"debug.pyramidEnterDevelopmentIniPathPrompt": "`Voer een pad in naar development.ini ('${workspaceFolderToken}' verwijzen naar de root van de huidige werkruimtemap)`",
|
|
"debug.pyramidEnterDevelopmentIniPathInvalidFilePathError": "Voer een geldig bestandspad in",
|
|
"debug.attachRemotePortTitle": "Extern debuggen",
|
|
"debug.attachRemotePortPrompt": "Voer een port-nummer in",
|
|
"debug.attachRemotePortValidationError": "Voer een geldig port-nummer in",
|
|
"debug.attachRemoteHostTitle": "Extern debuggen",
|
|
"debug.attachRemoteHostPrompt": "Voer een hostname of IP-adres in",
|
|
"debug.attachRemoteHostValidationError": "Voer een geldige hostname of IP-adres in"
|
|
}
|