{ "python.command.python.sortImports.title": "Import sorteren", "python.command.python.startREPL.title": "REPL starten", "python.command.python.createTerminal.title": "Terminal aanmaken", "python.command.python.buildWorkspaceSymbols.title": "Werkruimte-symbolen aanmaken", "python.command.python.runtests.title": "Alle unittests uitvoeren", "python.command.python.debugtests.title": "Alle unittests debuggen", "python.command.python.execInTerminal.title": "Python-bestand in terminal uitvoeren", "python.command.python.setInterpreter.title": "Interpreter selecteren", "python.command.python.refactorExtractVariable.title": "Variabelen selecteren", "python.command.python.refactorExtractMethod.title": "Methode selecteren", "python.command.python.viewTestOutput.title": "Unittest-resultaat laten zien", "python.command.python.selectAndRunTestMethod.title": "Unittest-methode uitvoeren ...", "python.command.python.selectAndDebugTestMethod.title": "Unittest-methode debuggen ...", "python.command.python.selectAndRunTestFile.title": "Unittest-bestand uitvoeren ...", "python.command.python.runCurrentTestFile.title": "Huidige unittest-bestand uitvoeren", "python.command.python.runFailedTests.title": "Gefaalde unittests uitvoeren", "python.command.python.discoverTests.title": "Unittests doorzoeken", "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", "Interpreters.LoadingInterpreters": "Python-Interpreters laden", "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", "Testing.testErrorDiagnosticMessage": "Error", "Testing.testFailDiagnosticMessage": "Mislukt", "Testing.testSkippedDiagnosticMessage": "Overgeslagen" }