mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-26 14:50:31 -04: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."
|
||||
],
|
||||
"schema.providerId": "提供程序的公共 ID",
|
||||
"schema.displayName": "提供程序的显示名称",
|
||||
"schema.connectionOptions": "连接选项"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"Search server names": "搜索服务器名称"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"Search server names": "搜索服务器名称"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"showDataExplorer": "显示数据资源管理器",
|
||||
"workbench.dataExplorer": "数据资源管理器",
|
||||
"dataExplorer.view": "视图",
|
||||
"databaseConnections": "数据库连接",
|
||||
"datasource.connections": "数据源连接",
|
||||
"datasource.connectionGroups": "数据源组",
|
||||
"startupConfig": "启动配置",
|
||||
"startup.alwaysShowServersView": "如果要在 Azure Data Studio 启动时默认显示服务器视图,则为 True;如果应显示上次打开的视图,则为 false"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"vscode.extension.contributes.view.id": "视图的标识符。使用标识符通过“vscode.window.registerTreeDataProviderForView” API 注册数据提供程序。同时将“onView:${id}”事件注册到“activationEvents”以激活你的扩展。",
|
||||
"vscode.extension.contributes.view.name": "人类可读的视图名称。将会被显示",
|
||||
"vscode.extension.contributes.view.when": "显示此视图必须为真的条件",
|
||||
"extension.contributes.dataExplorer": "向编辑器提供视图",
|
||||
"extension.dataExplorer": "向活动栏中的数据资源管理器容器贡献视图",
|
||||
"dataExplorer.contributed": "在扩展提供的视图容器中提供视图。",
|
||||
"ViewsContainerDoesnotExist": "视图容器“{0}”不存在,向其注册的所有视图都将添加到“数据资源管理器”中。",
|
||||
"duplicateView1": "无法在视图容器“{1}”中注册多个具有相同 ID (“{0}”) 的视图",
|
||||
"duplicateView2": "视图容器“{1}”中已注册有 ID 为“{0}”的视图",
|
||||
"requirearray": "视图必须为数组",
|
||||
"requirestring": "属性“{0}”是必需的,其类型必须是“字符串”",
|
||||
"optstring": "属性“{0}”可以省略,否则其类型必须是 \"string\""
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dataExplorer.servers": "服务器"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"disconnect": "断开连接",
|
||||
"newQuery": "新建查询",
|
||||
"manage": "管理",
|
||||
"refresh": "刷新"
|
||||
}
|
||||
Reference in New Issue
Block a user