update to langpack source files (#17374)

This commit is contained in:
Alex Ma
2021-10-15 13:32:01 -07:00
committed by GitHub
parent 901b90317c
commit 59b43d8c67
60 changed files with 824 additions and 104 deletions

View File

@@ -10271,6 +10271,7 @@
"schema.connectionOptions": "連線選項",
"schema.displayName": "提供者的顯示名稱",
"schema.iconPath": "伺服器類型的圖示路徑",
"schema.isQueryProvider": "提供者是否也是查詢提供者。預設值為 true。",
"schema.notebookKernelAlias": "提供者的筆記本核心別名",
"schema.providerId": "提供者的通用識別碼。"
},
@@ -10787,6 +10788,7 @@
"codePreview": "程式碼資料格",
"optionCodeCell": "程式碼資料格",
"optionTextCell": "文字資料格",
"splitCell": "分割儲存格",
"textPreview": "文字資料格"
},
"sql/workbench/contrib/notebook/browser/cellViews/code.component": {
@@ -11225,7 +11227,7 @@
},
"sql/workbench/contrib/query/browser/queryResultsView": {
"messagesTabTitle": "訊息",
"queryResults.queryEditorCrashError": "The query editor ran into an issue and has stopped working. Please save and reopen it.",
"queryResults.queryEditorCrashError": "查詢編輯器發生問題,因此已停止運作。請儲存並重新開啟。",
"resultsTabTitle": "結果"
},
"sql/workbench/contrib/query/browser/statusBarItems": {
@@ -11981,6 +11983,39 @@
"sql/workbench/services/query/common/queryManagement": {
"queryManagement.noQueryRunnerForUri": "找不到 URI: {0} 的查詢執行器",
"queryManagement.uriAlreadyHasQueryRunner": "URI: {0} 意外地已有查詢執行器。"
},
"sql/base/browser/ui/designer/designer": {
"designer.newRowText": "新增",
"designer.removeRowText": "移除",
"tableDesigner.unknownComponentType": "不支援元件類型 {0}"
},
"sql/base/browser/ui/designer/designerPropertiesPane": {
"tableDesigner.propertiesPaneTitle": "屬性",
"tableDesigner.propertiesPaneTitleWithContext": "屬性 - {0} {1}"
},
"sql/workbench/browser/editor/tableDesigner/tableDesignerInput": {
"tableDesigner.newTable": "新增資料表"
},
"sql/workbench/contrib/tableDesigner/browser/actions": {
"tableDesigner.saveTableChanges": "儲存變更"
},
"sql/workbench/services/tableDesigner/browser/tableDesignerComponentInput": {
"tableDesigner.advancedTab": "進階",
"tableDesigner.columnAllowNullTitle": "允許 Null 值",
"tableDesigner.columnDefaultValueTitle": "預設值",
"tableDesigner.columnIsPrimaryKeyTitle": "主索引鍵",
"tableDesigner.columnLengthTitle": "長度",
"tableDesigner.columnNameTitle": "名稱",
"tableDesigner.columnTypeName": "資料行",
"tableDesigner.columnTypeTitle": "類型",
"tableDesigner.columnsTabTitle": "資料行",
"tableDesigner.descriptionTitle": "描述",
"tableDesigner.nameTitle": "資料表名稱",
"tableDesigner.saveChangeError": "儲存變更時發生錯誤: {0}",
"tableDesigner.savedChangeSuccess": "已成功儲存變更。",
"tableDesigner.savingChanges": "正在儲存資料表設計工具變更...",
"tableDesigner.schemaTitle": "結構描述",
"tableDesigner.tableObjectType": "資料表"
}
}
}