Update extension resources and ENU XLF files (#6220)

* Add extension resources

* Update enu XLF resources
This commit is contained in:
Karl Burtram
2019-06-28 19:09:23 -07:00
committed by GitHub
parent 00c3758d86
commit bc7ac519d0
527 changed files with 12988 additions and 1 deletions

View File

@@ -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": "資料表結構描述"
}

View File

@@ -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"
}

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."
],
"flatFileImport.refresh": "重新整理",
"flatFileImport.prosePreviewMessage": "這項作業分析了輸出檔案結構,並產生了以下最多包含前 50 列的預覽。"
}

View File

@@ -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": "✔ 您已成功將資料插入表中。"
}