mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-31 09:35:39 -05:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -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": "索引无效。",
|
||||
"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 的记事本提供程序",
|
||||
"errNoProvider": "找不到笔记本提供程序",
|
||||
"errNoManager": "找不到管理器",
|
||||
"noServerManager": "笔记本 {0} 的笔记本管理器没有服务器管理器。无法对其执行操作",
|
||||
"noContentManager": "笔记本 {0} 的笔记本管理器没有内容管理器。无法对其执行操作",
|
||||
"noSessionManager": "笔记本 {0} 的笔记本管理器没有会话管理器。无法对其执行操作"
|
||||
}
|
||||
Reference in New Issue
Block a user