|  | 
| 49 | 49 |  "python.command.python.datascience.undocells.title": "Undo last Python Interactive action", | 
| 50 | 50 |  "python.command.python.datascience.redocells.title": "Redo last Python Interactive action", | 
| 51 | 51 |  "python.command.python.datascience.removeallcells.title": "Delete all Python Interactive cells", | 
| 52 |  | - "python.command.python.datascience.interruptkernel.title": "Interrupt iPython Kernel", | 
| 53 |  | - "python.command.python.datascience.restartkernel.title": "Restart iPython Kernel", | 
|  | 52 | + "python.command.python.datascience.interruptkernel.title": "Interrupt IPython Kernel", | 
|  | 53 | + "python.command.python.datascience.restartkernel.title": "Restart IPython Kernel", | 
| 54 | 54 |  "python.command.python.datascience.expandallcells.title": "Expand all Python Interactive cells", | 
| 55 | 55 |  "python.command.python.datascience.collapseallcells.title": "Collapse all Python Interactive cells", | 
| 56 | 56 |  "python.snippet.launch.standard.label": "Python: Current File", | 
|  | 
| 100 | 100 |  "Interpreters.LoadingInterpreters": "Loading Python Interpreters", | 
| 101 | 101 |  "Common.doNotShowAgain": "Do not show again", | 
| 102 | 102 |  "Interpreters.environmentPromptMessage": "We noticed a new virtual environment has been created. Do you want to select it for the workspace folder?", | 
| 103 |  | - "DataScience.restartKernelMessage": "Do you want to restart the iPython kernel? All variables will be lost.", | 
|  | 103 | + "DataScience.restartKernelMessage": "Do you want to restart the IPython kernel? All variables will be lost.", | 
| 104 | 104 |  "DataScience.restartKernelMessageYes": "Restart", | 
| 105 | 105 |  "DataScience.restartKernelMessageNo": "Cancel", | 
| 106 | 106 |  "DataScience.restartingKernelFailed": "Kernel restart failed. Jupyter server is hung. Please reload VS Code.", | 
|  | 
| 111 | 111 |  "InteractiveShiftEnterBanner.bannerMessage": "Would you like to run code in the 'Python Interactive' window (an IPython console) for 'shift-enter'? Select 'No' to continue to run code in the Python Terminal. This can be changed later in settings.", | 
| 112 | 112 |  "InteractiveShiftEnterBanner.bannerLabelYes": "Yes", | 
| 113 | 113 |  "InteractiveShiftEnterBanner.bannerLabelNo": "No", | 
| 114 |  | - "DataScience.restartingKernelStatus": "Restarting iPython Kernel", | 
|  | 114 | + "DataScience.restartingKernelStatus": "Restarting IPython Kernel", | 
| 115 | 115 |  "DataScience.executingCode": "Executing Cell", | 
| 116 | 116 |  "DataScience.collapseAll": "Collapse all cell inputs", | 
| 117 | 117 |  "DataScience.expandAll": "Expand all cell inputs", | 
| 118 | 118 |  "DataScience.export": "Export as Jupyter Notebook", | 
| 119 |  | - "DataScience.restartServer": "Restart iPython Kernel", | 
|  | 119 | + "DataScience.restartServer": "Restart IPython Kernel", | 
| 120 | 120 |  "DataScience.undo": "Undo", | 
| 121 | 121 |  "DataScience.redo": "Redo", | 
| 122 | 122 |  "DataScience.clearAll": "Remove All Cells", | 
|  | 
| 161 | 161 |  "diagnostics.yesUpdateLaunch": "Yes, update launch.json", | 
| 162 | 162 |  "diagnostics.bannerLabelNo": "No, I will do it later", | 
| 163 | 163 |  "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?", | 
| 164 |  | - "DataScience.interruptKernel": "Interrupt iPython Kernel", | 
|  | 164 | + "DataScience.interruptKernel": "Interrupt IPython Kernel", | 
| 165 | 165 |  "DataScience.exportingFormat": "Exporting {0}", | 
| 166 | 166 |  "DataScience.exportCancel": "Cancel", | 
| 167 | 167 |  "Common.canceled": "Canceled", | 
| 168 | 168 |  "DataScience.importChangeDirectoryComment": "#%% Change working directory from the workspace root to the ipynb file location. Turn this addition off with the DataScience.changeDirOnImportExport setting", | 
| 169 | 169 |  "DataScience.exportChangeDirectoryComment": "# Change directory to VSCode workspace root so that relative path loads work correctly. Turn this addition off with the DataScience.changeDirOnImportExport setting", | 
| 170 |  | - "DataScience.interruptKernelStatus": "Interrupting iPython Kernel", | 
|  | 170 | + "DataScience.interruptKernelStatus": "Interrupting IPython Kernel", | 
| 171 | 171 |  "DataScience.restartKernelAfterInterruptMessage": "Interrupting the kernel timed out. Do you want to restart the kernel instead? All variables will be lost.", | 
| 172 | 172 |  "DataScience.pythonInterruptFailedHeader": "Keyboard interrupt crashed the kernel. Kernel restarted.", | 
| 173 | 173 |  "DataScience.sysInfoURILabel": "Jupyter Server URI: ", | 
|  | 
0 commit comments