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": "開啟 Notebook",
"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": "為 Notebooks 設定 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": "N/A",
"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}"
}

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": "Notebooks"
}

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 伺服器"
}

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": "因為只支援 HTTP 和 HTTPS 連結,所以無法開啟連結 {0}",
"notebook.confirmOpen": "要下載並開啟 '{0}' 嗎?",
"notebook.fileNotFound": "無法尋找指定的檔案",
"notebook.fileDownloadError": "檔案開啟要求失敗。錯誤: {0} {1}"
}