update to langpack source files 8/9/2021 (#16635)

This commit is contained in:
Alex Ma
2021-08-09 14:19:43 -07:00
committed by GitHub
parent b2ff8162e6
commit 005c0aad7b
35 changed files with 1111 additions and 1791 deletions

View File

@@ -10387,8 +10387,8 @@
"textPreview": "文本单元格",
"runAllPreview": "全部运行",
"addCell": "单元格",
"views": "Views",
"editor": "Editor",
"views": "视图",
"editor": "编辑器",
"code": "代码",
"text": "文本",
"runAll": "运行单元格",
@@ -10414,7 +10414,7 @@
"notebook.showRenderedNotebookinDiffEditor": "(预览)在差异编辑器中显示呈现的笔记本。",
"notebook.maxRichTextUndoHistory": "笔记本格式文本编辑器的撤消历史记录中存储的最大更改数。",
"notebook.useAbsoluteFilePaths": "链接到其他笔记本时使用绝对文件路径。",
"notebook.enableIncrementalGridRendering": "Enable incremental grid rendering for notebooks. This will improve the initial rendering time for large notebooks. There may be performance issues when interacting with the notebook while the rest of the grids are rendering.",
"notebook.enableIncrementalGridRendering": "为笔记本启用增量网格呈现。这将缩短大型笔记本的初始呈现时间。当其余网格呈现时,与笔记本交互时可能会出现性能问题。",
"searchConfigurationTitle": "搜索笔记本",
"exclude": "配置glob模式以在全文本搜索和快速打开中排除文件和文件夹。从“files.exclude”设置继承所有glob模式。在[此处](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options)了解更多关于glob模式的信息",
"exclude.boolean": "匹配文件路径所依据的 glob 模式。设置为 true 或 false 可启用或禁用该模式。",
@@ -10473,9 +10473,9 @@
"noParametersCell": "在添加参数单元格之前,此笔记本无法使用参数运行。[了解详细信息] (https://docs.microsoft.com/sql/azure-data-studio/notebooks/notebooks-parameterization)。",
"noParametersInCell": "在将参数添加到参数单元格之前,此笔记本无法使用参数运行。[了解详细信息] (https://docs.microsoft.com/sql/azure-data-studio/notebooks/notebooks-parameterization)。",
"clearResults": "清除结果",
"notebookViewLabel": "Editor",
"newViewLabel": "Create New View",
"viewNotFound": "Unable to find view: {0}",
"notebookViewLabel": "编辑器",
"newViewLabel": "创建新视图",
"viewNotFound": "找不到视图: {0}",
"trustLabel": "受信任",
"untrustLabel": "不受信任",
"collapseAllCells": "折叠单元格",
@@ -10520,7 +10520,7 @@
"sql/workbench/contrib/notebook/browser/notebookViews/notebookViews.component": {
"cellNotFound": "未在此模型中找到具有 URI {0} 的单元格",
"cellRunFailed": "单元格运行失败 - 有关详细信息,请参阅当前所选单元格输出中的错误。",
"runAllPreview": "Run all"
"runAllPreview": "全部运行"
},
"sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsCodeCell.component": {
"viewsCodeCell.emptyCellText": "请运行此单元格以查看输出。"
@@ -11456,35 +11456,35 @@
"deployment.title": "新建部署..."
},
"sql/workbench/contrib/notebook/browser/notebookViews/insertCellsModal": {
"insertCellsModal.title": "Insert cells",
"insertCellsModal.selectCells": "Select cell sources",
"insertCellsModal.thumbnailError": "Error: Unable to generate thumbnails.",
"insertCellsModal.untitled": "Untitled Cell : {0}",
"insertCellsModal.Insert": "Insert",
"insertCellsModal.Cancel": "Cancel"
"insertCellsModal.title": "插入单元格",
"insertCellsModal.selectCells": "选择单元格源",
"insertCellsModal.thumbnailError": "错误: 无法生成缩略图。",
"insertCellsModal.untitled": "无标题单元格: {0}",
"insertCellsModal.Insert": "插入",
"insertCellsModal.Cancel": "取消"
},
"sql/workbench/contrib/notebook/browser/notebookViews/notebookViewsActions": {
"viewsUnableToRemove": "Unable to remove view",
"confirmDelete": "Are you sure you want to delete view \"{0}\"?",
"delete": "&&Delete",
"insertCells": "Insert Cells",
"runCell": "Run cell",
"stopCell": "Cancel execution",
"viewsUnableToRemove": "无法删除视图",
"confirmDelete": "确定要删除视图“{0}?",
"delete": "删除(&&D)",
"insertCells": "插入单元格",
"runCell": "运行单元格",
"stopCell": "取消执行",
"errorRunCell": "Error on last run. Click to run again",
"unableToNavigateToCell": "Unable to navigate to notebook cell.",
"viewCellInNotebook": "View Cell In Notebook",
"moreActionsLabel": "More"
"unableToNavigateToCell": "无法导航到笔记本单元格。",
"viewCellInNotebook": "在笔记本中查看单元格",
"moreActionsLabel": "更多"
},
"sql/workbench/contrib/notebook/browser/notebookViews/viewOptionsModal": {
"viewOptionsModal.title": "Configure View",
"viewOptionsModal.name": "View Name",
"viewOptionsModal.title": "配置视图",
"viewOptionsModal.name": "视图名称",
"viewOptionsModal.missingRequireField": "This field is required.",
"viewOptionsModal.nameTaken": "This view name has already been taken.",
"save": "Save",
"cancel": "Cancel"
"viewOptionsModal.nameTaken": "此视图名称已被占用。",
"save": "保存",
"cancel": "取消"
},
"sql/workbench/services/notebook/browser/notebookViews/notebookViewsExtension": {
"notebookView.untitledView": "Untitled View"
"notebookView.untitledView": "无标题视图"
}
}
}