-
Notifications
You must be signed in to change notification settings - Fork 294
/
package.nls.json
479 lines (479 loc) · 39.8 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
{
"jupyter.command.jupyter.switchOffInsidersChannel.title": "Switch to Default Channel",
"jupyter.command.jupyter.switchToDailyChannel.title": "Switch to Insiders Daily Channel",
"jupyter.command.jupyter.switchToWeeklyChannel.title": "Switch to Insiders Weekly Channel",
"jupyter.command.jupyter.exportAsPythonScript.title": "Export as Python Script",
"jupyter.command.jupyter.exportToHTML.title": "Export to HTML",
"jupyter.command.jupyter.exportToPDF.title": "Export to PDF",
"DataScience.checkingIfImportIsSupported": "Checking if import is supported",
"DataScience.installingMissingDependencies": "Installing missing dependencies",
"DataScience.exportNotebookToPython": "Exporting Notebook to Python",
"DataScience.performingExport": "Performing Export",
"DataScience.convertingToPDF": "Converting to PDF",
"DataScience.exportHTMLQuickPickLabel": "HTML",
"DataScience.exportPDFQuickPickLabel": "PDF",
"DataScience.openExportedFileMessage": "Would you like to open the exported file?",
"DataScience.openExportFileYes": "Yes",
"DataScience.openExportFileNo": "No",
"DataScience.failedExportMessage": "Export failed.",
"DataScience.exportFailedGeneralMessage": "Please check the 'Jupyter' [output](command:jupyter.viewOutput) panel for further details.",
"DataScience.exportToPDFDependencyMessage": "If you have not installed xelatex (TeX) you will need to do so before you can export to PDF, for further instructions go to https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex. \r\nTo avoid installing xelatex (TeX) you might want to try exporting to HTML and using your browsers \"Print to PDF\" feature.",
"DataScience.launchNotebookTrustPrompt": "A notebook could execute harmful code when opened. Some outputs have been hidden. Do you trust this notebook? [Learn more.](https://aka.ms/trusted-notebooks)",
"DataScience.launchNotebookTrustPrompt.yes": "Trust",
"DataScience.launchNotebookTrustPrompt.no": "Do not trust",
"DataScience.launchNotebookTrustPrompt.trustAllNotebooks": "Trust all notebooks",
"DataScience.insecureSessionMessage": "Connecting over HTTP without a token may be an insecure connection. Do you want to connect to a possibly insecure server?",
"DataScience.insecureSessionDenied": "Denied connection to insecure server.",
"jupyter.command.jupyter.viewLanguageServerOutput.title": "Show Language Server Output",
"jupyter.command.jupyter.selectAndRunTestMethod.title": "Run Test Method ...",
"jupyter.command.jupyter.selectAndDebugTestMethod.title": "Debug Test Method ...",
"jupyter.command.jupyter.selectAndRunTestFile.title": "Run Test File ...",
"jupyter.command.jupyter.runCurrentTestFile.title": "Run Current Test File",
"jupyter.command.jupyter.runFailedTests.title": "Run Failed Tests",
"jupyter.command.jupyter.discoverTests.title": "Discover Tests",
"jupyter.command.jupyter.discoveringTests.title": "Discovering...",
"jupyter.command.jupyter.stopTests.title": "Stop",
"jupyter.command.jupyter.configureTests.title": "Configure Tests",
"jupyter.command.jupyter.execSelectionInTerminal.title": "Run Selection/Line in Python Terminal",
"jupyter.command.jupyter.execSelectionInDjangoShell.title": "Run Selection/Line in Django Shell",
"jupyter.command.jupyter.goToPythonObject.title": "Go to Python Object",
"jupyter.command.jupyter.setLinter.title": "Select Linter",
"jupyter.command.jupyter.enableLinting.title": "Enable Linting",
"jupyter.command.jupyter.runLinting.title": "Run Linting",
"jupyter.command.jupyter.runFileInteractive.title": "Run Current File in Interactive Window",
"jupyter.command.jupyter.debugFileInteractive.title": "Debug Current File in Interactive Window",
"jupyter.command.jupyter.runallcells.title": "Run All Cells",
"jupyter.command.jupyter.notebookeditor.runallcells.title": "Run All Notebook Cells",
"jupyter.command.jupyter.notebookeditor.expandallcells.title": "Expand All Notebook Cells",
"jupyter.command.jupyter.notebookeditor.collapseallcells.title": "Collapse All Notebook Cells",
"jupyter.command.jupyter.runallcellsabove.title": "Run Above",
"jupyter.command.jupyter.runcellandallbelow.title": "Run Below",
"jupyter.command.jupyter.runallcellsabove.palette.title": "Run Cells Above Current Cell",
"jupyter.command.jupyter.runcurrentcellandallbelow.palette.title": "Run Current Cell and Below",
"jupyter.command.jupyter.debugcurrentcell.palette.title": "Debug Current Cell",
"jupyter.command.jupyter.debugcell.title": "Debug Cell",
"jupyter.command.jupyter.debugstepover.title": "Step Over",
"jupyter.command.jupyter.debugcontinue.title": "Continue",
"jupyter.command.jupyter.debugstop.title": "Stop",
"jupyter.command.jupyter.runtoline.title": "Run To Line in Interactive Window",
"jupyter.command.jupyter.runfromline.title": "Run From Line in Interactive Window",
"jupyter.command.jupyter.runcurrentcell.title": "Run Current Cell",
"jupyter.command.jupyter.runcurrentcelladvance.title": "Run Current Cell And Advance",
"jupyter.command.jupyter.execSelectionInteractive.title": "Run Selection/Line in Interactive Window",
"jupyter.command.jupyter.runcell.title": "Run Cell",
"jupyter.command.jupyter.insertCellBelowPosition.title": "Insert Cell Below Position",
"jupyter.command.jupyter.insertCellBelow.title": "Insert Cell Below",
"jupyter.command.jupyter.insertCellAbove.title": "Insert Cell Above",
"jupyter.command.jupyter.deleteCells.title": "Delete Selected Cells",
"jupyter.command.jupyter.selectCell.title": "Select Cell",
"jupyter.command.jupyter.selectCellContents.title": "Select Cell Contents",
"jupyter.command.jupyter.extendSelectionByCellAbove.title": "Extend Selection By Cell Above",
"jupyter.command.jupyter.extendSelectionByCellBelow.title": "Extend Selection By Cell Below",
"jupyter.command.jupyter.moveCellsUp.title": "Move Selected Cells Up",
"jupyter.command.jupyter.moveCellsDown.title": "Move Selected Cells Down",
"jupyter.command.jupyter.changeCellToMarkdown.title": "Change Cell to Markdown",
"jupyter.command.jupyter.changeCellToCode.title": "Change Cell to Code",
"jupyter.command.jupyter.gotoNextCellInFile.title": "Go to Next Cell",
"jupyter.command.jupyter.gotoPrevCellInFile.title": "Go to Previous Cell",
"jupyter.command.jupyter.showhistorypane.title": "Show Interactive Window",
"jupyter.command.jupyter.createnewinteractive.title": "Create Interactive Window",
"jupyter.command.jupyter.selectjupyteruri.title": "Specify local or remote Jupyter server for connections",
"jupyter.command.jupyter.selectjupytercommandline.title": "Specify Jupyter command line arguments",
"jupyter.command.jupyter.importnotebook.title": "Import Jupyter Notebook",
"jupyter.command.jupyter.opennotebook.title": "Open in Notebook Editor",
"jupyter.command.jupyter.opennotebookInPreviewEditor.title": "Open in preview Notebook Editor",
"jupyter.command.jupyter.importnotebookfile.title": "Convert to Python Script",
"jupyter.command.jupyter.exportoutputasnotebook.title": "Export Interactive Window as Jupyter Notebook",
"jupyter.command.jupyter.exportfileasnotebook.title": "Export Current Python File as Jupyter Notebook",
"jupyter.command.jupyter.exportfileandoutputasnotebook.title": "Export Current Python File and Output as Jupyter Notebook",
"jupyter.command.jupyter.undocells.title": "Undo Last Interactive Action",
"jupyter.command.jupyter.redocells.title": "Redo Last Interactive Action",
"jupyter.command.jupyter.removeallcells.title": "Delete All Interactive Cells",
"jupyter.command.jupyter.notebookeditor.removeallcells.title": "Delete All Notebook Editor Cells",
"jupyter.command.jupyter.notebookeditor.runselectedcell.title": "Run Selected Notebook Cell",
"jupyter.command.jupyter.notebookeditor.addcellbelow.title": "Add Empty Cell to Notebook File",
"jupyter.command.jupyter.interruptkernel.title": "Interrupt Jupyter Kernel",
"jupyter.command.jupyter.restartkernel.title": "Restart Jupyter Kernel",
"jupyter.command.jupyter.expandallcells.title": "Expand All Interactive Cells",
"jupyter.command.jupyter.collapseallcells.title": "Collapse All Interactive Cells",
"jupyter.command.jupyter.addcellbelow.title": "Add Empty Cell to File",
"jupyter.command.jupyter.scrolltocell.title": "Scroll Cell Into View",
"jupyter.command.jupyter.createnewnotebook.title": "Create New Blank Jupyter Notebook",
"jupyter.command.jupyter.selectJupyterInterpreter.title": "Select Interpreter to start Jupyter server",
"jupyter.command.jupyter.createGitHubIssue.title": "Create GitHub Issue",
"jupyter.command.jupyter.submitGitHubIssue.title": "Submit GitHub Issue",
"jupyter.command.jupyter.enableDebugLogging.title": "Enable Debug Logging",
"jupyter.command.jupyter.resetLoggingLevel.title": "Reset Logging Level",
"jupyter.command.jupyter.showDataViewer.title": "View Value in Data Viewer",
"jupyter.command.jupyter.viewOutput.title": "Show Output",
"jupyter.command.jupyter.clearSavedJupyterUris.title": "Clear Jupyter server list",
"Datascience.currentlySelectedJupyterInterpreterForPlaceholder": "current: {0}",
"jupyter.command.jupyter.analysis.clearCache.title": "Clear Module Analysis Cache",
"jupyter.command.jupyter.analysis.restartLanguageServer.title": "Restart Language Server",
"Pylance.proposePylanceMessage": "Try out a new faster, feature-rich language server for Python by Microsoft, Pylance! Install the extension now.",
"Pylance.tryItNow": "Try it now",
"Pylance.remindMeLater": "Remind me later",
"Pylance.installPylanceMessage": "Pylance extension is not installed. Click Yes to open Pylance installation page.",
"Pylance.pylanceNotInstalledMessage": "Pylance extension is not installed.",
"Pylance.pylanceInstalledReloadPromptMessage": "Pylance extension is now installed. Reload window to activate?",
"DataScience.unknownMimeTypeFormat": "Mime type {0} is not currently supported.",
"DataScience.historyTitle": "Interactive",
"DataScience.dataExplorerTitle": "Data Viewer",
"DataScience.badWebPanelFormatString": "<html><body><h1>{0} is not a valid file name</h1></body></html>",
"DataScience.sessionDisposed": "Cannot execute code, session has been disposed.",
"DataScience.rawKernelProcessNotStarted": "Raw kernel process was not able to start.",
"DataScience.rawKernelProcessExitBeforeConnect": "Raw kernel process exited before connecting.",
"DataScience.passwordFailure": "Failed to connect to password protected server. Check that password is correct.",
"DataScience.exportDialogTitle": "Export to Jupyter Notebook",
"DataScience.exportDialogFilter": "Jupyter Notebooks",
"DataScience.exportDialogComplete": "Notebook written to {0}",
"DataScience.exportDialogFailed": "Failed to export notebook. {0}",
"DataScience.exportOpenQuestion": "Open in browser",
"DataScience.exportOpenQuestion1": "Open in editor",
"DataScience.notebookExportAs": "Export As",
"DataScience.exportAsQuickPickPlaceholder": "Export As...",
"DataScience.exportPythonQuickPickLabel": "Python Script",
"DataScience.collapseInputTooltip": "Collapse input block",
"DataScience.collapseVariableExplorerTooltip": "Hide variables active in jupyter kernel",
"DataScience.collapseVariableExplorerLabel": "Variables",
"DataScience.expandVariableExplorerTooltip": "Show variables active in jupyter kernel",
"DataScience.close": "Close",
"DataScience.variableLoadingValue": "Loading...",
"DataScience.importDialogTitle": "Import Jupyter Notebook",
"DataScience.importDialogFilter": "Jupyter Notebooks",
"DataScience.notebookCheckForImportYes": "Import",
"DataScience.reloadRequired": "Please reload the window for new settings to take effect.",
"DataScience.notebookCheckForImportNo": "Later",
"DataScience.notebookCheckForImportDontAskAgain": "Don't Ask Again",
"DataScience.notebookCheckForImportTitle": "Do you want to import the Jupyter Notebook into Python code?",
"DataScience.jupyterNotSupported": "Jupyter cannot be started. Error attempting to locate jupyter: {0}",
"DataScience.jupyterNotSupportedBecauseOfEnvironment": "Activating {0} to run Jupyter failed with {1}.",
"DataScience.jupyterNbConvertNotSupported": "Importing notebooks requires Jupyter nbconvert to be installed.",
"DataScience.jupyterLaunchNoURL": "Failed to find the URL of the launched Jupyter notebook server",
"DataScience.jupyterLaunchTimedOut": "The Jupyter notebook server failed to launch in time",
"DataScience.jupyterSelfCertFail": "The security certificate used by server {0} was not issued by a trusted certificate authority.\r\nThis may indicate an attempt to steal your information.\r\nDo you want to enable the Allow Unauthorized Remote Connection setting for this workspace to allow you to connect?",
"DataScience.jupyterSelfCertEnable": "Yes, connect anyways",
"DataScience.jupyterSelfCertClose": "No, close the connection",
"DataScience.jupyterServerCrashed": "Jupyter server crashed. Unable to connect. \r\nError code from jupyter: {0}",
"DataScience.rawConnectionDisplayName": "Direct kernel connection",
"DataScience.rawConnectionBrokenError": "Direct kernel connection broken",
"DataScience.pythonInteractiveHelpLink": "Get more help",
"DataScience.markdownHelpInstallingMissingDependencies": "See [https://aka.ms/pyaiinstall](https://aka.ms/pyaiinstall) for help on installing Jupyter and related dependencies.",
"DataScience.importingFormat": "Importing {0}",
"DataScience.startingJupyter": "Starting Jupyter server",
"DataScience.connectingToJupyter": "Connecting to Jupyter server",
"DataScience.connectingToKernel": "Connecting to kernel: {0}",
"DataScience.connectedToKernel": "Connected.",
"DataScience.connected": "Connected",
"DataScience.disconnected": "Disconnected",
"DataScience.pythonExtensionRecommended": "You have opened a Python notebook. Would you like to install the Python extension?",
"Experiments.inGroup": "User belongs to experiment group '{0}'",
"Logging.CurrentWorkingDirectory": "cwd:",
"Logging.WarnUserAboutDebugLoggingSetting": "You have enabled debug logging for the Jupyter extension, which will continue to write logs to disk. Would you like to turn debug logging off?",
"Logging.YesTurnOffDebugLogging": "Yes, turn off debug logging",
"GitHubIssue.Failure": "We encountered an error while submitting your GitHub issue. Would you still like to report an issue?",
"GitHubIssue.copyToClipboardAndOpenIssue": "Yes, copy content to clipboard and open issue",
"GitHubIssue.submitGitHubIssue": "✅ Submit GitHub Issue",
"GitHubIssue.pleaseFillThisOut": "Please fill this section out and delete this comment before submitting an issue!",
"GitHubIssue.missingFields": "Please provide details of the issue you encountered before clicking Submit GitHub Issue.",
"GitHubIssue.askForIssueTitle": "Please provide a descriptive title summarizing your issue.",
"GitHubIssue.titlePlaceholder": "E.g.: Unable to start a local kernel session",
"Common.bannerLabelYes": "Yes",
"Common.bannerLabelNo": "No",
"Common.doNotShowAgain": "Do not show again",
"Common.reload": "Reload",
"Common.moreInfo": "More Info",
"Common.and": "and",
"Common.ok": "Ok",
"Common.install": "Install",
"Common.learnMore": "Learn more",
"Common.reportThisIssue": "Report this issue",
"CommonSurvey.remindMeLaterLabel": "Remind me later",
"CommonSurvey.yesLabel": "Yes, take survey now",
"CommonSurvey.noLabel": "No, thanks",
"OutputChannelNames.languageServer": "Python Language Server",
"OutputChannelNames.python": "Python",
"OutputChannelNames.pythonTest": "Python Test Log",
"OutputChannelNames.jupyter": "Jupyter",
"ExtensionSurveyBanner.bannerMessage": "Can you please take 2 minutes to tell us how the Python extension is working for you?",
"ExtensionSurveyBanner.bannerLabelYes": "Yes, take survey now",
"ExtensionSurveyBanner.bannerLabelNo": "No, thanks",
"ExtensionSurveyBanner.maybeLater": "Maybe later",
"ExtensionChannels.installingInsidersMessage": "Installing Insiders... ",
"ExtensionChannels.installingStableMessage": "Installing Stable... ",
"ExtensionChannels.installationCompleteMessage": "complete.",
"ExtensionChannels.downloadingInsidersMessage": "Downloading Insiders Extension... ",
"ExtensionChannels.yesWeekly": "Yes, weekly",
"ExtensionChannels.yesDaily": "Yes, daily",
"ExtensionChannels.promptMessage": "We noticed you are using Visual Studio Code Insiders. Would you like to use the Insiders build of the Jupyter extension?",
"ExtensionChannels.reloadToUseInsidersMessage": "Please reload Visual Studio Code to use the insiders build of the Jupyter extension.",
"ExtensionChannels.downloadCompletedOutputMessage": "Insiders build download complete.",
"ExtensionChannels.startingDownloadOutputMessage": "Starting download for Insiders build.",
"DataScience.reloadAfterChangingJupyterServerConnection": "Please reload VS Code when changing the Jupyter Server connection.",
"DataScience.restartKernelMessage": "Do you want to restart the Jupyter kernel? All variables will be lost.",
"DataScience.restartKernelMessageYes": "Yes",
"DataScience.restartKernelMessageNo": "No",
"DataScience.restartingKernelFailed": "Kernel restart failed. Jupyter server is hung. Please reload VS Code.",
"DataScience.interruptingKernelFailed": "Kernel interrupt failed. Jupyter server is hung. Please reload VS Code.",
"DataScienceSurveyBanner.bannerMessage": "Can you please take 2 minutes to tell us how the Python Data Science features are working for you?",
"DataScienceSurveyBanner.bannerLabelYes": "Yes, take survey now",
"DataScienceSurveyBanner.bannerLabelNo": "No, thanks",
"InteractiveShiftEnterBanner.bannerMessage": "Would you like to run code in the '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.",
"DataScience.restartingKernelStatus": "Restarting Jupyter Kernel",
"DataScience.executingCode": "Executing Cell",
"DataScience.collapseAll": "Collapse all cell inputs",
"DataScience.expandAll": "Expand all cell inputs",
"DataScience.export": "Export as Jupyter notebook",
"DataScience.restartServer": "Restart Jupyter kernel",
"DataScience.undo": "Undo",
"DataScience.redo": "Redo",
"DataScience.clearAll": "Remove all cells",
"DataScience.pythonVersionHeader": "Python version:",
"DataScience.pythonRestartHeader": "Restarted kernel:",
"DataScience.pythonNewHeader": "Started new kernel:",
"DataScience.pythonConnectHeader": "Connected to kernel:",
"DataScience.executingCodeFailure": "Executing code failed : {0}",
"DataScience.inputWatermark": "Type code here and press shift-enter to run",
"DataScience.deleteButtonTooltip": "Remove cell",
"DataScience.gotoCodeButtonTooltip": "Go to code",
"DataScience.copyBackToSourceButtonTooltip": "Paste code into file",
"DataScience.copyToClipboardButtonTooltip": "Copy source to clipboard",
"DataScience.plotOpen": "Expand image",
"DataScience.libraryNotInstalled": "Data Science library {0} is not installed. Install?",
"DataScience.libraryRequiredToLaunchJupyterNotInstalled": "Data Science library {0} is not installed.",
"DataScience.librariesRequiredToLaunchJupyterNotInstalled": "Data Science libraries {0} are not installed.",
"DataScience.libraryRequiredToLaunchJupyterNotInstalledInterpreter": "Data Science library {1} is not installed in interpreter {0}.",
"DataScience.librariesRequiredToLaunchJupyterNotInstalledInterpreter": "Data Science libraries {1} are not installed in interpreter {0}.",
"DataScience.jupyterInstall": "Install",
"DataScience.jupyterSelectURIPrompt": "Enter the URI of the running Jupyter server",
"DataScience.jupyterSelectURIInvalidURI": "Invalid URI specified",
"DataScience.jupyterSelectUserAndPasswordTitle": "Enter your user name and password to connect to Jupyter Hub",
"DataScience.jupyterSelectUserPrompt": "Enter your user name",
"DataScience.jupyterSelectPasswordPrompt": "Enter your password",
"DataScience.jupyterNotebookFailure": "Jupyter notebook failed to launch. \r\n{0}",
"DataScience.jupyterNotebookConnectFailed": "Failed to connect to Jupyter notebook. \r\n{0}\r\n{1}",
"DataScience.jupyterNotebookRemoteConnectFailed": "Failed to connect to remote Jupyter notebook.\r\nCheck that the Jupyter Server URI setting has a valid running server specified.\r\n{0}\r\n{1}",
"DataScience.jupyterNotebookRemoteConnectSelfCertsFailed": "Failed to connect to remote Jupyter notebook.\r\nSpecified server is using self signed certs. Enable Allow Unauthorized Remote Connection setting to connect anyways\r\n{0}\r\n{1}",
"DataScience.notebookVersionFormat": "Jupyter Notebook Version: {0}",
"DataScience.jupyterKernelSpecNotFound": "Cannot create a Jupyter kernel spec and none are available for use",
"DataScience.jupyterKernelSpecModuleNotFound": "'Kernelspec' module not installed in the selected interpreter ({0}).\n Please re-install or update 'jupyter'.",
"DataScience.jupyterGetVariablesBadResults": "Failed to fetch variable info from the Jupyter server.",
"DataScience.liveShareConnectFailure": "Cannot connect to host Jupyter session. URI not found.",
"DataScience.liveShareCannotSpawnNotebooks": "Spawning Jupyter notebooks is not supported over a live share connection",
"DataScience.liveShareCannotImportNotebooks": "Importing notebooks is not currently supported over a live share connection",
"DataScience.liveShareHostFormat": "{0} Jupyter Server",
"DataScience.liveShareSyncFailure": "Synchronization failure during live share startup.",
"DataScience.liveShareServiceFailure": "Failure starting '{0}' service during live share connection.",
"DataScience.documentMismatch": "Cannot run cells, duplicate documents for {0} found.",
"DataScience.pythonInteractiveCreateFailed": "Failure to create a 'Interactive' window. Try reinstalling the Python extension.",
"DataScience.interruptKernel": "Interrupt Jupyter kernel",
"DataScience.clearAllOutput": "Clear All Output",
"DataScience.exportingFormat": "Exporting {0}",
"DataScience.exportCancel": "Cancel",
"Common.canceled": "Canceled",
"Common.cancel": "Cancel",
"Common.yesPlease": "Yes, please",
"DataScience.importChangeDirectoryComment": "{0} Change working directory from the workspace root to the ipynb file location. Turn this addition off with the DataScience.changeDirOnImportExport setting",
"DataScience.exportChangeDirectoryComment": "# Change directory to VSCode workspace root so that relative path loads work correctly. Turn this addition off with the DataScience.changeDirOnImportExport setting",
"DataScience.interruptKernelStatus": "Interrupting Jupyter Kernel",
"DataScience.restartKernelAfterInterruptMessage": "Interrupting the kernel timed out. Do you want to restart the kernel instead? All variables will be lost.",
"DataScience.pythonInterruptFailedHeader": "Keyboard interrupt crashed the kernel. Kernel restarted.",
"DataScience.sysInfoURILabel": "Jupyter Server URI: ",
"DataScience.jupyterStartTimedout": "Starting Jupyter has timedout. Please check the 'Jupyter' output panel for further details.",
"DataScience.startingJupyterLogMessage": "Starting Jupyter from {0} with command line {1}",
"DataScience.jupyterCommandLineDefaultLabel": "Default (recommended)",
"DataScience.jupyterCommandLineDefaultDetail": "The Python extension will determine the appropriate command line for Jupyter",
"DataScience.jupyterCommandLineCustomLabel": "Custom",
"DataScience.jupyterCommandLineCustomDetail": "Customize the command line passed to Jupyter on startup",
"DataScience.jupyterCommandLineReloadQuestion": "Please reload the window when changing the Jupyter command line.",
"DataScience.jupyterCommandLineReloadAnswer": "Reload",
"DataScience.jupyterCommandLineQuickPickPlaceholder": "Choose an option",
"DataScience.jupyterCommandLineQuickPickTitle": "Pick command line for Jupyter",
"DataScience.jupyterCommandLinePrompt": "Enter your custom command line for Jupyter",
"Common.loadingExtension": "Jupyter extension loading...",
"Common.openOutputPanel": "Show output",
"DataScience.variableExplorerNameColumn": "Name",
"DataScience.variableExplorerTypeColumn": "Type",
"DataScience.variableExplorerCountColumn": "Size",
"DataScience.variableExplorerValueColumn": "Value",
"DataScience.showDataExplorerTooltip": "Show variable in data viewer.",
"DataScience.dataExplorerInvalidVariableFormat": "'{0}' is not an active variable.",
"DataScience.jupyterGetVariablesExecutionError": "Failure during variable extraction:\r\n{0}",
"DataScience.loadingMessage": "loading ...",
"DataScience.fetchingDataViewer": "Fetching data ...",
"DataScience.noRowsInDataViewer": "No rows match current filter",
"DataScience.jupyterServer": "Jupyter Server",
"DataScience.trustNotebookCommandTitle": "Trust notebook",
"DataScience.notebookIsTrusted": "Trusted",
"DataScience.notebookIsNotTrusted": "Not Trusted",
"DataScience.noKernel": "No Kernel",
"DataScience.serverNotStarted": "Not Started",
"DataScience.localJupyterServer": "local",
"DataScience.pandasTooOldForViewingFormat": "Python package 'pandas' is version {0}. Version 0.20 or greater is required for viewing data.",
"DataScience.pandasRequiredForViewing": "Python package 'pandas' is required for viewing data.",
"DataScience.valuesColumn": "values",
"DataScience.liveShareInvalid": "One or more guests in the session do not have the Python [extension](https://marketplace.visualstudio.com/itemdetails?itemName=ms-toolsai.jupyter) installed.\r\nYour Live Share session cannot continue and will be closed.",
"Common.noIWillDoItLater": "No, I will do it later",
"Common.notNow": "Not now",
"Common.gotIt": "Got it!",
"DataScience.noRowsInVariableExplorer": "No variables defined",
"DataScience.tooManyColumnsMessage": "Variables with over a 1000 columns may take a long time to display. Are you sure you wish to continue?",
"DataScience.tooManyColumnsYes": "Yes",
"DataScience.tooManyColumnsNo": "No",
"DataScience.tooManyColumnsDontAskAgain": "Don't Ask Again",
"DataScience.filterRowsButton": "Filter Rows",
"DataScience.filterRowsTooltip": "Allows filtering multiple rows. Use =, >, or < signs to filter numeric values.",
"DataScience.previewHeader": "--- Begin preview of {0} ---",
"DataScience.previewFooter": "--- End preview of {0} ---",
"DataScience.previewStatusMessage": "Generating preview of {0}",
"DataScience.plotViewerTitle": "Plots",
"DataScience.exportPlotTitle": "Save plot image",
"DataScience.pdfFilter": "PDF",
"DataScience.pngFilter": "PNG",
"DataScience.svgFilter": "SVG",
"DataScience.previousPlot": "Previous",
"DataScience.nextPlot": "Next",
"DataScience.panPlot": "Pan",
"DataScience.zoomInPlot": "Zoom in",
"DataScience.zoomOutPlot": "Zoom out",
"DataScience.exportPlot": "Export to different formats",
"DataScience.deletePlot": "Remove",
"DataScience.collapseSingle": "Collapse",
"DataScience.expandSingle": "Expand",
"DataScience.editSection": "Input new cells here.",
"DataScience.restartKernelMessageDontAskAgain": "Yes, and Don't Ask Again",
"DataScience.selectedImageListLabel": "Selected Image",
"DataScience.imageListLabel": "Image",
"DataScience.exportImageFailed": "Error exporting image: {0}",
"downloading.file": "Downloading {0}...",
"downloading.file.progress": "{0}{1} of {2} KB ({3}%)",
"DataScience.jupyterDataRateExceeded": "Cannot view variable because data rate exceeded. Please restart your server with a higher data rate limit. For example, --NotebookApp.iopub_data_rate_limit=10000000000.0",
"DataScience.addCellBelowCommandTitle": "Add cell",
"DataScience.debugCellCommandTitle": "Debug Cell",
"DataScience.debugStepOverCommandTitle": "Step over",
"DataScience.debugContinueCommandTitle": "Continue",
"DataScience.debugStopCommandTitle": "Stop",
"DataScience.runCurrentCellAndAddBelow": "Run current and add cell below",
"DataScience.jupyterDebuggerNotInstalledError": "Pip module {0} is required for debugging cells. You will need to install it to debug cells.",
"DataScience.jupyterDebuggerOutputParseError": "Unable to parse {0} output, please log an issue with https://github.com/microsoft/vscode-jupyter",
"DataScience.jupyterDebuggerPortNotAvailableError": "Port {0} cannot be opened for debugging. Please specify a different port in the remoteDebuggerPort setting.",
"DataScience.jupyterDebuggerPortBlockedError": "Port {0} cannot be connected to for debugging. Please let port {0} through your firewall.",
"DataScience.jupyterDebuggerPortNotAvailableSearchError": "Ports in the range {0}-{1} cannot be found for debugging. Please specify a port in the remoteDebuggerPort setting.",
"DataScience.jupyterDebuggerPortBlockedSearchError": "A port cannot be connected to for debugging. Please let ports {0}-{1} through your firewall.",
"DataScience.jupyterDebuggerInstallNew": "Pip module {0} is required for debugging cells. Install {0} and continue to debug cell?",
"DataScience.jupyterDebuggerInstallNewRunByLine": "Pip module {0} is required for running by line. Install {0} and continue to run by line?",
"DataScience.jupyterDebuggerInstallUpdate": "The version of {0} installed does not support debugging cells. Update {0} to newest version and continue to debug cell?",
"DataScience.jupyterDebuggerInstallUpdateRunByLine": "The version of {0} installed does not support running by line. Update {0} to newest version and continue to run by line?",
"DataScience.jupyterDebuggerInstallYes": "Yes",
"DataScience.jupyterDebuggerInstallNo": "No",
"DataScience.cellStopOnErrorFormatMessage": "{0} cells were canceled due to an error in the previous cell.",
"DataScience.instructionComments": "# To add a new cell, type '{0}'\n# To add a new markdown cell, type '{0} [markdown]'\n",
"DataScience.scrollToCellTitleFormatMessage": "Go to [{0}]",
"DataScience.remoteDebuggerNotSupported": "Debugging while attached to a remote server is not currently supported.",
"DataScience.save": "Save notebook",
"DataScience.invalidNotebookFileError": "{0} is not a valid notebook file. Check the file for correct json.",
"DataScience.nativeEditorTitle": "Notebook Editor",
"DataScience.untitledNotebookFileName": "Untitled",
"DataScience.dirtyNotebookMessage1": "Do you want to save the changes you made to {0}?",
"DataScience.dirtyNotebookMessage2": "Your changes will be lost if you don't save them.",
"DataScience.dirtyNotebookYes": "Save",
"DataScience.dirtyNotebookNo": "Don't Save",
"DataScience.dirtyNotebookCancel": "Cancel",
"DataScience.dirtyNotebookDialogTitle": "Save",
"DataScience.dirtyNotebookDialogFilter": "Jupyter Notebooks",
"DataScience.exportAsPythonFileTooltip": "Convert and save to a python script",
"DataScience.exportAsPythonFileTitle": "Save as Python File",
"DataScience.runCell": "Run cell",
"DataScience.deleteCell": "Delete cell",
"DataScience.moveCellUp": "Move cell up",
"DataScience.moveCellDown": "Move cell down",
"DataScience.moveSelectedCellUp": "Move selected cell up",
"DataScience.insertBelow": "Insert cell below",
"DataScience.insertAbove": "Insert cell above",
"DataScience.addCell": "Add cell",
"DataScience.runAll": "Run all cells",
"DataScience.convertingToPythonFile": "Converting ipynb to python file",
"DataScience.untitledNotebookMessage": "Your changes will be lost if you don't save them.",
"DataScience.untitledNotebookYes": "Save",
"DataScience.untitledNotebookNo": "Cancel",
"DataScience.noInterpreter": "No python selected",
"DataScience.notebookNotFound": "python -m jupyter notebook --version is not running",
"DataScience.findJupyterCommandProgress": "Active interpreter does not support {0}. Searching for the best available interpreter.",
"DataScience.findJupyterCommandProgressCheckInterpreter": "Checking {0}.",
"DataScience.findJupyterCommandProgressSearchCurrentPath": "Searching current path.",
"DataScience.savePngTitle": "Save Image",
"DataScience.jupyterSelectURIQuickPickTitle": "Pick how to connect to Jupyter",
"DataScience.jupyterSelectURIQuickPickPlaceholder": "Choose an option",
"DataScience.jupyterSelectURIQuickPickCurrent": "Current: {0}",
"DataScience.jupyterSelectURILocalLabel": "Default",
"DataScience.jupyterSelectURILocalDetail": "VS Code will automatically start a server for you on the localhost",
"DataScience.jupyterSelectURINewLabel": "Existing",
"DataScience.jupyterSelectURINewDetail": "Specify the URI of an existing server",
"DataScience.jupyterSelectURIMRUDetail": "Last Connection: {0}",
"DataScience.jupyterSelectURIRunningDetailFormat": "Last activity {0}. {1} existing connections.",
"DataScience.jupyterSelectURINotRunningDetail": "Cannot connect at this time. Status unknown.",
"DataScience.fallbackToUseActiveInterpeterAsKernel": "Couldn't find kernel '{0}' that the notebook was created with. Using the current interpreter.",
"DataScience.fallBackToRegisterAndUseActiveInterpeterAsKernel": "Couldn't find kernel '{0}' that the notebook was created with. Registering a new kernel using the current interpreter.",
"DataScience.fallBackToPromptToUseActiveInterpreterOrSelectAKernel": "Couldn't find kernel '{0}' that the notebook was created with.",
"DataScience.selectKernel": "Select a Kernel",
"DataScience.selectDifferentKernel": "Select a different Kernel",
"DataScience.selectDifferentJupyterInterpreter": "Select a different Interpreter",
"DataScience.selectJupyterInterpreter": "Select an Interpreter to start Jupyter",
"DataScience.switchingKernelProgress": "Switching kernel to '{0}'",
"DataScience.sessionStartFailedWithKernel": "Failed to start a session for the Kernel '{0}'. \nView Jupyter [log](command:{1}) for further details.",
"DataScience.waitingForJupyterSessionToBeIdle": "Waiting for Jupyter Session to be idle",
"DataScience.gettingListOfKernelsForLocalConnection": "Fetching Kernels",
"DataScience.gettingListOfKernelsForRemoteConnection": "Fetching Kernels",
"DataScience.gettingListOfKernelSpecs": "Fetching Kernel specs",
"DataScience.startingJupyterNotebook": "Starting Jupyter Notebook",
"DataScience.registeringKernel": "Registering Kernel",
"DataScience.trimmedOutput": "Output was trimmed for performance reasons.\nTo see the full output set the setting \"jupyter.textOutputLimit\" to 0.",
"DataScience.connectingToJupyterUri": "Connecting to Jupyter server at {0}",
"DataScience.createdNewNotebook": "{0}: Creating new notebook ",
"DataScience.createdNewKernel": "{0}: Kernel started: {1}",
"DataScience.kernelInvalid": "Kernel {0} is not usable. Check the Jupyter output tab for more information.",
"DataScience.nativeDependencyFail": "We cannot launch a jupyter server because your OS is not supported. Select an already running server if you wish to continue. {0}",
"DataScience.selectNewServer": "Pick Running Server",
"DataScience.jupyterSelectURIRemoteLabel": "Existing",
"DataScience.jupyterSelectURIQuickPickTitleRemoteOnly": "Pick an already running jupyter server",
"DataScience.jupyterSelectURIRemoteDetail": "Specify the URI of an existing server",
"DataScience.latestExtension": "Download the latest version of the Jupyter Extension",
"DataScience.loadClassFailedWithNoInternet": "Error loading {0}:{1}. Internet connection required for loading 3rd party widgets.",
"DataScience.useCDNForWidgets": "Widgets require us to download supporting files from a 3rd party website. Click [here](https://aka.ms/PVSCIPyWidgets) for more information.",
"DataScience.loadThirdPartyWidgetScriptsPostEnabled": "Please restart the Kernel when changing the setting 'jupyter.widgetScriptSources'.",
"DataScience.enableCDNForWidgetsSetting": "Widgets require us to download supporting files from a 3rd party website. Click <a href='https://command:jupyter.enableLoadingWidgetScriptsFromThirdPartySource'>here</a> to enable this or click <a href='https://aka.ms/PVSCIPyWidgets'>here</a> for more information. (Error loading {0}:{1}).",
"DataScience.widgetScriptNotFoundOnCDNWidgetMightNotWork": "Unable to load a compatible version of the widget '{0}'. Expected behavior may be affected.",
"DataScience.unhandledMessage": "Unhandled kernel message from a widget: {0} : {1}",
"DataScience.qgridWidgetScriptVersionCompatibilityWarning": "Unable to load a compatible version of the widget 'qgrid'. Consider downgrading to version 1.1.1.",
"DataScience.kernelStarted": "Started kernel {0}",
"DataScience.libraryRequiredToLaunchJupyterKernelNotInstalledInterpreter": "{0} requires {1} to be installed.",
"DataScience.runByLine": "Run by line (F10)",
"DataScience.stopRunByLine": "Stop",
"DataScience.couldNotInstallLibrary": "Could not install {0}. If pip is not available, please use the package manager of your choice to manually install this library into your Python environment.",
"DataScience.rawKernelSessionFailed": "Unable to start session for kernel {0}. Select another kernel to launch with.",
"DataScience.rawKernelConnectingSession": "Connecting to kernel {0}",
"DataScience.reloadCustomEditor": "Please reload VS Code to use the custom editor API",
"DataScience.reloadVSCodeNotebookEditor": "Please reload VS Code to use the Notebook Editor",
"DataScience.step": "Run next line (F10)",
"DataScience.usingPreviewNotebookWithOtherNotebookWarning": "Opening the same file in the Preview Notebook Editor and stable Notebook Editor is not recommended. Doing so could result in data loss or corruption of notebooks.",
"DataScience.previewNotebookOnlySupportedInVSCInsiders": "The Preview Notebook Editor is supported only in the Insiders version of Visual Studio Code.",
"DataScience.unknownServerUri": "Server URI cannot be used. Did you uninstall an extension that provided a Jupyter server connection?",
"DataScienceRendererExtension.installingExtension": "Installing Notebook Renderers extension...",
"DataScienceRendererExtension.installationCompleteMessage": "complete.",
"DataScienceRendererExtension.startingDownloadOutputMessage": "Starting download of Notebook Renderers extension.",
"DataScienceRendererExtension.downloadingMessage": "Downloading Notebook Renderers Extension...",
"DataScienceRendererExtension.downloadCompletedOutputMessage": "Notebook Renderers extension download complete.",
"DataScience.uriProviderDescriptionFormat": "{0} (From {1} extension)",
"DataScience.unknownPackage": "unknown",
"DataScience.interactiveWindowTitle": "Interactive",
"DataScience.interactiveWindowTitleFormat": "Interactive - {0}",
"DataScience.interactiveWindowModeBannerTitle": "Do you want to open a new Interactive window for this file? [More Information](command:workbench.action.openSettings?%5B%22jupyter.interactiveWindowMode%22%5D).",
"DataScience.interactiveWindowModeBannerSwitchYes": "Yes",
"DataScience.interactiveWindowModeBannerSwitchAlways": "Always",
"DataScience.interactiveWindowModeBannerSwitchNo": "No",
"DataScience.ipykernelNotInstalled": "IPyKernel not installed into interpreter {0}",
"DataScience.illegalEditorConfig": "CustomEditor and NativeNotebook experiments cannot be turned on together",
"DataScience.pythonExtensionRequired" : "The Python extension is required to perform that task. Click Yes to open Python extension installation page.",
"DataScience.pythonInstalledReloadPromptMessage" : "Python extension is now installed. Reload window to activate?",
"DataScience.invalidCustomEditor" : "Using the Jupyter notebook editor requires the stable version of VS code and the CustomEditor experiment to be enabled."
}