You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"diagnostics.bannerLabelNo": "No, I will do it later",
194
194
"diagnostics.invalidTestSettings": "Your settings needs to be updated to change the setting \"python.unitTest.\" to \"python.testing.\", otherwise testing Python code using the extension may not work. Would you like to automatically update your settings now?",
"DataScienceSurveyBanner.bannerMessage": "Zou je alsjeblieft 2 minuten kunnen nemen om ons te vertellen hoe de Python-data-science-functionaliteiten voor jou werkt?",
87
87
"DataScienceSurveyBanner.bannerLabelYes": "Ja, neem nu deel aan het onderzoek",
"diagnostics.warnBeforeEnablingSourceMaps": "Bronkaartondersteuning inschakelen in de Python-extensie zal een ongunstige impact hebben op de uitvoering van de extensie.",
115
115
"diagnostics.enableSourceMapsAndReloadVSC": "Venster inschakelen en herladen",
116
116
"diagnostics.lsNotSupported": "Uw besturingssysteem voldoet niet aan de minimumeisen van de language server. Aan het terugschakelen naar het alternatief, Jedi.",
"DataScience.exportingFormat": "Aan het exporteren {0}",
119
119
"DataScience.exportCancel": "Annuleren",
120
120
"Common.canceled": "Geannuleerd",
121
121
"DataScience.importChangeDirectoryComment": "#%% De werkmap van de werkruimte root naar de ipynb-bestandslocatie veranderen. Schakel deze toevoeging uit met de instelling DataScience.changeDirOnImportExport",
122
122
"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.restartKernelAfterInterruptMessage": "Het onderbreken van de kernel duurde te lang. Wil je de kernel in plaats daarvan herstarten? Alle variabelen zullen verloren gaan.",
125
125
"DataScience.pythonInterruptFailedHeader": "Toetsenbord-interrupt liet de kernel crashen. Kernel herstart.",
exportconstimportChangeDirectoryComment=localize('DataScience.importChangeDirectoryComment','#%% Change working directory from the workspace root to the ipynb file location. Turn this addition off with the DataScience.changeDirOnImportExport setting');
138
138
exportconstexportChangeDirectoryComment=localize('DataScience.exportChangeDirectoryComment','# Change directory to VSCode workspace root so that relative path loads work correctly. Turn this addition off with the DataScience.changeDirOnImportExport setting');
exportconstrestartingKernelFailed=localize('DataScience.restartingKernelFailed','Kernel restart failed. Jupyter server is hung. Please reload VS code.');
146
146
exportconstinterruptingKernelFailed=localize('DataScience.interruptingKernelFailed','Kernel interrupt failed. Jupyter server is hung. Please reload VS code.');
exportconstjupyterServerCrashed=localize('DataScience.jupyterServerCrashed','Jupyter server crashed. Unable to connect. \r\nError code from jupyter: {0}');
exportconstjupyterKernelNotSupportedOnActive=localize('DataScience.jupyterKernelNotSupportedOnActive',`iPython kernel cannot be started from '{0}'. Using closest match {1} instead.`);
176
-
exportconstjupyterKernelSpecNotFound=localize('DataScience.jupyterKernelSpecNotFound','Cannot create a iPython kernel spec and none are available for use');
exportconstjupyterKernelNotSupportedOnActive=localize('DataScience.jupyterKernelNotSupportedOnActive',`IPython kernel cannot be started from '{0}'. Using closest match {1} instead.`);
176
+
exportconstjupyterKernelSpecNotFound=localize('DataScience.jupyterKernelSpecNotFound','Cannot create a IPython kernel spec and none are available for use');
exportconstrestartKernelAfterInterruptMessage=localize('DataScience.restartKernelAfterInterruptMessage','Interrupting the kernel timed out. Do you want to restart the kernel instead? All variables will be lost.');
181
181
exportconstpythonInterruptFailedHeader=localize('DataScience.pythonInterruptFailedHeader','Keyboard interrupt crashed the kernel. Kernel restarted.');
<ImageButtonbaseTheme={this.props.baseTheme}onClick={this.props.export}disabled={!this.props.canExport}tooltip={getLocString('DataScience.export','Export as Jupyter Notebook')}>
58
+
<ImageButtonbaseTheme={this.props.baseTheme}onClick={this.props.export}disabled={!this.props.canExport}tooltip={getLocString('DataScience.export','Export as Jupyter notebook')}>
<ImageButtonbaseTheme={this.props.baseTheme}onClick={this.props.expandAll}disabled={!this.props.canExpandAll}tooltip={getLocString('DataScience.expandAll','Expand all cell inputs')}>
0 commit comments