mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Update extension resources and ENU XLF files (#6220)
* Add extension resources * Update enu XLF resources
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"serviceStarted": "服务已启动",
|
||||
"serviceStarting": "正在启动服务",
|
||||
"flatFileImport.serviceStartFailed": "未能启动导入服务{0}",
|
||||
"installingServiceDetailed": "正在将 {0} 服务安装到 {1}",
|
||||
"installingService": "正在安装服务",
|
||||
"serviceInstalled": "已安装",
|
||||
"downloadingService": "正在下载 {0}",
|
||||
"downloadingServiceStatus": "正在下载服务",
|
||||
"downloadingServiceComplete": "完成!"
|
||||
}
|
||||
11
i18n/chs/extensions/import/out/services/telemetry.i18n.json
Normal file
11
i18n/chs/extensions/import/out/services/telemetry.i18n.json
Normal 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."
|
||||
],
|
||||
"import.serviceCrashButton": "提供反馈",
|
||||
"serviceCrashMessage": "服务组件无法启动"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"import.needConnection": "请在使用此向导之前连接到服务器。",
|
||||
"flatFileImport.wizardName": "导入平面文件向导",
|
||||
"flatFileImport.page1Name": "指定输入文件",
|
||||
"flatFileImport.page2Name": "预览数据",
|
||||
"flatFileImport.page3Name": "修改列",
|
||||
"flatFileImport.page4Name": "摘要",
|
||||
"flatFileImport.importNewFile": "导入新文件"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"flatFileImport.serverDropdownTitle": "数据库所在的服务器",
|
||||
"flatFileImport.databaseDropdownTitle": "创建表的数据库",
|
||||
"flatFileImport.browseFiles": "浏览",
|
||||
"flatFileImport.openFile": "打开",
|
||||
"flatFileImport.fileTextboxTitle": "要导入的文件的位置",
|
||||
"flatFileImport.tableTextboxTitle": "新建表名",
|
||||
"flatFileImport.schemaTextboxTitle": "表架构"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"flatFileImport.importData": "导入数据",
|
||||
"flatFileImport.next": "下一个",
|
||||
"flatFileImport.columnName": "列名",
|
||||
"flatFileImport.dataType": "数据类型",
|
||||
"flatFileImport.primaryKey": "主键",
|
||||
"flatFileImport.allowNulls": "允许 Null"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"flatFileImport.refresh": "刷新",
|
||||
"flatFileImport.prosePreviewMessage": "此操作已分析输入文件的结构以在下方生成前 50 行的预览。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"flatFileImport.importInformation": "导入信息",
|
||||
"flatFileImport.importStatus": "导入状态",
|
||||
"flatFileImport.serverName": "服务器名称",
|
||||
"flatFileImport.databaseName": "数据库名称",
|
||||
"flatFileImport.tableName": "表名称",
|
||||
"flatFileImport.tableSchema": "表架构",
|
||||
"flatFileImport.fileImport": "要导入的文件",
|
||||
"flatFileImport.success.norows": "✔已成功将数据插入表中。"
|
||||
}
|
||||
Reference in New Issue
Block a user