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,11 @@
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
]
],
"chooseSqlLang": "选择 SQL 语言",
"changeProvider": "更改 SQL 语言提供程序",
"changeSqlProvider": "更改 SQL 引擎提供程序",
"alreadyConnected": "使用引擎 {0} 的连接已存在。若要更改,请先断开或更改连接",
"noEditor": "当前没有活动的文本编辑器",
"pickSqlProvider": "选择 SQL 语言提供程序"
}

View File

@@ -6,6 +6,23 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"runQueryBatchStartMessage": "已开始执行查询",
"runQueryBatchStartLine": "第 {0} 行",
"msgCancelQueryFailed": "未能取消查询: {0}",
"msgSaveStarted": "已开始将结果保存到",
"msgSaveFailed": "未能保存结果。",
"msgSaveSucceeded": "已将结果成功保存到",
"msgStatusRunQueryInProgress": "正在执行查询...",
"executeQueryLabel": "执行查询"
"maximizeLabel": "最大化",
"resultsPane.restoreLabel": "还原",
"saveCSVLabel": "另存为 CSV",
"saveJSONLabel": "另存为 JSON",
"saveExcelLabel": "另存为 Excel",
"saveXMLLabel": "另存为 XML",
"viewChartLabel": "图表视图",
"resultPaneLabel": "结果",
"executeQueryLabel": "正在执行查询",
"messagePaneLabel": "消息",
"elapsedTimeLabel": "总执行时间: {0}",
"msgCannotSaveMultipleSelections": "多选时不能使用“保存结果”命令。"
}

View File

@@ -6,8 +6,29 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"sql.messagesDefaultOpen": "\"true\" 时默认打开消息面板;\"false\" 时关闭",
"sql.saveAsCsv.includeHeaders": "[可选] 如果为 true则在保存结果为 CSV 时包含列标题",
"sql.saveAsCsv.delimiter": "[可选] 保存为 CSV 时使用的自定义分隔符",
"sql.saveAsCsv.lineSeperator": "[可选] 将结果保存为 CSV 时用于分离行的字符",
"sql.saveAsCsv.textIdentifier": "[可选] 将结果保存为 CSV 时用于封闭文本字段的字符",
"sql.saveAsCsv.encoding": "[可选] 将结果保存为 CSV 时使用的文件编码",
"sql.results.streaming": "启用结果流;包含少量轻微的可视化问题",
"sql.saveAsXml.formatted": "[可选] 如果为 true, 则在将结果另存为 XML 时设置 XML 输出的格式",
"sql.saveAsXml.encoding": "[可选] 将结果另存为 XML 时使用的文件编码",
"sql.copyIncludeHeaders": "[可选] 用于从结果视图中复制结果的配置选项",
"sql.copyRemoveNewLine": "[可选] 用于从结果视图中复制多行结果的配置选项",
"sql.showBatchTime": "[可选] 是否应显示每个批处理的执行时间",
"defaultChartType": "[可选] 从查询结果打开图表查看器时要使用的默认图表类型",
"tabColorMode.border": "每个编辑器选项卡的上边框将被着色以匹配相关的服务器组",
"mssql.intelliSense.enableQuickInfo": "是否应启用智能感知快速信息",
"mssql.intelliSense.lowerCaseSuggestions": "智能感知建议是否应为小写"
"tabColorMode.off": "将禁用选项卡着色",
"tabColorMode.border": "每个编辑器选项卡的上边框都将被着色以匹配相关的服务器组",
"tabColorMode.fill": "每个编辑器选项卡的背景颜色将与相关的服务器组匹配",
"tabColorMode": "控制如何根据活动连接的服务器组为选项卡着色",
"showConnectionInfoInTitle": "控制是否在标题中显示选项卡的连接信息。",
"sql.promptToSaveGeneratedFiles": "提示保存生成的 SQL 文件",
"mssql.intelliSense.enableIntelliSense": "是否应启用 IntelliSense",
"mssql.intelliSense.enableErrorChecking": "是否应启用 IntelliSense",
"mssql.intelliSense.enableSuggestions": "是否应启用 IntelliSense",
"mssql.intelliSense.enableQuickInfo": "是否应启用 IntelliSense 快速信息",
"mssql.intelliSense.lowerCaseSuggestions": "IntelliSense 建议是否应小写",
"queryShortcutDescription": "设置键绑定 workbench.action.query.shortcut{0},以将快捷方式文本作为过程调用进行运行。查询编辑器中选定的所有文本都将作为参数传递"
}

View File

@@ -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."
],
"disconnected": "已断开连接"
}

View File

@@ -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."
],
"rowStatus": "行计数",
"rowCount": "{0} 行"
}

View File

@@ -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."
],
"timeElapsed": "占用的时间"
}