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,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