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

@@ -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": "未命名書籍"
}