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."
],
"notebookFileType": "Notebooks",
"unsupportedFileType": "僅支援 .ipynb Notebooks",
"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": "正在安裝 Notebook 相依性",
"msgPythonDownloadComplete": "Python 下載完成",
"msgPythonDownloadError": "下載 python 設定時發生錯誤",
"msgPythonDownloadPending": "正在下載 python 套件",
"msgPythonUnpackPending": "正在解壓縮 python 套件",
"msgPythonDirectoryError": "建立 python 安裝目錄時發生錯誤",
"msgPythonUnpackError": "將 python 套件組合解壓縮時發生錯誤",
"msgTaskName": "正在安裝 Notebook 相依性",
"msgInstallPkgStart": "正在安裝 Notebook 相依性,請參閱 [工作] 檢視以取得詳細資訊",
"msgInstallPkgFinish": "Notebook 相依性安裝完成",
"msgPythonRunningError": "當 Python 正在執行時,無法覆寫現有的 Python 安裝。請先關閉所有使用中的筆記本再繼續。",
"msgSkipPythonInstall": "Python 已經存在於特定位置。即將跳過安裝。",
"msgWaitingForInstall": "目前在進行另一個 Python 安裝。請等它完成。",
"msgDependenciesInstallationFailed": "安裝 Notebook 相依性失敗。錯誤: {0}",
"msgDownloadPython": "正在將平台的本機 python: {0} 下載至 {1}",
"confirmPackageUpgrade": "某些已安裝的 Python 套件需要升級。要立即升級嗎?",
"upgradePackages.pipInstall": "正在安裝 {0}",
"msgInstallStart": "正在安裝執行 Notebooks 所需的套件...",
"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": "無法關閉 Notebook 伺服器: {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": "停止 Notebook 伺服器時發生錯誤: {0}",
"notebookStartProcessExitPremature": "Notebook 處理序提前結束。錯誤: {0}StdErr 輸出: {1}",
"jupyterError": "從 Jupyter 傳送的錯誤: {0}",
"jupyterOutputMsgStartSuccessful": "... Jupyter 正在 {0} 中執行",
"jupyterOutputMsgStart": "... 正在啟動 Notebook 伺服器"
}