{ "jupyter.command.jupyter.exportAsPythonScript.title": "导出为 Python 脚本", "jupyter.command.jupyter.exportToHTML.title": "导出为 HTML", "jupyter.command.jupyter.exportToPDF.title": "导出为 PDF", "DataScience.checkingIfImportIsSupported": "检查是否支持 import", "DataScience.installingMissingDependencies": "安装缺失的依赖", "DataScience.exportNotebookToPython": "导出笔记本到 Python", "DataScience.performingExport": "执行导出", "DataScience.convertingToPDF": "转换为 PDF", "DataScience.exportHTMLQuickPickLabel": "HTML", "DataScience.exportPDFQuickPickLabel": "PDF", "DataScience.openExportedFileMessage": "是否打开导出的文件?", "DataScience.openExportFileYes": "是", "DataScience.openExportFileNo": "否", "DataScience.failedExportMessage": "导出失败。", "DataScience.exportFailedGeneralMessage": "详情请查看 'Jupyter' [输出](command:jupyter.viewOutput)面板。", "DataScience.exportToPDFDependencyMessage": "如果还没有安装 xelatex (TeX),你需要在导出到 PDF 之前安装它,更多说明请访问 https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex。\r\n如果不想安装 xelatex (TeX),可以尝试导出为 HTML,并使用浏览器的\"打印至 PDF\"功能。", "DataScience.insecureSessionMessage": "不使用 token 的 HTTP 连接可能是不安全的连接。是否连接到一个可能不安全的服务器?", "DataScience.insecureSessionDenied": "拒绝连接到不安全的服务器。", "jupyter.command.jupyter.viewLanguageServerOutput.title": "显示语言服务器输出", "jupyter.command.jupyter.selectAndRunTestMethod.title": "运行测试方法...", "jupyter.command.jupyter.selectAndDebugTestMethod.title": "调试测试方法...", "jupyter.command.jupyter.selectAndRunTestFile.title": "运行测试文件...", "jupyter.command.jupyter.runCurrentTestFile.title": "运行当前测试文件", "jupyter.command.jupyter.runFailedTests.title": "运行失败的测试", "jupyter.command.jupyter.discoverTests.title": "导入测试", "jupyter.command.jupyter.discoveringTests.title": "导入中...", "jupyter.command.jupyter.stopTests.title": "停止", "jupyter.command.jupyter.configureTests.title": "配置测试", "jupyter.command.jupyter.execSelectionInTerminal.title": "在 Python 终端中运行选择部分/行", "jupyter.command.jupyter.execSelectionInDjangoShell.title": "在 Django Shell 中运行选择部分/行", "jupyter.command.jupyter.goToPythonObject.title": "转到 Python 对象", "jupyter.command.jupyter.setLinter.title": "选择代码检查器", "jupyter.command.jupyter.enableLinting.title": "启用代码检查器", "jupyter.command.jupyter.runLinting.title": "运行代码检查", "jupyter.command.jupyter.runFileInteractive.title": "在交互式窗口中运行当前文件", "jupyter.command.jupyter.debugFileInteractive.title": "在交互式窗口中调试当前文件", "jupyter.command.jupyter.runallcells.title": "运行所有单元", "jupyter.command.jupyter.notebookeditor.runallcells.title": "运行所有笔记本单元", "jupyter.command.jupyter.notebookeditor.expandallcells.title": "展开所有笔记本单元", "jupyter.command.jupyter.notebookeditor.collapseallcells.title": "折叠所有笔记本单元", "jupyter.command.jupyter.runallcellsabove.title": "运行本单元上方单元", "jupyter.command.jupyter.runcellandallbelow.title": "运行本单元及下方单元", "jupyter.command.jupyter.runallcellsabove.palette.title": "运行本单元上方的所有单元", "jupyter.command.jupyter.runcurrentcellandallbelow.palette.title": "运行本单元及下方的所有单元", "jupyter.command.jupyter.debugcurrentcell.palette.title": "调试当前单元", "jupyter.command.jupyter.debugcell.title": "调试单元", "jupyter.command.jupyter.debugstepover.title": "运行至下一行", "jupyter.command.jupyter.debugcontinue.title": "继续", "jupyter.command.jupyter.debugstop.title": "停止", "jupyter.command.jupyter.runtoline.title": "在交互式窗口中运行到此行", "jupyter.command.jupyter.runfromline.title": "在交互式窗口中从此行运行", "jupyter.command.jupyter.runcurrentcell.title": "运行当前单元", "jupyter.command.jupyter.runcurrentcelladvance.title": "运行当前单元并跳转到下一单元", "jupyter.command.jupyter.execSelectionInteractive.title": "在交互式窗口中运行选择部分/行", "jupyter.command.jupyter.runcell.title": "运行单元", "jupyter.command.jupyter.insertCellBelowPosition.title": "在某位置下方插入单元", "jupyter.command.jupyter.insertCellBelow.title": "在下方插入单元", "jupyter.command.jupyter.insertCellAbove.title": "在上方插入单元", "jupyter.command.jupyter.deleteCells.title": "删除所选单元", "jupyter.command.jupyter.selectCell.title": "选择单元", "jupyter.command.jupyter.selectCellContents.title": "选择单元内容", "jupyter.command.jupyter.extendSelectionByCellAbove.title": "展开所选上方单元", "jupyter.command.jupyter.extendSelectionByCellBelow.title": "展开所选下方单元", "jupyter.command.jupyter.moveCellsUp.title": "向上移动所选单元", "jupyter.command.jupyter.moveCellsDown.title": "向下移动所选单元", "jupyter.command.jupyter.changeCellToMarkdown.title": "将单元改为 Markdown", "jupyter.command.jupyter.changeCellToCode.title": "将单元改为代码", "jupyter.command.jupyter.gotoNextCellInFile.title": "转到下一个单元", "jupyter.command.jupyter.gotoPrevCellInFile.title": "转到上一个单元", "jupyter.command.jupyter.showhistorypane.title": "显示互动窗口", "jupyter.command.jupyter.createnewinteractive.title": "创建交互式窗口", "jupyter.command.jupyter.selectjupyteruri.title": "指定本地或远程 Jupyter 服务器的连接", "jupyter.command.jupyter.selectjupytercommandline.title": "指定 Jupyter 命令行参数", "jupyter.command.jupyter.importnotebook.title": "导入 Jupyter 笔记本", "jupyter.command.jupyter.opennotebook.title": "在笔记本编辑器中打开", "jupyter.command.jupyter.opennotebookInPreviewEditor.title": "在预览笔记本编辑器中打开", "jupyter.command.jupyter.importnotebookfile.title": "转换为 Python 脚本", "jupyter.command.jupyter.exportoutputasnotebook.title": "将交互式窗口导出为 Jupyter Notebook", "jupyter.command.jupyter.exportfileasnotebook.title": "将当前的 Python 文件导出为 Jupyter Notebook", "jupyter.command.jupyter.exportfileandoutputasnotebook.title": "将当前的 Python 文件和输出导出为 Jupyter Notebook", "jupyter.command.jupyter.undocells.title": "撤消最后一个互动性动作", "jupyter.command.jupyter.redocells.title": "重做最后一个互动性动作", "jupyter.command.jupyter.removeallcells.title": "删除所有交互式单元", "jupyter.command.jupyter.notebookeditor.removeallcells.title": "删除所有笔记本编辑器单元", "jupyter.command.jupyter.notebookeditor.addcellbelow.title": "添加空单元到笔记本文件", "jupyter.command.jupyter.interruptkernel.title": "中止 Jupyter 内核", "jupyter.command.jupyter.restartkernel.title": "重新启动 Jupyter 内核", "jupyter.command.jupyter.expandallcells.title": "展开所有交互式单元", "jupyter.command.jupyter.collapseallcells.title": "折叠所有交互式单元", "jupyter.command.jupyter.addcellbelow.title": "添加空单元到文件", "jupyter.command.jupyter.scrolltocell.title": "滚动至单元", "jupyter.command.jupyter.createnewnotebook.title": "创建新的空白 Jupyter 笔记本", "jupyter.command.jupyter.selectJupyterInterpreter.title": "选择解释器来启动 Jupyter 服务器", "jupyter.command.jupyter.createGitHubIssue.title": "创建 GitHub Issue", "jupyter.command.jupyter.submitGitHubIssue.title": "提交 GitHub Issue", "jupyter.command.jupyter.enableDebugLogging.title": "启用调试日志", "jupyter.command.jupyter.resetLoggingLevel.title": "重置记录级别", "jupyter.command.jupyter.showDataViewer.title": "在数据查看器中查看数据", "jupyter.command.jupyter.viewOutput.title": "显示输出", "jupyter.command.jupyter.clearSavedJupyterUris.title": "清除 Jupyter 服务器列表", "jupyter.command.jupyter.openVariableView.title": "打开 Jupyter 变量视图", "Datascience.currentlySelectedJupyterInterpreterForPlaceholder": "当前:{0}", "jupyter.command.jupyter.analysis.clearCache.title": "清除模块分析缓存", "jupyter.command.jupyter.analysis.restartLanguageServer.title": "重新启动语言服务器", "Pylance.proposePylanceMessage": "试试微软新的更快、功能丰富的 Python 语言服务器 Pylance!立即安装该扩展。", "Pylance.tryItNow": "立即安装", "Pylance.remindMeLater": "以后提醒", "Pylance.installPylanceMessage": "Pylance 扩展未安装。点击\"是\"打开 Pylance 安装页面。", "Pylance.pylanceNotInstalledMessage": "Pylance 扩展未安装。", "Pylance.pylanceInstalledReloadPromptMessage": "Pylance 扩展现已安装。重新加载窗口以激活?", "DataScience.unknownMimeTypeFormat": "目前不支持 MIME 类型 {0}。", "DataScience.historyTitle": "互动式", "DataScience.dataExplorerTitle": "数据查看器", "DataScience.badWebPanelFormatString": "