mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Update localization resource files (#6283)
* Update localization resource files * Remove extra space from readme headers
This commit is contained in:
36
i18n/chs/extensions/notebook/package.i18n.json
Normal file
36
i18n/chs/extensions/notebook/package.i18n.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "笔记本核心扩展",
|
||||
"description": "定义基于数据协议的笔记本贡献以及多个笔记本命令和贡献。",
|
||||
"notebook.configuration.title": "笔记本配置",
|
||||
"notebook.pythonPath.description": "笔记本使用的 python 安装的本地路径。",
|
||||
"notebook.useExistingPython.description": "笔记本使用的预先存在的 python 安装的本地路径。",
|
||||
"notebook.overrideEditorTheming.description": "在笔记本编辑器中覆盖编辑器默认设置。设置包括背景色、当前线条颜色和边框",
|
||||
"notebook.maxTableRows.description": "笔记本编辑器中每个表返回的最大行数",
|
||||
"notebook.command.new": "新笔记本",
|
||||
"notebook.command.open": "打开笔记本",
|
||||
"notebook.analyzeJupyterNotebook": "在笔记本中分析",
|
||||
"notebook.command.runactivecell": "运行单元格",
|
||||
"notebook.command.clearactivecellresult": "清除单元格结果",
|
||||
"notebook.command.runallcells": "运行单元格",
|
||||
"notebook.command.addcode": "添加代码单元格",
|
||||
"notebook.command.addtext": "添加文本单元格",
|
||||
"notebook.command.addcell": "添加单元格",
|
||||
"title.analyzeJupyterNotebook": "在笔记本中分析",
|
||||
"title.newJupyterNotebook": "新笔记本",
|
||||
"title.openJupyterNotebook": "打开笔记本",
|
||||
"title.jupyter.setContext": "为笔记本设置上下文",
|
||||
"title.jupyter.setKernel": "为笔记本设置内核",
|
||||
"config.jupyter.extraKernelsTitle": "额外内核",
|
||||
"config.jupyter.extraKernelsDescription": "要启用的额外内核的 ID",
|
||||
"config.jupyter.kernelConfigValuesDescription": "Jupyter 内核的配置选项。这是自动管理的,建议不要手动编辑。",
|
||||
"title.reinstallNotebookDependencies": "重新安装笔记本依赖项",
|
||||
"title.configurePython": "为笔记本配置 Python",
|
||||
"title.managePackages": "管理包"
|
||||
}
|
||||
Reference in New Issue
Block a user