|
84 | 84 | "DataScience.startingJupyter": "Starting Jupyter Server", |
85 | 85 | "Interpreters.RefreshingInterpreters": "Refreshing Python Interpreters", |
86 | 86 | "Interpreters.LoadingInterpreters": "Loading Python Interpreters", |
87 | | - "DataScience.restartKernelMessage" : "Do you want to restart the Jupter kernel? All variables will be lost.", |
88 | | - "DataScience.restartKernelMessageYes" : "Restart", |
89 | | - "DataScience.restartKernelMessageNo" : "Cancel", |
| 87 | + "DataScience.restartKernelMessage": "Do you want to restart the Jupter kernel? All variables will be lost.", |
| 88 | + "DataScience.restartKernelMessageYes": "Restart", |
| 89 | + "DataScience.restartKernelMessageNo": "Cancel", |
90 | 90 | "DataScienceSurveyBanner.bannerMessage": "Can you please take 2 minutes to tell us how the Python Data Science features are working for you?", |
91 | 91 | "DataScienceSurveyBanner.bannerLabelYes": "Yes, take survey now", |
92 | 92 | "DataScienceSurveyBanner.bannerLabelNo": "No, thanks", |
93 | | - "DataScience.restartingKernelStatus" : "Restarting Jupyter Kernel", |
94 | | - "DataScience.executingCode" : "Executing Cell", |
95 | | - "DataScience.collapseAll" : "Collapse all cell inputs", |
96 | | - "DataScience.expandAll" : "Expand all cell inputs", |
97 | | - "DataScience.export" : "Export as Jupyter Notebook", |
98 | | - "DataScience.restartServer" : "Restart iPython Kernel", |
99 | | - "DataScience.undo" : "Undo", |
100 | | - "DataScience.redo" : "Redo", |
101 | | - "DataScience.clearAll" : "Remove All Cells", |
102 | | - "DataScience.pythonVersionHeader" : "Python Version:", |
103 | | - "DataScience.pythonVersionHeaderNoPyKernel" : "Python Version may not match, no ipykernel found:", |
104 | | - "DataScience.pythonRestartHeader" : "Restarted Kernel:" |
| 93 | + "DataScience.restartingKernelStatus": "Restarting Jupyter Kernel", |
| 94 | + "DataScience.executingCode": "Executing Cell", |
| 95 | + "DataScience.collapseAll": "Collapse all cell inputs", |
| 96 | + "DataScience.expandAll": "Expand all cell inputs", |
| 97 | + "DataScience.export": "Export as Jupyter Notebook", |
| 98 | + "DataScience.restartServer": "Restart iPython Kernel", |
| 99 | + "DataScience.undo": "Undo", |
| 100 | + "DataScience.redo": "Redo", |
| 101 | + "DataScience.clearAll": "Remove All Cells", |
| 102 | + "DataScience.pythonVersionHeader": "Python Version:", |
| 103 | + "DataScience.pythonVersionHeaderNoPyKernel": "Python Version may not match, no ipykernel found:", |
| 104 | + "DataScience.pythonRestartHeader": "Restarted Kernel:", |
| 105 | + "Linter.InstalledButNotEnabled": "Linter {0} is installed but not enabled." |
105 | 106 | } |
0 commit comments