mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
update localization resource files (#14389)
This commit is contained in:
12
i18n/cht/extensions/notebook/dist/book/bookModel.i18n.json
vendored
Normal file
12
i18n/cht/extensions/notebook/dist/book/bookModel.i18n.json
vendored
Normal 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 檔案"
|
||||
}
|
||||
12
i18n/cht/extensions/notebook/dist/book/bookTreeItem.i18n.json
vendored
Normal file
12
i18n/cht/extensions/notebook/dist/book/bookTreeItem.i18n.json
vendored
Normal 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": "開啟外部連結"
|
||||
}
|
||||
17
i18n/cht/extensions/notebook/dist/book/bookTreeView.i18n.json
vendored
Normal file
17
i18n/cht/extensions/notebook/dist/book/bookTreeView.i18n.json
vendored
Normal 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": "已有資料夾。確定要刪除並取代此資料夾嗎?"
|
||||
}
|
||||
12
i18n/cht/extensions/notebook/dist/common/localizedConstants.i18n.json
vendored
Normal file
12
i18n/cht/extensions/notebook/dist/common/localizedConstants.i18n.json
vendored
Normal 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 個結果。"
|
||||
}
|
||||
11
i18n/cht/extensions/notebook/dist/common/utils.i18n.json
vendored
Normal file
11
i18n/cht/extensions/notebook/dist/common/utils.i18n.json
vendored
Normal 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}"
|
||||
}
|
||||
22
i18n/cht/extensions/notebook/dist/dialog/configurePythonDialog.i18n.json
vendored
Normal file
22
i18n/cht/extensions/notebook/dist/dialog/configurePythonDialog.i18n.json
vendored
Normal 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 安裝"
|
||||
}
|
||||
23
i18n/cht/extensions/notebook/dist/dialog/managePackages/addNewPackageTab.i18n.json
vendored
Normal file
23
i18n/cht/extensions/notebook/dist/dialog/managePackages/addNewPackageTab.i18n.json
vendored
Normal 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}"
|
||||
}
|
||||
19
i18n/cht/extensions/notebook/dist/dialog/managePackages/installedPackagesTab.i18n.json
vendored
Normal file
19
i18n/cht/extensions/notebook/dist/dialog/managePackages/installedPackagesTab.i18n.json
vendored
Normal 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}"
|
||||
}
|
||||
11
i18n/cht/extensions/notebook/dist/dialog/managePackages/managePackagesDialog.i18n.json
vendored
Normal file
11
i18n/cht/extensions/notebook/dist/dialog/managePackages/managePackagesDialog.i18n.json
vendored
Normal 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": "關閉"
|
||||
}
|
||||
15
i18n/cht/extensions/notebook/dist/extension.i18n.json
vendored
Normal file
15
i18n/cht/extensions/notebook/dist/extension.i18n.json
vendored
Normal 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"
|
||||
}
|
||||
12
i18n/cht/extensions/notebook/dist/jupyter/jupyterController.i18n.json
vendored
Normal file
12
i18n/cht/extensions/notebook/dist/jupyter/jupyterController.i18n.json
vendored
Normal 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": "確定要重新安裝嗎?"
|
||||
}
|
||||
10
i18n/cht/extensions/notebook/dist/jupyter/jupyterNotebookProvider.i18n.json
vendored
Normal file
10
i18n/cht/extensions/notebook/dist/jupyter/jupyterNotebookProvider.i18n.json
vendored
Normal 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": "筆記本路徑為必要項"
|
||||
}
|
||||
28
i18n/cht/extensions/notebook/dist/jupyter/jupyterServerInstallation.i18n.json
vendored
Normal file
28
i18n/cht/extensions/notebook/dist/jupyter/jupyterServerInstallation.i18n.json
vendored
Normal 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 安裝完成。"
|
||||
}
|
||||
10
i18n/cht/extensions/notebook/dist/jupyter/jupyterServerManager.i18n.json
vendored
Normal file
10
i18n/cht/extensions/notebook/dist/jupyter/jupyterServerManager.i18n.json
vendored
Normal 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}"
|
||||
}
|
||||
11
i18n/cht/extensions/notebook/dist/jupyter/jupyterSessionManager.i18n.json
vendored
Normal file
11
i18n/cht/extensions/notebook/dist/jupyter/jupyterSessionManager.i18n.json
vendored
Normal 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 巨量資料叢集主要執行個體的連線。"
|
||||
}
|
||||
14
i18n/cht/extensions/notebook/dist/jupyter/serverInstance.i18n.json
vendored
Normal file
14
i18n/cht/extensions/notebook/dist/jupyter/serverInstance.i18n.json
vendored
Normal 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 伺服器"
|
||||
}
|
||||
14
i18n/cht/extensions/notebook/dist/protocol/notebookUriHandler.i18n.json
vendored
Normal file
14
i18n/cht/extensions/notebook/dist/protocol/notebookUriHandler.i18n.json
vendored
Normal 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}"
|
||||
}
|
||||
@@ -7,21 +7,22 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Notebook 核心延伸模組",
|
||||
"description": "定義以資料通訊協定為基礎的 Notebook 參與,以及許多 Notebook 命令和參與。",
|
||||
"notebook.configuration.title": "Notebook 設定",
|
||||
"description": "定義以資料通訊協定為基礎的 Notebook 貢獻,以及許多 Notebook 命令和貢獻。",
|
||||
"notebook.configuration.title": "Notebook 組態",
|
||||
"notebook.pythonPath.description": "Notebooks 所使用之 python 安裝的本機路徑。",
|
||||
"notebook.useExistingPython.description": "Notebooks 所使用之現有 python 安裝的本機路徑。",
|
||||
"notebook.overrideEditorTheming.description": "覆寫 Notebook 編輯器中的預設設定。設定包含背景色彩、目前的線條色彩和框線",
|
||||
"notebook.maxTableRows.description": "Notebook 編輯器中每一資料表傳回的資料列數上限",
|
||||
"notebook.maxBookSearchDepth.description": "用來搜尋書籍的子目錄最大深度 (輸入 0 表示無限)",
|
||||
"notebook.command.new": "新增 Notebook",
|
||||
"notebook.command.open": "開啟 Notebook",
|
||||
"notebook.analyzeJupyterNotebook": "在 Notebook 中分析",
|
||||
"notebook.command.runactivecell": "執行儲存格",
|
||||
"notebook.command.clearactivecellresult": "清除儲存格結果",
|
||||
"notebook.command.runallcells": "執行儲存格",
|
||||
"notebook.command.addcode": "新增程式碼儲存格",
|
||||
"notebook.command.addtext": "新增文字儲存格",
|
||||
"notebook.command.addcell": "新增儲存格",
|
||||
"notebook.command.runactivecell": "執行資料格",
|
||||
"notebook.command.clearactivecellresult": "清除資料格結果",
|
||||
"notebook.command.runallcells": "執行資料格",
|
||||
"notebook.command.addcode": "新增程式碼資料格",
|
||||
"notebook.command.addtext": "新增文字資料格",
|
||||
"notebook.command.addcell": "新增資料格",
|
||||
"title.analyzeJupyterNotebook": "在 Notebook 中分析",
|
||||
"title.newJupyterNotebook": "新增 Notebook",
|
||||
"title.openJupyterNotebook": "開啟 Notebook",
|
||||
@@ -29,8 +30,14 @@
|
||||
"title.jupyter.setKernel": "設定 Notebook 的核心",
|
||||
"config.jupyter.extraKernelsTitle": "額外核心",
|
||||
"config.jupyter.extraKernelsDescription": "要啟用之額外核心的識別碼",
|
||||
"config.jupyter.kernelConfigValuesDescription": "Jupyter 核心的設定選想。這會自動管理,且不建議手動編輯。",
|
||||
"config.jupyter.kernelConfigValuesDescription": "Jupyter 核心的設定選項。此為自動受控項目,且不建議手動編輯。",
|
||||
"title.reinstallNotebookDependencies": "重新安裝 Notebook 相依性",
|
||||
"title.configurePython": "為 Notebooks 設定 Python",
|
||||
"title.managePackages": "管理套件"
|
||||
"title.managePackages": "管理套件",
|
||||
"title.SQL19PreviewBook": "SQL Server 2019 指南",
|
||||
"books-preview-category": "Jupyter 書籍",
|
||||
"title.saveJupyterBook": "儲存書籍",
|
||||
"title.searchJupyterBook": "搜尋書籍",
|
||||
"title.SavedBooks": "已儲存書籍",
|
||||
"title.UntitledBooks": "未命名書籍"
|
||||
}
|
||||
Reference in New Issue
Block a user