mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-19 11:31:40 -04:00
update localization resource files (#14389)
This commit is contained in:
@@ -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."
|
||||
],
|
||||
"workbench.generalObsoleteApiNotification": "某些加载的扩展正在使用过时的 API,请在“开发人员工具”窗口的“控制台”选项卡中查找详细信息",
|
||||
"dontShowAgain": "不再显示"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"runActiveCell": "需要选择代码单元格才能使用 F5 快捷键。请选择要运行的代码单元格。",
|
||||
"clearResultActiveCell": "需要选择代码单元格才能清除结果。请选择要运行的代码单元格。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"unknownComponentType": "未知组件类型。必须使用 ModelBuilder 创建对象",
|
||||
"invalidIndex": "索引 {0} 无效。",
|
||||
"unknownConfig": "组件配置未知,必须使用 ModelBuilder 创建配置对象"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dialogDoneLabel": "完成",
|
||||
"dialogCancelLabel": "取消",
|
||||
"generateScriptLabel": "生成脚本",
|
||||
"dialogNextLabel": "下一步",
|
||||
"dialogPreviousLabel": "上一步"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"treeView.notRegistered": "未注册 ID 为 \"{0}\" 的树状视图。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"providerRequired": "必须向此方法传递具有有效 providerId 的 NotebookProvider",
|
||||
"errNoProvider": "未找到笔记本提供程序",
|
||||
"errNoManager": "未找到管理器",
|
||||
"noServerManager": "笔记本 {0} 的笔记本管理器没有服务器管理器。无法对其执行操作",
|
||||
"noContentManager": "笔记本 {0} 的笔记本管理器没有内容管理器。无法对其执行操作",
|
||||
"noSessionManager": "笔记本 {0} 的笔记本管理器没有会话管理器。无法对其执行操作"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"providerRequired": "必须向此方法传递具有有效 providerId 的 NotebookProvider"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"ObsoleteApiModuleMessage": "扩展“{0}”使用已被 azdata 模块取代的 sqlops 模块,未来的版本中将删除 sqlops 模块。"
|
||||
}
|
||||
Reference in New Issue
Block a user