Files
azuredatastudio/i18n/language-pack-zh-hans/translations/extensions/notebook.i18n.json
Karl Burtram 3b1eaca58e Update Lang Pack extension strings from previous refresh (#8229)
* Update Lang Pack extension strings from previous refresh

* Bump lang pack versions
2019-11-05 17:53:27 -08:00

182 lines
10 KiB
JSON

{
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"package": {
"displayName": "笔记本核心扩展",
"description": "定义基于数据协议的笔记本贡献以及多个笔记本命令和贡献。",
"notebook.configuration.title": "笔记本配置",
"notebook.pythonPath.description": "笔记本使用的 python 安装的本地路径。",
"notebook.useExistingPython.description": "笔记本使用的预先存在的 python 安装的本地路径。",
"notebook.overrideEditorTheming.description": "在笔记本编辑器中覆盖编辑器默认设置。设置包括背景色、当前线条颜色和边框",
"notebook.maxTableRows.description": "笔记本编辑器中每个表返回的最大行数",
"notebook.maxBookSearchDepth.description": "要搜索书籍的子目录的最大深度(输入 0 表示“无限”)",
"notebook.command.new": "新笔记本",
"notebook.command.open": "打开笔记本",
"notebook.analyzeJupyterNotebook": "在笔记本中分析",
"notebook.command.runactivecell": "运行单元格",
"notebook.command.clearactivecellresult": "清除单元格结果",
"notebook.command.runallcells": "运行单元格",
"notebook.command.addcode": "添加代码单元格",
"notebook.command.addtext": "添加文本单元格",
"notebook.command.addcell": "添加单元格",
"title.analyzeJupyterNotebook": "在笔记本中分析",
"title.newJupyterNotebook": "新笔记本",
"title.openJupyterNotebook": "打开笔记本",
"title.jupyter.setContext": "为笔记本设置上下文",
"title.jupyter.setKernel": "为笔记本设置内核",
"config.jupyter.extraKernelsTitle": "额外内核",
"config.jupyter.extraKernelsDescription": "要启用的额外内核的 ID",
"config.jupyter.kernelConfigValuesDescription": "Jupyter 内核的配置选项。这是自动管理的,建议不要手动编辑。",
"title.reinstallNotebookDependencies": "重新安装笔记本依赖项",
"title.configurePython": "为笔记本配置 Python",
"title.managePackages": "管理包",
"title.SQL19PreviewBook": "SQL Server 2019 指南",
"books-preview-category": "Jupyter Book",
"title.saveJupyterBook": "保存书籍",
"title.searchJupyterBook": "搜索书籍",
"title.SavedBooks": "保存的书籍",
"title.UntitledBooks": "无标题书籍"
},
"dist/common/utils": {
"mkdirOutputMsg": "...正在创建 {0}",
"executeCommandProcessExited": "已使用代码 {0} 退出进程"
},
"dist/common/localizedConstants": {
"msgYes": "是",
"msgNo": "否",
"msgSampleCodeDataFrame": "此示例代码将文件加载到数据帧中,并显示前 10 个结果。"
},
"dist/jupyter/jupyterServerInstallation": {
"msgInstallPkgProgress": "正在安装笔记本依赖项",
"msgPythonDownloadComplete": "Python 下载完毕",
"msgPythonDownloadError": "下载 python 安装程序时出错",
"msgPythonDownloadPending": "正在下载 python 包",
"msgPythonUnpackPending": "正在解包 python 包",
"msgPythonDirectoryError": "创建 python 安装目录时出错",
"msgPythonUnpackError": "解包 Python 捆绑时出错",
"msgTaskName": "正在安装笔记本依赖项",
"msgInstallPkgStart": "正在安装笔记本依赖项;有关详细信息,请参阅任务视图",
"msgInstallPkgFinish": "笔记本依赖项安装完成",
"msgPythonRunningError": "在 Python 运行时无法覆盖现有的 Python 安装。请关闭所有活动笔记本,然后再继续。",
"msgSkipPythonInstall": "特定位置已存在 Python。正在跳过安装。",
"msgWaitingForInstall": "另一个 Python 安装正在进行中。等待它完成。",
"msgDependenciesInstallationFailed": "未能安装笔记本依赖项,错误: {0}",
"msgDownloadPython": "正在下载平台的本地 python: {0} 到 {1}",
"confirmPackageUpgrade": "某些已安装的 python 包需要升级。想要立即升级它们吗?",
"upgradePackages.pipInstall": "正在安装 {0}",
"msgInstallStart": "正在安装运行笔记本所需的包...",
"msgJupyterInstallDone": "... Jupyter 安装完毕。"
},
"dist/dialog/configurePythonDialog": {
"configurePython.dialogName": "为笔记本配置 Python",
"configurePython.okButtonText": "安装",
"configurePython.cancelButtonText": "取消",
"configurePython.browseButtonText": "浏览",
"configurePython.locationTextBoxText": "Python 安装位置",
"configurePython.selectFileLabel": "选择",
"configurePython.installNote": "此安装需要一些时间。建议在安装完成之前不要关闭应用程序。",
"configurePython.invalidLocationMsg": "指定的安装位置无效。",
"configurePython.pythonNotFoundMsg": "在指定位置未找到 python 安装。",
"configurePython.pythonInstallDeclined": "Python 安装被拒绝。",
"configurePython.installationType": "安装类型",
"configurePython.newInstall": "新 Python 安装",
"configurePython.existingInstall": "使用现有的 Python 安装"
},
"dist/extension": {
"msgSampleCodeDataFrame": "此示例代码将文件加载到数据帧中,并显示前 10 个结果。",
"noNotebookVisible": "没有笔记本编辑器处于活动状态",
"codeCellName": "代码",
"textCellName": "文本",
"selectCellType": "你要添加哪种类型的单元格?",
"notebookFiles": "笔记本"
},
"dist/jupyter/jupyterController": {
"notebookFileType": "笔记本",
"unsupportedFileType": "仅支持 .ipynb 笔记本",
"confirmReinstall": "确定要重新安装吗?"
},
"dist/jupyter/jupyterServerManager": {
"shutdownError": "未能关闭笔记本服务器: {0}"
},
"dist/jupyter/serverInstance": {
"serverStopError": "停止笔记本服务器时出错: {0}",
"notebookStartProcessExitPremature": "笔记本进程过早退出,出现错误: {0},StdErr 输出: {1}",
"jupyterError": "从 Jupyter 发送时出错: {0}",
"jupyterOutputMsgStartSuccessful": "... Jupyter 正在 {0} 中运行",
"jupyterOutputMsgStart": "...正在启动笔记本服务器"
},
"dist/jupyter/jupyterNotebookProvider": {
"errNotebookUriMissing": "需要笔记本路径"
},
"dist/jupyter/jupyterSessionManager": {
"errorStartBeforeReady": "无法启动会话,管理器尚未初始化",
"connectionNotValid": "Spark 内核需要连接到 SQL Server 大数据群集主实例。"
},
"dist/dialog/managePackages/managePackagesDialog": {
"managePackages.dialogName": "管理包",
"managePackages.cancelButtonText": "关闭"
},
"dist/dialog/managePackages/installedPackagesTab": {
"managePackages.installedTabTitle": "已安装",
"managePackages.pkgNameColumn": "名称",
"managePackages.newPkgVersionColumn": "版本",
"managePackages.uninstallButtonText": "卸载选定的包",
"managePackages.packageType": "包类型",
"managePackages.packageCount": "找到 {0} 个 {1} 包",
"managePackages.confirmUninstall": "确定要卸载指定的包吗?",
"managePackages.backgroundUninstallStarted": "正在卸载 {0}",
"managePackages.backgroundUninstallComplete": "{0} 已卸载完毕",
"managePackages.backgroundUninstallFailed": "未能卸载 {0}。错误: {1}"
},
"dist/dialog/managePackages/addNewPackageTab": {
"managePackages.invalidTextPlaceholder": "不可用",
"managePackages.packageNotFound": "找不到指定的包",
"managePackages.searchBarPlaceholder": "搜索 {0} 个包",
"managePackages.addNewTabTitle": "新增",
"managePackages.searchButtonLabel": "搜索",
"managePackages.installButtonText": "安装",
"managePackages.packageNameTitle": "包名称",
"managePackages.packageVersionTitle": "包版本",
"managePackages.packageSummaryTitle": "包摘要",
"managePackages.noVersionsFound": "找不到指定包的任何有效版本",
"managePackages.packageRequestError": "包信息请求失败,错误: {0} {1}",
"managePackages.backgroundInstallStarted": "正在安装 {0} {1}",
"managePackages.backgroundInstallComplete": "完成 {0} {1} 的安装",
"managePackages.backgroundInstallFailed": "未能安装 {0} {1}。错误: {2}"
},
"dist/protocol/notebookUriHandler": {
"notebook.unsupportedAction": "此处理程序不支持操作 {0}",
"unsupportedScheme": "无法打开链接 {0},因为仅支持 HTTP 和 HTTPS 链接",
"notebook.confirmOpen": "下载并打开“{0}”?",
"notebook.fileNotFound": "找不到指定的文件",
"notebook.fileDownloadError": "文件打开请求失败,出现错误: {0} {1}"
},
"dist/book/bookTreeView": {
"openBookError": "未能打开书籍 {0}: {1}",
"openNotebookError": "未能打开笔记本 {0}: {1}",
"openMarkdownError": "未能打开 markdown {0}: {1}",
"openUntitledNotebookError": "未能以无标题的形式打开不带标题的笔记本 {0}: {1}",
"allFiles": "所有文件",
"labelPickFolder": "选取文件夹",
"openExternalLinkError": "未能打开链接 {0}: {1}",
"confirmReplace": "文件夹已存在。确定要删除并替换此文件夹?"
},
"dist/book/bookModel": {
"missingFileError": "缺少文件: {0}",
"InvalidError.tocFile": "{0}",
"Invalid toc.yml": "错误: {0} 具有不正确的 toc.yml 文件"
},
"dist/book/bookTreeItem": {
"openNotebookCommand": "打开笔记本",
"openMarkdownCommand": "打开Markdown",
"openExternalLinkCommand": "打开外部链接"
}
}
}