mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-19 03:21:36 -04:00
66 lines
3.3 KiB
JSON
66 lines
3.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": {
|
|
"package": {
|
|
"flatfileimport.configuration.title": "平面文件导入配置",
|
|
"flatfileimport.logDebugInfo": "[可选] 将调试输出记录到控制台(“查看”->“输出”),然后从下拉列表中选择相应的输出通道"
|
|
},
|
|
"out/services/serviceClient": {
|
|
"serviceStarted": "{0} 已启动",
|
|
"serviceStarting": "正在启动 {0}",
|
|
"flatFileImport.serviceStartFailed": "未能启动 {0}: {1}",
|
|
"installingServiceDetailed": "正在将 {0} 安装到 {1}",
|
|
"installingService": "正在安装 {0} 服务",
|
|
"serviceInstalled": "安装于 {0}",
|
|
"downloadingService": "正在下载 {0}",
|
|
"downloadingServiceSize": "({0} KB)",
|
|
"downloadingServiceStatus": "正在下载 {0}",
|
|
"downloadingServiceComplete": "{0} 下载完毕",
|
|
"entryExtractedChannelMsg": "已提取 {0} ({1}/{2})"
|
|
},
|
|
"out/common/constants": {
|
|
"import.serviceCrashButton": "提供反馈",
|
|
"serviceCrashMessage": "服务组件无法启动",
|
|
"flatFileImport.serverDropdownTitle": "数据库所在的服务器",
|
|
"flatFileImport.databaseDropdownTitle": "创建表的数据库",
|
|
"flatFile.InvalidFileLocation": "文件位置无效。请尝试其他输入文件",
|
|
"flatFileImport.browseFiles": "浏览",
|
|
"flatFileImport.openFile": "打开",
|
|
"flatFileImport.fileTextboxTitle": "要导入的文件的位置",
|
|
"flatFileImport.tableTextboxTitle": "新建表名",
|
|
"flatFileImport.schemaTextboxTitle": "表架构",
|
|
"flatFileImport.importData": "导入数据",
|
|
"flatFileImport.next": "下一步",
|
|
"flatFileImport.columnName": "列名",
|
|
"flatFileImport.dataType": "数据类型",
|
|
"flatFileImport.primaryKey": "主键",
|
|
"flatFileImport.allowNulls": "允许 Null",
|
|
"flatFileImport.prosePreviewMessage": "此操作分析了输入文件的结构并生成了下方的前 50 行预览。",
|
|
"flatFileImport.prosePreviewMessageFail": "此操作不成功。请尝试其他输入文件。",
|
|
"flatFileImport.refresh": "刷新",
|
|
"flatFileImport.importInformation": "导入信息",
|
|
"flatFileImport.importStatus": "导入状态",
|
|
"flatFileImport.serverName": "服务器名称",
|
|
"flatFileImport.databaseName": "数据库名称",
|
|
"flatFileImport.tableName": "表名",
|
|
"flatFileImport.tableSchema": "表架构",
|
|
"flatFileImport.fileImport": "要导入的文件",
|
|
"flatFileImport.success.norows": "✔ 已成功将数据插入表中。",
|
|
"import.needConnection": "请在使用此向导之前连接到服务器。",
|
|
"import.needSQLConnection": "SQL Server 导入扩展不支持此类连接",
|
|
"flatFileImport.wizardName": "导入平面文件向导",
|
|
"flatFileImport.page1Name": "指定输入文件",
|
|
"flatFileImport.page2Name": "预览数据",
|
|
"flatFileImport.page3Name": "修改列",
|
|
"flatFileImport.page4Name": "摘要",
|
|
"flatFileImport.importNewFile": "导入新文件"
|
|
}
|
|
}
|
|
} |