Skip to content

Commit 5bfd2ad

Browse files
BoweroKartik Raj
authored andcommitted
Added Dutch language (microsoft#4012)
* First changes * Resolved suggestions of mvantellingen * Added news entry * Added thanks for feedback * Changed recommendations of @mvantellingen
1 parent 6311efe commit 5bfd2ad

2 files changed

Lines changed: 186 additions & 0 deletions

File tree

news/1 Enhancements/4186.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Added Dutch translation.
2+
(thanks [Robin Martijn](https://github.com/Bowero) with the feedback of [Michael van Tellingen](https://github.com/mvantellingen))

package.nls.nl.json

Lines changed: 184 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,184 @@
1+
{
2+
"python.command.python.sortImports.title": "Import sorteren",
3+
"python.command.python.startREPL.title": "REPL starten",
4+
"python.command.python.createTerminal.title": "Terminal aanmaken",
5+
"python.command.python.buildWorkspaceSymbols.title": "Werkruimte-symbolen aanmaken",
6+
"python.command.python.runtests.title": "Alle unittests uitvoeren",
7+
"python.command.python.debugtests.title": "Alle unittests debuggen",
8+
"python.command.python.execInTerminal.title": "Python-bestand in terminal uitvoeren",
9+
"python.command.python.setInterpreter.title": "Interpreter selecteren",
10+
"python.command.python.updateSparkLibrary.title": "Pyspark-werkruimtebibliotheken updaten",
11+
"python.command.python.refactorExtractVariable.title": "Variabelen selecteren",
12+
"python.command.python.refactorExtractMethod.title": "Methode selecteren",
13+
"python.command.python.viewTestOutput.title": "Unittest-resultaat laten zien",
14+
"python.command.python.selectAndRunTestMethod.title": "Unittest-methode uitvoeren ...",
15+
"python.command.python.selectAndDebugTestMethod.title": "Unittest-methode debuggen ...",
16+
"python.command.python.selectAndRunTestFile.title": "Unittest-bestand uitvoeren ...",
17+
"python.command.python.runCurrentTestFile.title": "Huidige unittest-bestand uitvoeren",
18+
"python.command.python.runFailedTests.title": "Gefaalde unittests uitvoeren",
19+
"python.command.python.discoverTests.title": "Unittests doorzoeken",
20+
"python.command.python.execSelectionInTerminal.title": "Selectie/rij in Python-terminal uitvoeren",
21+
"python.command.python.execSelectionInDjangoShell.title": "Selectie/rij in Django-shell uitvoeren",
22+
"python.command.python.goToPythonObject.title": "Naar Python-object gaan",
23+
"python.command.python.setLinter.title": "Linter selecteren",
24+
"python.command.python.enableLinting.title": "Linting activeren",
25+
"python.command.python.runLinting.title": "Linting uitvoeren",
26+
"python.command.python.datascience.runallcells.command.title": "Huidige bestand in interactief Python-venster uitvoeren",
27+
"python.command.python.datascience.runallcells.title": "Alle cellen uitvoeren",
28+
"python.command.python.datascience.runcurrentcell.title": "Huidige cel uitvoeren",
29+
"python.command.python.datascience.runcurrentcelladvance.title": "Huidige cel uitvoeren en doorgaan",
30+
"python.command.python.datascience.runcell.title": "Cel uitvoeren",
31+
"python.command.python.datascience.showhistorypane.title": "Interactief Python-venster laten zien",
32+
"python.command.python.datascience.selectjupyteruri.title": "Jupyter-server-URI specificeren",
33+
"python.command.python.datascience.importnotebook.title": "Jupyter-notebook importeren",
34+
"python.command.python.datascience.importnotebookonfile.title": "Jupyter-notebook importeren",
35+
"python.command.python.enableSourceMapSupport.title": "Bronkaartondersteuning voor extensie-debugging inschakelen",
36+
"python.command.python.datascience.exportoutputasnotebook.title": "Interactief Python-venster als Jupyter-notebook exporteren",
37+
"python.command.python.datascience.exportfileasnotebook.title": "Huidige Python-bestand als Jupyter-notebook exporteren",
38+
"python.command.python.datascience.exportfileandoutputasnotebook.title": "Huidige Python-bestand exporteren en outputten als Jupyter-notebook",
39+
"python.command.python.datascience.undocells.title": "Laatste interactieve Python-actie ongedaan maken",
40+
"python.command.python.datascience.redocells.title": "Laatste interactieve Python-actie opnieuw uitvoeren",
41+
"python.command.python.datascience.removeallcells.title": "Alle interactieve Python-cellen verwijderen",
42+
"python.command.python.datascience.interruptkernel.title": "iPython-kernel onderbreken",
43+
"python.command.python.datascience.restartkernel.title": "iPython-kernel herstarten",
44+
"python.command.python.datascience.expandallcells.title": "Alle interactieve Python-vensters openen",
45+
"python.command.python.datascience.collapseallcells.title": "Alle interactieve Python-vensters sluiten",
46+
"python.snippet.launch.standard.label": "Python: Huidige bestand",
47+
"python.snippet.launch.standard.description": "Python-programma uitvoeren met standaardweergave",
48+
"python.snippet.launch.pyspark.label": "Python: PySpark",
49+
"python.snippet.launch.pyspark.description": "PySpark debuggen",
50+
"python.snippet.launch.module.label": "Python: Module",
51+
"python.snippet.launch.module.description": "Python-module debuggen",
52+
"python.snippet.launch.terminal.label": "Python: Terminal (geintegreerd)",
53+
"python.snippet.launch.terminal.description": "Een Python-programma met geintegreerde terminal/console debuggen",
54+
"python.snippet.launch.externalTerminal.label": "Python: Terminal (extern)",
55+
"python.snippet.launch.externalTerminal.description": "Een Python-programma met externe terminal/console debuggen",
56+
"python.snippet.launch.django.label": "Python: Django",
57+
"python.snippet.launch.django.description": "Een Django-Applicatie uitvoeren",
58+
"python.snippet.launch.flask.label": "Python: Flask",
59+
"python.snippet.launch.flask.description": "Een Flask-applicatie debuggen",
60+
"python.snippet.launch.flaskOld.label": "Python: Flask (0.10.x of eerder)",
61+
"python.snippet.launch.flaskOld.description": "Een eerder opgemaakte Flask-applicatie debuggen",
62+
"python.snippet.launch.gevent.label": "Python: Gevent",
63+
"python.snippet.launch.gevent.description": "Een Gevent-applicatie debuggen",
64+
"python.snippet.launch.pyramid.label": "Python: Pyramid-applicatie",
65+
"python.snippet.launch.pyramid.description": "Een Pyramid-applicatie debuggen",
66+
"python.snippet.launch.watson.label": "Python: Watson-applicatie",
67+
"python.snippet.launch.watson.description": "Een Watson-applicatie debuggen",
68+
"python.snippet.launch.attach.label": "Python: aankoppelen",
69+
"python.snippet.launch.attach.description": "De debugger voor debugging op afstand aankoppelen",
70+
"python.snippet.launch.scrapy.label": "Python: Scrapy",
71+
"python.snippet.launch.scrapy.description": "Scrapy met geintegreerde terminal/console",
72+
"LanguageService.bannerMessage": "Zou je alsjeblieft 2 minuten kunnen nemen om ons te vertellen hoe de Python-language server voor jou werkt?",
73+
"LanguageService.bannerLabelYes": "Ja, neem nu deel aan het onderzoek",
74+
"LanguageService.bannerLabelNo": "Nee, bedankt",
75+
"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.",
76+
"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.",
77+
"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.",
78+
"DataScience.unknownMimeTypeFormat": "Mime type {0} wordt momenteel niet ondersteund.",
79+
"DataScience.historyTitle": "Interactieve Python",
80+
"DataScience.badWebPanelFormatString": "<html><body><h1>{0} is geen geldige bestandsnaam</h1></body></html>",
81+
"DataScience.sessionDisposed": "Kan code niet uitvoeren, de sessie is gesloten.",
82+
"DataScience.exportDialogTitle": "Exporteren naar Jupyter-notebook",
83+
"DataScience.exportDialogFilter": "Jupyter-notebooks",
84+
"DataScience.exportDialogComplete": "Notebook geschreven naar {0}",
85+
"DataScience.exportDialogFailed": "Niet gelukt om te exporteren naar Jupyter-notebook. {0}",
86+
"DataScience.exportOpenQuestion": "In browser openen",
87+
"DataScience.collapseInputTooltip": "Invoerblok sluiten",
88+
"DataScience.importDialogTitle": "Jupyter-notebook importeren",
89+
"DataScience.importDialogFilter": "Jupyter-notebooks",
90+
"DataScience.notebookCheckForImportYes": "Importeer",
91+
"DataScience.notebookCheckForImportNo": "Later",
92+
"DataScience.notebookCheckForImportDontAskAgain": "Niet opnieuw vragen",
93+
"DataScience.notebookCheckForImportTitle": "Wil je het Jupyter-notebook importeren als Python-code?",
94+
"DataScience.jupyterNotSupported": "De uitgevoerde cellen vereisen Jupyter-notebooks geinstalleerd.",
95+
"DataScience.jupyterNbConvertNotSupported": "Notebooks importeren vereist Jupyter-nbconvert geinstalleerd.",
96+
"DataScience.jupyterLaunchTimedOut": "Het is niet gelukt de Jupyter-notebook-server op tijd te starten",
97+
"DataScience.jupyterLaunchNoURL": "Het is niet gelukt de URL van de gestarte Jupyter-notebook-server te vinden",
98+
"DataScience.pythonInteractiveHelpLink": "Krijg meer hulp",
99+
"DataScience.importingFormat": "Aan het importeren {0}",
100+
"DataScience.startingJupyter": "Jupyter-server starten",
101+
"DataScience.connectingToJupyter": "Met Jupyter-server verbinden",
102+
"Interpreters.RefreshingInterpreters": "Python-Interpreters verversen",
103+
"Interpreters.LoadingInterpreters": "Python-Interpreters laden",
104+
"DataScience.restartKernelMessage": "Wil je de iPython-kernel herstarten? Alle variabelen zullen verloren gaan.",
105+
"DataScience.restartKernelMessageYes": "Herstarten",
106+
"DataScience.restartKernelMessageNo": "Annuleren",
107+
"DataScienceSurveyBanner.bannerMessage": "Zou je alsjeblieft 2 minuten kunnen nemen om ons te vertellen hoe de Python-data-science-functionaliteiten voor jou werkt?",
108+
"DataScienceSurveyBanner.bannerLabelYes": "Ja, neem nu deel aan het onderzoek",
109+
"DataScienceSurveyBanner.bannerLabelNo": "Nee, bedankt",
110+
"DataScience.restartingKernelStatus": "iPython-Kernel herstarten",
111+
"DataScience.executingCode": "Cel aan het uitvoeren",
112+
"DataScience.collapseAll": "Alle cel-invoeren sluiten",
113+
"DataScience.expandAll": "Alle cel-invoeren openen",
114+
"DataScience.export": "Als Jupyter-Notebook exporteren",
115+
"DataScience.restartServer": "iPython-kernel herstarten",
116+
"DataScience.undo": "Herhaal",
117+
"DataScience.redo": "Opnieuw uitvoeren",
118+
"DataScience.clearAll": "Alle cellen verwijderen",
119+
"DataScience.pythonVersionHeader": "Python versie:",
120+
"DataScience.pythonVersionHeaderNoPyKernel": "Python versie kan niet overeenkomen, geen ipykernel gevonden:",
121+
"DataScience.pythonRestartHeader": "Kernel herstart:",
122+
"Linter.InstalledButNotEnabled": "Linter {0} is geinstalleerd maar niet ingeschakeld.",
123+
"Linter.replaceWithSelectedLinter": "Meerdere linters zijn ingeschakeld in de instellingen. Vervangen met '{0}'?",
124+
"DataScience.jupyterSelectURILaunchLocal": "Een lokale Jupyter-server starten wanneer nodig",
125+
"DataScience.jupyterSelectURISpecifyURI": "Voer de URI in om te verbinden met een draaiende Jupiter-server",
126+
"DataScience.jupyterSelectURIPrompt": "Voer de URI in van een Jupiter-server",
127+
"DataScience.jupyterSelectURIInvalidURI": "Ongeldige URI gespecificeerd",
128+
"DataScience.jupyterNotebookFailure": "Jupyter-notebook kon niet starten. \r\n{0}",
129+
"DataScience.jupyterNotebookConnectFailed": "Verbinden met Jupiter-notebook is niet gelukt. \r\n{0}\r\n{1}",
130+
"DataScience.notebookVersionFormat": "Jupyter-notebook versie: {0}",
131+
"DataScience.jupyterKernelNotSupportedOnActive": "Jupyter-kernel kan niet worden gestart vanuit '{0}'. met behulp van de dichtstbijzijnde overeenkomst {1} in plaats daarvan.",
132+
"DataScience.jupyterKernelSpecNotFound": "Kan geen Jupyter-kernel-spec aanmaken en er zijn er geen beschikbaar voor gebruik",
133+
"diagnostics.warnSourceMaps": "Bronkaartondersteuning is ingeschakeld in de Python-extensie, dit zal een ongunstige impact hebben op de uitvoering van de extensie.",
134+
"diagnostics.disableSourceMaps": "Bronkaartondersteuning uitschakelen",
135+
"diagnostics.warnBeforeEnablingSourceMaps": "Bronkaartondersteuning inschakelen in de Python-extensie zal een ongunstige impact hebben op de uitvoering van de extensie.",
136+
"diagnostics.enableSourceMapsAndReloadVSC": "Venster inschakelen en herladen",
137+
"diagnostics.lsNotSupported": "Uw besturingssysteem voldoet niet aan de minimumeisen van de language server. Aan het terugschakelen naar het alternatief, Jedi.",
138+
"DataScience.interruptKernel": "iPython-kernel onderbreken",
139+
"DataScience.exportingFormat": "Aan het exporteren {0}",
140+
"DataScience.exportCancel": "Annuleren",
141+
"Common.canceled": "Geannuleerd",
142+
"DataScience.importChangeDirectoryComment": "#%% De werkmap van de werkruimte root naar de ipynb-bestandslocatie veranderen. Schakel deze toevoeging uit met de instelling DataScience.changeDirOnImportExport",
143+
"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",
144+
"DataScience.interruptKernelStatus": "iPython-kernel onderbreken",
145+
"DataScience.restartKernelAfterInterruptMessage": "Het onderbreken van de kernel duurde te lang. Wil je de kernel in plaats daarvan herstarten? Alle variabelen zullen verloren gaan.",
146+
"DataScience.pythonInterruptFailedHeader": "Toetsenbord-interrupt liet de kernel crashen. Kernel herstart.",
147+
"DataScience.sysInfoURILabel": "Jupyter-server URI: ",
148+
"Common.loadingPythonExtension": "Python-extensie aan het laden...",
149+
"debug.selectConfigurationTitle": "Een debug-configuratie selecteren",
150+
"debug.selectConfigurationPlaceholder": "Debug-configuratie",
151+
"debug.debugFileConfigurationLabel": "Python-bestand",
152+
"debug.debugFileConfigurationDescription": "Python-bestand debuggen",
153+
"debug.debugModuleConfigurationLabel": "Module",
154+
"debug.debugModuleConfigurationDescription": "Python module/package debuggen",
155+
"debug.remoteAttachConfigurationLabel": "Extern aankoppelen",
156+
"debug.remoteAttachConfigurationDescription": "Een externe Python-applicatie debuggen",
157+
"debug.debugDjangoConfigurationLabel": "Django",
158+
"debug.debugDjangoConfigurationDescription": "Web-applicatie",
159+
"debug.debugFlaskConfigurationLabel": "Flask",
160+
"debug.debugFlaskConfigurationDescription": "Web-applicatie",
161+
"debug.debugPyramidConfigurationLabel": "Pyramid",
162+
"debug.debugPyramidConfigurationDescription": "Web-applicatie",
163+
"debug.djangoEnterManagePyPathTitle": "Django debuggen",
164+
"debug.djangoEnterManagePyPathPrompt": "Voer een pad in naar manage.py ('${workspaceFolderToken}' verwijzen naar de root van de huidige werkruimtemap)",
165+
"debug.djangoEnterManagePyPathInvalidFilePathError": "Voer een geldig Python-bestandspad in",
166+
"debug.flaskEnterAppPathOrNamePathTitle": "Flask debuggen",
167+
"debug.flaskEnterAppPathOrNamePathPrompt": "Voer een pad in naar een applicatie, bijvoorbeeld 'app.py' of 'app'",
168+
"debug.flaskEnterAppPathOrNamePathInvalidNameError": "Voer een geldige naam in",
169+
"debug.moduleEnterModuleTitle": "Module debuggen",
170+
"debug.moduleEnterModulePrompt": "Voer Python module/package naam in",
171+
"debug.moduleEnterModuleInvalidNameError": "Voer een geldige naam in",
172+
"debug.pyramidEnterDevelopmentIniPathTitle": "Pyramid debuggen",
173+
"debug.pyramidEnterDevelopmentIniPathPrompt": "`Voer een pad in naar development.ini ('${workspaceFolderToken}' verwijzen naar de root van de huidige werkruimtemap)`",
174+
"debug.pyramidEnterDevelopmentIniPathInvalidFilePathError": "Voer een geldig bestandspad in",
175+
"debug.attachRemotePortTitle": "Extern debuggen",
176+
"debug.attachRemotePortPrompt": "Voer een port-nummer in",
177+
"debug.attachRemotePortValidationError": "Voer een geldig port-nummer in",
178+
"debug.attachRemoteHostTitle": "Extern debuggen",
179+
"debug.attachRemoteHostPrompt": "Voer een hostname of IP-adres in",
180+
"debug.attachRemoteHostValidationError": "Voer een geldige hostname of IP-adres in",
181+
"UnitTests.testErrorDiagnosticMessage": "Error",
182+
"UnitTests.testFailDiagnosticMessage": "Mislukt",
183+
"UnitTests.testSkippedDiagnosticMessage": "Overgeslagen"
184+
}

0 commit comments

Comments
 (0)