forked from microsoft/vscode-jupyter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
577 lines (577 loc) · 48.9 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
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
{
"products.installingModule": "Installing {0}",
"jupyter.command.jupyter.exportAsPythonScript.title": "Export to Python Script",
"jupyter.command.jupyter.exportToHTML.title": "Export to HTML",
"jupyter.command.jupyter.exportToPDF.title": "Export to PDF",
"jupyter.command.jupyter.debug.title": "Debug",
"jupyter.command.jupyter.runByLine.title": "Run by Line",
"jupyter.command.jupyter.debugCell.title": "Debug Cell",
"jupyter.command.jupyter.runByLineNext.title": "Run Next Line",
"jupyter.command.jupyter.runByLineStop.title": "Continue Execution",
"DataScience.checkingIfImportIsSupported": "Checking if import is supported",
"DataScience.validatingKernelDependencies": "Validating kernel dependencies",
"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.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.",
"DataScience.installPython": "Python is not installed. \nPlease [download](https://www.python.org/downloads) and install Python in order to execute cells in this notebook.",
"DataScience.installPythonNonMarkdown": "Python is not installed. \nPlease download and install Python in order to execute cells in this notebook from here https://www.python.org/downloads.",
"DataScience.installKernel": "The Jupyter Kernel '{0}' could not be found and needs to be installed in order to execute cells in this notebook.",
"DataScience.customizeLayout": "Customize Layout",
"DataScience.warnWhenSelectingKernelWithUnSupportedPythonVersion": "The version of Python associated with the selected kernel is no longer supported. Please consider selecting a different kernel.",
"DataScience.activatingPythonEnvironment": "Activating Python Environment '{0}'",
"jupyter.kernel.percentPipCondaInstallInsteadOfBang": "Use '%{0} install' instead of '!{0} install'",
"jupyter.kernel.pipCondaInstallHoverWarning": "'!{0} install' could install packages into the wrong environment. [More info]({1})",
"jupyter.kernel.replacePipCondaInstallCodeAction": "Replace with '%{0} install'",
"jupyter.kernel.filter.placeholder": "Choose the kernels that are available in the kernel picker.",
"jupyter.kernel.category.jupyterSession": "(Remote) Jupyter Session",
"jupyter.kernel.category.jupyterKernel": "Jupyter Kernel",
"jupyter.kernel.category.jupyterRemoteKernel": "(Remote) Jupyter Kernel",
"jupyter.kernel.category.conda": "Conda Env",
"jupyter.kernel.category.poetry": "Poetry Env",
"jupyter.kernel.category.pipenv": "Pipenv Env",
"jupyter.kernel.category.pyenv": "PyEnv Env",
"jupyter.kernel.category.global": "Global Env",
"jupyter.kernel.category.virtual": "Virtual Env",
"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.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 Jupyter server for connections",
"DataScience.jupyterNativeNotebookUriStatusLabelForLocal": "Jupyter Server: local",
"DataScience.jupyterNativeNotebookUriStatusLabelForRemote": "Jupyter Server: Remote",
"jupyter.command.jupyter.selectjupytercommandline.title": "Specify Jupyter command line arguments",
"jupyter.command.jupyter.importnotebook.title": "Import Jupyter Notebook",
"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.addcellbelow.title": "Add Empty Cell to Notebook File",
"jupyter.command.jupyter.notebookeditor.keybind.undo.title": "Undo",
"jupyter.command.jupyter.notebookeditor.keybind.save.title": "Save",
"jupyter.command.jupyter.interruptkernel.title": "Interrupt Kernel",
"jupyter.command.jupyter.interruptkernel.shorttitle": "Interrupt",
"DataScience.restartKernel": "Restart Kernel",
"jupyter.command.jupyter.restartkernel.title": "Restart Kernel",
"jupyter.command.jupyter.restartkernel.shorttitle": "Restart",
"jupyter.command.jupyter.expandallcells.title": "Expand All Interactive Cells",
"jupyter.command.jupyter.collapseallcells.title": "Collapse All Interactive Cells",
"jupyter.command.jupyter.expandallcells.shorttitle": "Expand",
"jupyter.command.jupyter.collapseallcells.shorttitle": "Collapse",
"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 Jupyter Notebook",
"jupyter.command.jupyter.createnewnotebook.shortTitle": "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",
"DataScience.viewJupyterLogForFurtherInfo": "View Jupyter [log](command:jupyter.viewOutput) for further details.",
"jupyter.showJupyterLogs": "Show Jupyter Logs",
"jupyter.command.jupyter.clearSavedJupyterUris.title": "Clear Jupyter remote server list",
"jupyter.command.jupyter.openVariableView.title": "Open Variable View",
"jupyter.command.jupyter.openVariableView.shorttitle": "Variables",
"jupyter.command.jupyter.openOutlineView.title": "Show Table Of Contents (Outline View)",
"jupyter.command.jupyter.openOutlineView.shorttitle": "Outline",
"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.exportOpenQuestion1": "Open in editor",
"DataScience.notebookExport": "Export",
"DataScience.exportAsNotebook.shorttitle": "Save",
"DataScience.exportAs": "Export As",
"DataScience.notebookExportAs": "Export As",
"DataScience.notebookExportAs.shorttitle": "Export",
"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.interactiveCopyCell": "Copy Cell",
"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",
"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",
"Logging.NoResponse": "No",
"Logging.NoAndDontAskAgain": "No, and don't ask again",
"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",
"DataScience.allowExtensionToUseJupyterKernelApi": "Do you want to give the extension '{0}' access to the Jupyter kernels? Clicking '{1}' would allow this extension to execute code against the Jupyter Kernels.",
"DataScience.thanksForUsingJupyterKernelApiPleaseRegisterWithUs": "Thanks for trying the Jupyter API. Please file an issue on our repo to use this API in production. This would prevent us from breaking your extension when updating the API (as it is still a work in progress).",
"Common.bannerLabelYes": "Yes",
"Common.bannerLabelNo": "No",
"Common.doNotShowAgain": "Do not show again",
"Common.reload": "Reload",
"Common.moreInfo": "More Info",
"Common.and": "and",
"Common.download": "Download",
"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",
"Common.clickHereForMoreInfoWithHtml": "Click <a href='{0}'>here</a> for more info.",
"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 Jupyter extension is working for you?",
"ExtensionSurveyBanner.bannerLabelYes": "Yes, take survey now",
"ExtensionSurveyBanner.bannerLabelNo": "No, thanks",
"ExtensionSurveyBanner.maybeLater": "Maybe later",
"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 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 Kernel {0}",
"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.restartedKernelHeader": "Restarted '{0}' kernel",
"DataScience.restartingKernelCustomHeader": "_Restarting {0}..._",
"DataScience.restartingKernelHeader": "_Restarting kernel..._",
"DataScience.startedNewKernelHeader": "Started '{0}' kernel",
"DataScience.connectKernelHeader": "Connected to '{0}' 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.libraryNotInstalledCorrectlyOrOutdated": "Data Science library {0} is not installed correctly or is outdated. Re-Install?",
"DataScience.libraryRequiredToLaunchJupyterNotInstalled": "Running cells requires {0} package.",
"DataScience.librariesRequiredToLaunchJupyterNotInstalled": "Running cells requires {0} package.",
"DataScience.libraryRequiredToLaunchJupyterNotInstalledInterpreter": "Running cells with '{0}' requires {1} package.",
"DataScience.librariesRequiredToLaunchJupyterNotInstalledInterpreter": "Running cells with '{0}' requires {1} package.",
"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.removeRemoteJupyterServerEntryInQuickPick": "Remove",
"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.jupyterRemoteConnectFailedModalMessage": "Failed to connect to the remote Jupyter Server. View Jupyter log for further details.",
"DataScience.changeJupyterRemoteConnection": "Change Jupyter Server connection.",
"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 Jupyter 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 Jupyter 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.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 Jupyter [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.loadingRowsInVariableExplorer": "Loading variables",
"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.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 cell and add empty 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.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.exportButtonTitle": "Export",
"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.toggleCellOutput": "Toggle Cell Output",
"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.savePngTitle": "Save Image",
"DataScience.jupyterSelectURIQuickPickTitle": "Pick how to connect to Jupyter",
"DataScience.jupyterSelectURIQuickPickPlaceholder": "Choose an option",
"DataScience.jupyterSelectURIQuickPickCurrent": "Current: {0}",
"DataScience.jupyterSelectURINoneLabel": "None",
"DataScience.jupyterSelectURINoneDetail": "Do not connect to any remote Jupyter server",
"DataScience.jupyterSelectURINewLabel": "Existing",
"DataScience.jupyterSelectURINewDetail": "Specify the URI of an existing server",
"DataScience.jupyterSelectURIMRUDetail": "Last Connection: {0}",
"DataScience.jupyterSelectURIRunningDetailFormat": "Last connection {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": "Change Kernel",
"DataScience.selectDifferentKernel": "Select a different Kernel",
"DataScience.selectDifferentJupyterInterpreter": "Change Interpreter",
"DataScience.selectJupyterInterpreter": "Select an Interpreter to start Jupyter",
"DataScience.switchingKernelProgress": "Switching kernel to '{0}'",
"DataScience.sessionStartFailedWithKernel": "Failed to start the Kernel '{0}'. \nView Jupyter [log](command:jupyter.viewOutput) for further details.",
"DataScience.failedToStartKernel": "Failed to start the Kernel.",
"DataScience.failedToRestartKernel": "Failed to restart the Kernel.",
"DataScience.failedToInterruptKernel": "Failed to interrupt the Kernel.",
"DataScience.kernelDied": "The kernel died. View Jupyter [log](command:jupyter.viewOutput) for further details. \nError: {0}...",
"DataScience.kernelDiedWithoutError": "The kernel '{0}' died. View Jupyter [log](command:jupyter.viewOutput) for further details.",
"DataScience.fileSeemsToBeInterferingWithKernelStartup": "The file '{0}' seems to be overriding built in modules and interfering with the startup of the kernel. Consider renaming the file and starting the kernel again.",
"DataScience.failedToStartKernelDueToMissingModule": "The kernel failed to start due to the missing module '{0}'. Consider installing this module.",
"DataScience.failedToStartKernelDueToImportFailure": "The kernel failed to start as the module '{0}' could not be imported.",
"DataScience.failedToStartKernelDueToImportFromFileFailure": "The kernel failed to start as '{0}' could not be imported from '{1}'.",
"DataScience.failedToStartKernelDueToUnknowDllLoadFailure": "The kernel failed to start as a dll could not be loaded.",
"DataScience.failedToStartKernelDueToDllLoadFailure": "The kernel failed to start as the dll '{0}' could not be loaded.",
"DataScience.failedToStartKernelDueToWin32APIFailure": "The kernel failed to start due to an error with the Win32api module. Consider (re) installing this module.",
"DataScience.failedToStartKernelDueToPyZmqFailure": "The kernel failed to start due to an error with the 'pyzmq' module. Consider re-installing this module.",
"DataScience.failedToStartKernelDueToOldIPython": "The kernel failed to start due to an outdated version of IPython. Consider updating this module to the latest version.",
"DataScience.failedToStartKernelDueToOldIPyKernel": "The kernel failed to start due to an outdated version of IPyKernel. Consider updating this module to the latest version.",
"DataScience.failedToStartJupyter": "Failed to start Jupyter in the environment '{0}'. \nView Jupyter [log](command:jupyter.viewOutput) for further details.",
"DataScience.failedToStartJupyterWithErrorInfo": "Failed to start Jupyter in the environment '{0}'. \n{1} \nView Jupyter [log](command:jupyter.viewOutput) for further details.",
"DataScience.failedToStartJupyterDueToOutdatedTraitlets": "Failed to start Jupyter in the environment '{0}' possibly due to an outdated version of 'traitlets'. \n{1} \nConsider updating the 'traitlets' module to '5.1.1' or later. \nView Jupyter [log](command:jupyter.viewOutput) for further details.",
"DataScience.installPackageInstructions": "Run the following command to install '{0}' into the Python environment. \nCommand: '{1}'",
"DataScience.cannotRunCellKernelIsDead": "Cannot run cells, as the kernel '{0}' is dead.",
"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.enableCDNForWidgetsSettingHtml": "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.enableCDNForWidgetsSetting": "Widgets require us to download supporting files from a 3rd party website. (Error loading {0}:{1}).",
"DataScience.enableCDNForWidgetsButton": "Enable Downloads",
"DataScience.widgetScriptNotFoundOnCDNWidgetMightNotWork": "Unable to find widget '{0}' version '{1}' from configured widget sources {2}. Expected behavior may be affected. Click [here](https://aka.ms/PVSCIPyWidgets) for more information.",
"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.kernelStarting": "_Connecting to kernel..._",
"DataScience.kernelStartingCustom": "_Connecting to {0}..._",
"DataScience.libraryRequiredToLaunchJupyterKernelNotInstalledInterpreter": "Running cells with '{0}' requires {1} package.",
"DataScience.libraryRequiredToLaunchJupyterKernelNotInstalledInterpreterAndRequiresUpdate": "Running cells with '{0}' requires {1} package installed or requires an update.",
"DataScience.runByLine": "Run by line (F10)",
"DataScience.stopRunByLine": "Stop",
"DataScience.couldNotInstallLibrary": "Could not install {0} package. 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.rawKernelStartFailedDueToTimeout": "Unable to start Kernel '{0}' due to connection timeout. \nView Jupyter [log](command:jupyter.viewOutput) for further details.",
"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.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.ipykernelNotInstalledBecauseCanceled": "IPyKernel not installed into interpreter. Installation canceled.",
"DataScience.needIpykernel6": "Ipykernel setup required for this feature",
"DataScience.setup": "Setup",
"DataScience.startingRunByLine": "Starting Run by Line",
"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.pythonExtensionRequiredToRunNotebook": "Python Extension required to run Python notebooks.",
"DataScience.pythonExtensionInstalled": "Python extension is now installed. Some features might not be available until a notebook or interactive window session is restarted.",
"DataScience.showDataViewerFail": "Failed to create the Data Viewer. Check the Jupyter tab of the Output window for more info.",
"DataScience.notebookCreationPickerPlaceHolder": "Select an option to create a blank notebook",
"DataScience.refreshDataViewer": "Refresh data viewer",
"DataScience.refreshDataViewerCommandPalette": "Refresh Data Viewer",
"DataScience.sliceDropdownAxisLabel": "Axis",
"DataScience.sliceDropdownIndexLabel": "Index",
"DataScience.sliceSubmitButton": "Apply",
"DataScience.sliceSummaryTitle": "SLICING",
"DataScience.dataViewerShowFilters": "Show filters",
"DataScience.dataViewerHideFilters": "Hide filters",
"DataScience.sliceData": "Slice Data",
"DataScience.sliceIndexError": "Index {0} out of range for axis {1} with {2} elements",
"DataScience.sliceMismatchedAxesError": "Expected {0} axes, got {1} in slice expression",
"DataScience.clearFilters": "Clear all filters",
"DataScience.defaultNotebookName": "default",
"DataScience.recommendExtensionForNotebook": "The {0} extension is recommended for notebooks targetting the language '{1}'",
"DataScience.interactiveClearAllCells": "Clear All",
"DataScience.interactiveRemoveCell": "Remove Cell",
"DataScience.interactiveGoToCode": "Go to code",
"DataScience.kernelWasNotStarted": "Kernel was not started. A kernel session is needed to start debugging.",
"DataScience.noNotebookToDebug": "No active notebook document to debug.",
"DataScience.cantStartDebugging": "Can't start debugging.",
"DataScience.customEditorBanner": "This editor is deprecated and we'll remove it after 1.59 of VS Code. [Learn more about our new notebook editor](https://aka.ms/vscodeNotebookEditorBanner).",
"DataScience.importingIpynb": "Importing notebook file.",
"DataScience.exportingToFormat": "Exporting to {0}.",
"DataScience.matplotlibWidgetInsteadOfOther": "'%matplotlib widget' or '%matplotlib inline' works best in VS code notebooks.",
"DataScience.matplotlibWidgetCodeActionTitle": "More information",
"DataScience.usingNonPrereleaseYes": "Yes",
"DataScience.usingNonPrereleaseNo": "No",
"DataScience.usingNonPrereleaseNoAndDontAskAgain": "Don't ask again",
"DataScience.usingNonPrerelease": "The 'prerelease' version of the Jupyter extension is recommended when running on VS Code Insiders. Would you like to switch?",
"DataScience.cellAtFormat": "{0} Cell {1}'",
"DataScience.jupyterServerConsoleOutputChannel": "Jupyter Server Console",
"DataScience.kernelConsoleOutputChannel": "{0} Kernel Console Output",
"Installer.noCondaOrPipInstaller": "There is no Conda or Pip installer available in the selected environment.",
"Installer.noPipInstaller": "There is no Pip installer available in the selected environment.",
"Installer.searchForHelp": "Search for help",
"Installer.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.",
"Installer.dataScienceInstallPrompt": "Data Science library {0} is not installed. Install?",
"Products.installingModule": "Installing {0}"
}