Files
azuredatastudio/i18n/ads-language-pack-zh-hans/translations/extensions/notebook.i18n.json
Alex Ma f7b9ca775a Update for language packs, (#14912)
* update DE lang pack extension strings from previous refresh

* bump lang pack versions for DE

* update for spanish langpack

* update for french langpack

* update for italian pack

* update for japanese pack

* update for korean pack

* update for Brazilian Portuguese pack

* update for Russian pack

* Update for Simplified Chinese pack

* update for Traditional Chinese pack

* added updated language packs for german and spanish

* changed vscode version

* added french and italian packs

* changes made to main

* japanese language pack added

* added korean pack

* Added Portuguese pack

* added russian pack, also small change to pt pack

* simplified chinese pack

* added traditional chinese pack

* deleted old language packs

* restore sql.i18n.json files

* Main.i18n.json reverted

* Revert sql json files

* main.i18n.json file for German updated

* updates to language packs 1

* main json for italian updated.

* update to japanese main

* finished translations for vs and sql in main.

* added ADS exclusive extensions to package.json

* fixed markdown and seti translation ids

* German language pack fixed

* Removed make from ads-language-pack-de and fixed es language pack

* french language pack fixed

* fixed italian language pack and restored typescript-basics

* removed unnecessary readme strings and nsions.

* fixed japanese pack

* Korean language pack fixed

* Portuguese language pack fixed

* fixed russian language pack

* Simplified Chinese pack fixed

* traditional chinese fixed

* restored sqlservernotebook
2021-03-31 11:08:45 -07:00

182 lines
10 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0",
"contents": {
"extensions/notebook/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 书籍",
"title.saveJupyterBook": "保存书籍",
"title.searchJupyterBook": "搜索书籍",
"title.SavedBooks": "已保存的书籍",
"title.UntitledBooks": "无标题书籍"
},
"extensions/notebook/dist/common/utils": {
"mkdirOutputMsg": "…正在创建 {0}",
"executeCommandProcessExited": "已退出进程,代码为 {0}"
},
"extensions/notebook/dist/common/localizedConstants": {
"msgYes": "是",
"msgNo": "否",
"msgSampleCodeDataFrame": "此示例代码将文件加载到数据帧中,并显示前 10 个结果。"
},
"extensions/notebook/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": "正在将平台 {0} 的本地 python 下载到 {1}",
"confirmPackageUpgrade": "某些已安装的 python 包需要升级。是否立即升级它们?",
"upgradePackages.pipInstall": "正在安装 {0}",
"msgInstallStart": "正在安装运行笔记本所需的包…",
"msgJupyterInstallDone": "…Jupyter 安装完毕。"
},
"extensions/notebook/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 安装"
},
"extensions/notebook/dist/extension": {
"msgSampleCodeDataFrame": "此示例代码将文件加载到数据帧中,并显示前 10 个结果。",
"noNotebookVisible": "没有笔记本编辑器处于活动状态",
"codeCellName": "代码",
"textCellName": "文本",
"selectCellType": "要添加哪种类型的单元格?",
"notebookFiles": "笔记本"
},
"extensions/notebook/dist/jupyter/jupyterController": {
"notebookFileType": "笔记本",
"unsupportedFileType": "仅支持 .ipynb 笔记本",
"confirmReinstall": "确定要重新安装吗?"
},
"extensions/notebook/dist/jupyter/jupyterServerManager": {
"shutdownError": "关闭笔记本服务器失败: {0}"
},
"extensions/notebook/dist/jupyter/serverInstance": {
"serverStopError": "停止笔记本服务器时出错: {0}",
"notebookStartProcessExitPremature": "笔记本进程过早退出,出现错误: {0}StdErr 输出: {1}",
"jupyterError": "从 Jupyter 发送时出错: {0}",
"jupyterOutputMsgStartSuccessful": "…Jupyter 正运行到 {0}",
"jupyterOutputMsgStart": "…正在启动笔记本服务器"
},
"extensions/notebook/dist/jupyter/jupyterNotebookProvider": {
"errNotebookUriMissing": "需要笔记本路径"
},
"extensions/notebook/dist/jupyter/jupyterSessionManager": {
"errorStartBeforeReady": "无法启动会话,管理器尚未初始化",
"connectionNotValid": "Spark 内核需要连接到 SQL Server 大数据群集主实例。"
},
"extensions/notebook/dist/dialog/managePackages/managePackagesDialog": {
"managePackages.dialogName": "管理包",
"managePackages.cancelButtonText": "关闭"
},
"extensions/notebook/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}"
},
"extensions/notebook/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} 已安装完毕",
"managePackages.backgroundInstallFailed": "未能安装 {0} {1}。错误: {2}"
},
"extensions/notebook/dist/protocol/notebookUriHandler": {
"notebook.unsupportedAction": "此处理程序不支持操作 {0}",
"unsupportedScheme": "无法打开链接 {0},因为仅支持 HTTP 和 HTTPS 链接",
"notebook.confirmOpen": "是否下载并打开“{0}”?",
"notebook.fileNotFound": "未找到指定的文件",
"notebook.fileDownloadError": "文件打开请求失败,出现错误: {0} {1}"
},
"extensions/notebook/dist/book/bookTreeView": {
"openBookError": "打开书籍 {0} 失败: {1}",
"openNotebookError": "打开笔记本 {0} 失败: {1}",
"openMarkdownError": "打开 markdown {0} 失败: {1}",
"openUntitledNotebookError": "以无标题形式打开无标题笔记本 {0} 失败: {1}",
"allFiles": "所有文件",
"labelPickFolder": "选取文件夹",
"openExternalLinkError": "打开链接 {0} 失败: {1}",
"confirmReplace": "文件夹已存在。确定要删除并替换此文件夹吗?"
},
"extensions/notebook/dist/book/bookModel": {
"missingFileError": "缺少文件: {0}",
"InvalidError.tocFile": "{0}",
"Invalid toc.yml": "错误: {0} 包含不正确的 toc.yml 文件"
},
"extensions/notebook/dist/book/bookTreeItem": {
"openNotebookCommand": "打开笔记本",
"openMarkdownCommand": "打开 Markdown",
"openExternalLinkCommand": "打开外部链接"
}
}
}