forked from microsoft/vscode-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.nl.json
155 lines (155 loc) · 13 KB
/
package.nls.nl.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"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.datascience.runallcells.title": "Alle cellen uitvoeren",
"python.command.python.datascience.runcurrentcell.title": "Huidige cel uitvoeren",
"python.command.python.datascience.runcurrentcelladvance.title": "Huidige cel uitvoeren en doorgaan",
"python.command.python.datascience.runcell.title": "Cel uitvoeren",
"python.command.python.datascience.showhistorypane.title": "Interactief Python-venster laten zien",
"python.command.python.datascience.selectjupyteruri.title": "Jupyter-server-URI specificeren",
"python.command.python.datascience.importnotebook.title": "Jupyter-notebook importeren",
"python.command.python.datascience.importnotebookonfile.title": "Jupyter-notebook importeren",
"python.command.python.enableSourceMapSupport.title": "Bronkaartondersteuning voor extensie-debugging inschakelen",
"python.command.python.datascience.exportoutputasnotebook.title": "Interactief Python-venster als Jupyter-notebook exporteren",
"python.command.python.datascience.exportfileasnotebook.title": "Huidige Python-bestand als Jupyter-notebook exporteren",
"python.command.python.datascience.exportfileandoutputasnotebook.title": "Huidige Python-bestand exporteren en outputten als Jupyter-notebook",
"python.command.python.datascience.undocells.title": "Laatste interactieve Python-actie ongedaan maken",
"python.command.python.datascience.redocells.title": "Laatste interactieve Python-actie opnieuw uitvoeren",
"python.command.python.datascience.removeallcells.title": "Alle interactieve Python-cellen verwijderen",
"python.command.python.datascience.interruptkernel.title": "IPython-kernel onderbreken",
"python.command.python.datascience.restartkernel.title": "IPython-kernel herstarten",
"python.command.python.datascience.expandallcells.title": "Alle interactieve Python-vensters openen",
"python.command.python.datascience.collapseallcells.title": "Alle interactieve Python-vensters sluiten",
"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",
"LanguageService.bannerMessage": "Zou je alsjeblieft 2 minuten kunnen nemen om ons te vertellen hoe de Python-language server voor jou werkt?",
"LanguageService.bannerLabelYes": "Ja, neem nu deel aan het onderzoek",
"LanguageService.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.",
"DataScience.unknownMimeTypeFormat": "Mime type {0} wordt momenteel niet ondersteund.",
"DataScience.historyTitle": "Interactieve Python",
"DataScience.badWebPanelFormatString": "<html><body><h1>{0} is geen geldige bestandsnaam</h1></body></html>",
"DataScience.sessionDisposed": "Kan code niet uitvoeren, de sessie is gesloten.",
"DataScience.exportDialogTitle": "Exporteren naar Jupyter-notebook",
"DataScience.exportDialogFilter": "Jupyter-notebooks",
"DataScience.exportDialogComplete": "Notebook geschreven naar {0}",
"DataScience.exportDialogFailed": "Niet gelukt om te exporteren naar Jupyter-notebook. {0}",
"DataScience.exportOpenQuestion": "In browser openen",
"DataScience.collapseInputTooltip": "Invoerblok sluiten",
"DataScience.importDialogTitle": "Jupyter-notebook importeren",
"DataScience.importDialogFilter": "Jupyter-notebooks",
"DataScience.notebookCheckForImportYes": "Importeer",
"DataScience.notebookCheckForImportNo": "Later",
"DataScience.notebookCheckForImportDontAskAgain": "Niet opnieuw vragen",
"DataScience.notebookCheckForImportTitle": "Wil je het Jupyter-notebook importeren als Python-code?",
"DataScience.jupyterNbConvertNotSupported": "Notebooks importeren vereist Jupyter-nbconvert geinstalleerd.",
"DataScience.jupyterLaunchTimedOut": "Het is niet gelukt de Jupyter-notebook-server op tijd te starten",
"DataScience.jupyterLaunchNoURL": "Het is niet gelukt de URL van de gestarte Jupyter-notebook-server te vinden",
"DataScience.pythonInteractiveHelpLink": "Krijg meer hulp",
"DataScience.importingFormat": "Aan het importeren {0}",
"DataScience.startingJupyter": "Jupyter-server starten",
"DataScience.connectingToJupyter": "Met Jupyter-server verbinden",
"Interpreters.RefreshingInterpreters": "Python-Interpreters verversen",
"Interpreters.LoadingInterpreters": "Python-Interpreters laden",
"DataScience.restartKernelMessage": "Wil je de IPython-kernel herstarten? Alle variabelen zullen verloren gaan.",
"DataScience.restartKernelMessageYes": "Herstarten",
"DataScience.restartKernelMessageNo": "Annuleren",
"DataScienceSurveyBanner.bannerMessage": "Zou je alsjeblieft 2 minuten kunnen nemen om ons te vertellen hoe de Python-data-science-functionaliteiten voor jou werkt?",
"DataScienceSurveyBanner.bannerLabelYes": "Ja, neem nu deel aan het onderzoek",
"DataScienceSurveyBanner.bannerLabelNo": "Nee, bedankt",
"DataScience.restartingKernelStatus": "IPython-Kernel herstarten",
"DataScience.executingCode": "Cel aan het uitvoeren",
"DataScience.collapseAll": "Alle cel-invoeren sluiten",
"DataScience.expandAll": "Alle cel-invoeren openen",
"DataScience.export": "Als Jupyter-Notebook exporteren",
"DataScience.restartServer": "IPython-kernel herstarten",
"DataScience.undo": "Herhaal",
"DataScience.redo": "Opnieuw uitvoeren",
"DataScience.clearAll": "Alle cellen verwijderen",
"DataScience.pythonVersionHeader": "Python versie:",
"DataScience.pythonRestartHeader": "Kernel herstart:",
"Linter.InstalledButNotEnabled": "Linter {0} is geinstalleerd maar niet ingeschakeld.",
"Linter.replaceWithSelectedLinter": "Meerdere linters zijn ingeschakeld in de instellingen. Vervangen met '{0}'?",
"DataScience.jupyterNotebookFailure": "Jupyter-notebook kon niet starten. \r\n{0}",
"DataScience.jupyterNotebookConnectFailed": "Verbinden met Jupiter-notebook is niet gelukt. \r\n{0}\r\n{1}",
"DataScience.notebookVersionFormat": "Jupyter-notebook versie: {0}",
"DataScience.jupyterKernelSpecNotFound": "Kan geen Jupyter-kernel-spec aanmaken en er zijn er geen beschikbaar voor gebruik",
"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.",
"DataScience.interruptKernel": "IPython-kernel onderbreken",
"DataScience.exportingFormat": "Aan het exporteren {0}",
"DataScience.exportCancel": "Annuleren",
"Common.canceled": "Geannuleerd",
"DataScience.importChangeDirectoryComment": "{0} De werkmap van de werkruimte root naar de ipynb-bestandslocatie veranderen. Schakel deze toevoeging uit met de instelling DataScience.changeDirOnImportExport",
"DataScience.exportChangeDirectoryComment": "# De map wijzigen naar de VSCode-werktuimte root zodat de relatieve pad-ladingen correct werken. Schakel deze toevoeging uit met de instelling DataScience.changeDirOnImportExport",
"DataScience.interruptKernelStatus": "IPython-kernel onderbreken",
"DataScience.restartKernelAfterInterruptMessage": "Het onderbreken van de kernel duurde te lang. Wil je de kernel in plaats daarvan herstarten? Alle variabelen zullen verloren gaan.",
"DataScience.pythonInterruptFailedHeader": "Toetsenbord-interrupt liet de kernel crashen. Kernel herstart.",
"DataScience.sysInfoURILabel": "Jupyter-server URI: ",
"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"
}