mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
update localization resource files (#14389)
This commit is contained in:
10
i18n/cht/src/sql/base/browser/ui/table/formatters.i18n.json
Normal file
10
i18n/cht/src/sql/base/browser/ui/table/formatters.i18n.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"tableCell.NoDataAvailable": "沒有可用資料"
|
||||
}
|
||||
@@ -6,5 +6,7 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"selectDeselectAll": "選擇/取消全部"
|
||||
"selectDeselectAll": "選擇/取消全選",
|
||||
"tableCheckboxCell.Checked": "已選取核取方塊",
|
||||
"tableCheckboxCell.unChecked": "未選取核取方塊"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"headerFilter.ok": "確定",
|
||||
"headerFilter.clear": "清除",
|
||||
"headerFilter.cancel": "取消"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"editableDropdown.errorValidate": "必須是清單中的選項",
|
||||
"dropdownAction.toggle": "切換下拉清單"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"addAccount": "新增帳戶",
|
||||
"removeAccount": "移除帳戶",
|
||||
"confirmRemoveUserAccountMessage": "您確定要移除 '{0}' 嗎?",
|
||||
"accountActions.yes": "是",
|
||||
"accountActions.no": "否",
|
||||
"removeAccountFailed": "移除帳戶失敗",
|
||||
"applyFilters": "套用篩選條件",
|
||||
"refreshAccount": "重新輸入您的認證",
|
||||
"NoAccountToRefresh": "沒有要重新整理的帳戶"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"imageCopyingNotSupported": "不支援複製映像"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"schema.dashboardWidgets.InsightsRegistry": "儀表板中使用的小工具"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"schema.dashboardWidgets.all": "儀表板中使用的小工具",
|
||||
"schema.dashboardWidgets.database": "儀表板中使用的小工具",
|
||||
"schema.dashboardWidgets.server": "儀表板中使用的小工具"
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"jobaction.successLabel": "成功",
|
||||
"jobaction.faillabel": "錯誤",
|
||||
"jobaction.refresh": "重新整理",
|
||||
"jobaction.newJob": "新增作業",
|
||||
"jobaction.run": "執行",
|
||||
"jobSuccessfullyStarted": ": 已成功啟動作業。",
|
||||
"jobaction.stop": "停止",
|
||||
"jobSuccessfullyStopped": ": 已成功停止作業。",
|
||||
"jobaction.editJob": "編輯作業",
|
||||
"notebookAction.openNotebook": "開啟",
|
||||
"jobaction.deleteJob": "刪除作業",
|
||||
"jobaction.deleteJobConfirm": "確定要刪除作業 '{0}' 嗎?",
|
||||
"jobaction.failedToDeleteJob": "無法刪除作業 '{0}'。\r\n錯誤: {1}",
|
||||
"jobaction.deletedJob": "已成功刪除作業",
|
||||
"jobaction.newStep": "新增步驟",
|
||||
"jobaction.deleteStep": "刪除步驟",
|
||||
"jobaction.deleteStepConfirm": "確定要刪除步驟 '{0}' 嗎?",
|
||||
"jobaction.failedToDeleteStep": "無法刪除步驟 '{0}'。\r\n錯誤: {1}",
|
||||
"jobaction.deletedStep": "已成功刪除作業步驟",
|
||||
"jobaction.newAlert": "新增警示",
|
||||
"jobaction.editAlert": "編輯警示",
|
||||
"jobaction.deleteAlert": "刪除警示",
|
||||
"jobaction.Cancel": "取消",
|
||||
"jobaction.deleteAlertConfirm": "確定要刪除警示 '{0}' 嗎?",
|
||||
"jobaction.failedToDeleteAlert": "無法刪除警示 '{0}'。\r\n錯誤: {1}",
|
||||
"jobaction.deletedAlert": "已成功刪除警示",
|
||||
"jobaction.newOperator": "新增運算子",
|
||||
"jobaction.editOperator": "編輯運算子",
|
||||
"jobaction.deleteOperator": "刪除運算子",
|
||||
"jobaction.deleteOperatorConfirm": "確定要刪除運算子 \"{0}\" 嗎?",
|
||||
"jobaction.failedToDeleteOperator": "無法刪除運算子 '{0}'。\r\n錯誤: {1}",
|
||||
"joaction.deletedOperator": "已成功刪除運算子",
|
||||
"jobaction.newProxy": "新增 Proxy",
|
||||
"jobaction.editProxy": "編輯 Proxy",
|
||||
"jobaction.deleteProxy": "刪除 Proxy",
|
||||
"jobaction.deleteProxyConfirm": "確定要刪除 Proxy '{0}' 嗎?",
|
||||
"jobaction.failedToDeleteProxy": "無法刪除 Proxy '{0}'。\r\n錯誤: {1}",
|
||||
"jobaction.deletedProxy": "已成功刪除 Proxy",
|
||||
"notebookaction.newJob": "新增 Notebook 作業",
|
||||
"notebookaction.editJob": "編輯",
|
||||
"notebookaction.openNotebook": "開啟範本 Notebook",
|
||||
"notebookaction.deleteNotebook": "刪除",
|
||||
"jobaction.deleteNotebookConfirm": "確定要刪除筆記本 '{0}' 嗎?",
|
||||
"jobaction.failedToDeleteNotebook": "無法刪除筆記本 '{0}'。\r\n錯誤: {1}",
|
||||
"jobaction.deletedNotebook": "已成功刪除筆記本",
|
||||
"notebookaction.pinNotebook": "釘選",
|
||||
"notebookaction.deleteMaterializedNotebook": "刪除",
|
||||
"notebookaction.unpinNotebook": "取消釘選",
|
||||
"notebookaction.renameNotebook": "重新命名",
|
||||
"notebookaction.openLatestRun": "開啟最近一次執行"
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"agentUtilities.failed": "失敗",
|
||||
"agentUtilities.succeeded": "已成功",
|
||||
"agentUtilities.retry": "重試",
|
||||
"agentUtilities.canceled": "已取消",
|
||||
"agentUtilities.inProgress": "進行中",
|
||||
"agentUtilities.statusUnknown": "狀態不明",
|
||||
"agentUtilities.executing": "正在執行",
|
||||
"agentUtilities.waitingForThread": "正在等待執行緒",
|
||||
"agentUtilities.betweenRetries": "在重試之間",
|
||||
"agentUtilities.idle": "閒置",
|
||||
"agentUtilities.suspended": "暫止",
|
||||
"agentUtilities.obsolete": "[已淘汰]",
|
||||
"agentUtilities.yes": "是",
|
||||
"agentUtilities.no": "否",
|
||||
"agentUtilities.notScheduled": "未排程",
|
||||
"agentUtilities.neverRun": "從未執行"
|
||||
}
|
||||
@@ -8,5 +8,5 @@
|
||||
],
|
||||
"commitEditFailed": "提交行失敗:",
|
||||
"runQueryStringBatchStartMessage": "已開始執行查詢 \"{0}\"",
|
||||
"updateCellFailed": "更新儲存格失敗:"
|
||||
"updateCellFailed": "更新資料格失敗:"
|
||||
}
|
||||
@@ -9,6 +9,7 @@
|
||||
"query.ExecutionFailedError": "由於意外錯誤導致執行失敗: {0} {1}",
|
||||
"query.message.executionTime": "總執行時間: {0}",
|
||||
"query.message.startQuery": "已於第 {0} 行開始執行查詢",
|
||||
"query.initEditExecutionFailed": "初始化編輯執行失敗:",
|
||||
"elapsedBatchTime": "批次執行時間: {0}"
|
||||
"query.initEditExecutionFailed": "初始化編輯資料工作階段失敗:",
|
||||
"elapsedBatchTime": "批次執行時間: {0}",
|
||||
"copyFailed": "複製失敗。錯誤: {0}"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"saveAsNotSupported": "正在將結果儲存為其他格式,但此資料提供者已停用該格式。",
|
||||
"noSerializationProvider": "因為未註冊任何提供者,所以無法序列化資料",
|
||||
"unknownSerializationError": "因為發生未知錯誤,導致序列化失敗"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"InProgressWarning": "1 個或更多的工作正在進行中。是否確實要退出?",
|
||||
"taskService.yes": "是",
|
||||
"taskService.no": "否"
|
||||
}
|
||||
@@ -6,16 +6,17 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"tableHeaderBackground": "資料表標題背景顏色",
|
||||
"tableHeaderForeground": "資料表標頭的前景色彩",
|
||||
"disabledInputBoxBackground": "禁用輸入框背景。",
|
||||
"disabledInputBoxForeground": "禁用輸入框前景。",
|
||||
"buttonFocusOutline": "聚焦時按鈕輪廓顏色。",
|
||||
"tableHeaderBackground": "資料表標題背景色彩",
|
||||
"tableHeaderForeground": "資料表標題前景色彩",
|
||||
"disabledInputBoxBackground": "已停用輸入方塊背景。",
|
||||
"disabledInputBoxForeground": "已停用輸入方塊前景。",
|
||||
"buttonFocusOutline": "聚焦時按鈕外框色彩。",
|
||||
"disabledCheckboxforeground": "已停用核取方塊前景。",
|
||||
"listFocusAndSelectionBackground": "當清單/表格處於使用狀態時,所選項目與聚焦項目的清單/表格背景色彩",
|
||||
"listFocusAndSelectionBackground": "當清單/資料表處於使用狀態時,所選項目與聚焦項目的清單/資料表背景色彩",
|
||||
"agentTableBackground": "SQL Agent 資料表背景色彩。",
|
||||
"agentCellBackground": "SQL Agent 表格儲存格背景色彩。",
|
||||
"agentTableHoverBackground": "SQL Agent 表格暫留背景色彩。",
|
||||
"agentCellBackground": "SQL Agent 資料表資料格背景色彩。",
|
||||
"agentTableHoverBackground": "SQL Agent 資料表暫留背景色彩。",
|
||||
"agentJobsHeadingColor": "SQL Agent 標題背景色彩。",
|
||||
"agentCellBorderColor": "SQL Agent 表格儲存格邊框色彩。"
|
||||
"agentCellBorderColor": "SQL Agent 資料表資料格邊框色彩。",
|
||||
"resultsErrorColor": "結果訊息錯誤色彩。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"workbench.generalObsoleteApiNotification": "載入的延伸模組中,有一些使用淘汰的 API。請參閱「開發人員工具」視窗 [主控台] 索引標籤中的詳細資訊",
|
||||
"dontShowAgain": "不要再顯示"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"runActiveCell": "F5 快速鍵需要選取程式碼資料格。請選取要執行的程式碼資料格。",
|
||||
"clearResultActiveCell": "清除結果需要選取程式碼資料格。請選取要執行的程式碼資料格。"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"unknownComponentType": "未知元件類型。必須使用 ModelBuilder 建立物件",
|
||||
"invalidIndex": "索引 {0} 無效。",
|
||||
"unknownConfig": "元件設定不明,必須使用 ModelBuilder 才能建立設定物件"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"dialogDoneLabel": "完成",
|
||||
"dialogCancelLabel": "取消",
|
||||
"generateScriptLabel": "產生指令碼",
|
||||
"dialogNextLabel": "下一個",
|
||||
"dialogPreviousLabel": "上一個"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"treeView.notRegistered": "未註冊識別碼為 '{0}' 的樹狀檢視。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"providerRequired": "必須將具有有效 providerId 的 NotebookProvider 傳遞給此方法",
|
||||
"errNoProvider": "找不到任何筆記本提供者",
|
||||
"errNoManager": "找不到管理員",
|
||||
"noServerManager": "筆記本 {0} 的 Notebook 管理員沒有伺服器管理員。無法對其執行作業",
|
||||
"noContentManager": "筆記本 {0} 的 Notebook 管理員沒有內容管理員。無法對其執行作業",
|
||||
"noSessionManager": "筆記本 {0} 的 Notebook 管理員沒有工作階段管理員。無法對其執行作業"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"providerRequired": "必須將具有有效 providerId 的 NotebookProvider 傳遞給此方法"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"ObsoleteApiModuleMessage": "延伸模組 \"{0}\" 正在使用 sqlops 模組,而該模組已由 azdata 模組取代,並將從後續的版本中移除。"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"previewFeatures.configTitle": "預覽功能",
|
||||
"previewFeatures.configEnable": "啟用未發佈的預覽功能",
|
||||
"showConnectDialogOnStartup": "啟動時顯示連線對話方塊",
|
||||
"enableObsoleteApiUsageNotificationTitle": "淘汰 API 通知",
|
||||
"enableObsoleteApiUsageNotification": "啟用/停用使用淘汰的 API 通知"
|
||||
}
|
||||
12
i18n/cht/src/sql/workbench/browser/actions.i18n.json
Normal file
12
i18n/cht/src/sql/workbench/browser/actions.i18n.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"manage": "管理",
|
||||
"showDetails": "顯示詳細資訊",
|
||||
"configureDashboard": "了解如何設定儀表板"
|
||||
}
|
||||
@@ -10,8 +10,8 @@
|
||||
"warningAltText": "警告",
|
||||
"errorAltText": "錯誤",
|
||||
"showMessageDetails": "顯示詳細資訊",
|
||||
"hideMessageDetails": "隱藏詳細資料",
|
||||
"copyMessage": "複製",
|
||||
"closeMessage": "關閉",
|
||||
"modalBack": "上一頁"
|
||||
"modal.back": "返回",
|
||||
"hideMessageDetails": "隱藏詳細資料"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"invalidIndex": "索引 {0} 無效。"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"blankValue": "空白"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"invalidValueError": "值無效",
|
||||
"period": "{0}. {1}"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"loadingMessage": "正在載入",
|
||||
"loadingCompletedMessage": "已完成載入"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"loadingMessage": "正在載入"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"queryTextEditorAriaLabel": "檢視模型的 modelview 程式碼編輯器。"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"componentTypeNotRegistered": "找不到類型 {0} 的元件"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"languageChangeUnsupported": "無法變更尚未儲存之檔案的編輯器類型"
|
||||
}
|
||||
@@ -7,5 +7,5 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"no-dataprovider": "沒有任何已註冊的資料提供者可提供檢視資料。",
|
||||
"collapse": "摺疊"
|
||||
"collapseAll": "全部摺疊"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"scriptSelect": "選取前 1000",
|
||||
"scriptExecute": "作為指令碼執行",
|
||||
"scriptAlter": "修改指令碼",
|
||||
"editData": "編輯資料",
|
||||
"scriptCreate": "建立指令碼",
|
||||
"scriptDelete": "將指令碼編寫為 Drop"
|
||||
}
|
||||
18
i18n/cht/src/sql/workbench/browser/scriptingUtils.i18n.json
Normal file
18
i18n/cht/src/sql/workbench/browser/scriptingUtils.i18n.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"scriptSelectNotFound": "在物件上呼叫選取的指令碼時沒有回傳任何指令碼",
|
||||
"selectOperationName": "選擇",
|
||||
"createOperationName": "建立",
|
||||
"insertOperationName": "插入",
|
||||
"updateOperationName": "更新",
|
||||
"deleteOperationName": "刪除",
|
||||
"scriptNotFoundForObject": "在物件 {1} 指令碼為 {0} 時無回傳任何指令碼",
|
||||
"scriptingFailed": "指令碼失敗",
|
||||
"scriptNotFound": "指令碼為 {0} 時無回傳任何指令"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"enablePreviewFeatures.notice": "需要預覽功能才能完整支援延伸模組和使用部分動作。要啟用預覽功能嗎?",
|
||||
"enablePreviewFeatures.yes": "是",
|
||||
"enablePreviewFeatures.no": "否",
|
||||
"enablePreviewFeatures.never": "不,不要再顯示"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"linkedAccounts": "連結帳戶",
|
||||
"accountDialog.close": "關閉",
|
||||
"accountDialog.noAccountLabel": "沒有任何已連結帳戶。請新增帳戶。",
|
||||
"accountDialog.addConnection": "新增帳戶"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"accountDialog.addAccountErrorTitle": "新增帳戶時發生錯誤"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"refreshCredentials": "您需要重新整理此帳戶的登入資訊。"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"carbon.extension.contributes.account.id": "帳戶類型的識別碼",
|
||||
"carbon.extension.contributes.account.icon": "(選用) 用於 UI 中表示 accpunt 的圖示。任一檔案路徑或主題化的設定。",
|
||||
"carbon.extension.contributes.account.icon.light": "使用亮色主題時的圖示路徑",
|
||||
"carbon.extension.contributes.account.icon.dark": "使用暗色主題時的圖像路徑",
|
||||
"carbon.extension.contributes.account": "將圖示貢獻給帳戶供應者。"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"status.problems": "問題"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"copyAndOpen": "複製並開啟",
|
||||
"oauthDialog.cancel": "取消",
|
||||
"userCode": "使用者代碼",
|
||||
"website": "網站"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"oauthFlyoutIsAlreadyOpen": "無法啟動自動 OAuth。自動 OAuth 已在進行中。"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"from": "從",
|
||||
"to": "至",
|
||||
"createNewFirewallRule": "建立新的防火牆規則",
|
||||
"firewall.ok": "確定",
|
||||
"firewall.cancel": "取消",
|
||||
"firewallRuleDialogDescription": "您的用戶端 IP 位址無法存取伺服器。登錄到 Azure 帳戶並建立新的防火牆規則以啟用存取權限。",
|
||||
"firewallRuleHelpDescription": "深入了解防火牆設定",
|
||||
"azureAccount": "Azure 帳戶",
|
||||
"filewallRule": "防火牆規則",
|
||||
"addIPAddressLabel": "新增我的用戶端 IP",
|
||||
"addIpRangeLabel": "新增我的子網路 IP 範圍"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"firewallDialog.addAccountErrorTitle": "新增帳戶時發生錯誤",
|
||||
"firewallRuleError": "防火牆規則錯誤"
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"backup.backupName": "備份名稱",
|
||||
"backup.recoveryModel": "復原模式",
|
||||
"backup.backupType": "備份類型",
|
||||
"backup.backupDevice": "備份檔案",
|
||||
"backup.algorithm": "演算法",
|
||||
"backup.certificateOrAsymmetricKey": "憑證或非對稱金鑰",
|
||||
"backup.media": "媒體",
|
||||
"backup.mediaOption": "備份到現有的媒體集",
|
||||
"backup.mediaOptionFormat": "備份到新媒體集",
|
||||
"backup.existingMediaAppend": "附加至現有的備份組",
|
||||
"backup.existingMediaOverwrite": "覆寫所有現有的備份集",
|
||||
"backup.newMediaSetName": "新增媒體集名稱",
|
||||
"backup.newMediaSetDescription": "新增媒體集描述",
|
||||
"backup.checksumContainer": "在寫入媒體前執行檢查碼",
|
||||
"backup.verifyContainer": "完成後驗證備份",
|
||||
"backup.continueOnErrorContainer": "錯誤時繼續",
|
||||
"backup.expiration": "逾期",
|
||||
"backup.setBackupRetainDays": "設定備份保留天數",
|
||||
"backup.copyOnly": "僅複製備份",
|
||||
"backup.advancedConfiguration": "進階組態",
|
||||
"backup.compression": "壓縮",
|
||||
"backup.setBackupCompression": "設定備份壓縮",
|
||||
"backup.encryption": "加密",
|
||||
"backup.transactionLog": "交易記錄",
|
||||
"backup.truncateTransactionLog": "截斷交易記錄",
|
||||
"backup.backupTail": "備份最後的記錄",
|
||||
"backup.reliability": "可靠性",
|
||||
"backup.mediaNameRequired": "需要媒體名稱",
|
||||
"backup.noEncryptorWarning": "沒有憑證或非對稱金鑰可用",
|
||||
"addFile": "增加檔案",
|
||||
"removeFile": "移除檔案",
|
||||
"backupComponent.invalidInput": "輸入無效。值必須大於或等於 0。",
|
||||
"backupComponent.script": "指令碼",
|
||||
"backupComponent.backup": "備份",
|
||||
"backupComponent.cancel": "取消",
|
||||
"backup.containsBackupToUrlError": "僅支援備份到檔案",
|
||||
"backup.backupFileRequired": "需要備份檔案路徑"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"backup": "備份"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"backupAction.backup": "備份",
|
||||
"backup.isPreviewFeature": "您必須啟用預覽功能才能使用備份",
|
||||
"backup.commandNotSupported": "Azure SQL 資料庫不支援備份命令。",
|
||||
"backup.commandNotSupportedForServer": "伺服器內容中不支援備份命令。請選取資料庫並再試一次。"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"backup.labelDatabase": "資料庫",
|
||||
"backup.labelFilegroup": "檔案與檔案群組",
|
||||
"backup.labelFull": "完整",
|
||||
"backup.labelDifferential": "差異",
|
||||
"backup.labelLog": "交易記錄",
|
||||
"backup.labelDisk": "磁碟",
|
||||
"backup.labelUrl": "URL",
|
||||
"backup.defaultCompression": "使用預設伺服器設定",
|
||||
"backup.compressBackup": "壓縮備份",
|
||||
"backup.doNotCompress": "不要壓縮備份",
|
||||
"backup.serverCertificate": "伺服器憑證",
|
||||
"backup.asymmetricKey": "非對稱金鑰",
|
||||
"backup.filterBackupFiles": "備份檔案",
|
||||
"backup.allFiles": "所有檔案"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"createInsightLabel": "建立見解",
|
||||
"createInsightNoEditor": "啟用的編輯器不是 SQL 編輯器,無法建立見解",
|
||||
"myWidgetName": "我的小工具",
|
||||
"copyChartLabel": "複製為映像",
|
||||
"chartNotFound": "找不到要儲存的圖表",
|
||||
"saveImageLabel": "另存為映像",
|
||||
"resultsSerializer.saveAsFileExtensionPNGTitle": "PNG",
|
||||
"chartSaved": "已將圖表儲存到路徑: {0}"
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"dataDirectionLabel": "資料方向",
|
||||
"verticalLabel": "垂直",
|
||||
"horizontalLabel": "水平",
|
||||
"columnsAsLabelsLabel": "使用資料行名稱作為標籤",
|
||||
"labelFirstColumnLabel": "使用第一個資料行作為資料列標籤",
|
||||
"legendLabel": "圖例位置",
|
||||
"yAxisLabel": "Y 軸標籤",
|
||||
"yAxisMinVal": "Y 軸最小值",
|
||||
"yAxisMaxVal": "Y 軸最大值",
|
||||
"xAxisLabel": "X 軸標籤",
|
||||
"xAxisMinVal": "X 軸最小值",
|
||||
"xAxisMaxVal": "X 軸最大值",
|
||||
"xAxisMinDate": "X 軸最小日期",
|
||||
"xAxisMaxDate": "X 軸最大日期",
|
||||
"dataTypeLabel": "資料類型",
|
||||
"numberLabel": "數字",
|
||||
"pointLabel": "點",
|
||||
"chartTypeLabel": "圖表類型",
|
||||
"encodingOption": "編碼",
|
||||
"imageFormatOption": "映像格式"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"chartTabTitle": "圖表"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"horizontalBarAltName": "水平橫條圖",
|
||||
"barAltName": "橫條圖",
|
||||
"lineAltName": "折線圖",
|
||||
"pieAltName": "圓形圖",
|
||||
"scatterAltName": "散佈圖",
|
||||
"timeSeriesAltName": "時間序列",
|
||||
"imageAltName": "映像",
|
||||
"countAltName": "計數",
|
||||
"tableAltName": "資料表",
|
||||
"doughnutAltName": "環圈圖"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"series": "系列 {0}"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"invalidImage": "資料表不含有效的映像"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"connectingLabel": "正在連線: {0}",
|
||||
"runningCommandLabel": "正在執行命令: {0}",
|
||||
"openingNewQueryLabel": "正在開啟新查詢: {0}",
|
||||
"warnServerRequired": "因為未提供伺服器資訊,所以無法連線",
|
||||
"errConnectUrl": "因為發生錯誤 {0},導致無法開啟 URL",
|
||||
"connectServerDetail": "這會連線到伺服器 {0}",
|
||||
"confirmConnect": "確定要連線嗎?",
|
||||
"open": "開啟(&&O)",
|
||||
"connectingQueryLabel": "正在連線到查詢檔案"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"connectionAdvancedProperties": "進階屬性",
|
||||
"advancedProperties.discard": "捨棄"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"sql.maxRecentConnectionsDescription": "連線列表內最近使用的連線數上限。",
|
||||
"sql.defaultEngineDescription": "使用預設 SQL 引擎。在 .sql 檔案預設驅動的預設語言提供者,以及建立新連線時使用的預設設定。有效選項目前為 MSSQL",
|
||||
"connection.parseClipboardForConnectionStringDescription": "嘗試在連線對話方塊開啟或已執行貼上時剖析剪貼簿的內容。"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"ClearRecentlyUsedLabel": "清除清單",
|
||||
"ClearedRecentConnections": "最近的連線清單已清除",
|
||||
"connectionAction.yes": "是",
|
||||
"connectionAction.no": "否",
|
||||
"clearRecentConnectionMessage": "您確定要刪除清單中的所有連線嗎?",
|
||||
"connectionDialog.yes": "是",
|
||||
"connectionDialog.no": "否",
|
||||
"delete": "刪除",
|
||||
"connectionAction.GetCurrentConnectionString": "取得目前的連接字串",
|
||||
"connectionAction.connectionString": "連接字串無法使用",
|
||||
"connectionAction.noConnection": "沒有可用的有效連線"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"status.connection.status": "連線狀態"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"schema.providerId": "提供者的通用識別碼。",
|
||||
"schema.displayName": "提供者的顯示名稱",
|
||||
"schema.iconPath": "伺服器類型的圖示路徑",
|
||||
"schema.connectionOptions": "連線選項"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"onDidConnectMessage": "已連線到",
|
||||
"onDidDisconnectMessage": "已中斷連線",
|
||||
"unsavedGroupLabel": "未儲存的連線"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"azdata.extension.contributes.dashboard.container.id": "此容器的唯一識別碼。",
|
||||
"azdata.extension.contributes.dashboard.container.container": "顯示於索引標籤的容器。",
|
||||
"azdata.extension.contributes.containers": "提供一個或多個索引標籤,讓使用者可增加至其儀表板中。",
|
||||
"dashboardContainer.contribution.noIdError": "為延伸模組指定的儀表板容器中沒有任何識別碼。",
|
||||
"dashboardContainer.contribution.noContainerError": "為延伸模組指定的儀表板容器中沒有任何容器。",
|
||||
"dashboardContainer.contribution.moreThanOneDashboardContainersError": "至少須為每個空間定義剛好 1 個儀表板容器。",
|
||||
"dashboardTab.contribution.unKnownContainerType": "延伸模組的儀表板容器中有不明的容器類型定義。"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"dashboard.container.controlhost": "會在此索引標籤中顯示的 controlhost。"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"dashboardNavSection.loadTabError": "\"{0}\" 區段有無效的內容。請連絡延伸模組擁有者。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dashboard.container.gridtab.items": "顯示在此索引標籤的小工具或 webviews 的清單。",
|
||||
"gridContainer.invalidInputs": "延伸模組的 widgets-container 中應有 widgets 或 webviews。"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"dashboard.container.modelview": "將在此索引標籤中顯示的 model-backed 檢視。"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"dashboard.container.left-nav-bar.id": "導覽區的唯一識別碼。將傳遞給任何要求的延伸模組。",
|
||||
"dashboard.container.left-nav-bar.icon": "(選用) 用於 UI 中表示導覽區的圖示。任一檔案路徑或主題化的設定。",
|
||||
"dashboard.container.left-nav-bar.icon.light": "使用亮色主題時的圖示路徑",
|
||||
"dashboard.container.left-nav-bar.icon.dark": "使用暗色主題時的圖像路徑",
|
||||
"dashboard.container.left-nav-bar.title": "顯示給使用者的導覽區標題。",
|
||||
"dashboard.container.left-nav-bar.container": "顯示在此導覽區的容器。",
|
||||
"dashboard.container.left-nav-bar": "在導覽區顯示儀表板容器清單。",
|
||||
"opticon": "屬性 `icon` 可以省略,否則必須為字串或類似 `{dark, light}` 的常值",
|
||||
"navSection.missingTitle.error": "為延伸模組指定的導覽區段中沒有標題。",
|
||||
"navSection.missingContainer.error": "為延伸模組指定的導覽區段中沒有任何容器。",
|
||||
"navSection.moreThanOneDashboardContainersError": "至少須為每個空間定義剛好 1 個儀表板容器。",
|
||||
"navSection.invalidContainer.error": "NAV_SECTION 中的 NAV_SECTION 對延伸模組而言是無效的容器。"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"dashboard.container.webview": "顯示在此索引標籤的 webview。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dashboard.container.widgets": "顯示在此索引標籤中的小工具清單。",
|
||||
"widgetContainer.invalidInputs": "延伸模組的 widgets-container 中應有 widgets 的清單。"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"editDashboard": "編輯",
|
||||
"editDashboardExit": "結束",
|
||||
"refreshWidget": "重新整理",
|
||||
"toggleMore": "切換更多",
|
||||
"deleteWidget": "刪除小工具",
|
||||
"clickToUnpin": "按一下以取消釘選",
|
||||
"clickToPin": "按一下以釘選",
|
||||
"addFeatureAction.openInstalledFeatures": "開啟已安裝的功能",
|
||||
"collapseWidget": "摺疊",
|
||||
"expandWidget": "展開"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"unknownDashboardContainerError": "{0} 是不明容器。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"home": "首頁",
|
||||
"missingConnectionInfo": "此儀表板上找不到連線資訊"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"azdata.extension.contributes.dashboard.tab.id": "此索引標籤的唯一識別碼。將傳遞給任何要求的延伸模組。",
|
||||
"azdata.extension.contributes.dashboard.tab.title": "顯示給使用者的索引標籤的標題。",
|
||||
"azdata.extension.contributes.dashboard.tab.description": "此索引標籤的描述將顯示給使用者。",
|
||||
"azdata.extension.contributes.tab.when": "必須為 True 以顯示此項目的條件",
|
||||
"azdata.extension.contributes.tab.provider": "定義與此索引標籤相容的連線類型。若未設定,則預設值為 'MSSQL'",
|
||||
"azdata.extension.contributes.dashboard.tab.container": "將在此索引標籤中顯示的容器。",
|
||||
"azdata.extension.contributes.dashboard.tab.alwaysShow": "是否應一律顯示此索引標籤或僅當使用者增加時顯示。",
|
||||
"azdata.extension.contributes.dashboard.tab.isHomeTab": "是否應將此索引標籤用作連線類型的首頁索引標籤。",
|
||||
"azdata.extension.contributes.tabs": "提供一或多個索引標籤,讓使用者可將其增加至儀表板中。",
|
||||
"dashboardTab.contribution.noTitleError": "未為延伸模組指定標題。",
|
||||
"dashboardTab.contribution.noDescriptionWarning": "未指定要顯示的描述。",
|
||||
"dashboardTab.contribution.noContainerError": "未為延伸模組指定任何容器。",
|
||||
"dashboardTab.contribution.moreThanOneDashboardContainersError": "每個空間必須明確定義 1 個儀表板容器"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"manage": "管理",
|
||||
"dashboard.editor.label": "儀表板"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"ManageAction": "管理"
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"dashboard.properties.property": "定義顯示於儀表板上的屬性",
|
||||
"dashboard.properties.property.displayName": "做為屬性標籤的值",
|
||||
"dashboard.properties.property.value": "要在物件中存取的值",
|
||||
"dashboard.properties.property.ignore": "指定要忽略的值",
|
||||
"dashboard.properties.property.default": "如果忽略或沒有值,則顯示預設值",
|
||||
"dashboard.properties.flavor": "定義儀表板屬性變體",
|
||||
"dashboard.properties.flavor.id": "類別的變體的識別碼",
|
||||
"dashboard.properties.flavor.condition": "使用此變體的條件",
|
||||
"dashboard.properties.flavor.condition.field": "要比較的欄位",
|
||||
"dashboard.properties.flavor.condition.operator": "用於比較的運算子",
|
||||
"dashboard.properties.flavor.condition.value": "用於比較該欄位的值",
|
||||
"dashboard.properties.databaseProperties": "顯示資料庫頁的屬性",
|
||||
"dashboard.properties.serverProperties": "顯示伺服器頁的屬性",
|
||||
"carbon.extension.dashboard": "定義此提供者支援儀表板",
|
||||
"dashboard.id": "提供者識別碼 (例如 MSSQL)",
|
||||
"dashboard.properties": "在儀表板上顯示的屬性值"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"azdata.extension.contributes.widget.when": "必須為 True 以顯示此項目的條件",
|
||||
"dashboardpage.tabName": "容器的標題",
|
||||
"dashboardpage.rowNumber": "方格中元件的資料列",
|
||||
"dashboardpage.rowSpan": "方格中元件的 rowspan。預設值為 1。使用 '*' 即可設定方格中的資料列數。",
|
||||
"dashboardpage.colNumber": "方格中元件的資料行",
|
||||
"dashboardpage.colspan": "方格內元件的 colspan。預設值為 1。使用 '*' 即可設定方格中的資料行數。",
|
||||
"azdata.extension.contributes.dashboardPage.tab.id": "此索引標籤的唯一識別碼。將傳遞給任何要求的延伸模組。",
|
||||
"dashboardTabError": "未知的延伸模組索引標籤或未安裝。"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"databasePageName": "資料庫儀表板"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"dashboardDatabaseProperties": "啟用或禁用屬性小工具",
|
||||
"dashboard.databaseproperties": "顯示屬性值",
|
||||
"dashboard.databaseproperties.displayName": "顯示屬性的名稱",
|
||||
"dashboard.databaseproperties.value": "資料庫資訊物件中的值",
|
||||
"dashboard.databaseproperties.ignore": "指定要忽略的特定值",
|
||||
"recoveryModel": "復原模式",
|
||||
"lastDatabaseBackup": "上次資料庫備份",
|
||||
"lastLogBackup": "上次記錄備份",
|
||||
"compatibilityLevel": "相容性層級",
|
||||
"owner": "擁有者",
|
||||
"dashboardDatabase": "自訂 \"資料庫儀表板\" 頁",
|
||||
"dashboardDatabaseTabs": "自訂資料庫儀表板索引標籤"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"serverPageName": "伺服器儀表板"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"dashboardServerProperties": "啟用或禁用屬性小工具",
|
||||
"dashboard.serverproperties": "顯示屬性值",
|
||||
"dashboard.serverproperties.displayName": "顯示屬性的名稱",
|
||||
"dashboard.serverproperties.value": "伺服器資訊物件中的值",
|
||||
"version": "版本",
|
||||
"edition": "版本",
|
||||
"computerName": "電腦名稱",
|
||||
"osVersion": "作業系統版本",
|
||||
"dashboardServer": "自訂伺服器儀表板頁面",
|
||||
"dashboardServerTabs": "自訂伺服器儀表板索引標籤"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"homeCrumb": "首頁"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"dashboard.changeDatabaseFailure": "變更資料庫失敗"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"seachObjects": "按類型名稱搜尋 (a:、t:、v:、f: 或 sp:)",
|
||||
"searchDatabases": "搜尋資料庫",
|
||||
"dashboard.explorer.objectError": "無法載入物件",
|
||||
"dashboard.explorer.databaseError": "無法載入資料庫"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"insights.runQuery": "執行查詢"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"insights.autoRefreshOffState": "自動重新整理: 關閉",
|
||||
"insights.lastUpdated": "最近更新: {0} {1}",
|
||||
"noResults": "沒有可顯示的結果"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"insightWidgetDescription": "新增一個可查詢伺服器或資料庫並以多種方式呈現結果的小工具,如圖表、計數總結等。",
|
||||
"insightIdDescription": "用於快取見解結果的唯一識別碼。",
|
||||
"insightQueryDescription": "要執行的 SQL 查詢。這僅會回傳 1 個結果集。",
|
||||
"insightQueryFileDescription": "[選用] 包含查詢之檔案的路徑。這會在未設定 'query' 時使用",
|
||||
"insightAutoRefreshIntervalDescription": "[選用] 自動重新整理間隔 (分鐘),如未設定,就不會自動重新整理",
|
||||
"actionTypes": "要使用的動作",
|
||||
"actionDatabaseDescription": "此動作的目標資料庫;可使用格式 '${ columnName }',以使用資料驅動的資料行名稱。",
|
||||
"actionServerDescription": "此動作的目標伺服器;可使用格式 '${ columnName }',以使用資料驅動的資料列名稱。",
|
||||
"actionUserDescription": "請指定執行此動作的使用者;可使用格式 '${ columnName }',以使用資料驅動的資料行名稱。",
|
||||
"carbon.extension.contributes.insightType.id": "見解識別碼",
|
||||
"carbon.extension.contributes.insights": "在儀表板選擇區提供見解。"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"chartErrorMessage": "無法以指定的資料顯示圖表"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"chartInsightDescription": "將查詢結果以圖表方式顯示在儀表板上",
|
||||
"colorMapDescription": "對應 'column name' -> 色彩。例如,新增 'column1': red 可確保資料行使用紅色",
|
||||
"legendDescription": "指定圖表圖例的優先位置和可見度。這些是您查詢中的欄位名稱,並對應到每個圖表項目的標籤",
|
||||
"labelFirstColumnDescription": "若 dataDirection 是水平的,設定為 True 時則使用第一個欄位值為其圖例。",
|
||||
"columnsAsLabels": "若 dataDirection 是垂直的,設定為 True 時則使用欄位名稱為其圖例。",
|
||||
"dataDirectionDescription": "定義是否從行 (垂直) 或列 (水平) 讀取資料。對於時間序列,當呈現方向為垂直時會被忽略。",
|
||||
"showTopNData": "如已設定 showTopNData,則僅顯示圖表中的前 N 個資料。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"yAxisMin": "y 軸的最小值",
|
||||
"yAxisMax": "y 軸的最大值",
|
||||
"barchart.yAxisLabel": "Y 軸的標籤",
|
||||
"xAxisMin": "X 軸的最小值",
|
||||
"xAxisMax": "X 軸的最大值",
|
||||
"barchart.xAxisLabel": "X 軸標籤"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"dataTypeDescription": "指定圖表資料集的資料屬性。"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"countInsightDescription": "為結果集中的每一個資料行,在資料列 0 中先顯示計數值,再顯示資料行名稱。例如,支援 '1 Healthy','3 Unhealthy';其中 'Healthy' 為資料行名稱,1 為資料列 1 中資料格 1 的值"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"imageInsightDescription": "顯示映像,如使用 ggplot2 R 查詢返回的映像。",
|
||||
"imageFormatDescription": "預期格式是什麼 - 是 JPEG、PNG 或其他格式?",
|
||||
"encodingDescription": "此編碼為十六進位、base64 或是其他格式?"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"tableInsightDescription": "在簡單資料表中顯示結果"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"dashboard.properties.error": "無法載入儀表板屬性"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"workbench.dataExplorer": "連線",
|
||||
"dataExplorer.view": "檢視",
|
||||
"databaseConnections": "資料庫連線",
|
||||
"datasource.connections": "資料來源連線",
|
||||
"datasource.connectionGroups": "資料來源群組",
|
||||
"startupConfig": "啟動組態",
|
||||
"startup.alwaysShowServersView": "預設為在 Azure Data Studio 啟動時要顯示的伺服器檢視即為 True;如應顯示上次開啟的檢視則為 False"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"vscode.extension.contributes.view.id": "檢視的識別碼。請使用此識別碼透過 `vscode.window.registerTreeDataProviderForView` API 登錄資料提供者。並藉由將 `onView:${id}` 事件登錄至 `activationEvents` 以觸發啟用您的延伸模組。",
|
||||
"vscode.extension.contributes.view.name": "使用人性化顯示名稱。會顯示",
|
||||
"vscode.extension.contributes.view.when": "必須為 True 以顯示此檢視的條件",
|
||||
"extension.contributes.dataExplorer": "提供檢視給編輯者",
|
||||
"extension.dataExplorer": "將檢視提供到活動列中的資料總管容器",
|
||||
"dataExplorer.contributed": "在參與檢視容器中提供檢視",
|
||||
"ViewsContainerDoesnotExist": "檢視容器 '{0}' 並不存在,且所有向其註冊的檢視都將新增至「資料總管」。",
|
||||
"duplicateView1": "無法在檢視容器 '{1}' 中以同一個識別碼 '{0}' 註冊多個檢視",
|
||||
"duplicateView2": "已在檢視容器 '{1}' 中註冊識別碼為 '{0}' 的檢視",
|
||||
"requirearray": "項目必須為陣列",
|
||||
"requirestring": "屬性 '{0}' 為強制項目且必須屬於 `string` 類型",
|
||||
"optstring": "屬性 `{0}` 可以省略或必須屬於 `string` 類型"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user