update localization resource files (#14389)

This commit is contained in:
Alex Ma
2021-02-22 19:42:55 -08:00
committed by GitHub
parent d21ee4dc9e
commit 9148aa1ed5
3162 changed files with 45130 additions and 1848 deletions

View File

@@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"missingFileError": "缺少文件: {0}",
"InvalidError.tocFile": "{0}",
"Invalid toc.yml": "错误: {0} 包含不正确的 toc.yml 文件"
}

View File

@@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"openNotebookCommand": "打开笔记本",
"openMarkdownCommand": "打开 Markdown",
"openExternalLinkCommand": "打开外部链接"
}

View File

@@ -0,0 +1,17 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"openBookError": "打开书籍 {0} 失败: {1}",
"openNotebookError": "打开笔记本 {0} 失败: {1}",
"openMarkdownError": "打开 markdown {0} 失败: {1}",
"openUntitledNotebookError": "以无标题形式打开无标题笔记本 {0} 失败: {1}",
"allFiles": "所有文件",
"labelPickFolder": "选取文件夹",
"openExternalLinkError": "打开链接 {0} 失败: {1}",
"confirmReplace": "文件夹已存在。确定要删除并替换此文件夹吗?"
}

View File

@@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"msgYes": "是",
"msgNo": "否",
"msgSampleCodeDataFrame": "此示例代码将文件加载到数据帧中,并显示前 10 个结果。"
}

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"mkdirOutputMsg": "…正在创建 {0}",
"executeCommandProcessExited": "已退出进程,代码为 {0}"
}

View File

@@ -0,0 +1,22 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"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 安装"
}

View File

@@ -0,0 +1,23 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"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}"
}

View File

@@ -0,0 +1,19 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"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}"
}

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"managePackages.dialogName": "管理包",
"managePackages.cancelButtonText": "关闭"
}

View File

@@ -0,0 +1,15 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"msgSampleCodeDataFrame": "此示例代码将文件加载到数据帧中,并显示前 10 个结果。",
"noNotebookVisible": "没有笔记本编辑器处于活动状态",
"codeCellName": "代码",
"textCellName": "文本",
"selectCellType": "要添加哪种类型的单元格?",
"notebookFiles": "笔记本"
}

View File

@@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"notebookFileType": "笔记本",
"unsupportedFileType": "仅支持 .ipynb 笔记本",
"confirmReinstall": "确定要重新安装吗?"
}

View File

@@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"errNotebookUriMissing": "需要笔记本路径"
}

View File

@@ -0,0 +1,28 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"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 安装完毕。"
}

View File

@@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"shutdownError": "关闭笔记本服务器失败: {0}"
}

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"errorStartBeforeReady": "无法启动会话,管理器尚未初始化",
"connectionNotValid": "Spark 内核需要连接到 SQL Server 大数据群集主实例。"
}

View File

@@ -0,0 +1,14 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"serverStopError": "停止笔记本服务器时出错: {0}",
"notebookStartProcessExitPremature": "笔记本进程过早退出,出现错误: {0}StdErr 输出: {1}",
"jupyterError": "从 Jupyter 发送时出错: {0}",
"jupyterOutputMsgStartSuccessful": "…Jupyter 正运行到 {0}",
"jupyterOutputMsgStart": "…正在启动笔记本服务器"
}

View File

@@ -0,0 +1,14 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"notebook.unsupportedAction": "此处理程序不支持操作 {0}",
"unsupportedScheme": "无法打开链接 {0},因为仅支持 HTTP 和 HTTPS 链接",
"notebook.confirmOpen": "是否下载并打开“{0}”?",
"notebook.fileNotFound": "未找到指定的文件",
"notebook.fileDownloadError": "文件打开请求失败,出现错误: {0} {1}"
}