Update resource strings for 1.9.0 langpacks (#6144)

* Refresh loc resources

* Update loc strings
This commit is contained in:
Karl Burtram
2019-06-24 13:34:30 -07:00
committed by GitHub
parent cf85bb14f5
commit e3f26e8f12
1757 changed files with 41821 additions and 17438 deletions

View File

@@ -5,5 +5,8 @@
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
]
],
"sql.maxRecentConnectionsDescription": "要在连接列表中保存的最近使用连接的最大数。",
"sql.defaultEngineDescription": "要使用的默认 SQL 引擎。这将驱动 .sql 文件中的默认语言提供程序以及在创建新连接时使用的默认值。有效选项目前是 MSSQL",
"connection.parseClipboardForConnectionStringDescription": "在打开连接对话框或执行粘贴时尝试解析剪贴板的内容。"
}

View File

@@ -6,5 +6,15 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"delete": "删除"
"ClearRecentlyUsedLabel": "清除列表",
"ClearedRecentConnections": "已清空最新连接列表",
"connectionAction.yes": "是",
"connectionAction.no": "否",
"clearRecentConnectionMessage": "确定要删除列表中的所有连接吗?",
"connectionDialog.yes": "是",
"connectionDialog.no": "否",
"delete": "删除",
"connectionAction.GetCurrentConnectionString": "获取当前连接字符串",
"connectionAction.connectionString": "连接字符串不可用",
"connectionAction.noConnection": "没有可用的活动连接"
}

View File

@@ -6,5 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"onDidDisconnectMessage": "已断开连接"
"onDidConnectMessage": "连接到",
"onDidDisconnectMessage": "已断开连接",
"unsavedGroupLabel": "未保存连接"
}

View File

@@ -5,5 +5,7 @@
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
]
],
"connectionAdvancedProperties": "高级属性",
"advancedProperties.discard": "放弃"
}