diff --git a/news/1 Enhancements/4418.md b/news/1 Enhancements/4418.md new file mode 100644 index 00000000000..7d93870bae3 --- /dev/null +++ b/news/1 Enhancements/4418.md @@ -0,0 +1,3 @@ +Add full Simplified Chinese translation. + +(thanks [FiftysixTimes7](https://github.com/FiftysixTimes7)) diff --git a/package.nls.zh-cn.json b/package.nls.zh-cn.json new file mode 100644 index 00000000000..b4b6be2a3ec --- /dev/null +++ b/package.nls.zh-cn.json @@ -0,0 +1,487 @@ +{ + "jupyter.command.jupyter.switchOffInsidersChannel.title": "切换到默认版本", + "jupyter.command.jupyter.switchToDailyChannel.title": "切换到每日预览版本", + "jupyter.command.jupyter.switchToWeeklyChannel.title": "切换到每周预览版本", + "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.launchNotebookTrustPrompt": "笔记本打开后可能执行危险代码。部分输出已被隐藏。是否信任这个笔记本?[了解更多](https://aka.ms/trusted-notebooks)", + "DataScience.launchNotebookTrustPrompt.yes": "信任", + "DataScience.launchNotebookTrustPrompt.no": "不信任", + "DataScience.launchNotebookTrustPrompt.trustAllNotebooks": "信任所有的笔记本", + "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.runselectedcell.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": "

{0} 不是一个有效的文件名

", + "DataScience.sessionDisposed": "无法执行代码,会话已被处理。", + "DataScience.rawKernelProcessNotStarted": "原始内核进程无法启动。", + "DataScience.rawKernelProcessExitBeforeConnect": "原始内核进程在连接前退出。", + "DataScience.passwordFailure": "连接到受密码保护的服务器失败。请检查密码是否正确。", + "DataScience.exportDialogTitle": "导出到 Jupyter Notebook", + "DataScience.exportDialogFilter": "Jupyter 笔记本", + "DataScience.exportDialogComplete": "笔记本已写入 {0}", + "DataScience.exportDialogFailed": "笔记本导出失败。 {0}", + "DataScience.exportOpenQuestion": "在浏览器中打开", + "DataScience.exportOpenQuestion1": "在编辑器中打开", + "DataScience.notebookExportAs": "导出为", + "DataScience.exportAsQuickPickPlaceholder": "导出为...", + "DataScience.exportPythonQuickPickLabel": "Python 脚本", + "DataScience.collapseInputTooltip": "折叠输入块", + "DataScience.collapseVariableExplorerTooltip": "隐藏 jupyter 内核中的活跃变量", + "DataScience.collapseVariableExplorerLabel": "变量", + "DataScience.expandVariableExplorerTooltip": "在 jupyter 内核中显示活跃的变量", + "DataScience.close": "关闭", + "DataScience.variableLoadingValue": "正在加载...", + "DataScience.importDialogTitle": "导入 Jupyter 笔记本", + "DataScience.importDialogFilter": "Jupyter 笔记本", + "DataScience.notebookCheckForImportYes": "导入", + "DataScience.reloadRequired": "请重新加载窗口以使新设置生效。", + "DataScience.notebookCheckForImportNo": "以后提醒", + "DataScience.notebookCheckForImportDontAskAgain": "不再提醒", + "DataScience.notebookCheckForImportTitle": "是否把 Jupyter Notebook 导入到 Python 代码中?", + "DataScience.jupyterNotSupported": "无法启动 Jupyter。试图定位jupyter时出错:{0}", + "DataScience.jupyterNotSupportedBecauseOfEnvironment": "激活 {0} 以运行 Jupyter 失败,{1}。", + "DataScience.jupyterNbConvertNotSupported": "导入笔记本需要安装 Jupyter nbconvert。", + "DataScience.jupyterLaunchNoURL": "找不到打开的 Jupyter 笔记本服务器的 URL", + "DataScience.jupyterLaunchTimedOut": "Jupyter 笔记本服务器未能及时启动", + "DataScience.jupyterSelfCertFail": "服务器 {0} 使用的安全证书不是由受信任的证书颁发机构颁发的。\r\n这表明可能有人试图窃取你的信息。\r\n是否为这个工作区启用 Allow Unauthorized Remote Connection 设置以允许连接?", + "DataScience.jupyterSelfCertEnable": "是,始终连接", + "DataScience.jupyterSelfCertClose": "否,关闭连接", + "DataScience.jupyterServerCrashed": "Jupyter 服务器崩溃,无法连接。\r\n来自 jupyter 的错误代码:{0}", + "DataScience.rawConnectionDisplayName": "直接内核连接", + "DataScience.rawConnectionBrokenError": "直接内核连接中断", + "DataScience.pythonInteractiveHelpLink": "获取更多帮助", + "DataScience.markdownHelpInstallingMissingDependencies": "请参阅 [https://aka.ms/pyaiinstall](https://aka.ms/pyaiinstall) 获取安装 Jupyter 和相关依赖关系的帮助。", + "DataScience.importingFormat": "导入 {0}", + "DataScience.startingJupyter": "启动 Jupyter 服务器", + "DataScience.connectingToJupyter": "连接到 Jupyter 服务器", + "DataScience.connectingToKernel": "连接到内核:{0}", + "DataScience.connectedToKernel": "已连接。", + "DataScience.connected": "已连接", + "DataScience.disconnected": "连接断开", + "DataScience.pythonExtensionRecommended": "您已经打开了一个 Python 笔记本。是否安装 Python 扩展?", + "Experiments.inGroup": "用户属于实验组 '{0}'", + "Logging.CurrentWorkingDirectory": "cwd:", + "Logging.WarnUserAboutDebugLoggingSetting": "您已经为 Jupyter 扩展启用了调试日志,它将继续向磁盘写入日志。是否关闭调试日志?", + "Logging.YesTurnOffDebugLogging": "是,关闭调试日志", + "Logging.NoResponse": "否", + "Logging.NoAndDontAskAgain": "否,不再询问", + "GitHubIssue.Failure": "提交 GitHub issue 时出错。是否继续报告 issue?", + "GitHubIssue.copyToClipboardAndOpenIssue": "是,将内容复制到剪贴板并打开 issue", + "GitHubIssue.submitGitHubIssue": "✅ 提交 GitHub Issue", + "GitHubIssue.pleaseFillThisOut": "在提交 issue 前,请填写此部分内容并删除此评论!", + "GitHubIssue.missingFields": "在点击提交 GitHub Issue 之前,请提供问题的详细信息。", + "GitHubIssue.askForIssueTitle": "请提供一个概述问题的描述性标题。", + "GitHubIssue.titlePlaceholder": "例:无法启动本地内核会话", + "Common.bannerLabelYes": "是", + "Common.bannerLabelNo": "否", + "Common.doNotShowAgain": "不再显示", + "Common.reload": "重新加载", + "Common.moreInfo": "更多信息", + "Common.and": "和", + "Common.ok": "好的", + "Common.install": "安装", + "Common.learnMore": "了解更多", + "Common.reportThisIssue": "报告 issue", + "CommonSurvey.remindMeLaterLabel": "以后提醒", + "CommonSurvey.yesLabel": "是,现在就接受调查", + "CommonSurvey.noLabel": "不,谢谢", + "OutputChannelNames.languageServer": "Python 语言服务器", + "OutputChannelNames.python": "Python", + "OutputChannelNames.pythonTest": "Python 测试日志", + "OutputChannelNames.jupyter": "Jupyter", + "ExtensionSurveyBanner.bannerMessage": "请您花2分钟时间告诉我们 Python 扩展是否为您工作?", + "ExtensionSurveyBanner.bannerLabelYes": "是,现在就接受调查", + "ExtensionSurveyBanner.bannerLabelNo": "不,谢谢", + "ExtensionSurveyBanner.maybeLater": "以后再说", + "ExtensionChannels.installingInsidersMessage": "正在安装预览版... ", + "ExtensionChannels.installingStableMessage": "正在安装稳定版... ", + "ExtensionChannels.installationCompleteMessage": "完成。", + "ExtensionChannels.downloadingInsidersMessage": "正在下载预览扩展... ", + "ExtensionChannels.yesWeekly": "是,每周版", + "ExtensionChannels.yesDaily": "是,每日版", + "ExtensionChannels.promptMessage": "我们注意到您正在使用 Visual Studio Code 预览版,是否使用 Jupyter 扩展的预览版本?", + "ExtensionChannels.reloadToUseInsidersMessage": "请重新加载 Visual Studio Code 以使用 Jupyter 扩展的预览版。", + "ExtensionChannels.downloadCompletedOutputMessage": "预览版下载完成。", + "ExtensionChannels.startingDownloadOutputMessage": "开始下载预览版。", + "DataScience.reloadAfterChangingJupyterServerConnection": "更改 Jupyter 服务器连接时,请重新加载 VS Code。", + "DataScience.restartKernelMessage": "是否重新启动 Jupyter 内核?所有的变量都会丢失。", + "DataScience.restartKernelMessageYes": "是", + "DataScience.restartKernelMessageNo": "否", + "DataScience.restartingKernelFailed": "内核重启失败。Jupyter服务器被挂起。请重新加载VS代码。", + "DataScience.interruptingKernelFailed": "内核中止失败。Jupyter服务器被挂起。请重新加载VS代码。", + "DataScienceSurveyBanner.bannerMessage": "请您花2分钟时间告诉我们Python数据科学功能对您的作用如何?", + "DataScienceSurveyBanner.bannerLabelYes": "是,现在就接受调查", + "DataScienceSurveyBanner.bannerLabelNo": "不,谢谢", + "InteractiveShiftEnterBanner.bannerMessage": "是否在按下 'shift-enter' 时在'交互式'窗口(IPython 控制台)中运行代码?选择 'No' 继续在 Python 终端中运行代码。这可以之后在设置中更改。", + "DataScience.restartingKernelStatus": "正在重新启动 Jupyter 内核", + "DataScience.executingCode": "正在执行单元", + "DataScience.collapseAll": "折叠所有单元输入", + "DataScience.expandAll": "展开所有单元输入", + "DataScience.export": "导出为 Jupyter 笔记本", + "DataScience.restartServer": "重新启动 Jupyter 内核", + "DataScience.undo": "撤销", + "DataScience.redo": "重做", + "DataScience.clearAll": "移除所有单元", + "DataScience.restartedKernelHeader": "已重新启动 '{0}' 内核", + "DataScience.startedNewKernelHeader": "已开启 '{0}' 内核", + "DataScience.connectKernelHeader": "已连接到 '{0}' 内核", + "DataScience.executingCodeFailure": "执行代码失败:{0}", + "DataScience.inputWatermark": "在这里输入代码并按 shift-enter 运行", + "DataScience.deleteButtonTooltip": "移除单元", + "DataScience.gotoCodeButtonTooltip": "转到代码", + "DataScience.copyBackToSourceButtonTooltip": "将代码粘贴到文件中", + "DataScience.copyToClipboardButtonTooltip": "将来源复制到剪贴板", + "DataScience.plotOpen": "展开图片", + "DataScience.libraryNotInstalled": "数据科学库 {0} 未安装。是否安装?", + "DataScience.libraryRequiredToLaunchJupyterNotInstalled": "数据科学库 {0} 未安装。", + "DataScience.librariesRequiredToLaunchJupyterNotInstalled": "数据科学库 {0} 没有安装。", + "DataScience.libraryRequiredToLaunchJupyterNotInstalledInterpreter": "在解释器 {0} 中没有安装数据科学库 {1}。", + "DataScience.librariesRequiredToLaunchJupyterNotInstalledInterpreter": "在解释器 {0} 中没有安装数据科学库 {1}。", + "DataScience.jupyterInstall": "安装", + "DataScience.jupyterSelectURIPrompt": "输入正在运行的 Jupyter 服务器的 URI", + "DataScience.jupyterSelectURIInvalidURI": "无效的 URI", + "DataScience.jupyterSelectUserAndPasswordTitle": "请输入用户名和密码以连接到 Jupyter Hub", + "DataScience.jupyterSelectUserPrompt": "请输入用户名", + "DataScience.jupyterSelectPasswordPrompt": "请输入密码", + "DataScience.jupyterNotebookFailure": "Jupyter 笔记本启动失败。\r\n{0}", + "DataScience.jupyterNotebookConnectFailed": "连接 Jupyter 笔记本失败。\r\n{0}\r\n{1}", + "DataScience.jupyterNotebookRemoteConnectFailed": "连接远程 Jupyter 笔记本失败。\r\n请检查 Jupyter 服务器 URI 设置是否指定了有效的运行服务器。\r\n{0}\r\n{1}", + "DataScience.jupyterNotebookRemoteConnectSelfCertsFailed": "连接远程 Jupyter 笔记本失败。\r\n指定的服务器正在使用自签名的证书。启用 Allow Unauthorized Remote Connection 设置以连接\r\n{0}\r\n{1}", + "DataScience.notebookVersionFormat": "Jupyter 笔记本版本:{0}", + "DataScience.jupyterKernelSpecNotFound": "无法创建 Jupyter kernel spec,没有可用的内核", + "DataScience.jupyterKernelSpecModuleNotFound": "'Kernelspec' 模块在所选解释器 ({0}) 中未安装。\n请重新安装或更新 'jupyter'。", + "DataScience.jupyterGetVariablesBadResults": "从 Jupyter 服务器获取变量信息失败。", + "DataScience.liveShareConnectFailure": "无法连接到服务器 Jupyter 会话。未找到 URI。", + "DataScience.liveShareCannotSpawnNotebooks": "不支持通过实时共享连接生成 Jupyter 笔记本", + "DataScience.liveShareCannotImportNotebooks": "目前不支持通过实时共享连接导入笔记本", + "DataScience.liveShareHostFormat": "{0} Jupyter 服务器", + "DataScience.liveShareSyncFailure": "实时共享启动过程中同步失败。", + "DataScience.liveShareServiceFailure": "实时共享连接的 '{0}' 服务启动失败。", + "DataScience.documentMismatch": "无法运行单元,发现 {0} 的重复文件。", + "DataScience.pythonInteractiveCreateFailed": "无法创建\"交互式\"窗口。尝试重新安装 Python 扩展。", + "DataScience.interruptKernel": "中止 Jupyter 内核", + "DataScience.clearAllOutput": "清除所有输出", + "DataScience.exportingFormat": "正在导出 {0}", + "DataScience.exportCancel": "取消", + "Common.canceled": "已取消", + "Common.cancel": "取消", + "Common.yesPlease": "是", + "DataScience.importChangeDirectoryComment": "{0} 工作目录将从工作区根目录改为 ipynb 文件位置。使用 DataScience.changeDirOnImportExport 设置关闭此功能", + "DataScience.exportChangeDirectoryComment": "# 将目录改为 VSCode 工作区根目录,以便相对路径加载正确工作。使用 DataScience.changeDirOnImportExport 设置关闭此功能", + "DataScience.interruptKernelStatus": "中止 Jupyter 内核", + "DataScience.restartKernelAfterInterruptMessage": "中止内核超时。是否重新启动内核?所有的变量都会丢失。", + "DataScience.pythonInterruptFailedHeader": "键盘中断使内核崩溃。内核已重新启动。", + "DataScience.sysInfoURILabel": "Jupyter 服务器 URI: ", + "DataScience.jupyterStartTimedout": "启动 Jupyter 超时。请检查 'Jupyter' 输出面板以了解更多细节。", + "DataScience.startingJupyterLogMessage": "用命令行 {1} 从 {0} 启动 Jupyter", + "DataScience.jupyterCommandLineDefaultLabel": "默认(建议)", + "DataScience.jupyterCommandLineDefaultDetail": "Python 扩展将为 Jupyter 确定适当的命令行", + "DataScience.jupyterCommandLineCustomLabel": "自定义", + "DataScience.jupyterCommandLineCustomDetail": "自定义启动时传递给 Jupyter 的命令行", + "DataScience.jupyterCommandLineReloadQuestion": "更改 Jupyter 命令行时,请重新加载窗口。", + "DataScience.jupyterCommandLineReloadAnswer": "重新加载", + "DataScience.jupyterCommandLineQuickPickPlaceholder": "选择一个选项", + "DataScience.jupyterCommandLineQuickPickTitle": "选择 Jupyter 的命令行", + "DataScience.jupyterCommandLinePrompt": "输入 Jupyter 的自定义命令行", + "Common.loadingExtension": "Jupyter 扩展加载中...", + "Common.openOutputPanel": "显示输出", + "DataScience.variableExplorerNameColumn": "名称", + "DataScience.variableExplorerTypeColumn": "种类", + "DataScience.variableExplorerCountColumn": "大小", + "DataScience.variableExplorerValueColumn": "值", + "DataScience.showDataExplorerTooltip": "在数据查看器中显示变量。", + "DataScience.dataExplorerInvalidVariableFormat": "'{0}' 不是活跃变量。", + "DataScience.jupyterGetVariablesExecutionError": "变量提取失败:\r\n{0}", + "DataScience.loadingMessage": "正在加载...", + "DataScience.fetchingDataViewer": "正在获取数据...", + "DataScience.noRowsInDataViewer": "没有符合当前过滤器的记录", + "DataScience.jupyterServer": "Jupyter 服务器", + "DataScience.trustNotebookCommandTitle": "信任该笔记本", + "DataScience.notebookIsTrusted": "已信任", + "DataScience.notebookIsNotTrusted": "不信任", + "DataScience.noKernel": "无内核", + "DataScience.serverNotStarted": "未开始", + "DataScience.localJupyterServer": "本地", + "DataScience.pandasTooOldForViewingFormat": "Python 包 'pandas' 是 {0} 版本。查看数据需要 0.20 或更高版本。", + "DataScience.pandasRequiredForViewing": "查看数据需要 Python 包 'pandas'。", + "DataScience.valuesColumn": "值", + "DataScience.liveShareInvalid": "会话中的一个或多个客户端没有安装 Python [扩展](https://marketplace.visualstudio.com/itemdetails?itemName=ms-toolsai.jupyter)。\r\n您的实时共享会话无法继续,将被关闭。", + "Common.noIWillDoItLater": "不了,以后再做", + "Common.notNow": "不是现在", + "Common.gotIt": "知道了!", + "DataScience.noRowsInVariableExplorer": "没有定义变量", + "DataScience.tooManyColumnsMessage": "超过 1000 列的变量可能需要很长时间才能显示。是否继续?", + "DataScience.tooManyColumnsYes": "是", + "DataScience.tooManyColumnsNo": "否", + "DataScience.tooManyColumnsDontAskAgain": "不再询问", + "DataScience.filterRowsButton": "行过滤", + "DataScience.filterRowsTooltip": "可多行过滤。使用 =, >, 或 < 符号来过滤数值。", + "DataScience.previewHeader": "--- 开始预览 {0} ---", + "DataScience.previewFooter": "--- 结束预览 {0} ---", + "DataScience.previewStatusMessage": "生成 {0} 的预览", + "DataScience.plotViewerTitle": "绘图", + "DataScience.exportPlotTitle": "保存绘图", + "DataScience.pdfFilter": "PDF", + "DataScience.pngFilter": "PNG", + "DataScience.svgFilter": "SVG", + "DataScience.previousPlot": "上一个", + "DataScience.nextPlot": "下一个", + "DataScience.panPlot": "平面绘图", + "DataScience.zoomInPlot": "放大", + "DataScience.zoomOutPlot": "缩小", + "DataScience.exportPlot": "导出为不同的格式", + "DataScience.deletePlot": "移除", + "DataScience.collapseSingle": "折叠", + "DataScience.expandSingle": "展开", + "DataScience.editSection": "在这里输入新单元。", + "DataScience.restartKernelMessageDontAskAgain": "是,不再询问", + "DataScience.selectedImageListLabel": "选择的图像", + "DataScience.imageListLabel": "图像", + "DataScience.exportImageFailed": "导出图像时出错:{0}", + "downloading.file": "正在下载 {0}...", + "downloading.file.progress": "{2} 中的 {0}{1} KB ({3}%)", + "DataScience.jupyterDataRateExceeded": "因为超过了数据频率,所以无法查看变量。请用更高的数据频率限制重新启动服务器。例如 --NotebookApp.iopub_data_rate_limit=10000000000.0", + "DataScience.addCellBelowCommandTitle": "添加单元", + "DataScience.debugCellCommandTitle": "调试单元", + "DataScience.debugStepOverCommandTitle": "运行至下一行", + "DataScience.debugContinueCommandTitle": "继续", + "DataScience.debugStopCommandTitle": "停止", + "DataScience.runCurrentCellAndAddBelow": "运行此单元并在下面添加单元", + "DataScience.jupyterDebuggerNotInstalledError": "调试单元时需要用到 {0} 模块。您需要安装它来调试单元。", + "DataScience.jupyterDebuggerOutputParseError": "无法解析 {0} 输出,请打开 https://github.com/microsoft/vscode-jupyter 提交 issue", + "DataScience.jupyterDebuggerPortNotAvailableError": "端口 {0} 不能被打开进行调试。请在 remoteDebuggerPort 设置中指定不同的端口。", + "DataScience.jupyterDebuggerPortBlockedError": "不能连接到 {0} 端口进行调试,请允许 {0} 端口通过您的防火墙。", + "DataScience.jupyterDebuggerPortNotAvailableSearchError": "在 {0}-{1} 范围内的端口无法找到调试用的端口,请在 remoteDebuggerPort 设置中指定端口。", + "DataScience.jupyterDebuggerPortBlockedSearchError": "不能连接到某个端口进行调试,请让 {0}-{1} 端口通过防火墙。", + "DataScience.jupyterDebuggerInstallNew": "调试单元时需要用到 {0} 模块。安装 {0} 并继续调试单元?", + "DataScience.jupyterDebuggerInstallNewRunByLine": "按行运行需要 {0} 模块。安装 {0} 后继续按行运行?", + "DataScience.jupyterDebuggerInstallUpdate": "安装的 {0} 版本不支持调试单元。更新 {0} 到最新版本,继续调试单元?", + "DataScience.jupyterDebuggerInstallUpdateRunByLine": "安装的 {0} 版本不支持按行运行。更新 {0} 到最新版本,并继续按行运行?", + "DataScience.jupyterDebuggerInstallYes": "是", + "DataScience.jupyterDebuggerInstallNo": "否", + "DataScience.cellStopOnErrorFormatMessage": "{0} 单元由于前一个单元的错误而被取消。", + "DataScience.instructionComments": "# 要添加一个新单元,输入 '{0}'\n# 要添加一个新的标记单元,输入 '{0} [markdown]'\n", + "DataScience.scrollToCellTitleFormatMessage": "转到 [{0}]", + "DataScience.remoteDebuggerNotSupported": "目前不支持连接到远程服务器时进行调试。", + "DataScience.save": "保存笔记本", + "DataScience.invalidNotebookFileError": "{0} 不是一个有效的笔记本文件。检查文件是否为正确的 json。", + "DataScience.nativeEditorTitle": "笔记本编辑器", + "DataScience.untitledNotebookFileName": "Untitled", + "DataScience.dirtyNotebookMessage1": "是否保存对 {0} 的修改?", + "DataScience.dirtyNotebookMessage2": "如果不保存,所有更改将会丢失。", + "DataScience.dirtyNotebookYes": "保存", + "DataScience.dirtyNotebookNo": "不保存", + "DataScience.dirtyNotebookCancel": "取消", + "DataScience.dirtyNotebookDialogTitle": "保存", + "DataScience.dirtyNotebookDialogFilter": "Jupyter 笔记本", + "DataScience.exportAsPythonFileTooltip": "转换并保存为 python 脚本", + "DataScience.exportAsPythonFileTitle": "保存为 Python 文件", + "DataScience.exportButtonTitle": "导出", + "DataScience.runCell": "运行单元", + "DataScience.deleteCell": "删除单元", + "DataScience.moveCellUp": "向上移动单元", + "DataScience.moveCellDown": "向下移动单元", + "DataScience.moveSelectedCellUp": "向上移动所选单元", + "DataScience.insertBelow": "在下方插入单元", + "DataScience.insertAbove": "在上方插入单元", + "DataScience.addCell": "添加单元", + "DataScience.runAll": "运行所有单元", + "DataScience.runAbove": "运行上方单元", + "DataScience.runBelow": "运行该单元及以下单元", + "DataScience.convertingToPythonFile": "将 ipynb 转换为 python 文件", + "DataScience.untitledNotebookMessage": "如果不保存,所有更改将会丢失。", + "DataScience.untitledNotebookYes": "保存", + "DataScience.untitledNotebookNo": "取消", + "DataScience.noInterpreter": "未选择 python", + "DataScience.notebookNotFound": "python -m jupyter notebook --version 无法运行", + "DataScience.findJupyterCommandProgress": "当前解释器不支持 {0}。正在搜索最佳可用解释器。", + "DataScience.findJupyterCommandProgressCheckInterpreter": "正在检查 {0}。", + "DataScience.findJupyterCommandProgressSearchCurrentPath": "正在搜索当前路径。", + "DataScience.savePngTitle": "保存图像", + "DataScience.jupyterSelectURIQuickPickTitle": "选择如何连接到 Jupyter", + "DataScience.jupyterSelectURIQuickPickPlaceholder": "选择一个选项", + "DataScience.jupyterSelectURIQuickPickCurrent": "当前:{0}", + "DataScience.jupyterSelectURILocalLabel": "默认", + "DataScience.jupyterSelectURILocalDetail": "VS Code 会自动在本地主机上为你启动一个服务器", + "DataScience.jupyterSelectURINewLabel": "现有的", + "DataScience.jupyterSelectURINewDetail": "指定一个现有服务器的 URI", + "DataScience.jupyterSelectURIMRUDetail": "最后连接:{0}", + "DataScience.jupyterSelectURIRunningDetailFormat": "最后活动 {0}。{1} 现有连接。", + "DataScience.jupyterSelectURINotRunningDetail": "目前无法连接。状态不明。", + "DataScience.fallbackToUseActiveInterpeterAsKernel": "找不到笔记本创建时使用的内核 '{0}'。切换使用当前解释器。", + "DataScience.fallBackToRegisterAndUseActiveInterpeterAsKernel": "找不到笔记本创建时使用的内核 '{0}'。切换使用当前解释器注册的新内核。", + "DataScience.fallBackToPromptToUseActiveInterpreterOrSelectAKernel": "找不到创建笔记本的内核 '{0}'。", + "DataScience.selectKernel": "选择一个内核", + "DataScience.selectDifferentKernel": "选择不同的内核", + "DataScience.selectDifferentJupyterInterpreter": "选择不同的解释器", + "DataScience.selectJupyterInterpreter": "选择一个解释器来启动 Jupyter", + "DataScience.switchingKernelProgress": "将内核切换到 '{0}'", + "DataScience.sessionStartFailedWithKernel": "内核 '{0}' 会话启动失败。\n查看 Jupyter [日志](command:{1})了解更多细节。", + "DataScience.kernelTimeout": "等待内核进程响应超时。\n{0} \n查看 Jupyter [日志](command:{1})了解更多细节。", + "DataScience.kernelDied": "内核已被中止。查看 Jupyter [日志](command:{0})了解更多细节。\n错误:{1}...", + "DataScience.waitingForJupyterSessionToBeIdle": "等待 Jupyter Session 闲置", + "DataScience.gettingListOfKernelsForLocalConnection": "正在获取内核", + "DataScience.gettingListOfKernelsForRemoteConnection": "正在获取内核", + "DataScience.gettingListOfKernelSpecs": "正在获取内核 spec", + "DataScience.startingJupyterNotebook": "正在启动 Jupyter 笔记本", + "DataScience.registeringKernel": "正在注册内核", + "DataScience.trimmedOutput": "\n要查看完整的输出,请将 \"jupyter.textOutputLimit\" 设置为 0。", + "DataScience.connectingToJupyterUri": "连接到位于 {0} 的 Jupyter 服务器", + "DataScience.createdNewNotebook": "{0}:创建新的笔记本 ", + "DataScience.createdNewKernel": "{0}:内核已启动:{1}", + "DataScience.kernelInvalid": "内核 {0} 不能使用。查看 Jupyter 输出标签页了解更多信息。", + "DataScience.nativeDependencyFail": "无法启动 jupyter 服务器,不支持该操作系统。若想继续,请选择一个正在运行的服务器。{0}", + "DataScience.selectNewServer": "选择正在运行的服务器", + "DataScience.jupyterSelectURIRemoteLabel": "现有的", + "DataScience.jupyterSelectURIQuickPickTitleRemoteOnly": "选择一个正在运行的 jupyter 服务器", + "DataScience.jupyterSelectURIRemoteDetail": "指定一个现有服务器的 URI", + "DataScience.latestExtension": "下载最新版本的 Jupyter 扩展", + "DataScience.loadClassFailedWithNoInternet": "加载错误 {0}:{1}。需要连接互联网才能加载第三方控件。", + "DataScience.useCDNForWidgets": "控件需要从第三方网站下载支持文件。点击[这里](https://aka.ms/PVSCIPyWidgets)获取更多信息。", + "DataScience.loadThirdPartyWidgetScriptsPostEnabled": "改变 \"jupyter.widgetScriptSources\" 的设置后请重新启动内核。", + "DataScience.enableCDNForWidgetsSetting": "控件需要从第三方网站下载支持文件。点击这里启用此功能,或点击这里获取更多信息。(加载错误 {0}:{1})。", + "DataScience.widgetScriptNotFoundOnCDNWidgetMightNotWork": "无法加载 '{0}' 控件的兼容版本。预期行为可能会受到影响。", + "DataScience.unhandledMessage": "来自控件未处理的内核消息:{0} : {1}", + "DataScience.qgridWidgetScriptVersionCompatibilityWarning": "无法加载 'qgrid' 控件的兼容版本,请考虑降级到 1.1.1 版本。", + "DataScience.kernelStarted": "启动内核 {0}", + "DataScience.libraryRequiredToLaunchJupyterKernelNotInstalledInterpreter": "{0} 需要安装 {1}。", + "DataScience.runByLine": "逐行运行 (F10)", + "DataScience.stopRunByLine": "停止", + "DataScience.couldNotInstallLibrary": "无法安装 {0}。如果 pip 不可用,请使用你所选择的包管理器来手动安装这个库到你的 Python 环境中。", + "DataScience.rawKernelSessionFailed": "无法为内核 {0} 启动会话。请选择另一个内核来启动。", + "DataScience.rawKernelConnectingSession": "连接到内核 {0}", + "DataScience.reloadCustomEditor": "请重新加载 VS Code 以使用自定义编辑器 API", + "DataScience.reloadVSCodeNotebookEditor": "请重新加载 VS Code 来使用笔记本编辑器", + "DataScience.step": "运行下一行 (F10)", + "DataScience.usingPreviewNotebookWithOtherNotebookWarning": "不建议在预览笔记本编辑器和稳定笔记本编辑器中打开同一个文件。这样做可能导致数据丢失或笔记本损坏。", + "DataScience.previewNotebookOnlySupportedInVSCInsiders": "预览笔记本编辑器仅在 Visual Studio Code 的预览版本中支持。", + "DataScience.unknownServerUri": "不能使用服务器 URI。您是否卸载了提供 Jupyter 服务器连接的扩展?", + "DataScienceRendererExtension.installingExtension": "正在安装笔记本渲染器扩展...", + "DataScienceRendererExtension.installationCompleteMessage": "完成。", + "DataScienceRendererExtension.startingDownloadOutputMessage": "开始下载笔记本渲染器扩展。", + "DataScienceRendererExtension.downloadingMessage": "正在下载笔记本渲染器扩展...", + "DataScienceRendererExtension.downloadCompletedOutputMessage": "笔记本渲染器扩展下载完成。", + "DataScience.uriProviderDescriptionFormat": "{0} (来自 {1} 扩展)", + "DataScience.unknownPackage": "未知", + "DataScience.interactiveWindowTitle": "Interactive", + "DataScience.interactiveWindowTitleFormat": "Interactive - {0}", + "DataScience.interactiveWindowModeBannerTitle": "是否为这个文件打开一个新的交互式窗口?[更多信息](command:workbench.action.openSettings?%5B%22jupyter.interactiveWindowMode%22%5D)。", + "DataScience.interactiveWindowModeBannerSwitchYes": "是", + "DataScience.interactiveWindowModeBannerSwitchAlways": "总是", + "DataScience.interactiveWindowModeBannerSwitchNo": "否", + "DataScience.ipykernelNotInstalled": "IPyKernel 没有安装到解释器 {0}", + "DataScience.illegalEditorConfig": "CustomEditor 和 NativeNotebook 实验不能同时开启", + "DataScience.pythonExtensionRequired": "执行该任务需要 Python 扩展。点击 \"是\" 打开 Python 扩展的安装页面。", + "DataScience.pythonExtensionInstalled": "Python 扩展已安装。在笔记本或交互式窗口会话重新启动之前,某些功能可能无法使用。", + "DataScience.invalidCustomEditor": "使用 Jupyter 笔记本编辑器需要 VS Code 的稳定版本并启用 CustomEditor 实验。", + "DataScience.showDataViewerFail": "创建数据查看器失败。查看输出窗口的 Jupyter 标签页了解更多信息。" +}