mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
* Initial update to german vscode * more cleanup for vscode git german. * added working alias replacer, need to add all string entities * added aliased bundle strings * added extension files, need to update package and readme * added update to changelog, and restored vscode extensions * added comments
80 lines
4.3 KiB
JSON
80 lines
4.3 KiB
JSON
{
|
|
"": [
|
|
"--------------------------------------------------------------------------------------------",
|
|
"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."
|
|
],
|
|
"version": "1.0.0",
|
|
"contents": {
|
|
"dist/common/constants": {
|
|
"flatFileImport.allowNulls": "允许 Null",
|
|
"flatFileImport.browseFiles": "浏览",
|
|
"flatFileImport.deriverColumnInstruction3": "单击“预览转换”以预览转换",
|
|
"flatFileImport.columnTableTitle": "列",
|
|
"flatFileImport.specifyDerivedColNameTitle": "列名称",
|
|
"flatFileImport.columnName": "列名",
|
|
"flatFileImport.createDerivedColumn": "创建派生列",
|
|
"flatFileImport.dataType": "数据类型",
|
|
"flatFileImport.databaseName": "数据库名称",
|
|
"flatFileImport.databaseDropdownTitle": "创建表的数据库",
|
|
"flatFileImport.fileImport": "要导入的文件",
|
|
"import.serviceCrashButton": "提供反馈",
|
|
"flatFileImport.importData": "导入数据",
|
|
"flatFileImport.wizardName": "导入平面文件向导",
|
|
"flatFileImport.importInformation": "导入信息",
|
|
"flatFileImport.importNewFile": "导入新文件",
|
|
"flatFileImport.importStatus": "导入状态",
|
|
"flatFile.InvalidFileLocation": "文件位置无效。请尝试其他输入文件",
|
|
"flatFileImport.fileTextboxTitle": "要导入的文件的位置",
|
|
"flatFileImport.page3Name": "修改列",
|
|
"flatFileImport.tableTextboxTitle": "新建表名",
|
|
"flatFileImport.next": "下一步",
|
|
"flatFileImport.openFile": "打开",
|
|
"import.needConnection": "请在使用此向导之前连接到服务器。",
|
|
"flatFileImport.page2Name": "预览数据",
|
|
"flatFileImport.previewTransformation": "预览转换",
|
|
"flatFileImport.primaryKey": "主键",
|
|
"flatFileImport.deriverColumnInstruction4": "优化转换,直到获得所需列",
|
|
"flatFileImport.refresh": "刷新",
|
|
"import.needSQLConnection": "SQL Server 导入扩展不支持此类连接",
|
|
"flatFileImport.deriverColumnInstruction2": "选择一行并指定要应用于列其余部分的示例转换",
|
|
"flatFileImport.selectAllColumns": "选择所有列",
|
|
"flatFileImport.selectColumn": "选择列 {0}",
|
|
"flatFileImport.deriverColumnInstruction1": "在左侧选择派生新列所需的数据列",
|
|
"flatFileImport.serverName": "服务器名称",
|
|
"flatFileImport.serverDropdownTitle": "数据库所在的服务器",
|
|
"flatFileImport.page1Name": "指定输入文件",
|
|
"flatFileImport.specifyTransformation": "指定转换",
|
|
"flatFileImport.deriverColumnInstruction5": "指定新派生列的名称,然后单击“完成”",
|
|
"flatFileImport.specifyTransformationForRow": "指定行 {0} 的转换",
|
|
"flatFileImport.page4Name": "摘要",
|
|
"flatFileImport.tableName": "表名",
|
|
"flatFileImport.tableSchema": "表架构",
|
|
"flatFileImport.schemaTextboxTitle": "表架构",
|
|
"flatFileImport.prosePreviewMessage": "此操作分析了输入文件的结构并生成了下方的前 50 行预览。",
|
|
"flatFileImport.prosePreviewMessageFail": "此操作不成功。请尝试其他输入文件。",
|
|
"flatFileImport.headerIntructionText": "欢迎使用衍生列工具! 若要开始,请执行以下步骤:",
|
|
"serviceCrashMessage": "服务组件无法启动",
|
|
"flatFileImport.success.norows": "✔ 已成功将数据插入表中。"
|
|
},
|
|
"dist/services/serviceClient": {
|
|
"downloadingServiceSize": "({0} KB)",
|
|
"downloadingServiceComplete": "{0} 下载完毕",
|
|
"downloadingServiceStatus": "正在下载 {0}",
|
|
"downloadingService": "正在下载 {0}",
|
|
"entryExtractedChannelMsg": "已提取 {0} ({1}/{2})",
|
|
"flatFileImport.serviceStartFailed": "未能启动 {0}: {1}",
|
|
"serviceInstalled": "安装于 {0}",
|
|
"installingService": "正在安装 {0} 服务",
|
|
"installingServiceDetailed": "正在将 {0} 安装到 {1}",
|
|
"serviceStarting": "正在启动 {0}",
|
|
"serviceStarted": "{0} 已启动"
|
|
},
|
|
"package": {
|
|
"flatfileimport.configuration.title": "平面文件导入配置",
|
|
"flatfileimport.logDebugInfo": "[可选] 将调试输出记录到控制台(“查看”->“输出”),然后从下拉列表中选择相应的输出通道"
|
|
}
|
|
}
|
|
} |