|
59 | 59 | "LanguageServiceSurveyBanner.bannerMessage": "Can you please take 2 minutes to tell us how the Python Language Server is working for you?", |
60 | 60 | "LanguageServiceSurveyBanner.bannerLabelYes": "Yes, take survey now", |
61 | 61 | "LanguageServiceSurveyBanner.bannerLabelNo": "No, thanks", |
62 | | - "DataScience.unknownMimeType" : "Unknown mime type for data", |
63 | | - "DataScience.historyTitle" : "Python Interactive", |
| 62 | + "DataScience.unknownMimeType": "Unknown mime type for data", |
| 63 | + "DataScience.historyTitle": "Python Interactive", |
64 | 64 | "DataScience.badWebPanelFormatString": "<html><body><h1>{0} is not a valid file name</h1></body></html>", |
65 | | - "DataScience.sessionDisposed" : "Cannot execute code, session has been disposed.", |
66 | | - "DataScience.exportDialogTitle" : "Export to Jupyter Notebook", |
67 | | - "DataScience.exportDialogFilter" : "Jupyter Notebooks", |
68 | | - "DataScience.exportDialogComplete" : "Notebook written to {0}", |
69 | | - "DataScience.exportDialogFailed" : "Failed to export notebook. {0}", |
70 | | - "DataScience.exportOpenQuestion" : "Open in browser", |
71 | | - "DataScience.collapseInputTooltip" : "Collapse input block", |
72 | | - "DataScience.importDialogTitle" : "Import Jupyter Notebook", |
73 | | - "DataScience.importDialogFilter" : "Jupyter Notebooks", |
74 | | - "DataScience.notebookCheckForImportYes" : "Import", |
75 | | - "DataScience.notebookCheckForImportNo" : "Later", |
76 | | - "DataScience.notebookCheckForImportDontAskAgain" : "Don't Ask Again", |
77 | | - "DataScience.notebookCheckForImportTitle" : "Do you want to import the Jupyter Notebook into Python code?", |
78 | | - "DataScience.jupyterNotSupported" : "Jupyter is not installed", |
79 | | - "DataScience.jupyterNbConvertNotSupported" : "Jupyter nbconvert is not installed", |
80 | | - "DataScience.importingFormat" : "Importing {0}", |
81 | | - "DataScience.startingJupyter" : "Starting Jupyter backend" |
| 65 | + "DataScience.sessionDisposed": "Cannot execute code, session has been disposed.", |
| 66 | + "DataScience.exportDialogTitle": "Export to Jupyter Notebook", |
| 67 | + "DataScience.exportDialogFilter": "Jupyter Notebooks", |
| 68 | + "DataScience.exportDialogComplete": "Notebook written to {0}", |
| 69 | + "DataScience.exportDialogFailed": "Failed to export notebook. {0}", |
| 70 | + "DataScience.exportOpenQuestion": "Open in browser", |
| 71 | + "DataScience.collapseInputTooltip": "Collapse input block", |
| 72 | + "DataScience.importDialogTitle": "Import Jupyter Notebook", |
| 73 | + "DataScience.importDialogFilter": "Jupyter Notebooks", |
| 74 | + "DataScience.notebookCheckForImportYes": "Import", |
| 75 | + "DataScience.notebookCheckForImportNo": "Later", |
| 76 | + "DataScience.notebookCheckForImportDontAskAgain": "Don't Ask Again", |
| 77 | + "DataScience.notebookCheckForImportTitle": "Do you want to import the Jupyter Notebook into Python code?", |
| 78 | + "DataScience.jupyterNotSupported": "Jupyter is not installed", |
| 79 | + "DataScience.jupyterNbConvertNotSupported": "Jupyter nbconvert is not installed", |
| 80 | + "DataScience.importingFormat": "Importing {0}", |
| 81 | + "DataScience.startingJupyter": "Starting Jupyter backend", |
| 82 | + "Interpreters.RefreshingInterpreters": "Refreshing Python Interpreters", |
| 83 | + "Interpreters.LoadingInterpreters": "Loading Python Interpreters" |
82 | 84 | } |
0 commit comments