Archived
update localization resource files (#14389)
This commit is contained in:
@@ -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": "确定要重新安装吗?"
|
||||
}
|
||||
@@ -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": "需要笔记本路径"
|
||||
}
|
||||
+28
@@ -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 安装完毕。"
|
||||
}
|
||||
@@ -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}"
|
||||
}
|
||||
@@ -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 大数据群集主实例。"
|
||||
}
|
||||
@@ -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": "…正在启动笔记本服务器"
|
||||
}
|
||||
Reference in New Issue
Block a user