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."
|
||||
],
|
||||
"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