Files
azuredatastudio/i18n/cht/extensions/notebook/package.i18n.json
Karl Burtram 6b501a1787 Update localization resource files (#6283)
* Update localization resource files

* Remove extra space from readme headers
2019-07-08 13:36:34 -07:00

36 lines
2.2 KiB
JSON

{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"displayName": "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.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": "新增儲存格",
"title.analyzeJupyterNotebook": "在 Notebook 中分析",
"title.newJupyterNotebook": "新增 Notebook",
"title.openJupyterNotebook": "開啟 Notebook",
"title.jupyter.setContext": "設定 Notebook 的內容",
"title.jupyter.setKernel": "設定 Notebook 的核心",
"config.jupyter.extraKernelsTitle": "額外核心",
"config.jupyter.extraKernelsDescription": "要啟用之額外核心的識別碼",
"config.jupyter.kernelConfigValuesDescription": "Jupyter 核心的設定選想。這會自動管理,且不建議手動編輯。",
"title.reinstallNotebookDependencies": "重新安裝 Notebook 相依性",
"title.configurePython": "為 Notebooks 設定 Python",
"title.managePackages": "管理套件"
}