mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
* Initial update to german vscode * more cleanup for vscode git german. * added working alias replacer, need to add all string entities * added aliased bundle strings * added extension files, need to update package and readme * added update to changelog, and restored vscode extensions * added comments
80 lines
4.5 KiB
JSON
80 lines
4.5 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": {
|
|
"dist/common/constants": {
|
|
"flatFileImport.allowNulls": "允許 Null 值",
|
|
"flatFileImport.browseFiles": "瀏覽",
|
|
"flatFileImport.deriverColumnInstruction3": "按一下 [預覽轉換] 以預覽轉換",
|
|
"flatFileImport.columnTableTitle": "資料行",
|
|
"flatFileImport.specifyDerivedColNameTitle": "資料行名稱",
|
|
"flatFileImport.columnName": "資料行名稱",
|
|
"flatFileImport.createDerivedColumn": "建立衍生的資料行",
|
|
"flatFileImport.dataType": "資料類型",
|
|
"flatFileImport.databaseName": "資料庫名稱",
|
|
"flatFileImport.databaseDropdownTitle": "資料表建立所在的資料庫",
|
|
"flatFileImport.fileImport": "要匯入的檔案",
|
|
"import.serviceCrashButton": "提供意見反應",
|
|
"flatFileImport.importData": "匯入資料",
|
|
"flatFileImport.wizardName": "匯入一般檔案精靈",
|
|
"flatFileImport.importInformation": "匯入資訊",
|
|
"flatFileImport.importNewFile": "匯入新檔案",
|
|
"flatFileImport.importStatus": "匯入狀態",
|
|
"flatFile.InvalidFileLocation": "無效的檔案位置。請嘗試其他輸入檔",
|
|
"flatFileImport.fileTextboxTitle": "要匯入檔案的位置",
|
|
"flatFileImport.page3Name": "修改資料行",
|
|
"flatFileImport.tableTextboxTitle": "新增資料表名稱",
|
|
"flatFileImport.next": "下一個",
|
|
"flatFileImport.openFile": "開啟",
|
|
"import.needConnection": "請先連線至伺服器再使用本精靈。",
|
|
"flatFileImport.page2Name": "預覽資料",
|
|
"flatFileImport.previewTransformation": "預覽轉換",
|
|
"flatFileImport.primaryKey": "主索引鍵",
|
|
"flatFileImport.deriverColumnInstruction4": "縮小轉換範圍,直到取得所需的資料行為止",
|
|
"flatFileImport.refresh": "重新整理",
|
|
"import.needSQLConnection": "SQL Server 匯入延伸不支援此類型的連線",
|
|
"flatFileImport.deriverColumnInstruction2": "選取資料列,並指定您想要套用到其餘資料行的範例轉換",
|
|
"flatFileImport.selectAllColumns": "選取所有資料行",
|
|
"flatFileImport.selectColumn": "選取資料行 {0}",
|
|
"flatFileImport.deriverColumnInstruction1": "在左側選取要衍生新資料行所需的資料行",
|
|
"flatFileImport.serverName": "伺服器名稱",
|
|
"flatFileImport.serverDropdownTitle": "資料庫所在的伺服器",
|
|
"flatFileImport.page1Name": "指定輸入檔",
|
|
"flatFileImport.specifyTransformation": "指定轉換",
|
|
"flatFileImport.deriverColumnInstruction5": "指定新的衍生資料行名稱,然後按一下 [完成]",
|
|
"flatFileImport.specifyTransformationForRow": "指定資料列 {0} 的轉換",
|
|
"flatFileImport.page4Name": "摘要",
|
|
"flatFileImport.tableName": "資料表名稱",
|
|
"flatFileImport.tableSchema": "資料表結構描述",
|
|
"flatFileImport.schemaTextboxTitle": "資料表結構描述",
|
|
"flatFileImport.prosePreviewMessage": "這項作業分析了輸出檔案結構,並產生了以下最多包含前 50 列的預覽。",
|
|
"flatFileImport.prosePreviewMessageFail": "這項作業不成功。請嘗試其他輸入檔案。",
|
|
"flatFileImport.headerIntructionText": "歡迎使用衍生的資料行工具! 若要開始使用,請遵循下列步驟:",
|
|
"serviceCrashMessage": "服務元件無法啟動",
|
|
"flatFileImport.success.norows": "✔ 您已成功將資料插入表中。"
|
|
},
|
|
"dist/services/serviceClient": {
|
|
"downloadingServiceSize": "({0} KB)",
|
|
"downloadingServiceComplete": "已完成下載 {0}",
|
|
"downloadingServiceStatus": "正在下載 {0}",
|
|
"downloadingService": "正在下載 {0}",
|
|
"entryExtractedChannelMsg": "已擷取 {0} ({1}/{2})",
|
|
"flatFileImport.serviceStartFailed": "無法啟動 {0}: {1}",
|
|
"serviceInstalled": "已安裝 {0}",
|
|
"installingService": "正在安裝 {0} 服務",
|
|
"installingServiceDetailed": "正在將 {0} 安裝到 {1}",
|
|
"serviceStarting": "正在啟動 {0}",
|
|
"serviceStarted": "已啟動 {0}"
|
|
},
|
|
"package": {
|
|
"flatfileimport.configuration.title": "一般檔案匯入設定",
|
|
"flatfileimport.logDebugInfo": "[選用] 將偵錯記錄輸出至主控台 ([檢視] -> [輸出]),並從下拉式清單選取適當的輸出通道"
|
|
}
|
|
}
|
|
} |