|
22 | 22 | "python.command.python.setLinter.title": "Linter selecteren", |
23 | 23 | "python.command.python.enableLinting.title": "Linting activeren", |
24 | 24 | "python.command.python.runLinting.title": "Linting uitvoeren", |
25 | | - "python.command.python.datascience.runallcells.title": "Alle cellen uitvoeren", |
26 | | - "python.command.python.datascience.runcurrentcell.title": "Huidige cel uitvoeren", |
27 | | - "python.command.python.datascience.runcurrentcelladvance.title": "Huidige cel uitvoeren en doorgaan", |
28 | | - "python.command.python.datascience.runcell.title": "Cel uitvoeren", |
29 | | - "python.command.python.datascience.selectjupyteruri.title": "Jupyter-server-URI specificeren", |
30 | | - "python.command.python.datascience.importnotebook.title": "Jupyter-notebook importeren", |
31 | | - "python.command.python.datascience.importnotebookonfile.title": "Jupyter-notebook importeren", |
32 | 25 | "python.command.python.enableSourceMapSupport.title": "Bronkaartondersteuning voor extensie-debugging inschakelen", |
33 | | - "python.command.python.datascience.exportoutputasnotebook.title": "Interactief Python-venster als Jupyter-notebook exporteren", |
34 | | - "python.command.python.datascience.exportfileasnotebook.title": "Huidige Python-bestand als Jupyter-notebook exporteren", |
35 | | - "python.command.python.datascience.exportfileandoutputasnotebook.title": "Huidige Python-bestand exporteren en outputten als Jupyter-notebook", |
36 | | - "python.command.python.datascience.undocells.title": "Laatste interactieve Python-actie ongedaan maken", |
37 | | - "python.command.python.datascience.redocells.title": "Laatste interactieve Python-actie opnieuw uitvoeren", |
38 | | - "python.command.python.datascience.removeallcells.title": "Alle interactieve Python-cellen verwijderen", |
39 | | - "python.command.python.datascience.interruptkernel.title": "IPython-kernel onderbreken", |
40 | | - "python.command.python.datascience.restartkernel.title": "IPython-kernel herstarten", |
41 | | - "python.command.python.datascience.expandallcells.title": "Alle interactieve Python-vensters openen", |
42 | | - "python.command.python.datascience.collapseallcells.title": "Alle interactieve Python-vensters sluiten", |
43 | 26 | "python.snippet.launch.standard.label": "Python: Huidige bestand", |
44 | 27 | "python.snippet.launch.module.label": "Python: Module", |
45 | 28 | "python.snippet.launch.django.label": "Python: Django", |
|
51 | 34 | "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.", |
52 | 35 | "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.", |
53 | 36 | "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.", |
54 | | - "DataScience.unknownMimeTypeFormat": "Mime type {0} wordt momenteel niet ondersteund.", |
55 | | - "DataScience.historyTitle": "Interactieve Python", |
56 | | - "DataScience.badWebPanelFormatString": "<html><body><h1>{0} is geen geldige bestandsnaam</h1></body></html>", |
57 | | - "DataScience.sessionDisposed": "Kan code niet uitvoeren, de sessie is gesloten.", |
58 | | - "DataScience.exportDialogTitle": "Exporteren naar Jupyter-notebook", |
59 | | - "DataScience.exportDialogFilter": "Jupyter-notebooks", |
60 | | - "DataScience.exportDialogComplete": "Notebook geschreven naar {0}", |
61 | | - "DataScience.exportDialogFailed": "Niet gelukt om te exporteren naar Jupyter-notebook. {0}", |
62 | | - "DataScience.exportOpenQuestion": "In browser openen", |
63 | | - "DataScience.collapseInputTooltip": "Invoerblok sluiten", |
64 | | - "DataScience.importDialogTitle": "Jupyter-notebook importeren", |
65 | | - "DataScience.importDialogFilter": "Jupyter-notebooks", |
66 | | - "DataScience.notebookCheckForImportYes": "Importeer", |
67 | | - "DataScience.notebookCheckForImportNo": "Later", |
68 | | - "DataScience.notebookCheckForImportDontAskAgain": "Niet opnieuw vragen", |
69 | | - "DataScience.notebookCheckForImportTitle": "Wil je het Jupyter-notebook importeren als Python-code?", |
70 | | - "DataScience.jupyterNbConvertNotSupported": "Notebooks importeren vereist Jupyter-nbconvert geinstalleerd.", |
71 | | - "DataScience.jupyterLaunchTimedOut": "Het is niet gelukt de Jupyter-notebook-server op tijd te starten", |
72 | | - "DataScience.jupyterLaunchNoURL": "Het is niet gelukt de URL van de gestarte Jupyter-notebook-server te vinden", |
73 | | - "DataScience.pythonInteractiveHelpLink": "Krijg meer hulp", |
74 | | - "DataScience.importingFormat": "Aan het importeren {0}", |
75 | | - "DataScience.startingJupyter": "Jupyter-server starten", |
76 | | - "DataScience.connectingToJupyter": "Met Jupyter-server verbinden", |
77 | 37 | "Interpreters.RefreshingInterpreters": "Python-Interpreters verversen", |
78 | 38 | "Interpreters.LoadingInterpreters": "Python-Interpreters laden", |
79 | | - "DataScience.restartKernelMessage": "Wil je de IPython-kernel herstarten? Alle variabelen zullen verloren gaan.", |
80 | | - "DataScience.restartKernelMessageYes": "Herstarten", |
81 | | - "DataScience.restartKernelMessageNo": "Annuleren", |
82 | | - "DataScienceSurveyBanner.bannerMessage": "Zou je alsjeblieft 2 minuten kunnen nemen om ons te vertellen hoe de Python-data-science-functionaliteiten voor jou werkt?", |
83 | | - "DataScienceSurveyBanner.bannerLabelYes": "Ja, neem nu deel aan het onderzoek", |
84 | | - "DataScienceSurveyBanner.bannerLabelNo": "Nee, bedankt", |
85 | | - "DataScience.restartingKernelStatus": "IPython-Kernel herstarten", |
86 | | - "DataScience.executingCode": "Cel aan het uitvoeren", |
87 | | - "DataScience.collapseAll": "Alle cel-invoeren sluiten", |
88 | | - "DataScience.expandAll": "Alle cel-invoeren openen", |
89 | | - "DataScience.export": "Als Jupyter-Notebook exporteren", |
90 | | - "DataScience.restartServer": "IPython-kernel herstarten", |
91 | | - "DataScience.undo": "Herhaal", |
92 | | - "DataScience.redo": "Opnieuw uitvoeren", |
93 | | - "DataScience.clearAll": "Alle cellen verwijderen", |
94 | | - "DataScience.pythonVersionHeader": "Python versie:", |
95 | | - "DataScience.pythonRestartHeader": "Kernel herstart:", |
96 | 39 | "Linter.InstalledButNotEnabled": "Linter {0} is geinstalleerd maar niet ingeschakeld.", |
97 | 40 | "Linter.replaceWithSelectedLinter": "Meerdere linters zijn ingeschakeld in de instellingen. Vervangen met '{0}'?", |
98 | | - "DataScience.jupyterNotebookFailure": "Jupyter-notebook kon niet starten. \r\n{0}", |
99 | | - "DataScience.jupyterNotebookConnectFailed": "Verbinden met Jupiter-notebook is niet gelukt. \r\n{0}\r\n{1}", |
100 | | - "DataScience.notebookVersionFormat": "Jupyter-notebook versie: {0}", |
101 | | - "DataScience.jupyterKernelSpecNotFound": "Kan geen Jupyter-kernel-spec aanmaken en er zijn er geen beschikbaar voor gebruik", |
102 | 41 | "diagnostics.warnSourceMaps": "Bronkaartondersteuning is ingeschakeld in de Python-extensie, dit zal een ongunstige impact hebben op de uitvoering van de extensie.", |
103 | 42 | "diagnostics.disableSourceMaps": "Bronkaartondersteuning uitschakelen", |
104 | 43 | "diagnostics.warnBeforeEnablingSourceMaps": "Bronkaartondersteuning inschakelen in de Python-extensie zal een ongunstige impact hebben op de uitvoering van de extensie.", |
105 | 44 | "diagnostics.enableSourceMapsAndReloadVSC": "Venster inschakelen en herladen", |
106 | 45 | "diagnostics.lsNotSupported": "Uw besturingssysteem voldoet niet aan de minimumeisen van de language server. Aan het terugschakelen naar het alternatief, Jedi.", |
107 | | - "DataScience.interruptKernel": "IPython-kernel onderbreken", |
108 | | - "DataScience.exportingFormat": "Aan het exporteren {0}", |
109 | | - "DataScience.exportCancel": "Annuleren", |
110 | 46 | "Common.canceled": "Geannuleerd", |
111 | | - "DataScience.importChangeDirectoryComment": "{0} De werkmap van de werkruimte root naar de ipynb-bestandslocatie veranderen. Schakel deze toevoeging uit met de instelling DataScience.changeDirOnImportExport", |
112 | | - "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", |
113 | | - "DataScience.interruptKernelStatus": "IPython-kernel onderbreken", |
114 | | - "DataScience.restartKernelAfterInterruptMessage": "Het onderbreken van de kernel duurde te lang. Wil je de kernel in plaats daarvan herstarten? Alle variabelen zullen verloren gaan.", |
115 | | - "DataScience.pythonInterruptFailedHeader": "Toetsenbord-interrupt liet de kernel crashen. Kernel herstart.", |
116 | | - "DataScience.sysInfoURILabel": "Jupyter-server URI: ", |
117 | 47 | "Common.loadingPythonExtension": "Python-extensie aan het laden...", |
118 | 48 | "debug.selectConfigurationTitle": "Een debug-configuratie selecteren", |
119 | 49 | "debug.selectConfigurationPlaceholder": "Debug-configuratie", |
|
0 commit comments