Archived
Langpack Source update with fix for hashed strings (#24400)
* 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
This commit is contained in:
+4
-4
@@ -9,18 +9,18 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/main": {
|
||||
"adminToolExtWin.noOENode": "無法判斷來自 connectionContext 的物件總管節點 : {0}",
|
||||
"adminToolExtWin.ssmsMinError": "以引數 '{0}' - {1} 呼叫 SsmsMin 時發生錯誤",
|
||||
"adminToolExtWin.launchingDialogStatus": "正在啟動對話...",
|
||||
"adminToolExtWin.noConnectionContextForGsw": "未為 handleLaunchSsmsMinPropertiesDialogCommand 提供任何 ConnectionContext",
|
||||
"adminToolExtWin.noConnectionContextForProp": "未為 handleLaunchSsmsMinPropertiesDialogCommand 提供任何 ConnectionContext",
|
||||
"adminToolExtWin.noConnectionProfile": "connectionContext 未提供任何 connectionProfile : {0}",
|
||||
"adminToolExtWin.noOENode": "無法判斷來自 connectionContext 的物件總管節點 : {0}",
|
||||
"adminToolExtWin.ssmsMinError": "以引數 '{0}' - {1} 呼叫 SsmsMin 時發生錯誤"
|
||||
"adminToolExtWin.noConnectionProfile": "connectionContext 未提供任何 connectionProfile : {0}"
|
||||
},
|
||||
"package": {
|
||||
"adminToolExtWin.description": "將額外的 Windows 特定功能新增至 Azure Data Studio",
|
||||
"adminToolExtWin.displayName": "適用於 Windows 的資料庫系統管理工具延伸模組",
|
||||
"adminToolExtWin.launchGswMenuItem": "產生指令碼...",
|
||||
"adminToolExtWin.propertiesMenuItem": "屬性"
|
||||
"adminToolExtWin.propertiesMenuItem": "屬性 (管理員工具)"
|
||||
}
|
||||
}
|
||||
}
|
||||
+79
-79
@@ -9,34 +9,34 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/data/alertData": {
|
||||
"alertData.DefaultAlertTypString": "SQL Server 事件警示",
|
||||
"alertData.saveErrorMessage": "更新失敗 '{0}'",
|
||||
"alertData.DefaultAlertTypString": "SQL Server 事件警示",
|
||||
"alertDialog.PerformanceCondition": "SQL Server 效能條件警示",
|
||||
"alertDialog.WmiEvent": "WMI 事件警示"
|
||||
},
|
||||
"dist/data/jobData": {
|
||||
"jobData.jobNameRequired": "必須提供作業名稱",
|
||||
"jobData.newJobErrorMessage": "作業建立失敗 '{0}'",
|
||||
"jobData.newJobSuccessMessage": "已成功建立作業 '{0}'",
|
||||
"jobData.saveErrorMessage": "作業更新失敗 '{0}'",
|
||||
"jobData.saveSucessMessage": "已成功更新作業 '{0}'",
|
||||
"jobData.newJobErrorMessage": "作業建立失敗 '{0}'",
|
||||
"jobData.jobNameRequired": "必須提供作業名稱",
|
||||
"jobData.saveErrorMessage": "作業更新失敗 '{0}'",
|
||||
"jobData.whenJobCompletes": "當作業完成時",
|
||||
"jobData.whenJobFails": "當作業失敗時",
|
||||
"jobData.whenJobSucceeds": "當作業成功時"
|
||||
},
|
||||
"dist/data/jobStepData": {
|
||||
"jobStepData.saveErrorMessage": "步驟更新失敗 '{0}'",
|
||||
"stepData.jobNameRequired": "必須提供作業名稱",
|
||||
"stepData.stepNameRequired": "必須提供步驟名稱"
|
||||
"stepData.stepNameRequired": "必須提供步驟名稱",
|
||||
"jobStepData.saveErrorMessage": "步驟更新失敗 '{0}'"
|
||||
},
|
||||
"dist/data/notebookData": {
|
||||
"notebookData.invalidNotebookPath": "無效的筆記本路徑",
|
||||
"notebookData.jobExists": "已有類似名稱的作業存在",
|
||||
"notebookData.jobNameRequired": "必須提供筆記本名稱",
|
||||
"notebookData.newJobErrorMessage": "筆記本建立失敗 '{0}'",
|
||||
"notebookData.newJobSuccessMessage": "已成功建立筆記本 '{0}' ",
|
||||
"notebookData.saveErrorMessage": "筆記本更新失敗 '{0}'",
|
||||
"notebookData.saveSucessMessage": "筆記本 '{0}' 已成功更新",
|
||||
"notebookData.newJobErrorMessage": "筆記本建立失敗 '{0}'",
|
||||
"notebookData.jobNameRequired": "必須提供筆記本名稱",
|
||||
"notebookData.saveErrorMessage": "筆記本更新失敗 '{0}'",
|
||||
"notebookData.selectExecutionDatabase": "選取執行資料庫",
|
||||
"notebookData.selectStorageDatabase": "選取儲存體資料庫",
|
||||
"notebookData.templatePathRequired": "必須提供範本路徑",
|
||||
@@ -46,39 +46,15 @@
|
||||
},
|
||||
"dist/data/proxyData": {
|
||||
"proxyData.newJobSuccessMessage": "已成功建立 '{0}'",
|
||||
"proxyData.saveErrorMessage": "Proxy 更新失敗 '{0}'",
|
||||
"proxyData.saveSucessMessage": "已成功更新 Proxy '{0}'"
|
||||
"proxyData.saveSucessMessage": "已成功更新 Proxy '{0}'",
|
||||
"proxyData.saveErrorMessage": "Proxy 更新失敗 '{0}'"
|
||||
},
|
||||
"dist/dialogs/agentDialog": {
|
||||
"agentDialog.Cancel": "取消",
|
||||
"agentDialog.OK": "確定"
|
||||
},
|
||||
"dist/dialogs/alertDialog": {
|
||||
"alertDialog.AdditionalNotification": "要傳送的其他通知訊息",
|
||||
"alertDialog.AllDatabases": "<所有資料庫>",
|
||||
"alertDialog.DatabaseName": "資料庫名稱",
|
||||
"alertDialog.DelayMinutes": "延遲分鐘數",
|
||||
"alertDialog.DelaySeconds": "延遲秒數",
|
||||
"alertDialog.Enabled": "啟用",
|
||||
"alertDialog.ErrorNumber": "錯誤號碼",
|
||||
"alertDialog.ExecuteJob": "執行作業",
|
||||
"alertDialog.ExecuteJobName": "作業名稱",
|
||||
"alertDialog.General": "一般",
|
||||
"alertDialog.IncludeErrorInEmail": "在電子郵件中包含警示錯誤文字",
|
||||
"alertDialog.IncludeErrorInPager": "在頁面巡覽區中包括警示文字",
|
||||
"alertDialog.MessageText": "訊息文字",
|
||||
"alertDialog.Name": "名稱",
|
||||
"alertDialog.NewJob": "新增作業",
|
||||
"alertDialog.NewOperator": "新增運算子",
|
||||
"alertDialog.NotifyOperators": "通知運算子",
|
||||
"alertDialog.OperatorEmail": "電子郵件",
|
||||
"alertDialog.OperatorList": "運算子清單",
|
||||
"alertDialog.OperatorName": "運算子",
|
||||
"alertDialog.OperatorPager": "頁面巡覽區",
|
||||
"alertDialog.Options": "選項",
|
||||
"alertDialog.RaiseAlertContains": "當訊息包含以下項目時引發警示",
|
||||
"alertDialog.Response": "回應",
|
||||
"alertDialog.Severity": "嚴重性",
|
||||
"alertDialog.Severity001": "001 - 其他系統資訊",
|
||||
"alertDialog.Severity002": "002 - 已保留",
|
||||
"alertDialog.Severity003": "003 - 已保留",
|
||||
@@ -104,37 +80,58 @@
|
||||
"alertDialog.Severity023": "023 - 嚴重錯誤: 資料庫完整性有疑慮",
|
||||
"alertDialog.Severity024": "024 - 嚴重錯誤: 硬體錯誤",
|
||||
"alertDialog.Severity025": "025 - 嚴重錯誤",
|
||||
"alertDialog.Type": "類型",
|
||||
"alertDialog.AdditionalNotification": "要傳送的其他通知訊息",
|
||||
"alertDialog.createAlert": "建立警示",
|
||||
"alertDialog.DatabaseName": "資料庫名稱",
|
||||
"alertDialog.DelayMinutes": "延遲分鐘數",
|
||||
"alertDialog.DelaySeconds": "延遲秒數",
|
||||
"alertDialog.OperatorEmail": "電子郵件",
|
||||
"alertDialog.editAlert": "編輯警示",
|
||||
"alertDialog.eventAlert": "事件警示定義"
|
||||
"alertDialog.Enabled": "啟用",
|
||||
"alertDialog.ErrorNumber": "錯誤號碼",
|
||||
"alertDialog.eventAlert": "事件警示定義",
|
||||
"alertDialog.ExecuteJob": "執行作業",
|
||||
"alertDialog.General": "一般",
|
||||
"alertDialog.IncludeErrorInEmail": "在電子郵件中包含警示錯誤文字",
|
||||
"alertDialog.IncludeErrorInPager": "在頁面巡覽區中包括警示文字",
|
||||
"alertDialog.ExecuteJobName": "作業名稱",
|
||||
"alertDialog.MessageText": "訊息文字",
|
||||
"alertDialog.Name": "名稱",
|
||||
"alertDialog.NewJob": "新增作業",
|
||||
"alertDialog.NewOperator": "新增運算子",
|
||||
"alertDialog.NotifyOperators": "通知運算子",
|
||||
"alertDialog.OperatorName": "運算子",
|
||||
"alertDialog.OperatorList": "運算子清單",
|
||||
"alertDialog.Options": "選項",
|
||||
"alertDialog.OperatorPager": "頁面巡覽區",
|
||||
"alertDialog.RaiseAlertContains": "當訊息包含以下項目時引發警示",
|
||||
"alertDialog.Response": "回應",
|
||||
"alertDialog.Severity": "嚴重性",
|
||||
"alertDialog.Type": "類型"
|
||||
},
|
||||
"dist/dialogs/jobDialog": {
|
||||
"jobDialog.alertEnabledLabel": "啟用",
|
||||
"jobDialog.notificationsTabTop": "作業完成時要執行的操作",
|
||||
"jobDialog.alertNameLabel": "警示名稱",
|
||||
"jobDialog.alertTypeLabel": "類型",
|
||||
"jobDialog.alerts": "警示",
|
||||
"jobDialog.alertsList": "警示清單",
|
||||
"jobDialog.blankJobNameError": "作業名稱不得為空。",
|
||||
"jobDialog.deleteJobLabel": "自動刪除作業",
|
||||
"jobDialog.category": "分類",
|
||||
"jobDialog.delete": "刪除步驟",
|
||||
"jobDialog.deleteJobLabel": "自動刪除作業",
|
||||
"jobDialog.description": "描述",
|
||||
"jobDialog.edit": "編輯步驟",
|
||||
"jobDialog.editJob": "編輯作業",
|
||||
"jobDialog.edit": "編輯步驟",
|
||||
"jobDialog.email": "電子郵件",
|
||||
"jobDialog.enabled": "啟用",
|
||||
"jobDialog.eventLogCheckBoxLabel": "寫入 Windows 應用程式事件記錄檔",
|
||||
"jobDialog.alertEnabledLabel": "啟用",
|
||||
"jobDialog.enabled": "已啟用",
|
||||
"jobDialog.general": "一般",
|
||||
"jobDialog.jobStepList": "作業步驟清單",
|
||||
"jobDialog.moveDown": "向下移動步驟",
|
||||
"jobDialog.moveUp": "向上移動步驟",
|
||||
"jobDialog.name": "名稱",
|
||||
"jobDialog.new": "新增步驟",
|
||||
"jobDialog.newAlert": "新增警示",
|
||||
"jobDialog.newJob": "新增作業",
|
||||
"jobDialog.new": "新增步驟",
|
||||
"jobDialog.notifications": "通知",
|
||||
"jobDialog.notificationsTabTop": "作業完成時要執行的操作",
|
||||
"jobDialog.onFailure": "失敗時",
|
||||
"jobDialog.onSuccess": "成功時",
|
||||
"jobDialog.owner": "擁有者",
|
||||
@@ -146,35 +143,33 @@
|
||||
"jobDialog.startStepAt": "開始步驟",
|
||||
"jobDialog.step": "步驟",
|
||||
"jobDialog.steps": "步驟",
|
||||
"jobDialog.type": "類型"
|
||||
"jobDialog.blankJobNameError": "作業名稱不得為空。",
|
||||
"jobDialog.alertTypeLabel": "類型",
|
||||
"jobDialog.type": "類型",
|
||||
"jobDialog.eventLogCheckBoxLabel": "寫入 Windows 應用程式事件記錄檔"
|
||||
},
|
||||
"dist/dialogs/jobStepDialog": {
|
||||
"jobStepDialog.CmdExec": "作業系統 (cmdexec)",
|
||||
"jobStepDialog.TSQL": "Transact-SQL 指令碼 (T-SQL)",
|
||||
"jobStepDialog.advanced": "進階",
|
||||
"jobStepDialog.agentServiceAccount": "SQL Server Agent 服務帳戶",
|
||||
"jobStepDialog.allFiles": "所有檔案 (*)",
|
||||
"jobStepDialog.analysisCommand": "SQL Server Analysis Services 命令",
|
||||
"jobStepDialog.analysisQuery": "SQL Server Analysis Services 查詢",
|
||||
"jobStepDialog.appendExistingTableEntry": "將輸出附加到表中現有的項目",
|
||||
"jobStepDialog.appendOutputToFile": "將輸出附加至現有的檔案",
|
||||
"jobStepDialog.blankStepName": "步驟名稱不能留空",
|
||||
"jobStepDialog.cancel": "取消",
|
||||
"jobStepDialog.commandLabel": "命令",
|
||||
"jobStepDialog.databaseLabel": "資料庫",
|
||||
"jobStepDialog.editJobStep": "編輯作業步驟",
|
||||
"jobStepDialog.failParse": "命令失敗。",
|
||||
"jobStepDialog.failureAction": "當動作失敗時",
|
||||
"jobStepDialog.fileBrowserTitle": "尋找資料庫檔案 -",
|
||||
"jobStepDialog.fileName": "檔案名稱",
|
||||
"jobStepDialog.filesOfType": "檔案類型",
|
||||
"jobStepDialog.general": "一般",
|
||||
"jobStepDialog.nextStep": "前往下一步",
|
||||
"jobStepDialog.includeStepOutputHistory": "在歷程記錄中包含步驟輸出",
|
||||
"jobStepDialog.fileBrowserTitle": "尋找資料庫檔案 -",
|
||||
"jobStepDialog.logToTable": "記錄到資料表",
|
||||
"jobStepDialog.newJobStep": "新增作業步驟",
|
||||
"jobStepDialog.nextStep": "前往下一步",
|
||||
"jobStepDialog.ok": "確定",
|
||||
"jobStepDialog.failureAction": "當動作失敗時",
|
||||
"jobStepDialog.successAction": "當動作成功時",
|
||||
"jobStepDialog.open": "開啟...",
|
||||
"jobStepDialog.CmdExec": "作業系統 (cmdexec)",
|
||||
"jobStepDialog.outputFile": "輸出檔案",
|
||||
"jobStepDialog.parse": "剖析",
|
||||
"jobStepDialog.powershell": "PowerShell",
|
||||
@@ -190,54 +185,59 @@
|
||||
"jobStepDialog.retryInterval": "重試間隔 (分鐘)",
|
||||
"jobStepDialog.runAsLabel": "執行身分",
|
||||
"jobStepDialog.runAsUser": "以使用者身分執行",
|
||||
"jobStepDialog.selectedPath": "選擇的路徑",
|
||||
"jobStepDialog.agentServiceAccount": "SQL Server Agent 服務帳戶",
|
||||
"jobStepDialog.analysisCommand": "SQL Server Analysis Services 命令",
|
||||
"jobStepDialog.analysisQuery": "SQL Server Analysis Services 查詢",
|
||||
"jobStepDialog.servicesPackage": "SQL Server 整合服務套件",
|
||||
"jobStepDialog.selectedPath": "選擇的路徑",
|
||||
"jobStepDialog.stepNameLabel": "步驟名稱",
|
||||
"jobStepDialog.successAction": "當動作成功時",
|
||||
"jobStepDialog.failParse": "命令失敗。",
|
||||
"jobStepDialog.successParse": "已成功剖析命令。",
|
||||
"jobStepDialog.blankStepName": "步驟名稱不能留空",
|
||||
"jobStepDialog.TSQL": "Transact-SQL 指令碼 (T-SQL)",
|
||||
"jobStepDialog.typeLabel": "類型"
|
||||
},
|
||||
"dist/dialogs/notebookDialog": {
|
||||
"notebookDialog.defaultDropdownString": "選擇資料庫",
|
||||
"notebookDialog.description": "描述",
|
||||
"notebookDialog.editJob": "編輯筆記本作業",
|
||||
"notebookDialog.executeDatabase": "執行資料庫",
|
||||
"notebookDialog.executionDatabaseInfo": "選取要執行筆記本查詢的資料庫",
|
||||
"notebookDialog.general": "一般",
|
||||
"notebookDialog.jobSection": "作業詳細資料",
|
||||
"notebookDialog.name": "名稱",
|
||||
"notebookDialog.newJob": "新增筆記本作業",
|
||||
"notebookDialog.notebookSection": "筆記本詳細資料",
|
||||
"notebookDialog.templateNotebook": "筆記本路徑",
|
||||
"notebookDialog.owner": "擁有者",
|
||||
"notebookDialog.pickSchedule": "挑選排程",
|
||||
"notebookDialog.removeSchedule": "移除排程",
|
||||
"notebookDialog.schedulesaLabel": "排程清單",
|
||||
"notebookDialog.targetDatabase": "儲存體資料庫",
|
||||
"notebookDialog.defaultDropdownString": "選取資料庫",
|
||||
"notebookDialog.executionDatabaseInfo": "選取要執行筆記本查詢的資料庫",
|
||||
"notebookDialog.targetDatabaseInfo": "選取要儲存所有筆記本作業中繼資料及結果的資料庫",
|
||||
"notebookDialog.templateNotebook": "筆記本路徑",
|
||||
"notebookDialog.templatePath": "選取要從電腦排程的筆記本"
|
||||
"notebookDialog.templatePath": "選取要從電腦排程的筆記本",
|
||||
"notebookDialog.targetDatabase": "儲存體資料庫"
|
||||
},
|
||||
"dist/dialogs/operatorDialog": {
|
||||
"createOperator.AlertEmailColumnLabel": "電子郵件",
|
||||
"createOperator.AlertListHeading": "警示清單",
|
||||
"createOperator.AlertNameColumnLabel": "警示名稱",
|
||||
"createOperator.AlertPagerColumnLabel": "頁面巡覽區",
|
||||
"createOperator.createOperator": "建立運算子",
|
||||
"createOperator.AlertEmailColumnLabel": "電子郵件",
|
||||
"createOperator.EmailName": "電子郵件名稱",
|
||||
"createOperator.Enabled": "啟用",
|
||||
"createOperator.editOperator": "編輯運算子",
|
||||
"createOperator.Enabled": "已啟用",
|
||||
"createOperator.PagerFridayCheckBox": "星期五",
|
||||
"createOperator.General": "一般",
|
||||
"createOperator.PagerMondayCheckBox": "星期一",
|
||||
"createOperator.Name": "名稱",
|
||||
"createOperator.Notifications": "通知",
|
||||
"createOperator.PagerDutySchedule": "呼叫器待命排程",
|
||||
"createOperator.AlertPagerColumnLabel": "頁面巡覽區",
|
||||
"createOperator.PagerEmailName": "頁面巡覽區電子郵件名稱",
|
||||
"createOperator.PagerFridayCheckBox": "星期五",
|
||||
"createOperator.PagerMondayCheckBox": "星期一",
|
||||
"createOperator.PagerDutySchedule": "呼叫器待命排程",
|
||||
"createOperator.PagerSaturdayCheckBox": "星期六",
|
||||
"createOperator.PagerSundayCheckBox": "星期日",
|
||||
"createOperator.PagerThursdayCheckBox": "星期四",
|
||||
"createOperator.PagerTuesdayCheckBox": "星期二",
|
||||
"createOperator.PagerWednesdayCheckBox": "星期三",
|
||||
"createOperator.createOperator": "建立運算子",
|
||||
"createOperator.editOperator": "編輯運算子",
|
||||
"createOperator.workdayBegin": "工作日開始",
|
||||
"createOperator.workdayEnd": "工作日結束"
|
||||
},
|
||||
@@ -245,14 +245,16 @@
|
||||
"pickSchedule.availableSchedules": "可用的排程:",
|
||||
"pickSchedule.cancel": "取消",
|
||||
"pickSchedule.description": "描述",
|
||||
"pickSchedule.jobSchedules": "作業排程",
|
||||
"pickSchedule.ok": "確定",
|
||||
"pickSchedule.scheduleID": "識別碼",
|
||||
"pickSchedule.scheduleName": "名稱"
|
||||
"pickSchedule.jobSchedules": "作業排程",
|
||||
"pickSchedule.scheduleName": "名稱",
|
||||
"pickSchedule.ok": "確定"
|
||||
},
|
||||
"dist/dialogs/proxyDialog": {
|
||||
"createProxy.createProxy": "建立 Proxy",
|
||||
"createProxy.CredentialName": "認證名稱",
|
||||
"createProxy.Description": "描述",
|
||||
"createProxy.editProxy": "編輯 Proxy",
|
||||
"createProxy.General": "一般",
|
||||
"createProxy.OperatingSystem": "作業系統 (cmdexec)",
|
||||
"createProxy.PowerShell": "PowerShell",
|
||||
@@ -265,14 +267,12 @@
|
||||
"createProxy.SSASCommandLabel": "SQL Server Analysis Services 命令",
|
||||
"createProxy.SSASQueryLabel": "SQL Server Analysis Services 查詢",
|
||||
"createProxy.SSISPackage": "SQL Server Integration Services 套件",
|
||||
"createProxy.SubsystemName": "子系統",
|
||||
"createProxy.createProxy": "建立 Proxy",
|
||||
"createProxy.editProxy": "編輯 Proxy"
|
||||
"createProxy.SubsystemName": "子系統"
|
||||
},
|
||||
"dist/mainController": {
|
||||
"agent.AddNewConnection": "新增新連線",
|
||||
"agent.selectConnection": "選取連線",
|
||||
"agent.selectValidConnection": "請選取有效的連線",
|
||||
"agent.selectConnection": "選取連線",
|
||||
"agent.templateUploadError": "範本更新失敗",
|
||||
"agent.templateUploadSuccessful": "範本已成功更新",
|
||||
"agent.unsavedFileSchedulingError": "必須先儲存筆記本才能排程。請儲存後重試排程。",
|
||||
+431
-431
File diff suppressed because it is too large
Load Diff
+44
-44
@@ -9,58 +9,58 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"resource-type-sql-edge-display-name": "Azure SQL Edge",
|
||||
"resource-type-sql-edge-description": "Azure SQL Edge (預覽) 是專為 IoT 及 IoT Edge 部署而最佳化的關聯式資料庫引擎。",
|
||||
"extension-displayName": "Azure SQL Edge 部署延伸模組",
|
||||
"docker-sql-port-field": "Azure SQL Edge 連接埠",
|
||||
"sqlserver-info-section-title": "Azure SQL Edge 資訊",
|
||||
"docker-sql-password-field": "Azure SQL Edge 執行個體 (sa) 密碼",
|
||||
"azure-info-section-title": "Azure 資訊",
|
||||
"azure_location": "位置",
|
||||
"azure_resource_group": "資源群組",
|
||||
"azure_subscription_id": "訂用帳戶識別碼",
|
||||
"device-id": "裝置識別碼",
|
||||
"device-ip-address": "裝置 IP 位址",
|
||||
"device-ip-address-description": "將用來在部署後連線到 Azure SQL Edge 執行個體",
|
||||
"device-target-condition": "目標條件",
|
||||
"device-target-condition-learn-more": "深入了解目標條件",
|
||||
"vm_password_confirm": "確認 VM 系統管理員密碼",
|
||||
"docker-confirm-sql-password-field": "確認密碼",
|
||||
"docker-container-name-field": "容器名稱",
|
||||
"docker-imagetag-field": "映像標籤",
|
||||
"docker-password-field": "密碼",
|
||||
"docker-registry-field": "登錄",
|
||||
"docker-repository-field": "存放庫",
|
||||
"docker-settings-section-title": "Docker 設定",
|
||||
"docker-sql-password-field": "Azure SQL Edge 執行個體 (sa) 密碼",
|
||||
"docker-sql-port-field": "Azure SQL Edge 連接埠",
|
||||
"docker-username-field": "使用者名稱",
|
||||
"edge-agreement": "我接受 {0} 和 {1}。",
|
||||
"edge-eula": "Microsoft Azure SQL Edge 授權合約",
|
||||
"edge-remote-password-field": "密碼",
|
||||
"edge-remote-target-field": "名稱或 IP 位址",
|
||||
"edge-remote-username-field": "使用者名稱",
|
||||
"extension-description": "提供部署 Azure SQL Edge 的筆記本式體驗",
|
||||
"extension-displayName": "Azure SQL Edge 部署延伸模組",
|
||||
"iot-hub-name": "IoT 中樞名稱",
|
||||
"microsoft-privacy-statement": "Microsoft 隱私權聲明",
|
||||
"package-files": "SQL Server 套件檔案",
|
||||
"package_path": "套件檔案",
|
||||
"package_path_description": "SQL Server 套件檔案的路徑 (dacpac、bacpac) 或壓縮的套件檔案。",
|
||||
"remote-info-section-title": "目標電腦資訊",
|
||||
"resource-type-sql-edge-description": "Azure SQL Edge (預覽) 是專為 IoT 及 IoT Edge 部署而最佳化的關聯式資料庫引擎。",
|
||||
"resource-type-sql-edge-display-name": "Azure SQL Edge",
|
||||
"sql-edge-azure-display-name": "新的 Azure IoT 中樞和 VM (密碼驗證)",
|
||||
"sql-edge-azure-multi-device-display-name": "Azure IoT 中樞的多個裝置",
|
||||
"sql-edge-azure-multi-device-title": "將 Azure SQL Edge 部署到多個 Azure IoT 裝置",
|
||||
"sql-edge-azure-single-device-display-name": "Azure IoT 中樞的現有裝置",
|
||||
"sql-edge-azure-single-device-title": "將 Azure SQL Edge 部署到現有的裝置",
|
||||
"sql-edge-azure-sshkey-display-name": "新的 Azure IoT 中樞和 VM (ssh 公開金鑰驗證)",
|
||||
"sql-edge-azure-title": "透過 IoT 中樞將 Azure SQL Edge 部署到新的 Azure VM",
|
||||
"sql-edge-local-display-name": "本地容器執行個體",
|
||||
"sql-edge-local-title": "在本地電腦上部署 Azure SQL Edge 容器執行個體",
|
||||
"sql-edge-remote-display-name": "遠端容器執行個體",
|
||||
"sql-edge-remote-title": "在遠端電腦上部署 Azure SQL Edge 容器執行個體",
|
||||
"sql-edge-azure-title": "透過 IoT 中樞將 Azure SQL Edge 部署到新的 Azure VM",
|
||||
"sql-edge-azure-single-device-title": "將 Azure SQL Edge 部署到現有的裝置",
|
||||
"sql-edge-azure-multi-device-title": "將 Azure SQL Edge 部署到多個 Azure IoT 裝置",
|
||||
"sql-edge-type-display-name": "部署目標",
|
||||
"sqlserver-info-section-title": "Azure SQL Edge 資訊",
|
||||
"vm_admin": "VM 系統管理員使用者名稱",
|
||||
"device-id": "裝置識別碼",
|
||||
"device-ip-address": "裝置 IP 位址",
|
||||
"docker-settings-section-title": "Docker 設定",
|
||||
"sql-edge-azure-single-device-display-name": "Azure IoT 中樞的現有裝置",
|
||||
"edge-agreement": "我接受 {0} 和 {1}。",
|
||||
"docker-imagetag-field": "映像標籤",
|
||||
"iot-hub-name": "IoT 中樞名稱",
|
||||
"device-target-condition-learn-more": "深入了解目標條件",
|
||||
"sql-edge-local-display-name": "本地容器執行個體",
|
||||
"azure_location": "位置",
|
||||
"edge-eula": "Microsoft Azure SQL Edge 授權合約",
|
||||
"microsoft-privacy-statement": "Microsoft 隱私權聲明",
|
||||
"sql-edge-azure-multi-device-display-name": "Azure IoT 中樞的多個裝置",
|
||||
"edge-remote-target-field": "名稱或 IP 位址",
|
||||
"sql-edge-azure-display-name": "新的 Azure IoT 中樞和 VM (密碼驗證)",
|
||||
"sql-edge-azure-sshkey-display-name": "新的 Azure IoT 中樞和 VM (ssh 公開金鑰驗證)",
|
||||
"package_path": "套件檔案",
|
||||
"edge-remote-password-field": "密碼",
|
||||
"docker-password-field": "密碼",
|
||||
"package_path_description": "SQL Server 套件檔案的路徑 (dacpac、bacpac) 或壓縮的套件檔案。",
|
||||
"extension-description": "提供部署 Azure SQL Edge 的筆記本式體驗",
|
||||
"docker-registry-field": "登錄",
|
||||
"sql-edge-remote-display-name": "遠端容器執行個體",
|
||||
"docker-repository-field": "存放庫",
|
||||
"azure_resource_group": "資源群組",
|
||||
"package-files": "SQL Server 套件檔案",
|
||||
"vm_ssh_public_key": "SSH 公用金鑰",
|
||||
"azure_subscription_id": "訂用帳戶識別碼",
|
||||
"device-target-condition": "目標條件",
|
||||
"remote-info-section-title": "目標電腦資訊",
|
||||
"edge-remote-username-field": "使用者名稱",
|
||||
"docker-username-field": "使用者名稱",
|
||||
"vm_password": "VM 系統管理員密碼",
|
||||
"vm_password_confirm": "確認 VM 系統管理員密碼",
|
||||
"vm_admin": "VM 系統管理員使用者名稱",
|
||||
"vm_password_validation_error_message": "VM 密碼長度必須介於 12 到 123 個字元之間,且包含大寫字元、小寫字元、數字及特殊字元。",
|
||||
"vm_ssh_public_key": "SSH 公用金鑰"
|
||||
"device-ip-address-description": "將用來在部署後連線到 Azure SQL Edge 執行個體"
|
||||
}
|
||||
}
|
||||
}
|
||||
+35
-35
@@ -9,83 +9,83 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/localizedConstants": {
|
||||
"arc.releaseDateNotParsed": "無法剖析發行日期。",
|
||||
"az.promptForAzUpdate": "有新版的 Azure CLI ( {0} ),您要立即更新嗎?",
|
||||
"az.accept": "接受",
|
||||
"az.arcdataExtensionNotInstalled": "此延伸模組需要安裝 Azure CLI 延伸模組 'arcdata'。使用[此處](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension) 的指示安裝正確的版本。",
|
||||
"az.arcdataInstalled": "已成功安裝 Azure CLI arcdata 延伸模組。需要重新啟動 Azure Studio 才能完成設定 - 除非完成此作業,否則功能將不會啟用。",
|
||||
"az.parseVersionError": "剖析 az --version 的輸出時發生錯誤。",
|
||||
"az.azOutputParseErrorCaught": "剖析 az 命令的輸出時發生錯誤: {0}。輸出不是 JSON。",
|
||||
"az.askLater": "稍後再問我",
|
||||
"az.az": "Azure CLI",
|
||||
"az.azInstalled": "已成功安裝 Azure CLI。需要重新啟動 Azure Studio 才能完成設定 - 除非完成此作業,否則功能將不會啟用。",
|
||||
"az.azOutputParseErrorCaught": "剖析 az 命令的輸出時發生錯誤: {0}。輸出不是 JSON。",
|
||||
"az.missingRequiredVersion": "此功能需要 Azure CLI >= {0}。請執行 'Azure CLI: Check for Update' 命令安裝它,然後再試一次。",
|
||||
"az.azUserSettingReadLog": "Azure CLI 使用者設定: {0}.{1} 讀取,值: {2}",
|
||||
"az.azUserSettingUpdatedLog": "Azure CLI 使用者設定: {0}.{1} 已更新,新值: {2}",
|
||||
"az.azInstalled": "已成功安裝 Azure CLI。需要重新啟動 Azure Studio 才能完成設定 - 除非完成此作業,否則功能將不會啟用。",
|
||||
"az.checkingLatestAzVersion": "正在檢查 Azure CLI 最新可用的版本",
|
||||
"az.couldNotFindArcdataWithPrompt": "找不到 Azure CLI arcdata 延伸模組,要立即安裝嗎? 否則,某些功能將無法運作。",
|
||||
"az.couldNotFindAz": "找不到 Azure CLI。錯誤: {0}",
|
||||
"az.couldNotFindAzArc": "找不到 Azure CLI arcdata 延伸模組。錯誤: {0}",
|
||||
"az.couldNotFindAzWithPrompt": "找不到 Azure CLI,要立即安裝嗎? 否則,某些功能將無法運作。",
|
||||
"az.couldNotFindAz": "找不到 Azure CLI。錯誤: {0}",
|
||||
"az.couldNotFindArcdataWithPrompt": "找不到 Azure CLI arcdata 延伸模組,要立即安裝嗎? 否則,某些功能將無法運作。",
|
||||
"az.couldNotFindAzArc": "找不到 Azure CLI arcdata 延伸模組。錯誤: {0}",
|
||||
"az.currentlyInstalledVersionIsLatest": "目前安裝的 Azure CLI 版本 {0} 與其他可用版本相同或更新",
|
||||
"az.decline": "拒絕",
|
||||
"az.doNotAskAgain": "不要再詢問",
|
||||
"az.downloadError": "下載時發生錯誤",
|
||||
"az.downloadFinished": "下載完成",
|
||||
"az.downloadingProgressMb": "正在下載 ({0} / {1} MB)",
|
||||
"az.downloadingTo": "正在將 {0} 從 {1} 下載到 {2}",
|
||||
"az.endpointOrNamespaceRequired": "必須指定端點或命名空間",
|
||||
"az.installError": "安裝 Azure CLI 和 arcdata 延伸模組時發生錯誤: {0}",
|
||||
"az.updateError": "更新 Azure CLI 時發生錯誤: {0}",
|
||||
"az.downloadError": "下載時發生錯誤",
|
||||
"az.executingCommand": "正在執行命令: '{0} {1}'",
|
||||
"az.failedToParseReleaseInfo": "無法剖析位於: {0} 的內容 JSON。\r\n檔案內容:\r\n{1}\r\n錯誤: {2}",
|
||||
"az.foundExistingAz": "在路徑 {1} 中找到版本 (v{0}) 的現有 Azure CLI 安裝,arcdata 版本為 {2}。",
|
||||
"az.versionForUpdate": "找到 Azure CLI 可從目前版本 {1} 更新的版本 {0}。",
|
||||
"az.gettingTextContentsOfUrl": "正在取得位於 URL {0} 之資源的文字內容",
|
||||
"az.installError": "安裝 Azure CLI 和 arcdata 延伸模組時發生錯誤: {0}",
|
||||
"az.installingArcdata": "正在安裝 Azure CLI arcdata 延伸模組...",
|
||||
"az.installingAz": "正在安裝 Azure CLI...",
|
||||
"az.installingArcdata": "正在安裝 Azure CLI arcdata 延伸模組...",
|
||||
"az.latestAzVersionAvailable": "最新可用的 Azure CLI 版本: {0}。",
|
||||
"az.missingRequiredVersion": "此功能需要 Azure CLI >= {0}。請執行 'Azure CLI: Check for Update' 命令安裝它,然後再試一次。",
|
||||
"az.no": "否",
|
||||
"az.noAz": "沒有 Azure CLI 可用,請執行 'Azure CLI: Install' 命令以啟用需要它的功能。",
|
||||
"az.noAzArc": "沒有可用的 Azure CLI arcdata 延伸模組。",
|
||||
"az.noAzWithLink": "沒有 Azure CLI 可用,請[安裝 Azure CLI](command:az.install) 以啟用需要它的功能。",
|
||||
"az.noAz": "沒有 Azure CLI 可用,請執行 'Azure CLI: Install' 命令以啟用需要它的功能。",
|
||||
"az.noAzureCLI": "沒有可用的 Azure CLI。從 [此處](https://docs.microsoft.com/cli/azure/install-azure-cli)手動安裝最新版本,然後重新啟動 Azure Studio。",
|
||||
"az.updateCheckSkipped": "因為找不到要安裝的 Azure CLI,所以未執行新的 Azure CLI 版本可用性檢查",
|
||||
"az.noDownloadLink": "平台 '{0}' 沒有可用的下載連結\r\n發行資訊: ${1}",
|
||||
"az.noReleaseVersion": "平台 '{0}' 沒有發行版本\r\n發行資訊: ${1}",
|
||||
"az.parseVersionError": "剖析 az --version 的輸出時發生錯誤。",
|
||||
"az.platformUnsupported": "目前不支援平台 '{0}'",
|
||||
"az.promptForAzUpdate": "有新版的 Azure CLI ( {0} ),您要立即更新嗎?",
|
||||
"az.promptForRequiredAzUpdate": "此延伸模組需要安裝 Azure CLI >= {0},您要立即更新至最新版本 ({1}) 嗎? 否則,某些功能可能無法運作。",
|
||||
"az.promptLog": "提示使用者接受下列內容: {0}",
|
||||
"az.requiredVersionNotAvailable": "此延伸模組需要安裝 Azure CLI 延伸模組 'arcdata' >= {0},但目前可用的版本僅為 {1}。使用 [此處](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension) 的指示安裝正確的版本。",
|
||||
"arc.releaseDateNotParsed": "無法剖析發行日期。",
|
||||
"az.searchingForAz": "正在搜尋現有的 Azure CLI 安裝...",
|
||||
"az.skipInstall": "略過 Azure CLI 和 arcdata 延伸模組的安裝,因為此作業不是使用者要求的,且設定選項: {0}.{1} 是 {2}",
|
||||
"az.stderrOutput": "stderr: {0}",
|
||||
"az.stdoutOutput": "stdout: {0}",
|
||||
"az.arcdataInstalled": "已成功安裝 Azure CLI arcdata 延伸模組。需要重新啟動 Azure Studio 才能完成設定 - 除非完成此作業,否則功能將不會啟用。",
|
||||
"az.promptForRequiredAzUpdate": "此延伸模組需要安裝 Azure CLI >= {0},您要立即更新至最新版本 ({1}) 嗎? 否則,某些功能可能無法運作。",
|
||||
"az.arcdataExtensionNotInstalled": "此延伸模組需要安裝 Azure CLI 延伸模組 'arcdata'。使用[此處](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension) 的指示安裝正確的版本。",
|
||||
"az.requiredVersionNotAvailable": "此延伸模組需要安裝 Azure CLI 延伸模組 'arcdata' >= {0},但目前可用的版本僅為 {1}。使用 [此處](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension) 的指示安裝正確的版本。",
|
||||
"az.unexpectedCommandError": "執行命令時發生未預期的錯誤: {0}",
|
||||
"az.unexpectedExitCode": "命令中未預期的結束代碼: {1} ({0})",
|
||||
"az.unsupportedArcDataVersion": "尚不 支援您下載的 Azure CLI 延伸模組 'arcdata' 版本 {1}。最新版本是 {0}。使用[此處](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension) 中的指示安裝正確的版本。",
|
||||
"az.updateCheckSkipped": "因為找不到要安裝的 Azure CLI,所以未執行新的 Azure CLI 版本可用性檢查",
|
||||
"az.updateError": "更新 Azure CLI 時發生錯誤: {0}",
|
||||
"az.updatingAz": "正在更新 Azure CLI...",
|
||||
"az.userRequestedInstall": "使用者要求使用 'Azure CLI: Install' 命令安裝 Azure CLI 和 arcdata 延伸模組",
|
||||
"az.userResponseInstall": "提示安裝 Azure CLI 時的使用者回應: {0}",
|
||||
"az.userResponseUpdate": "提示更新 Azure CLI 時的使用者回應: {0}",
|
||||
"az.versionForUpdate": "找到 Azure CLI 可從目前版本 {1} 更新的版本 {0}。",
|
||||
"az.yes": "是"
|
||||
"az.userRequestedInstall": "使用者要求使用 'Azure CLI: Install' 命令安裝 Azure CLI 和 arcdata 延伸模組",
|
||||
"az.yes": "是",
|
||||
"az.unsupportedArcDataVersion": "尚不 支援您下載的 Azure CLI 延伸模組 'arcdata' 版本 {1}。最新版本是 {0}。使用[此處](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension) 中的指示安裝正確的版本。",
|
||||
"az.stderrOutput": "stderr: {0}",
|
||||
"az.stdoutOutput": "stdout: {0}"
|
||||
},
|
||||
"package": {
|
||||
"azcli.arc.azArcdataInstallKey.description": "選擇是否要提示您下載 Azure CLI arcdata 延伸模組。",
|
||||
"azcli.arc.azArcdataUpdateKey.description": "選擇當 Azure CLI arcdata 延伸模組有更新時是否要提示您。",
|
||||
"azcli.arc.category": "Azure CLI",
|
||||
"azcli.arc.config.debug": "將偵錯資訊記錄到所有已執行 az 命令的輸出通道",
|
||||
"azcli.arc.config.title": "Azure CLI 設定",
|
||||
"azcli.arc.description": "支援 Azure CLI。",
|
||||
"command.category": "Azure CLI",
|
||||
"azcli.arc.displayName": "Azure CLI",
|
||||
"azcli.arc.install.dontPrompt.description": "系統不會提示使用者安裝 Azure CLI arcdata 延伸模組",
|
||||
"azcli.arc.config.title": "Azure CLI 設定",
|
||||
"azcli.arc.azArcdataInstallKey.description": "選擇是否要提示您下載 Azure CLI arcdata 延伸模組。",
|
||||
"azcli.azCliInstallKey.description": "選擇是否要提示您安裝 Azure CLI。",
|
||||
"azcli.arc.azArcdataUpdateKey.description": "選擇當 Azure CLI arcdata 延伸模組有更新時是否要提示您。",
|
||||
"azcli.arc.config.debug": "將偵錯資訊記錄到所有已執行 az 命令的輸出通道",
|
||||
"azcli.arc.description": "支援 Azure CLI。",
|
||||
"azcli.arc.update.prompt.description": "系統將提示使用者更新 Azure CLI arcdata 延伸模組",
|
||||
"azcli.install.prompt.description": "系統會提示使用者安裝 Azure CLI",
|
||||
"azcli.arc.install.prompt.description": "系統將提示使用者安裝 Azure CLI arcdata 延伸模組",
|
||||
"azcli.arc.update.dontPrompt.description": "系統將不會提示使用者更新 Azure CLI arcdata 延伸模組",
|
||||
"azcli.arc.update.prompt.description": "系統將提示使用者更新 Azure CLI arcdata 延伸模組",
|
||||
"azcli.azCliInstallKey.description": "選擇是否要提示您安裝 Azure CLI。",
|
||||
"azcli.install.dontPrompt.description": "系統將不會提示使用者安裝 Azure CLI",
|
||||
"azcli.install.prompt.description": "系統會提示使用者安裝 Azure CLI",
|
||||
"command.category": "Azure CLI"
|
||||
"azcli.arc.install.dontPrompt.description": "系統不會提示使用者安裝 Azure CLI arcdata 延伸模組"
|
||||
}
|
||||
}
|
||||
}
|
||||
+106
-89
@@ -9,66 +9,55 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/account-provider/auths/azureAuth": {
|
||||
"azure.accessTokenEmpty": "Microsoft OAuth 未傳回任何存取權杖",
|
||||
"azure.cacheErrorAdd": "將您的帳戶新增至快取時發生錯誤。",
|
||||
"azure.cacheErrorGet": "從快取取得您的帳戶時發生錯誤",
|
||||
"azure.cacheErrorParse": "從快取剖析您的帳戶時發生錯誤",
|
||||
"azurecore.confirmIgnoreTenantDialog.body": "Azure Data Studio 不會再觸發此租用戶 {0} ({1}) 的驗證,且資源將無法存取。. \r\n\r\n若要再次允許此租用戶存取資源,您必須從 '{2}' 設定的排除清單中移除該租用戶。\r\n\r\n是否要繼續?",
|
||||
"azurecore.consentDialog.cancel": "取消",
|
||||
"azurecore.consentDialog.authenticate": "註冊並驗證",
|
||||
"azurecore.confirmIgnoreTenantDialog.confirm": "確認",
|
||||
"azurecore.consentDialog.ignore": "忽略租用戶",
|
||||
"azure.microsoftAccountDisplayName": "Microsoft 帳戶",
|
||||
"azure.microsoftCorpAccount": "Microsoft Corp.",
|
||||
"azure.noBaseToken": "驗證失敗,或您的權杖已從系統中刪除。請嘗試再次將帳戶新增至 Azure Data Studio。",
|
||||
"azure.noUniqueIdentifier": "使用者在 AAD 中沒有唯一的識別碼",
|
||||
"azure.owningTenantNotFound": "找不到帳戶的擁有租用戶資訊。",
|
||||
"azure.responseError": "權杖擷取失敗,發生錯誤。[開啟開發人員工具]({0}) 以了解更多詳細資料。",
|
||||
"azure.tenantNotFound": "找不到識別碼為 '{0}' 的指定租用戶。",
|
||||
"azurecore.confirmIgnoreTenantDialog.body": "Azure Data Studio 不會再觸發此租用戶 {0} ({1}) 的驗證,且資源無法存取。\r\n\r\n若要再次允許存取此租用戶的資源,您必須從 '{2}' 設定的排除清單中移除該租用戶。\r\n\r\n是否要繼續?",
|
||||
"azurecore.confirmIgnoreTenantDialog.confirm": "確認",
|
||||
"azurecore.consentDialog.authenticate": "註冊並驗證",
|
||||
"azurecore.consentDialog.body": "您的租用戶 {0} ({1}) 需要再次重新驗證,才能存取 {2} 資源。請按 [開啟] 啟動驗證程序。",
|
||||
"azurecore.consentDialog.cancel": "取消",
|
||||
"azurecore.consentDialog.ignore": "忽略租用戶",
|
||||
"azurecore.consentDialog.open": "開啟",
|
||||
"msal.accountNotFoundError": "取得權杖時找不到帳戶資訊。",
|
||||
"noMicrosoftResource": "提供者 '{0}' 未定義 Microsoft 資源端點。",
|
||||
"msal.accountNotFoundError": "取得權杖時找不到帳戶資訊,請移除帳戶,然後再新增一次。",
|
||||
"msal.resourceNotFoundError": "找不到 Azure 資源的設定 {0}",
|
||||
"noMicrosoftResource": "提供者 '{0}' 未定義 Microsoft 資源端點。"
|
||||
"azurecore.consentDialog.body": "您的租用戶 {0} ({1}) 需要再次重新驗證,才能存取 {2} 資源。請按 [開啟] 啟動驗證程序。"
|
||||
},
|
||||
"dist/account-provider/auths/azureAuthCodeGrant": {
|
||||
"azure.azureAuthCodeGrantName": "Azure 驗證碼授與",
|
||||
"azure.serverCouldNotStart": "無法啟動伺服器。這可能是系統的權限發生錯誤或系統不相容。可嘗試從設定啟用裝置代碼驗證。",
|
||||
"azureAuthCodeGrant.getAuthCodeUrlError": "要求驗證碼 URL 時,MSAL 程式庫發生錯誤。如需錯誤的詳細資訊,請檢查 [Azure 帳戶] 輸出窗格。 \r\n\r\n",
|
||||
"azureAuth.nonceError": "因為 nonce 不相符,導致驗證失敗,請關閉 Azure Data Studio,然後再試一次。",
|
||||
"azureAuth.stateError": "因為狀態不相符,導致驗證失敗,請關閉 ADS,然後再試一次。"
|
||||
"azureAuth.stateError": "因為狀態不相符,導致驗證失敗,請關閉 ADS,然後再試一次。",
|
||||
"azure.azureAuthCodeGrantName": "Azure 驗證碼授與",
|
||||
"azure.serverCouldNotStart": "無法啟動伺服器。這可能是系統的權限發生錯誤或系統不相容。可嘗試從設定啟用裝置代碼驗證。"
|
||||
},
|
||||
"dist/account-provider/auths/azureDeviceCode": {
|
||||
"addAccount": "新增 {0} 帳戶",
|
||||
"azure.azureDeviceCodeAuth": "Azure 裝置代碼",
|
||||
"azure.deviceCodeCheckFail": "嘗試檢查登入結果時發生錯誤",
|
||||
"azure.timeoutDeviceCode": "等候裝置代碼登入發生逾時。"
|
||||
"azure.azureDeviceCodeAuth": "Azure 裝置代碼"
|
||||
},
|
||||
"dist/account-provider/azureAccountProvider": {
|
||||
"azure.NoAuthMethod.Available": "沒有任何可用的 Azure 驗證方法。您必須在 ADS 組態中啟用驗證方法。",
|
||||
"azure.NoAuthMethod.Selected": "未選取任何 Azure 驗證方法。您必須選取要使用的驗證方法。",
|
||||
"azure.deprecatedGetSecurityToken": "已對 azdata.accounts.getSecurityToken 發出呼叫,此方法已淘汰,並將於日後的版本中移除。請改用 getAccountSecurityToken。",
|
||||
"genericTokenError": "無法取得權杖",
|
||||
"msalTokenError": "取得權杖時發生{0}。\r\n{1}",
|
||||
"tenantIgnoredError": "在忽略清單中找到的租用戶未嘗試過驗證。如果想要存取此租用戶 {0} 的資源,可以從 settings.json 檔案中的忽略清單 {1} 中移除該租用戶。"
|
||||
"azure.NoAuthMethod.Available": "沒有任何可用的 Azure 驗證方法。您必須在 ADS 組態中啟用驗證方法。",
|
||||
"azure.NoAuthMethod.Selected": "未選取任何 Azure 驗證方法。您必須選取要使用的驗證方法。",
|
||||
"tenantIgnoredError": "在忽略清單中找到的租用戶未嘗試過驗證。如果想要存取此租用戶 {0} 的資源,可以從 settings.json 檔案中的忽略清單 {1} 中移除該租用戶。",
|
||||
"msalTokenError": "取得權杖時發生 {0}。\r\n{1}"
|
||||
},
|
||||
"dist/account-provider/azureAccountProviderService": {
|
||||
"clearTokenCacheFailure": "無法清除權杖快取",
|
||||
"clearTokenCacheSuccess": "已成功清除權杖快取"
|
||||
"clearTokenCacheFailure": "無法清除權杖快取"
|
||||
},
|
||||
"dist/account-provider/providerSettings": {
|
||||
"chinaCloudDisplayName": "Azure (中國)",
|
||||
"publicCloudDisplayName": "Azure",
|
||||
"chinaCloudDisplayName": "Azure (中國)",
|
||||
"usGovCloudDisplayName": "Azure (美國政府)"
|
||||
},
|
||||
"dist/azureResource/commands": {
|
||||
"azure.accountNotSelectedError": "您必須選取 Azure 帳戶,此功能才能運作。",
|
||||
"azure.cloudTerminalPreview": "您必須啟用預覽功能,才能使用 Azure Cloud Shell。",
|
||||
"azure.mustPickTenant": "您必須選取租用戶,此功能才能運作。",
|
||||
"azure.noAccountError": "您目前未登入任何 Azure 帳戶,請先登入,然後再試一次。",
|
||||
"azure.noTenants": "需要有租用戶,才能使用此功能。您的 Azure 訂閱似乎沒有任何租用戶。",
|
||||
"azure.pickAnAzureAccount": "選取 Azure 帳戶",
|
||||
"azure.signIn": "登入",
|
||||
"azure.startingCloudShell": "正在啟動 Cloud Shell…"
|
||||
"azure.startingCloudShell": "正在啟動 Cloud Shell…",
|
||||
"azure.noAccountError": "您目前未登入任何 Azure 帳戶,請先登入,然後再試一次。",
|
||||
"azure.cloudTerminalPreview": "您必須啟用預覽功能,才能使用 Azure Cloud Shell。",
|
||||
"azure.mustPickTenant": "您必須選取租用戶,此功能才能運作。",
|
||||
"azure.accountNotSelectedError": "您必須選取 Azure 帳戶,此功能才能運作。"
|
||||
},
|
||||
"dist/azureResource/errors": {
|
||||
"azure.subscriptionError": "無法取得帳戶 {0} 的訂用帳戶。請重新整理該帳戶。"
|
||||
@@ -79,6 +68,9 @@
|
||||
"dist/azureResource/providers/cosmosdb/mongo/cosmosDbMongoTreeDataProvider": {
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.cosmosDbMongoContainerLabel": "適用於 MongoDB 的 Azure CosmosDB"
|
||||
},
|
||||
"dist/azureResource/providers/cosmosdb/postgres/cosmosDbPostgresTreeDataProvider": {
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.cosmosDbPostgresContainerLabel": "適用於 PostgreSQL 叢集的 Azure CosmosDB"
|
||||
},
|
||||
"dist/azureResource/providers/database/databaseTreeDataProvider": {
|
||||
"azure.resource.providers.database.treeDataProvider.databaseContainerLabel": "SQL 資料庫"
|
||||
},
|
||||
@@ -98,7 +90,7 @@
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.postgresFlexibleServerContainerLabel": "適用於 PostgreSQL 的 Azure 資料庫彈性伺服器"
|
||||
},
|
||||
"dist/azureResource/providers/postgresServer/postgresServerTreeDataProvider": {
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.postgresServerContainerLabel": "適用於 PostgreSQL 伺服器的 Azure 資料庫"
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.postgresServerContainerLabel": "適用於 PostgreSQL 的 Azure 資料庫伺服器"
|
||||
},
|
||||
"dist/azureResource/providers/sqlinstance/sqlInstanceTreeDataProvider": {
|
||||
"azure.resource.providers.sqlInstanceContainerLabel": "SQL 受控執行個體"
|
||||
@@ -113,21 +105,21 @@
|
||||
"azure.resource.providers.synapseWorkspace.treeDataProvider.synapseWorkspaceContainerLabel": "Azure Synapse Analytics"
|
||||
},
|
||||
"dist/azureResource/providers/universal/universalService": {
|
||||
"azurecore.unregisteredProvider": "無法辨識的提供者資源: {0}",
|
||||
"azurecore.unregisteredProviderType": "無法辨識的提供者資源類型: {0}"
|
||||
"azurecore.unregisteredProviderType": "無法辨識的提供者資源類型: {0}",
|
||||
"azurecore.unregisteredProvider": "無法辨識的提供者資源: {0}"
|
||||
},
|
||||
"dist/azureResource/resourceTreeNode": {
|
||||
"azure.resource.resourceTreeNode.noResourcesLabel": "找不到任何資源"
|
||||
},
|
||||
"dist/azureResource/services/subscriptionService": {
|
||||
"azure.resource.tenantSubscriptionsError": "無法取得帳戶 {0} (租用戶 '{1}') 的訂用帳戶。{2}",
|
||||
"azure.resource.tenantTokenError": "無法取得租用戶 '{0}' 的存取權杖 (租用戶 '{1}')。"
|
||||
"azure.resource.tenantTokenError": "無法取得租用戶 '{0}' 的存取權杖 (租用戶 '{1}')。",
|
||||
"azure.resource.tenantSubscriptionsError": "無法取得帳戶 {0} (租用戶 '{1}') 的訂用帳戶。{2}"
|
||||
},
|
||||
"dist/azureResource/services/terminalService": {
|
||||
"azure.cloudShell": "Azure Cloud Shell (預覽) {0} ({1})",
|
||||
"azure.coudTerminal.neverUsed": "若您以前未從此帳戶啟動 Azure Cloud Shell,請前往 https://shell.azure.com/ 以開始使用。設定之後,即可在 Azure Data Studio 中直接使用 AzureCloud Shell。",
|
||||
"azure.cloudTerminal.ok": "確定",
|
||||
"azure.cloudTerminal.openAzureShell": "開啟 Azure Shell",
|
||||
"azure.coudTerminal.neverUsed": "若您以前未從此帳戶啟動 Azure Cloud Shell,請前往 https://shell.azure.com/ 以開始使用。設定之後,即可在 Azure Data Studio 中直接使用 AzureCloud Shell。",
|
||||
"azure.selectShellType": "選取適用於 Azure Cloud Shell 的 Bash 或 PowerShell",
|
||||
"azure.shellClosed": "Shell 已關閉。\r\n",
|
||||
"azure.shellTypeRequired": "您必須挑選殼層類型"
|
||||
@@ -136,7 +128,7 @@
|
||||
"azure.resource.tree.accountNotSignedInTreeNode.signInLabel": "登入 Azure…"
|
||||
},
|
||||
"dist/azureResource/tree/accountTreeNode": {
|
||||
"azure.resource.tree.accountTreeNode.noTenantsLabel": "找不到任何租用戶。"
|
||||
"azure.resource.tree.accountTreeNode.noTenantsLabel": "No Tenants found."
|
||||
},
|
||||
"dist/azureResource/tree/connectionDialogTreeProvider": {
|
||||
"azure.resource.tree.treeProvider.accountLoadError": "無法載入某些 Azure 帳戶。{0}",
|
||||
@@ -147,13 +139,13 @@
|
||||
"azure.resource.tree.accountTreeNode.noTenantsLabel": "找不到任何租用戶。"
|
||||
},
|
||||
"dist/azureResource/tree/flatTenantTreeNode": {
|
||||
"azure.resource.tree.accountTreeNode.noSubscriptionsLabel": "找不到訂用帳戶。"
|
||||
"azure.resource.tree.accountTreeNode.noSubscriptionsLabel": "找不到任何訂用帳戶。"
|
||||
},
|
||||
"dist/azureResource/tree/subscriptionTreeNode": {
|
||||
"azure.resource.tree.subscriptionTreeNode.noResourcesLabel": "找不到資源。"
|
||||
},
|
||||
"dist/azureResource/tree/tenantTreeNode": {
|
||||
"azure.resource.tree.accountTreeNode.noSubscriptionsLabel": "找不到任何訂用帳戶。"
|
||||
"azure.resource.tree.accountTreeNode.noSubscriptionsLabel": "找不到訂用帳戶。"
|
||||
},
|
||||
"dist/azureResource/tree/treeProvider": {
|
||||
"azure.resource.tree.treeProvider.loadingLabel": "正在載入..."
|
||||
@@ -163,35 +155,34 @@
|
||||
"azure.accounts.getResourceGroups.queryError": "擷取帳戶 {0} ({1}) 訂閱 {2} ({3}) 租用戶 {4} 的資源群組時發生錯誤: {5}",
|
||||
"azure.accounts.getSelectedSubscriptions.queryError": "擷取帳戶 {0} 的訂閱時發生錯誤: {1}",
|
||||
"azure.accounts.getSubscriptions.queryError": "擷取帳戶 {0} 租用戶 {1} 的訂閱時發生錯誤: {2}",
|
||||
"azure.accounts.runResourceQuery.errors.invalidQuery": "查詢無效",
|
||||
"azure.resource.error": "錯誤: {0}"
|
||||
"azure.resource.error": "錯誤: {0}",
|
||||
"azure.accounts.runResourceQuery.errors.invalidQuery": "查詢無效"
|
||||
},
|
||||
"dist/localizedConstants": {
|
||||
"azure.azureResourcesGridTitle": "Azure 資源 (預覽)",
|
||||
"azure.credStoreSaveFailedError": "權杖快取的金鑰無法儲存在認證存放區中,這可能會導致 Azure 存取權杖持續性問題和連線不穩定。SqlTools 可能已達到 Windows 的認證儲存限制,請清除 Windows 認證管理員中以 「Microsoft.SqlTools|」 開始的至少 2 個認證,然後重新載入。",
|
||||
"azure.unableToOpenAzureLink": "無法開啟連結,缺少必要值",
|
||||
"azurecore.australiacentral": "澳洲中部",
|
||||
"azurecore.australiacentral2": "澳洲中部 2",
|
||||
"azurecore.australiaeast": "澳洲東部",
|
||||
"azurecore.australiasoutheast": "澳洲東南部",
|
||||
"azurecore.extensionName": "Azure 帳戶",
|
||||
"azurecore.azureArcPostgres": "已啟用 Azure Arc 的 PostgreSQL 超大規模資料庫",
|
||||
"azurecore.azureArcService": "資料服務 - Azure Arc",
|
||||
"azurecore.azureArcsqlManagedInstance": "SQL 受控執行個體 - Azure Arc",
|
||||
"azurecore.postgresFlexibleServer": "適用於 PostgreSQL 的 Azure 資料庫彈性伺服器",
|
||||
"azurecore.postgresServer": "適用於 PostgreSQL 伺服器的 Azure 資料庫",
|
||||
"azure.azureResourcesGridTitle": "Azure 資源 (預覽)",
|
||||
"azurecore.brazilsouth": "巴西南部",
|
||||
"azurecore.brazilsoutheast": "巴西東南部",
|
||||
"azurecore.canadacentral": "加拿大中部",
|
||||
"azurecore.canadaeast": "加拿大東部",
|
||||
"azurecore.reload": "取消",
|
||||
"azurecore.centralindia": "印度中部",
|
||||
"azurecore.centralus": "美國中部",
|
||||
"azurecore.centraluseuap": "美國中部 EUAP",
|
||||
"azurecore.deprecated": "警告: ADAL 已被取代,並排定在未來的版本中移除。請改用 MSAL。",
|
||||
"azurecore.azureArcService": "資料服務 - Azure Arc",
|
||||
"azurecore.disable": "停用",
|
||||
"azurecore.dismiss": "關閉",
|
||||
"azurecore.eastasia": "東亞",
|
||||
"azurecore.eastus": "美國東部",
|
||||
"azurecore.eastus2": "美國東部 2",
|
||||
"azurecore.eastus2euap": "美國東部 2 EUAP",
|
||||
"azurecore.extensionName": "Azure 帳戶",
|
||||
"azurecore.francecentral": "法國中部",
|
||||
"azurecore.francesouth": "法國南部",
|
||||
"azurecore.germanynorth": "德國北部",
|
||||
@@ -200,79 +191,105 @@
|
||||
"azurecore.invalidTenant": "訂閱的租用戶無效",
|
||||
"azurecore.japaneast": "日本東部",
|
||||
"azurecore.japanwest": "日本西部",
|
||||
"azure.credStoreSaveFailedError": "權杖快取的金鑰無法儲存在認證存放區中,這可能會導致 Azure 存取權杖持續性問題和連線不穩定。SqlTools 可能已達到 Windows 的認證儲存限制,請清除 Windows 認證管理員中以 「Microsoft.SqlTools|」 開始的至少 2 個認證,然後重新載入。",
|
||||
"azurecore.koreacentral": "南韓中部",
|
||||
"azurecore.koreasouth": "南韓南部",
|
||||
"azurecore.location": "位置",
|
||||
"azurecore.requiresReload": "修改此設定需要重新載入視窗,使所有變更生效。",
|
||||
"azurecore.name": "名稱",
|
||||
"azure.noCloudsEnabled": "未啟用雲端,請啟用雲端以繼續。",
|
||||
"azurecore.northcentralus": "美國中北部",
|
||||
"azurecore.northeurope": "北歐",
|
||||
"azurecore.norwayeast": "挪威東部",
|
||||
"azurecore.norwaywest": "挪威西部",
|
||||
"azurecore.piiLogging.warning": "警告: Azure PII 記錄已啟用。啟用此選項後即可記錄個人識別資訊,且只能用於偵錯用途。",
|
||||
"azurecore.postgresFlexibleServer": "適用於 PostgreSQL 的 Azure 資料庫彈性伺服器",
|
||||
"azurecore.postgresServer": "適用於 PostgreSQL 伺服器的 Azure 資料庫",
|
||||
"azurecore.reload": "重新載入",
|
||||
"azurecore.reloadChoice": "重新載入 Azure Data Studio",
|
||||
"azurecore.reloadPrompt": "驗證程式庫已更新,請重新載入 Azure Data Studio。",
|
||||
"azurecore.requiresReload": "修改此設定需要重新載入視窗,使所有變更生效。",
|
||||
"azurecore.resourceGroup": "資源群組",
|
||||
"azurecore.resourceType": "資源類型",
|
||||
"azurecore.sqlServerArc": "SQL Server - Azure Arc",
|
||||
"azurecore.sqlDatabase": "SQL 資料庫",
|
||||
"azurecore.sqlManagedInstance": "SQL 受控執行個體",
|
||||
"azurecore.azureArcsqlManagedInstance": "SQL 受控執行個體 - Azure Arc",
|
||||
"azurecore.sqlServer": "SQL 伺服器",
|
||||
"azurecore.southafricanorth": "南非北部",
|
||||
"azurecore.southafricawest": "南非西部",
|
||||
"azurecore.southcentralus": "美國中南部",
|
||||
"azurecore.southeastasia": "東南亞",
|
||||
"azurecore.southindia": "印度南部",
|
||||
"azurecore.sqlDatabase": "SQL 資料庫",
|
||||
"azurecore.sqlManagedInstance": "SQL 受控執行個體",
|
||||
"azurecore.sqlServer": "SQL 伺服器",
|
||||
"azurecore.sqlServerArc": "SQL Server - Azure Arc",
|
||||
"azurecore.subscription": "訂閱",
|
||||
"azurecore.southeastasia": "東南亞",
|
||||
"azurecore.subscription": "訂用帳戶",
|
||||
"azurecore.switchMsal": "切換到 MSAL",
|
||||
"azurecore.switzerlandnorth": "瑞士北部",
|
||||
"azurecore.switzerlandwest": "瑞士西部",
|
||||
"azurecore.reloadPromptCacheClear": "已成功清除權杖快取,請重載 Azure Data Studio。",
|
||||
"azurecore.typeIcon": "類型圖示",
|
||||
"azurecore.uaecentral": "阿拉伯聯合大公國中部",
|
||||
"azurecore.uaenorth": "阿拉伯聯合大公國北部",
|
||||
"azurecore.uksouth": "英國南部",
|
||||
"azurecore.ukwest": "英國西部",
|
||||
"azurecore.unableToFetchToken": "無法取得租用戶 {0} 的權杖",
|
||||
"azure.unableToOpenAzureLink": "無法開啟連結,缺少必要值",
|
||||
"azurecore.piiLogging.warning": "警告: Azure PII 記錄已啟用。啟用此選項後即可記錄個人識別資訊,且只能用於偵錯用途。",
|
||||
"azurecore.westcentralus": "美國中西部",
|
||||
"azurecore.westeurope": "西歐",
|
||||
"azurecore.westindia": "印度西部",
|
||||
"azurecore.westus": "美國西部",
|
||||
"azurecore.westus2": "美國西部 2"
|
||||
"azurecore.westus2": "美國西部 2",
|
||||
"azurecore.enablePublicCloud": "enablePublicCloud",
|
||||
"azurecore.reloadPrompt": "{0} 設定已變更,請重載 Azure Data Studio。"
|
||||
},
|
||||
"dist/utils": {
|
||||
"providerSettings.error": "無法從設定載入端點,請查看記錄檔以取得詳細資料。",
|
||||
"providerSettings.success": "已成功從設定載入自訂端點"
|
||||
},
|
||||
"package": {
|
||||
"accounts.clearTokenCache": "清除 Azure 帳戶權杖快取",
|
||||
"azure.description": "瀏覽並使用 Azure 資源",
|
||||
"azure.displayName": "Azure (核心)",
|
||||
"azure.openInAzurePortal.title": "在 Azure 入口網站中開啟",
|
||||
"azure.resource.config.filter.description": "資源篩選條件,每個元素都是以正斜線分隔的帳戶識別碼、訂用帳戶識別碼和名稱",
|
||||
"azure.resource.config.title": "Azure 資源組態",
|
||||
"config.providerSettings.endpoints.armResource": "ARM 資源端點",
|
||||
"azure.resource.connectsqldb.title": "新增至伺服器",
|
||||
"azure.resource.connectsqlserver.title": "連線",
|
||||
"azure.resource.explorer.title": "Azure",
|
||||
"azure.resource.refresh.title": "重新整理",
|
||||
"azure.resource.refreshall.title": "Azure: 重新整理所有帳戶",
|
||||
"azure.resource.selectsubscriptions.title": "選取訂用帳戶",
|
||||
"azure.resource.selecttenants.title": "選取租用戶",
|
||||
"azure.resource.signin.title": "Azure: 登入",
|
||||
"azure.resource.startterminal.title": "啟動 Cloud Shell",
|
||||
"azure.resource.view.title": "Azure (預覽)",
|
||||
"azure.tenant.config.filter.description": "查詢 Azure 資源或要求驗證權杖時會略過的租用戶識別碼清單。",
|
||||
"azure.title": "Azure",
|
||||
"config.authenticationLibrary": "用於 AAD 驗證流程的程式庫。請先變更此選項,然後重新啟動 ADS。",
|
||||
"azure.displayName": "Azure (核心)",
|
||||
"azure.resource.view.title": "Azure (預覽)",
|
||||
"config.azureAccountConfigurationSection": "Azure 帳戶組態",
|
||||
"config.azureAuthMethodConfigurationSection": "Azure 驗證方法",
|
||||
"config.providerSettings.endpoints.azureKeyVaultResource": "Azure KeyVault 資源端點",
|
||||
"config.providerSettings.endpoints.azureKustoResource": "Azure Kusto 資源端點",
|
||||
"config.providerSettings.endpoints.logAnalytics": "Azure Log Analytics 端點",
|
||||
"config.providerSettings.endpoints.portal": "Azure 入口網站端點",
|
||||
"azure.resource.config.title": "Azure 資源組態",
|
||||
"config.providerSettings.endpoints.azureStorageResource": "Azure 儲存體資源端點",
|
||||
"config.providerSettings.endpoints.azureStorageResourceSuffix": "Azure 儲存體資源端點尾碼",
|
||||
"azure.resource.refreshall.title": "Azure: 重新整理所有帳戶",
|
||||
"azure.resource.signin.title": "Azure: 登入",
|
||||
"azure.description": "瀏覽並使用 Azure 資源",
|
||||
"accounts.clearTokenCache": "清除 Azure 帳戶權杖快取",
|
||||
"config.providerSettings.endpoints.clientId": "Azure Data Studio 的用戶端識別碼",
|
||||
"config.providerSettingsMetadata": "雲端顯示名稱",
|
||||
"config.providerSettingsId": "雲端識別碼",
|
||||
"config.providerSettingsName": "雲端名稱",
|
||||
"config.providerSettingsDescription": "雲端設定",
|
||||
"config.azureCodeGrantMethod": "代碼授與方法",
|
||||
"azure.resource.connectsqlserver.title": "連線",
|
||||
"config.azureDeviceCodeMethod": "裝置代碼方法",
|
||||
"config.enableChinaCloudDescription": "是否應啟用 Azure 中國整合",
|
||||
"config.enableGermanyCloudDescription": "是否應啟用 Azure 德國整合",
|
||||
"config.enablePublicCloudDescription": "是否應啟用 Azure 公用雲端整合",
|
||||
"config.enableUsGovCloudDescription": "是否應啟用 US Government Azure 雲端 (Fairfax) 整合",
|
||||
"config.enableUsNatCloudDescription": "是否應啟用美國國民 Azure 雲端整合",
|
||||
"config.loggingLevel": "[選用] Azure 帳戶延伸模組的記錄詳細程度。",
|
||||
"config.noSystemKeychain": "停用系統金鑰鏈整合。認證將會儲存於使用者主目錄的一般檔案中。",
|
||||
"config.piiLogging": "是否要將個人識別資訊 (PII) 記錄在 Azure 帳戶輸出通道與輸出通道記錄檔中。"
|
||||
"config.providerSettings.endpoints.graphResource": "圖表資源端點",
|
||||
"config.providerSettings.endpoints.host": "主機端點",
|
||||
"config.providerSettings.endpoints.msGraphResource": "Microsoft Graph 資源端點",
|
||||
"config.providerSettings.endpoints.microsoftResource": "Microsoft 資源端點",
|
||||
"azure.openInAzurePortal.title": "在 Azure 入口網站中開啟",
|
||||
"config.providerSettings.endpoints.powerBiResource": "Power BI 資源端點",
|
||||
"config.providerSettingsTitle": "提供者設定",
|
||||
"azure.resource.refresh.title": "重新整理",
|
||||
"config.providerSettings.endpoints.sqlResource": "SQL 資源端點",
|
||||
"config.providerSettings.endpoints.scopes": "範圍端點",
|
||||
"azure.resource.selectsubscriptions.title": "選取訂用帳戶",
|
||||
"azure.resource.selecttenants.title": "選取租用戶",
|
||||
"config.customProviderSettings": "設定包含自訂 Azure 驗證端點。變更到此設定需要重新開機才會生效。",
|
||||
"config.enableChinaCloudDescription": "是否應啟用 Azure 中國整合",
|
||||
"config.enablePublicCloudDescription": "是否應啟用 Azure 公用雲端整合",
|
||||
"config.piiLogging": "是否要將個人識別資訊 (PII) 記錄在 Azure 帳戶輸出通道與輸出通道記錄檔中。",
|
||||
"config.enableUsGovCloudDescription": "是否應啟用 US Government Azure 雲端 (Fairfax) 整合",
|
||||
"azure.resource.startterminal.title": "啟動 Cloud Shell",
|
||||
"azure.tenant.config.filter.description": "查詢 Azure 資源或要求驗證權杖時會略過的租用戶識別碼清單。",
|
||||
"azure.resource.config.filter.description": "資源篩選條件,每個元素都是以正斜線分隔的帳戶識別碼、訂用帳戶識別碼和名稱",
|
||||
"config.loggingLevel": "[選用] Azure 帳戶延伸模組的記錄詳細程度。"
|
||||
}
|
||||
}
|
||||
}
|
||||
+82
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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/azuremonitorServer": {
|
||||
"downloadingServiceSizeChannelMsg": "({0} KB)",
|
||||
"downloadServiceDoneChannelMsg": "已下載 {0}",
|
||||
"downloadingServiceStatusMsg": "正在下載 {0}",
|
||||
"downloadingServiceChannelMsg": "正在下載 {0}",
|
||||
"failedToStartServiceErrorMsg": "無法啟動 {0}",
|
||||
"installedServiceChannelMsg": "已安裝 {0}",
|
||||
"installingServiceStatusMsg": "正在安裝 {0}",
|
||||
"installingServiceChannelMsg": "正在將 {0} 安裝到 {1}",
|
||||
"startingServiceStatusMsg": "正在啟動 {0}",
|
||||
"serviceStartedStatusMsg": "已啟動 {0}"
|
||||
},
|
||||
"dist/features/accountFeature": {
|
||||
"kusto.accountDoesNotExist": "帳戶不存在。",
|
||||
"kusto.missingLinkedAzureAccount": "Azure Data Studio 必須連絡 Azure Key Vault 以存取 Always Encrypted 的資料行主要金鑰,但沒有任何已連結的 Azure 帳戶可供使用。請新增已連結的 Azure 帳戶,然後重試一次此查詢。",
|
||||
"kusto.insufficientlyPrivelagedAzureAccount": "為 {0} 所設定的 Azure 帳戶,沒有足夠的權限讓 Azure Key Vault 存取 Always Encrypted 的資料行主要金鑰。"
|
||||
},
|
||||
"dist/main": {
|
||||
"notebookFileType": "Notebooks",
|
||||
"unsupportedFileType": "僅支援 .ipynb Notebooks",
|
||||
"azuremonitor.unsupportedPlatform": "不支援的平台"
|
||||
},
|
||||
"dist/objectExplorerNodeProvider/command": {
|
||||
"progress": "$(sync~spin) {0}...",
|
||||
"cancelTooltip": "取消",
|
||||
"cancel": "要取消作業嗎?",
|
||||
"azureMonitor.searchServers": "搜尋伺服器名稱"
|
||||
},
|
||||
"dist/objectExplorerNodeProvider/objectExplorerNodeProvider": {
|
||||
"notifyError": "通知節點變更時發生錯誤: {0}",
|
||||
"rootLabel": "根",
|
||||
"sessionNotFound": "節點 {0} 的工作階段不存在"
|
||||
},
|
||||
"dist/telemetry": {
|
||||
"viewKnownIssuesText": "檢視已知問題",
|
||||
"serviceCrashMessage": "{0} 個元件意外結束。請重新啟動 Azure Data Studio。"
|
||||
},
|
||||
"package": {
|
||||
"azuremonitor.connectionProperties.dbaPrivilege.label": "必須使用系統管理權限",
|
||||
"azuremonitor.connectionProperties.dbaPrivilege.description": "系統管理權限: SYSDBA 或 SYSOPER",
|
||||
"azuremonitor.connectionProperties.authType.displayName": "驗證類型",
|
||||
"azuremonitor.connectionProperties.authType.categoryValues.azureMFA": "Azure Active Directory - MFA 通用支援",
|
||||
"azuremonitor.displayName": "Azure 監視器記錄",
|
||||
"azuremonitor.description": "Azure Data Studio 的 Azure 監視器存取權",
|
||||
"azuremonitor.connectionProperties.connectionName.description": "連線的自訂名稱",
|
||||
"azuremonitor.connectionOptions.databaseName.displayName": "資料庫",
|
||||
"azuremonitor.connectionProperties.password.description": "代表要在連線至資料來源時使用的密碼",
|
||||
"azuremonitor.connectionProperties.userName.description": "代表要在連線至資料來源時使用的使用者識別碼",
|
||||
"azuremonitor.connectionProperties.serverName.description": "Log Analytics 工作區識別碼",
|
||||
"azuremonitor.connectionProperties.metadataPooling.label": "中繼資料共用",
|
||||
"azuremonitor.objectsListProperties.name": "名稱",
|
||||
"azuremonitor.databasesListProperties.name": "名稱",
|
||||
"azuremonitor.connectionProperties.connectionName.displayName": "名稱 (選用)",
|
||||
"azuremonitor.connectionProperties.password.displayName": "密碼",
|
||||
"azuremonitor.connectionProperties.proxyUserPassword.description": "Proxy 使用者的密碼。",
|
||||
"azuremonitor.connectionProperties.proxyUserPassword.label": "Proxy 密碼",
|
||||
"azuremonitor.connectionProperties.proxyUserId.label": "Proxy 使用者識別碼",
|
||||
"azuremonitor.connectionProperties.groupName.security": "安全性",
|
||||
"azuremonitor.databasesListProperties.size": "大小 (MB)",
|
||||
"azuremonitor.connectionProperties.groupName.source": "來源",
|
||||
"azuremonitor.connectionProperties.authType.description": "指定使用 Azure 監視器驗證的方法",
|
||||
"azuremonitor.connectionOptions.databaseName.description": "資料來源中初始目錄或資料庫的名稱。",
|
||||
"azuremonitor.connectionProperties.metadataPooling.description": "此屬性指出是否快取執行查詢的中繼資料資訊以提升效能。",
|
||||
"azuremonitor.objectsListProperties.metadataTypeName": "類型",
|
||||
"azuremonitor.connectionProperties.userName.displayName": "使用者名稱",
|
||||
"azuremonitor.connectionProperties.proxyUserId.description": "Proxy 使用者的使用者名稱。",
|
||||
"azuremonitor.connectionProperties.serverName.displayName": "工作區識別碼",
|
||||
"azuremonitor.cloud.workspaceProperties.id": "工作區 ID",
|
||||
"azuremonitor.cloud.workspaceProperties.name": "工作區名稱"
|
||||
}
|
||||
}
|
||||
}
|
||||
+116
-116
@@ -10,17 +10,17 @@
|
||||
"contents": {
|
||||
"dist/cmsResource/cmsResourceCommands": {
|
||||
"cms.AddServerGroup": "新增伺服器群組",
|
||||
"cms.Cancel": "取消",
|
||||
"cms.OK": "確定",
|
||||
"cms.ServerGroupDescription": "伺服器群組描述",
|
||||
"cms.ServerGroupName": "伺服器群組名稱",
|
||||
"cms.confirmDeleteGroup": "確定要刪除",
|
||||
"cms.confirmDeleteServer": "確定要刪除",
|
||||
"cms.errors.azureNotAllowed": "Azure SQL Servers 無法作為中央管理伺服器使用",
|
||||
"cms.Cancel": "取消",
|
||||
"cms.errors.sameCmsServerName": "中央管理伺服器群組已經有名稱為 {0} 的已註冊伺服器",
|
||||
"cms.errors.sameServerGroupName": "{0} 已經有名稱為 {1} 的伺服器群組",
|
||||
"cms.no": "否",
|
||||
"cms.yes": "是"
|
||||
"cms.OK": "確定",
|
||||
"cms.ServerGroupDescription": "伺服器群組描述",
|
||||
"cms.ServerGroupName": "伺服器群組名稱",
|
||||
"cms.yes": "是",
|
||||
"cms.errors.sameServerGroupName": "{0} 已經有名稱為 {1} 的伺服器群組"
|
||||
},
|
||||
"dist/cmsResource/tree/cmsResourceEmptyTreeNode": {
|
||||
"cms.resource.tree.CmsTreeNode.addCmsServerLabel": "新增中央管理伺服器..."
|
||||
@@ -29,142 +29,142 @@
|
||||
"cms.resource.cmsResourceTreeNode.noResourcesLabel": "找不到任何資源"
|
||||
},
|
||||
"dist/cmsResource/tree/treeProvider": {
|
||||
"cms.resource.tree.treeProvider.loadError": "載入儲存的伺服器時發生未預期的錯誤 {0}",
|
||||
"cms.resource.tree.treeProvider.loadingLabel": "正在載入..."
|
||||
"cms.resource.tree.treeProvider.loadingLabel": "正在載入...",
|
||||
"cms.resource.tree.treeProvider.loadError": "載入儲存的伺服器時發生未預期的錯誤 {0}"
|
||||
},
|
||||
"dist/cmsUtils": {
|
||||
"cms.errors.sameServerUnderCms": "您無法新增名稱與設定伺服器相同的共用已註冊伺服器"
|
||||
},
|
||||
"package": {
|
||||
"cloud.databaseProperties.azureEdition": "版本",
|
||||
"cloud.databaseProperties.compatibilityLevel": "相容性層級",
|
||||
"cloud.databaseProperties.owner": "擁有者",
|
||||
"cloud.databaseProperties.serviceLevelObjective": "定價層",
|
||||
"cloud.serverProperties.serverEdition": "類型",
|
||||
"cloud.serverProperties.serverVersion": "版本",
|
||||
"cms.configuration.title": "MSSQL 設定",
|
||||
"cms.connectionOptions.applicationIntent.description": "在連線至伺服器時宣告應用程式工作負載類型",
|
||||
"cms.connectionOptions.applicationIntent.displayName": "應用程式的意圖",
|
||||
"cms.connectionOptions.applicationName.description": "應用程式的名稱",
|
||||
"cms.connectionOptions.applicationName.displayName": "應用程式名稱",
|
||||
"cms.connectionOptions.attachDbFilename.description": "主要檔案的名稱,包含可附加資料庫的完整路徑名稱",
|
||||
"cms.connectionOptions.attachDbFilename.displayName": "附加 DB 檔案名稱",
|
||||
"cms.connectionOptions.authType.categoryValues.azureMFA": "Azure Active Directory - MFA 通用支援",
|
||||
"cms.connectionOptions.authType.categoryValues.integrated": "Windows 驗證",
|
||||
"cms.connectionOptions.authType.categoryValues.sqlLogin": "SQL 登入",
|
||||
"cms.connectionOptions.authType.description": "指定向 SQL Server 驗證的方法",
|
||||
"cms.connectionOptions.authType.displayName": "驗證類型",
|
||||
"cms.connectionOptions.columnEncryptionSetting.description": "啟用或停用連線的 Always Encrypted 功能",
|
||||
"cms.connectionOptions.columnEncryptionSetting.displayName": "Always Encrypted",
|
||||
"cms.connectionOptions.commandTimeout.description": "終止嘗試並產生錯誤前,要等待命令執行的時間長度 (以秒為單位)",
|
||||
"cms.connectionOptions.commandTimeout.displayName": "命令逾時",
|
||||
"cms.connectionOptions.connectRetryCount.description": "嘗試還原連線的次數",
|
||||
"cms.connectionOptions.connectRetryCount.displayName": "連線重試計數",
|
||||
"cms.connectionOptions.connectRetryInterval.description": "嘗試還原連線之間的延遲",
|
||||
"cms.connectionOptions.connectRetryInterval.displayName": "連線重試間隔",
|
||||
"cms.connectionOptions.connectTimeout.description": "終止嘗試並產生錯誤前,要等待伺服器連線的時間長度 (秒)",
|
||||
"cms.connectionOptions.connectTimeout.displayName": "連線逾時",
|
||||
"cms.connectionOptions.connectionName.description": "連線的自訂名稱",
|
||||
"cms.connectionOptions.connectionName.displayName": "名稱 (選用)",
|
||||
"cms.connectionOptions.contextConnection.description": "若為 True,則表示連線應來自 SQL 伺服器內容。僅可在於 SQL Server 處理序中執行時可用",
|
||||
"cms.connectionOptions.contextConnection.displayName": "內容連線",
|
||||
"cms.connectionOptions.currentLanguage.description": "SQL Server 語言記錄名稱",
|
||||
"cms.connectionOptions.currentLanguage.displayName": "目前的語言",
|
||||
"cms.connectionOptions.enclaveAttestationProtocol.categoryValues.AAS": "Azure 證明",
|
||||
"cms.connectionOptions.enclaveAttestationProtocol.categoryValues.HGS": "主機守護者服務",
|
||||
"cms.connectionOptions.enclaveAttestationProtocol.categoryValues.None": "無",
|
||||
"cms.connectionOptions.enclaveAttestationProtocol.description": "指定用來證明與有安全記憶體保護區的 Always Encrypted 一起使用的伺服器端記憶體保護區的通訊協定",
|
||||
"cms.connectionOptions.enclaveAttestationProtocol.displayName": "證明通訊協定",
|
||||
"cms.connectionOptions.enclaveAttestationUrl.description": "指定用來證明與有安全記憶體保護區的 Always Encrypted 一起使用的伺服器端記憶體保護區的端點",
|
||||
"cms.connectionOptions.enclaveAttestationUrl.displayName": "證明 URL",
|
||||
"cms.connectionOptions.encrypt.categoryValues.false": "選用 (False)",
|
||||
"cms.connectionOptions.encrypt.categoryValues.strict": "嚴格",
|
||||
"cms.connectionOptions.encrypt.categoryValues.true": "強制 (True)",
|
||||
"cms.connectionOptions.encrypt.description": "當 [強制] 或 [嚴格] 時,若伺服器已安裝憑證,SQL Server 會為所有在用戶端和伺服器之間傳輸的資料使用 SSL 加密。當設定為 [嚴格] 時,SQL Server 會為所有在用戶端和伺服器之間傳輸的資料使用 TDS 8.0。SQL Server 2022 與更新版本支援 [嚴格]。",
|
||||
"cms.connectionOptions.encrypt.displayName": "加密",
|
||||
"cms.connectionOptions.failoverPartner.description": "充當容錯移轉夥伴之 SQL Server 執行個體的名稱或網路位址",
|
||||
"cms.connectionOptions.failoverPartner.displayName": "容錯移轉夥伴",
|
||||
"cms.resource.registerCmsServer.title": "新增中央管理伺服器",
|
||||
"cms.connectionOptions.groupName.advanced": "進階",
|
||||
"cms.connectionOptions.columnEncryptionSetting.displayName": "Always Encrypted",
|
||||
"cms.connectionOptions.applicationIntent.displayName": "應用程式的意圖",
|
||||
"cms.connectionOptions.applicationName.displayName": "應用程式名稱",
|
||||
"cms.connectionOptions.attachDbFilename.displayName": "附加 DB 檔案名稱",
|
||||
"cms.connectionOptions.enclaveAttestationUrl.displayName": "證明 URL",
|
||||
"cms.connectionOptions.enclaveAttestationProtocol.displayName": "證明通訊協定",
|
||||
"cms.connectionOptions.authType.displayName": "驗證類型",
|
||||
"cms.connectionOptions.authType.categoryValues.azureMFA": "Azure Active Directory - MFA 通用支援",
|
||||
"cms.connectionOptions.enclaveAttestationProtocol.categoryValues.AAS": "Azure 證明",
|
||||
"cms.resource.explorer.title": "中央管理伺服器",
|
||||
"cms.title": "中央管理伺服器",
|
||||
"cms.connectionOptions.commandTimeout.displayName": "命令逾時",
|
||||
"cloud.databaseProperties.compatibilityLevel": "相容性層級",
|
||||
"onprem.databaseProperties.compatibilityLevel": "相容性層級",
|
||||
"onprem.serverProperties.machineName": "電腦名稱",
|
||||
"cms.connectionOptions.connectRetryCount.displayName": "連線重試計數",
|
||||
"cms.connectionOptions.connectRetryInterval.displayName": "連線重試間隔",
|
||||
"cms.connectionOptions.connectTimeout.displayName": "連線逾時",
|
||||
"cms.connectionOptions.groupName.connectionResiliency": "恢復連接",
|
||||
"cms.connectionOptions.groupName.context": "內容",
|
||||
"cms.connectionOptions.groupName.initialization": "初始化",
|
||||
"cms.connectionOptions.groupName.pooling": "共用",
|
||||
"cms.connectionOptions.groupName.replication": "複寫",
|
||||
"cms.connectionOptions.groupName.security": "安全性",
|
||||
"cms.connectionOptions.groupName.source": "來源",
|
||||
"cms.connectionOptions.hostNameInCertificate.description": "指出 SQL Server 會用來驗證伺服器憑證之 TLS 憑證中指定的主機名稱。未指定時,預設會使用伺服器名稱進行憑證驗證。",
|
||||
"cms.connectionOptions.contextConnection.displayName": "內容連線",
|
||||
"cms.connectionOptions.currentLanguage.displayName": "目前的語言",
|
||||
"cms.connectionOptions.connectionName.description": "連線的自訂名稱",
|
||||
"cms.connectionOptions.applicationIntent.description": "在連線至伺服器時宣告應用程式工作負載類型",
|
||||
"cms.connectionOptions.connectRetryInterval.description": "嘗試還原連線之間的延遲",
|
||||
"cms.resource.deleteCmsServer.title": "刪除",
|
||||
"cms.resource.deleteServerGroup.title": "刪除",
|
||||
"cms.resource.deleteRegisteredServer.title": "刪除",
|
||||
"cms.connectionOptions.serverDescription.description": "SQL Server 執行個體描述",
|
||||
"cms.disabled": "已停用",
|
||||
"cloud.databaseProperties.azureEdition": "版本",
|
||||
"onprem.serverProperties.serverEdition": "版本",
|
||||
"cms.enabled": "啟用",
|
||||
"cms.connectionOptions.columnEncryptionSetting.description": "啟用或停用連線的 Always Encrypted 功能",
|
||||
"cms.connectionOptions.secureEnclaves.description": "啟用或停用連線的安全隔離區",
|
||||
"cms.connectionOptions.encrypt.displayName": "加密",
|
||||
"cms.connectionOptions.failoverPartner.displayName": "容錯移轉夥伴",
|
||||
"cms.connectionOptions.enclaveAttestationProtocol.categoryValues.HGS": "主機守護者服務",
|
||||
"cms.connectionOptions.hostNameInCertificate.displayName": "憑證中的主機名稱",
|
||||
"cms.connectionOptions.loadBalanceTimeout.description": "此連線在終結前於集區中存留的時間下限 (秒)",
|
||||
"cms.connectionOptions.hostNameInCertificate.description": "指出 SQL Server 會用來驗證伺服器憑證之 TLS 憑證中指定的主機名稱。未指定時,預設會使用伺服器名稱進行憑證驗證。",
|
||||
"cms.connectionOptions.password.description": "代表要在連線至資料來源時使用的密碼",
|
||||
"cms.connectionOptions.userName.description": "代表要在連線至資料來源時使用的使用者識別碼",
|
||||
"cms.connectionOptions.typeSystemVersion.description": "指出會依序透過 DataReader 公開的伺服器類型系統和提供者",
|
||||
"cms.connectionOptions.groupName.initialization": "初始化",
|
||||
"onprem.databaseProperties.lastBackupDate": "上次資料庫備份",
|
||||
"onprem.databaseProperties.lastLogBackupDate": "上次記錄備份",
|
||||
"cms.connectionOptions.loadBalanceTimeout.displayName": "負載平衡逾時",
|
||||
"cms.connectionOptions.maxPoolSize.description": "集區中允許的連線數上限",
|
||||
"cms.configuration.title": "MSSQL 設定",
|
||||
"cms.connectionOptions.encrypt.categoryValues.true": "強制 (True)",
|
||||
"cms.connectionOptions.maxPoolSize.displayName": "集區大小上限",
|
||||
"cms.connectionOptions.minPoolSize.description": "集區中允許的連線數下限",
|
||||
"cms.logFilesRemovalLimit": "具有到期的 logRetentionMinutes,且要於啟動時移除的舊檔案數上限。因為此限制而未清除的檔案,將於下次 Azure Data Studio 啟動時受到清除。",
|
||||
"cms.provider.displayName": "Microsoft SQL Server",
|
||||
"cms.connectionProvider.displayName": "Microsoft SQL Server",
|
||||
"cms.connectionOptions.minPoolSize.displayName": "集區大小下限",
|
||||
"cms.connectionOptions.multiSubnetFailover.displayName": "多重子網路容錯移轉",
|
||||
"cms.connectionOptions.multipleActiveResultSets.description": "若為 True,則可傳回多個結果集並從一個連線讀取",
|
||||
"cms.connectionOptions.multipleActiveResultSets.displayName": "Multiple Active Result Set",
|
||||
"cms.connectionOptions.packetSize.description": "用於和 SQL Server 執行個體通訊之網路封包的大小 (位元組)",
|
||||
"cms.connectionOptions.connectionName.displayName": "名稱 (選用)",
|
||||
"cms.connectionOptions.serverName.description": "SQL Server 執行個體的名稱",
|
||||
"cms.resource.addServerGroup.title": "新增伺服器群組...",
|
||||
"cms.resource.addRegisteredServer.title": "新增伺服器註冊...",
|
||||
"cms.connectionOptions.enclaveAttestationProtocol.categoryValues.None": "無",
|
||||
"cms.connectionOptions.connectRetryCount.description": "嘗試還原連線的次數",
|
||||
"cms.logRetentionMinutes": "為後端服務保留記錄檔的分鐘數。預設為 1 週。",
|
||||
"onprem.serverProperties.osVersion": "作業系統版本",
|
||||
"cms.connectionOptions.encrypt.categoryValues.false": "選用 (False)",
|
||||
"cloud.databaseProperties.owner": "擁有者",
|
||||
"onprem.databaseProperties.owner": "擁有者",
|
||||
"cms.connectionOptions.packetSize.displayName": "封包大小",
|
||||
"cms.connectionOptions.password.description": "代表要在連線至資料來源時使用的密碼",
|
||||
"cms.connectionOptions.password.displayName": "密碼",
|
||||
"cms.connectionOptions.persistSecurityInfo.description": "若為 False,則不會於連線中傳回密碼等安全性敏感資訊",
|
||||
"cms.connectionOptions.persistSecurityInfo.displayName": "持續安全性資訊",
|
||||
"cms.connectionOptions.pooling.description": "若為 True,則會從適當的集區提取連線物件,或在有需要時建立並新增至適當的集區",
|
||||
"cms.connectionOptions.groupName.pooling": "共用",
|
||||
"cms.connectionOptions.pooling.displayName": "共用",
|
||||
"cms.connectionOptions.port.displayName": "連接埠",
|
||||
"cms.connectionOptions.replication.description": "由 SQL Server 在複寫中使用",
|
||||
"cloud.databaseProperties.serviceLevelObjective": "定價層",
|
||||
"onprem.databaseProperties.recoveryModel": "復原模式",
|
||||
"cms.resource.refresh.title": "重新整理",
|
||||
"cms.resource.refreshServerGroup.title": "重新整理伺服器群組",
|
||||
"cms.connectionOptions.groupName.replication": "複寫",
|
||||
"cms.connectionOptions.replication.displayName": "複寫",
|
||||
"cms.connectionOptions.secureEnclaves.description": "啟用或停用連線的安全隔離區",
|
||||
"cms.connectionOptions.secureEnclaves.displayName": "安全記憶體保護區",
|
||||
"cms.connectionOptions.serverDescription.description": "SQL Server 執行個體描述",
|
||||
"cms.connectionOptions.serverDescription.displayName": "伺服器描述",
|
||||
"cms.connectionOptions.serverName.description": "SQL Server 執行個體的名稱",
|
||||
"cms.connectionOptions.serverName.displayName": "伺服器",
|
||||
"cms.connectionOptions.serverName.placeholder": "例如: tcp:servername,1433",
|
||||
"cms.connectionOptions.trustServerCertificate.description": "當 True 時 (且 encrypt=true),SQL Server 會為所有在用戶端和伺服器之間傳輸的資料使用 SSL 加密,且不驗證伺服器憑證。Encrypt=Strict 不支援此屬性。",
|
||||
"cms.connectionOptions.trustServerCertificate.displayName": "信任伺服器憑證",
|
||||
"cms.connectionOptions.typeSystemVersion.description": "指出會依序透過 DataReader 公開的伺服器類型系統和提供者",
|
||||
"cms.connectionOptions.typeSystemVersion.displayName": "鍵入系統版本",
|
||||
"cms.connectionOptions.userName.description": "代表要在連線至資料來源時使用的使用者識別碼",
|
||||
"cms.connectionOptions.userName.displayName": "使用者名稱",
|
||||
"cms.connectionOptions.workstationId.description": "連線至 SQL Server 的工作站名稱",
|
||||
"cms.connectionOptions.workstationId.displayName": "工作站識別碼",
|
||||
"cms.connectionProvider.displayName": "Microsoft SQL Server",
|
||||
"cms.description": "管理 SQL Server 中央管理伺服器的支援",
|
||||
"cms.disabled": "已停用",
|
||||
"cms.connectionOptions.authType.categoryValues.sqlLogin": "SQL 登入",
|
||||
"cms.displayName": "SQL Server 中央管理伺服器",
|
||||
"cms.enabled": "已啟用",
|
||||
"cms.connectionOptions.secureEnclaves.displayName": "安全隔離區",
|
||||
"cms.connectionOptions.groupName.security": "安全性",
|
||||
"cms.connectionOptions.serverName.displayName": "伺服器",
|
||||
"cms.connectionOptions.serverDescription.displayName": "伺服器描述",
|
||||
"cms.query.displayBitAsNumber": "BIT 資料行是否顯示為數字 (1 或 0)? 若為 False,BIT 資料行將會顯示為 'True' 或 'False'",
|
||||
"cms.format.alignColumnDefinitionsInColumns": "行定義是否一致?",
|
||||
"cms.format.datatypeCasing": "是否將資料類型轉換為大寫,小寫或無 (不轉換)",
|
||||
"cms.format.keywordCasing": "是否將關鍵字轉換為大寫,小寫或無 (不轉換)",
|
||||
"cms.format.placeCommasBeforeNextStatement": "逗號是否放在 list 中每個語句的開頭,例如: \", mycolumn2\" 而非在結尾,例如: \"mycolumn1,\"",
|
||||
"cms.format.placeSelectStatementReferencesOnNewLine": "在 select 陳述式中參考的物件是否要分行處理? 以 'SELECT C1, C2 FROM T1' 為例,C1 與 C2 將會分行顯示",
|
||||
"cms.logDebugInfo": "[選用] 將偵錯記錄輸出至主控台 ([檢視] -> [輸出]),並從下拉式清單選取適當的輸出通道",
|
||||
"cms.logFilesRemovalLimit": "具有到期的 logRetentionMinutes,且要於啟動時移除的舊檔案數上限。因為此限制而未清除的檔案,將於下次 Azure Data Studio 啟動時受到清除。",
|
||||
"cms.logRetentionMinutes": "為後端服務保留記錄檔的分鐘數。預設為 1 週。",
|
||||
"cms.provider.displayName": "Microsoft SQL Server",
|
||||
"cms.query.displayBitAsNumber": "BIT 資料行是否顯示為數字 (1 或 0)? 若為 False,BIT 資料行將會顯示為 'True' 或 'False'",
|
||||
"cms.resource.addRegisteredServer.title": "新增伺服器註冊...",
|
||||
"cms.resource.addServerGroup.title": "新增伺服器群組...",
|
||||
"cms.resource.deleteCmsServer.title": "刪除",
|
||||
"cms.resource.deleteRegisteredServer.title": "刪除",
|
||||
"cms.resource.deleteServerGroup.title": "刪除",
|
||||
"cms.resource.explorer.title": "中央管理伺服器",
|
||||
"cms.resource.refresh.title": "重新整理",
|
||||
"cms.resource.refreshServerGroup.title": "重新整理伺服器群組",
|
||||
"cms.resource.registerCmsServer.title": "新增中央管理伺服器",
|
||||
"cms.title": "中央管理伺服器",
|
||||
"cms.tracingLevel": "[選用] 後端服務的記錄層級。每當 Azure Data Studio 啟動,或是檔案已經有附加至該檔案的記錄項目時,Azure Data Studio 都會產生檔案名稱。如需清除舊記錄檔,請查看 logRetentionMinutes 和 logFilesRemovalLimit 設定。預設 tracingLevel 不會記錄太多項目。變更詳細資訊可能會導致大量記錄和記錄的磁碟空間需求。錯誤包含嚴重,警告包含錯誤,資訊包含警告而詳細資訊包含資訊",
|
||||
"cms.connectionOptions.packetSize.description": "用於和 SQL Server 執行個體通訊之網路封包的大小 (位元組)",
|
||||
"cms.connectionOptions.groupName.source": "來源",
|
||||
"cms.connectionOptions.enclaveAttestationProtocol.description": "指定用來證明與有安全記憶體保護區的 Always Encrypted 一起使用的伺服器端記憶體保護區的通訊協定",
|
||||
"cms.connectionOptions.enclaveAttestationUrl.description": "指定用來證明與有安全記憶體保護區的 Always Encrypted 一起使用的伺服器端記憶體保護區的端點",
|
||||
"cms.connectionOptions.authType.description": "指定向 SQL Server 驗證的方法",
|
||||
"cms.connectionOptions.encrypt.categoryValues.strict": "嚴格",
|
||||
"cms.description": "管理 SQL Server 中央管理伺服器的支援",
|
||||
"cms.connectionOptions.currentLanguage.description": "SQL Server 語言記錄名稱",
|
||||
"cms.connectionOptions.commandTimeout.description": "終止嘗試並產生錯誤前,要等待命令執行的時間長度 (以秒為單位)",
|
||||
"cms.connectionOptions.connectTimeout.description": "終止嘗試並產生錯誤前,要等待伺服器連線的時間長度 (秒)",
|
||||
"cms.connectionOptions.maxPoolSize.description": "集區中允許的連線數上限",
|
||||
"cms.connectionOptions.loadBalanceTimeout.description": "此連線在終結前於集區中存留的時間下限 (秒)",
|
||||
"cms.connectionOptions.minPoolSize.description": "集區中允許的連線數下限",
|
||||
"cms.connectionOptions.applicationName.description": "應用程式的名稱",
|
||||
"cms.connectionOptions.attachDbFilename.description": "主要檔案的名稱,包含可附加資料庫的完整路徑名稱",
|
||||
"cms.connectionOptions.workstationId.description": "連線至 SQL Server 的工作站名稱",
|
||||
"cms.connectionOptions.failoverPartner.description": "充當容錯移轉夥伴之 SQL Server 執行個體的名稱或網路位址",
|
||||
"cms.connectionOptions.trustServerCertificate.displayName": "信任伺服器憑證",
|
||||
"cloud.serverProperties.serverEdition": "類型",
|
||||
"cms.connectionOptions.typeSystemVersion.displayName": "鍵入系統版本",
|
||||
"cms.connectionOptions.replication.description": "由 SQL Server 在複寫中使用",
|
||||
"cms.connectionOptions.userName.displayName": "使用者名稱",
|
||||
"cloud.serverProperties.serverVersion": "版本",
|
||||
"onprem.serverProperties.serverVersion": "版本",
|
||||
"cms.connectionOptions.encrypt.description": "當 [強制] 或 [嚴格] 時,若伺服器已安裝憑證,SQL Server 會為所有在用戶端和伺服器之間傳輸的資料使用 SSL 加密。當設定為 [嚴格] 時,SQL Server 會為所有在用戶端和伺服器之間傳輸的資料使用 TDS 8.0。SQL Server 2022 與更新版本支援 [嚴格]。",
|
||||
"cms.connectionOptions.persistSecurityInfo.description": "若為 False,則不會於連線中傳回密碼等安全性敏感資訊",
|
||||
"cms.connectionOptions.trustServerCertificate.description": "當 True 時 (且 encrypt=true),SQL Server 會為所有在用戶端和伺服器之間傳輸的資料使用 SSL 加密,且不驗證伺服器憑證。Encrypt=Strict 不支援此屬性。",
|
||||
"cms.connectionOptions.contextConnection.description": "若為 True,則表示連線應來自 SQL 伺服器內容。僅可在於 SQL Server 處理序中執行時可用",
|
||||
"cms.connectionOptions.multipleActiveResultSets.description": "若為 True,則可傳回多個結果集並從一個連線讀取",
|
||||
"cms.connectionOptions.pooling.description": "若為 True,則會從適當的集區提取連線物件,或在有需要時建立並新增至適當的集區",
|
||||
"cms.connectionOptions.authType.categoryValues.integrated": "Windows 驗證",
|
||||
"cms.connectionOptions.workstationId.displayName": "工作站識別碼",
|
||||
"ignorePlatformWarning": "[選用] 不要顯示不支援的平台警告",
|
||||
"onprem.databaseProperties.compatibilityLevel": "相容性層級",
|
||||
"onprem.databaseProperties.lastBackupDate": "上次資料庫備份",
|
||||
"onprem.databaseProperties.lastLogBackupDate": "上次記錄備份",
|
||||
"onprem.databaseProperties.owner": "擁有者",
|
||||
"onprem.databaseProperties.recoveryModel": "復原模式",
|
||||
"onprem.serverProperties.machineName": "電腦名稱",
|
||||
"onprem.serverProperties.osVersion": "作業系統版本",
|
||||
"onprem.serverProperties.serverEdition": "版本",
|
||||
"onprem.serverProperties.serverVersion": "版本"
|
||||
"cms.logDebugInfo": "[選用] 將偵錯記錄輸出至主控台 ([檢視] -> [輸出]),並從下拉式清單選取適當的輸出通道",
|
||||
"cms.tracingLevel": "[選用] 後端服務的記錄層級。每當 Azure Data Studio 啟動,或是檔案已經有附加至該檔案的記錄項目時,Azure Data Studio 都會產生檔案名稱。如需清除舊記錄檔,請查看 logRetentionMinutes 和 logFilesRemovalLimit 設定。預設 tracingLevel 不會記錄太多項目。變更詳細資訊可能會導致大量記錄和記錄的磁碟空間需求。錯誤包含嚴重,警告包含錯誤,資訊包含警告而詳細資訊包含資訊",
|
||||
"cms.connectionOptions.serverName.placeholder": "例如: tcp:servername,1433",
|
||||
"cms.format.placeCommasBeforeNextStatement": "逗號是否放在 list 中每個語句的開頭,例如: \", mycolumn2\" 而非在結尾,例如: \"mycolumn1,\""
|
||||
}
|
||||
}
|
||||
}
|
||||
+38
-38
@@ -9,72 +9,72 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/localizedConstants": {
|
||||
"dacfx.databaseNameExistsErrorMessage": "SQL Server 執行個體上已經存在相同名稱的資料庫",
|
||||
"dacFx.importDescription": "從 .bacpac 檔案建立資料庫 [匯入 Bacpac]",
|
||||
"dacfx.dataLoss": "資料遺失",
|
||||
"dacfx.wizardTitle": "資料層應用程式精靈",
|
||||
"dacFx.databaseName": "資料庫名稱",
|
||||
"dacFx.deployButton": "部署",
|
||||
"dacFx.deployConfigPageName": "選取部署 Dacpac 設定",
|
||||
"dacFx.deployDescription": "將資料層應用程式 .dacpac 檔案部署到 SQL Server 的執行個體 [部署 Dacpac]",
|
||||
"dacFx.deployPlanPageName": "檢閱部署計劃",
|
||||
"dacfx.deployPlanTableTitle": "部署計畫作業",
|
||||
"dacFx.export": "匯出",
|
||||
"dacFx.exportConfigPageName": "選取匯出 Bacpac 設定",
|
||||
"dacFx.exportDescription": "從資料庫將結構描述和資料匯出為邏輯 .bacpac 檔案格式 [匯出 Bacpac]",
|
||||
"dacFx.extract": "擷取",
|
||||
"dacFx.extractConfigPageName": "選取擷取 Dacpac 設定",
|
||||
"dacFx.extractDescription": "從 SQL Server 的執行個體將資料層應用程式擷取為 .dacpac 檔案 [擷取 Dacpac]",
|
||||
"dacfx.fileLocation": "檔案位置",
|
||||
"dacfx.whitespaceFilenameErrorMessage": "檔案名稱不能是空白字元",
|
||||
"dacfx.filenameEndingInPeriodErrorMessage": "檔案名稱的結尾不能是句點",
|
||||
"dacfx.trailingWhitespaceErrorMessage": "檔案名稱的結尾不能是空白字元",
|
||||
"dacfx.tooLongFilenameErrorMessage": "檔案名稱超過 255 個字元",
|
||||
"dacFx.generateScriptButton": "產生指令碼",
|
||||
"dacfx.deployPlanErrorMessage": "產生部署計劃時 ‘{0}’ 失敗",
|
||||
"dacfx.generateDeployErrorMessage": "產生部署指令碼時 '{0}' 失敗",
|
||||
"dacFx.import": "匯入",
|
||||
"dacFx.importConfigPageName": "選取匯入 Bacpac 設定",
|
||||
"dacFx.importDescription": "從 .bacpac 檔案建立資料庫 [匯入 Bacpac]",
|
||||
"dacfx.invalidFileCharsErrorMessage": "無效的檔案字元",
|
||||
"dacfx.objecTooltip": "將受部署影響的物件名稱",
|
||||
"dacFx.newDatabase": "新增資料庫",
|
||||
"dacfx.noDataLoss": "列出的部署動作不會導致資料遺失。",
|
||||
"dacfx.object": "物件",
|
||||
"dacFxDeploy.openFile": "開啟",
|
||||
"dacfx.operation": "作業",
|
||||
"dacfx.operationTooltip": "部署期間將會發生的作業 (建立、改變、刪除)",
|
||||
"dacfx.dataLossTooltip": "可能造成資料遺失的作業標有警告符號",
|
||||
"dacFx.proceedDataLoss": "儘管可能遺失資料,仍要繼續",
|
||||
"dacfx.reservedValueErrorMessage": "保留的檔案名稱。請選擇其他名稱,然後再試一次",
|
||||
"dacFx.deployPlanPageName": "檢閱部署計劃",
|
||||
"dacfx.save": "儲存",
|
||||
"dacFx.deployConfigPageName": "選取部署 Dacpac 設定",
|
||||
"dacFx.exportConfigPageName": "選取匯出 Bacpac 設定",
|
||||
"dacFx.extractConfigPageName": "選取擷取 Dacpac 設定",
|
||||
"dacFx.importConfigPageName": "選取匯入 Bacpac 設定",
|
||||
"dacFx.selectOperationPageName": "選取作業",
|
||||
"dacfx.selectFile": "選取檔案",
|
||||
"dacfx.setting": "設定",
|
||||
"dacFx.sourceDatabase": "來源資料庫",
|
||||
"dacFx.sourceServer": "來源伺服器",
|
||||
"dacFx.summaryPageName": "摘要",
|
||||
"dacfx.summaryTableTitle": "設定值摘要",
|
||||
"dacFx.targetDatabase": "目標資料庫",
|
||||
"dacFx.targetServer": "目標伺服器",
|
||||
"dacFx.upgradeExistingDatabase": "升級現有的資料庫",
|
||||
"dacFx.versionText": "版本 (使用 x.x.x.x,其中 x 是號碼)",
|
||||
"dacFxDeploy.openFile": "開啟",
|
||||
"dacfx.dataLoss": "資料遺失",
|
||||
"dacfx.dataLossText": "此部署動作可能會導致資料遺失。請確認當部署發生問題時,您有備份或快照集可使用。",
|
||||
"dacfx.dataLossTextWithCount": "所列出的 {0} 部署動作可能會導致資料遺失。請確認當部署發生問題時,您有備份或快照集可使用。",
|
||||
"dacfx.dataLossTooltip": "可能造成資料遺失的作業標有警告符號",
|
||||
"dacfx.databaseNameExistsErrorMessage": "SQL Server 執行個體上已經存在相同名稱的資料庫",
|
||||
"dacfx.default": "預設",
|
||||
"dacfx.deployPlanErrorMessage": "產生部署計劃時 ‘{0}’ 失敗",
|
||||
"dacfx.deployPlanTableTitle": "部署計畫作業",
|
||||
"dacfx.fileLocation": "檔案位置",
|
||||
"dacfx.filenameEndingInPeriodErrorMessage": "檔案名稱的結尾不能是句點",
|
||||
"dacfx.generateDeployErrorMessage": "產生部署指令碼時 '{0}' 失敗",
|
||||
"dacfx.invalidFileCharsErrorMessage": "無效的檔案字元",
|
||||
"dacfx.noDataLoss": "列出的部署動作不會導致資料遺失。",
|
||||
"dacfx.objecTooltip": "將受部署影響的物件名稱",
|
||||
"dacfx.object": "物件",
|
||||
"dacfx.operation": "作業",
|
||||
"dacfx.operationErrorMessage": "{0} 作業失敗 '{1}'",
|
||||
"dacfx.operationTooltip": "部署期間將會發生的作業 (建立、改變、刪除)",
|
||||
"dacfx.reservedValueErrorMessage": "保留的檔案名稱。請選擇其他名稱,然後再試一次",
|
||||
"dacfx.reservedWindowsFilenameErrorMessage": "此檔案名稱保留供 Windows 使用。請選擇其他名稱,然後再試一次",
|
||||
"dacfx.save": "儲存",
|
||||
"dacfx.scriptGeneratingMessage": "精靈關閉後,您可於工作檢視中檢視指令碼產生的狀態。產生的指令碼將於完成時開啟。",
|
||||
"dacfx.selectFile": "選取檔案",
|
||||
"dacfx.setting": "設定",
|
||||
"dacfx.summaryTableTitle": "設定值摘要",
|
||||
"dacfx.tooLongFilenameErrorMessage": "檔案名稱超過 255 個字元",
|
||||
"dacfx.trailingWhitespaceErrorMessage": "檔案名稱的結尾不能是空白字元",
|
||||
"dacfx.type": "類型",
|
||||
"dacfx.typeTooltip": "將受部署影響的物件類型",
|
||||
"dacfx.undefinedFilenameErrorMessage": "未定義的名稱",
|
||||
"dacFx.upgradeExistingDatabase": "升級現有的資料庫",
|
||||
"dacfx.value": "值",
|
||||
"dacfx.version": "版本",
|
||||
"dacfx.whitespaceFilenameErrorMessage": "檔案名稱不能是空白字元",
|
||||
"dacfx.wizardTitle": "資料層應用程式精靈"
|
||||
"dacFx.versionText": "版本 (使用 x.x.x.x,其中 x 是號碼)",
|
||||
"dacfx.scriptGeneratingMessage": "精靈關閉後,您可於工作檢視中檢視指令碼產生的狀態。產生的指令碼將於完成時開啟。",
|
||||
"dacfx.default": "預設",
|
||||
"dacfx.dataLossTextWithCount": "所列出的 {0} 部署動作可能會導致資料遺失。請確認當部署發生問題時,您有備份或快照集可使用。",
|
||||
"dacfx.operationErrorMessage": "{0} 作業失敗 '{1}'"
|
||||
},
|
||||
"package": {
|
||||
"dacFx.category": "DacFx",
|
||||
"dacFx.defaultSaveLocation": "資料夾的完整路徑,DACPAC 和 .BACPAC 檔案預設會儲存",
|
||||
"dacFx.settings": "Dacpac",
|
||||
"dacFx.startTitle": "資料層應用程式精靈"
|
||||
"dacFx.startTitle": "資料層應用程式精靈",
|
||||
"dacFx.defaultSaveLocation": "資料夾的完整路徑,DACPAC 和 .BACPAC 檔案預設會儲存"
|
||||
}
|
||||
}
|
||||
}
|
||||
+48
-48
@@ -10,86 +10,86 @@
|
||||
"contents": {
|
||||
"dist/common/constants": {
|
||||
"AllProjectTypes": "所有專案類型",
|
||||
"LocalDevInfo": "點擊 [深入了解] 按鈕以取得本機開發體驗的詳細資訊,以{0}",
|
||||
"SelectProjectFileActionName": "選取",
|
||||
"UnknownProjectTypeError": "找不到識別碼為 '{0}' 之專案類型的提供者",
|
||||
"UnknownProjectsError": "找不到下列專案的提供者: {0}",
|
||||
"activateExtensionFailed": "無法載入專案提供者延伸模組 '{0}'。錯誤訊息: {1}",
|
||||
"dataworksapce.local": "本機",
|
||||
"dataworksapce.refresh": "重新整理",
|
||||
"dataworkspace.NewProjectDialogTitle": "建立新資料庫專案",
|
||||
"dataworkspace.Type": "類型",
|
||||
"dataworkspace.restartConfirmation": "需要重新啟動 Azure Data Studio,專案才能新增到工作區。立即重新啟動?",
|
||||
"dataworkspace.browse": "瀏覽",
|
||||
"dataworkspace.browseEllipsis": "瀏覽...",
|
||||
"dataworkspace.cloneParentDirectoryNotExistError": "選取的複製路徑 '{0}' 不存在或不是目錄。",
|
||||
"dataworkspace.sdkLearnMorePlaceholder": "按一下 [深入了解] 按鈕以深入了解 SDK 樣式專案",
|
||||
"LocalDevInfo": "點擊 [深入了解] 按鈕以取得本機開發體驗的詳細資訊,以{0}",
|
||||
"gitCloneMessage": "正在複製 Git 儲存庫 '{0}'... ",
|
||||
"dataworkspace.create": "建立",
|
||||
"dataworkspace.NewProjectDialogTitle": "建立新資料庫專案",
|
||||
"dataworkspace.default": "預設",
|
||||
"dataworkspace.projectDirectoryAlreadyExistErrorShort": "選取的位置中已有目錄 '{0}',請選擇另一個",
|
||||
"dataworkspace.enterProjectName": "輸入專案名稱",
|
||||
"dataworkspace.fileNotExistError": "選取的 {0} 檔案 '{1}' 不存在或不是檔案。",
|
||||
"dataworkspace.projectNamePlaceholder": "輸入專案名稱",
|
||||
"dataworkspace.gitRepoUrlPlaceholder": "輸入遠端 git 存放庫 URL",
|
||||
"gitCloneError": "Git 複製期間發生錯誤。如需更多詳細資料,請檢視 git 輸出",
|
||||
"activateExtensionFailed": "無法載入專案提供者延伸模組 '{0}'。錯誤訊息: {1}",
|
||||
"fileDoesNotExist": "檔案 '{0}' 不存在",
|
||||
"tooLongFilenameErrorMessage": "檔案名稱不能超過 255 個字元",
|
||||
"whitespaceFilenameErrorMessage": "檔案名稱不能是空白字元",
|
||||
"filenameEndingInPeriodErrorMessage": "檔案名稱的結尾不能是句點",
|
||||
"trailingWhitespaceErrorMessage": "檔案名稱的開頭或結尾不得為空格",
|
||||
"dataworkspace.gitRepoUrlTitle": "Git 存放庫 URL",
|
||||
"invalidFileCharsErrorMessage": "無效的檔案字元",
|
||||
"dataworkspace.learnMore": "深入了解",
|
||||
"dataworkspace.localClonePathPlaceholder": "選取要在本機複製存放庫的位置",
|
||||
"openedProjectsUndefinedAfterRefresh": "從磁片重新整理之後,不應該取消定義已開啟專案的清單。",
|
||||
"dataworksapce.local": "本機",
|
||||
"dataworkspace.localClonePathTitle": "本機複製路徑",
|
||||
"dataworkspace.locationSelectorTitle": "位置",
|
||||
"dataworkspace.projectLocationTitle": "位置",
|
||||
"dataworkspace.projectNameTitle": "名稱",
|
||||
"dataworkspace.nameCannotBeEmpty": "名稱不可為空白",
|
||||
"dataworkspace.no": "否",
|
||||
"noProjectProvidingExtensionsInstalled": "未安裝任何資料庫專案延伸模組。請安裝資料庫專案延伸模組以使用此功能。",
|
||||
"UnknownProjectTypeError": "找不到識別碼為 '{0}' 之專案類型的提供者",
|
||||
"UnknownProjectsError": "找不到下列專案的提供者: {0}",
|
||||
"dataworkspace.ok": "確定",
|
||||
"onlyMovingOneFileIsSupported": "一次只支援移動一個檔案。",
|
||||
"dataworkspace.open": "開啟",
|
||||
"dataworkspace.openExistingDialogTitle": "開啟現有專案",
|
||||
"noPreviousData": "目前專案的先前 {0} 會顯示在這裡,請執行以查看結果。",
|
||||
"dataworkspace.project": "專案",
|
||||
"projectFailedToLoad": "無法載入專案 '{0}': {1} 若要檢視更多詳細資料,請[開啟開發人員主控台](command:workbench.action.toggleDevTools)",
|
||||
"dataworkspace.projectAlreadyOpened": "專案 '{0}' 已經開啟。",
|
||||
"dataworkspace.projectDirectoryAlreadyExistError": "選取的位置中已有名為 '{0}' 的目錄: '{1}'。",
|
||||
"dataworkspace.projectDirectoryAlreadyExistErrorShort": "選取的位置中已有目錄 '{0}',請選擇另一個",
|
||||
"dataworkspace.projectFilePlaceholder": "選取專案檔",
|
||||
"dataworkspace.projectFileTitle": "專案檔",
|
||||
"dataworkspace.projectLocationPlaceholder": "選取要建立專案的位置",
|
||||
"dataworkspace.projectLocationTitle": "位置",
|
||||
"dataworkspace.projectNamePlaceholder": "輸入專案名稱",
|
||||
"dataworkspace.projectNameTitle": "名稱",
|
||||
"dataworkspace.projectParentDirectoryNotExistError": "選取的專案位置 '{0}' 不存在或不是目錄。",
|
||||
"projectNameNull": "專案名稱為 Null",
|
||||
"dataworksapce.refresh": "重新整理",
|
||||
"dataworkspace.remoteGitRepo": "遠端 Git 存放庫",
|
||||
"dataworkspace.restartConfirmation": "需要重新啟動 Azure Data Studio,專案才能新增到工作區。立即重新啟動?",
|
||||
"dataworkspace.sdkLearnMorePlaceholder": "按一下 [深入了解] 按鈕以深入了解 SDK 樣式專案",
|
||||
"reservedValueErrorMessage": "保留的檔案名稱。請選擇其他名稱,然後再試一次",
|
||||
"dataworkspace.sdkStyleProject": "SDK 樣式專案 (預覽)",
|
||||
"dataworkspace.select": "選取",
|
||||
"dataworkspace.selectProjectLocation": "選取專案位置",
|
||||
"dataworkspace.selectProjectType": "選取資料庫專案類型",
|
||||
"dataworkspace.selectProjectLocation": "選取專案位置",
|
||||
"dataworkspace.selectTargetPlatform": "選取目標平台",
|
||||
"dataworkspace.targetPlatform": "目標平台",
|
||||
"dataworkspace.localClonePathPlaceholder": "選取要在本機複製存放庫的位置",
|
||||
"dataworkspace.projectLocationPlaceholder": "選取要建立專案的位置",
|
||||
"dataworkspace.projectFilePlaceholder": "選取專案檔",
|
||||
"dataworkspace.workspacePlaceholder": "選取工作區 ({0}) 檔案",
|
||||
"dataworkspace.yesRecommended": "是 (建議)",
|
||||
"dragAndDropNotSupported": "此專案類型不支援拖放功能。",
|
||||
"fileDoesNotExist": "檔案 '{0}' 不存在",
|
||||
"filenameEndingInPeriodErrorMessage": "檔案名稱的結尾不能是句點",
|
||||
"gitCloneError": "Git 複製期間發生錯誤。如需更多詳細資料,請檢視 git 輸出",
|
||||
"gitCloneMessage": "正在複製 Git 儲存庫 '{0}'... ",
|
||||
"invalidFileCharsErrorMessage": "無效的檔案字元",
|
||||
"noPreviousData": "目前專案的先前 {0} 會顯示在這裡,請執行以查看結果。",
|
||||
"noProjectProvidingExtensionsInstalled": "未安裝任何資料庫專案延伸模組。請安裝資料庫專案延伸模組以使用此功能。",
|
||||
"onlyMovingOneFileIsSupported": "一次只支援移動一個檔案。",
|
||||
"openedProjectsUndefinedAfterRefresh": "從磁片重新整理之後,不應該取消定義已開啟專案的清單。",
|
||||
"projectFailedToLoad": "無法載入專案 '{0}': {1} 若要檢視更多詳細資料,請[開啟開發人員主控台](command:workbench.action.toggleDevTools)",
|
||||
"projectNameNull": "專案名稱為 Null",
|
||||
"reservedValueErrorMessage": "保留的檔案名稱。請選擇其他名稱,然後再試一次",
|
||||
"dataworkspace.targetPlatform": "目標平台",
|
||||
"dataworkspace.cloneParentDirectoryNotExistError": "選取的複製路徑 '{0}' 不存在或不是目錄。",
|
||||
"dataworkspace.projectParentDirectoryNotExistError": "選取的專案位置 '{0}' 不存在或不是目錄。",
|
||||
"dataworkspace.fileNotExistError": "選取的 {0} 檔案 '{1}' 不存在或不是檔案。",
|
||||
"dataworkspace.projectDirectoryAlreadyExistError": "選取的位置中已有名為 '{0}' 的目錄: '{1}'。",
|
||||
"reservedWindowsFilenameErrorMessage": "此檔案名稱保留供 Windows 使用。請選擇其他名稱,然後再試一次",
|
||||
"tooLongFilenameErrorMessage": "檔案名稱不能超過 255 個字元",
|
||||
"trailingWhitespaceErrorMessage": "檔案名稱的開頭或結尾不得為空格",
|
||||
"dragAndDropNotSupported": "此專案類型不支援拖放功能。",
|
||||
"dataworkspace.Type": "類型",
|
||||
"undefinedFilenameErrorMessage": "未定義的名稱",
|
||||
"whitespaceFilenameErrorMessage": "檔案名稱不能是空白字元"
|
||||
"dataworkspace.yesRecommended": "是 (建議)",
|
||||
"SelectProjectFileAction": "選取"
|
||||
},
|
||||
"package": {
|
||||
"projects.showNotAddedProjectsInWorkspacePrompt": "當目前的工作區資料夾包含尚未新增到工作區專案的專案時,永遠顯示資訊訊息。",
|
||||
"close-workspace-command": "關閉工作區",
|
||||
"data-workspace-view-container-name": "資料庫專案",
|
||||
"projects-view-no-workspace-content": "建立新的或開啟現有的以開始使用。\r\n[建立新的](command:projects.new)\r\n[開啟現有的](command:projects.openExisting)\r\n若要深入了解專案,請[閱讀我們的文件](https://aka.ms/azuredatastudio-projects)。",
|
||||
"main-view-name": "資料庫專案",
|
||||
"manage-project-command": "管理",
|
||||
"new-command": "新增",
|
||||
"open-existing-command": "開啟現有項目",
|
||||
"projects-view-no-project-content": "目前工作區未開啟任何專案。\r\n[建立新的] (command:projects.new)\r\n[開啟現有的](command:projects.openExisting)\r\n若要深入了解專案,請[閱讀我們的文件](https://aka.ms/azuredatastudio-projects)。\r\n",
|
||||
"projects-view-no-workspace-content": "建立新的或開啟現有的以開始使用。\r\n[建立新的] (command:projects.new)\r\n[開啟現有的](command:projects.openExisting)\r\n若要深入了解專案,請[閱讀我們的文件](https://aka.ms/azuredatastudio-projects)。",
|
||||
"data-workspace-view-container-name": "資料庫專案",
|
||||
"projects.defaultProjectSaveLocation": "預設儲存新專案之資料夾的完整路徑。",
|
||||
"projects.excludedProjectsDescription": "工作區中要從專案 Viewlet 排除的專案清單",
|
||||
"projects.showNotAddedProjectsInWorkspacePrompt": "當目前的工作區資料夾包含尚未新增到工作區專案的專案時,永遠顯示資訊訊息。",
|
||||
"manage-project-command": "管理",
|
||||
"new-command": "新增",
|
||||
"projects-view-no-project-content": "目前工作區未開啟任何專案。\r\n[建立新的](command:projects.new)\r\n[開啟現有的](command:projects.openExisting)\r\n若要深入了解專案,請[閱讀我們的文件](https://aka.ms/azuredatastudio-projects)。\r\n",
|
||||
"open-existing-command": "開啟現有項目",
|
||||
"refresh-workspace-command": "重新整理",
|
||||
"remove-project-command": "移除專案"
|
||||
}
|
||||
+175
@@ -0,0 +1,175 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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/localizedConstants": {
|
||||
"externalTable.databaseNameTitle": "資料庫名稱",
|
||||
"externalTable.externalSchemaTitle": "外部架構描述",
|
||||
"externalTable.externalTableTitle": "外部資料表",
|
||||
"externalTable.hostnameTitle": "主機名稱",
|
||||
"msgMissingNodeContext": "已呼叫節點命令,但未傳遞任何節點",
|
||||
"sqlServerTypeName": "SQL Server",
|
||||
"externalTable.serverNameTitle": "伺服器名稱",
|
||||
"externalTable.serviceNameTitle": "服務名稱 / SID",
|
||||
"externalTable.sourceSchemaTitle": "來源結構描述",
|
||||
"externalTable.sourceTableTitle": "來源資料表"
|
||||
},
|
||||
"dist/services/serviceClient": {
|
||||
"downloadingServiceSize": "({0} KB)",
|
||||
"downloadingServiceComplete": "已完成下載 {0}",
|
||||
"downloadingServiceStatus": "正在下載 {0}",
|
||||
"downloadingService": "正在下載 {0}",
|
||||
"serviceStartFailed": "無法啟動 {0}: {1}",
|
||||
"serviceInstalled": "已安裝 {0}",
|
||||
"installingService": "正在安裝 {0}",
|
||||
"installingServiceDetailed": "正在將 {0} 安裝到 {1}",
|
||||
"serviceStarting": "正在啟動 {0}...",
|
||||
"serviceStarted": "{0} 已開始"
|
||||
},
|
||||
"dist/services/telemetry": {
|
||||
"serviceCrashButton": "檢視已知問題",
|
||||
"serviceCrashMessage": "服務元件無法啟動"
|
||||
},
|
||||
"dist/utils": {
|
||||
"executeCommandProcessExited": "處理序已結束,代碼為 {0}"
|
||||
},
|
||||
"dist/wizards/tableFromFile/pages/fileConfigPage": {
|
||||
"tableFromFileImport.databaseDropdownTitle": "外部資料表的資料庫將建立於",
|
||||
"tableFromFileImport.destConnTitle": "目的地伺服器",
|
||||
"tableFromFileImport.dataSourceDropdown": "新外部資料表的外部資料來源",
|
||||
"tableFromFileImport.tableTextboxTitle": "新外部資料表的名稱 ",
|
||||
"tableFromFileImport.fileFormatTextboxTitle": "新資料表的外部檔案格式名稱",
|
||||
"tableFromFileImport.noSchemas": "在指定的資料庫中找不到使用者結構描述。",
|
||||
"tableFromFileImport.noDataSources": "在指定的資料庫中找不到有效的外部資料來源。",
|
||||
"tableFromFileImport.refreshButtonTitle": "重新整理",
|
||||
"tableFromFileImport.schemaTextboxTitle": "新外部資料表的結構描述",
|
||||
"tableFromFileImport.fileTextboxTitle": "原始程式檔",
|
||||
"tableFromFileImport.folderTextboxTitle": "來源資料夾",
|
||||
"tableFromFileImport.fileFormatExists": "指定的外部檔案格式名稱已存在。",
|
||||
"tableFromFileImport.tableExists": "指定的資料表名稱已存在於指定的結構描述下。"
|
||||
},
|
||||
"dist/wizards/tableFromFile/pages/modifyColumnsPage": {
|
||||
"tableFromFileImport.allowNulls": "允許 Null 值",
|
||||
"tableFromFileImport.columnName": "資料行名稱",
|
||||
"tableFromFileImport.dataType": "資料類型"
|
||||
},
|
||||
"dist/wizards/tableFromFile/pages/prosePreviewPage": {
|
||||
"tableFromFileImport.noProseInfo": "無法為指定的檔案產生資料行資訊。",
|
||||
"tableFromFileImport.noPreviewData": "無法從指定的檔案擷取任何資料。",
|
||||
"tableFromFileImport.prosePreviewMessage": "這項作業分析了輸出檔案結構,並產生了以下最多包含前 50 列的預覽。"
|
||||
},
|
||||
"dist/wizards/tableFromFile/pages/summaryPage": {
|
||||
"tableFromFileImport.importInformation": "資料虛擬化資訊",
|
||||
"tableFromFileImport.databaseName": "資料庫名稱",
|
||||
"tableFromFileImport.fileFormat": "檔案格式名稱",
|
||||
"tableFromFileImport.next": "下一步",
|
||||
"tableFromFileImport.serverName": "伺服器名稱",
|
||||
"tableFromFileImport.summaryFileName": "原始程式檔",
|
||||
"tableFromFileImport.summaryFolderName": "來源資料夾",
|
||||
"tableFromFileImport.tableName": "資料表名稱",
|
||||
"tableFromFileImport.tableSchema": "資料表結構描述",
|
||||
"tableFromFileImport.importData": "虛擬化資料"
|
||||
},
|
||||
"dist/wizards/tableFromFile/tableFromFileWizard": {
|
||||
"tableFromFileImport.onlyCsvSupported": "此精靈目前只支援 CSV 檔案。",
|
||||
"tableFromFileImport.page2Name": "修改資料行",
|
||||
"tableFromFileImport.noCsvFileFound": "在指定的資料夾中找不到 csv 檔案。",
|
||||
"import.needFile": "使用此精靈前,請先選取來源檔案或資料夾。",
|
||||
"tableFromFileImport.page1Name": "預覽資料",
|
||||
"tableFromFileImport.page0Name": "選取外部資料表的目的地資料庫",
|
||||
"tableFromFileImport.page3Name": "摘要",
|
||||
"tableFromFileImport.openScriptMsg": "指令碼已在文件視窗中開啟。一旦精靈關閉,您就可以檢視它。",
|
||||
"tableFromFile.taskLabel": "虛擬化資料",
|
||||
"tableFromFileImport.wizardName": "從 CSV 將資料虛擬化"
|
||||
},
|
||||
"dist/wizards/virtualizeData/connectionDetailsPage": {
|
||||
"newCredOption": "-- 建立新認證 --",
|
||||
"credentialNameDropdown": "選擇認證",
|
||||
"credentialFields": "設定認證",
|
||||
"connectionDetailsTitle": "與您的資料來源建立連接",
|
||||
"sourceNameInput": "外部資料來源名稱",
|
||||
"credentialNameInput": "新的認證名稱",
|
||||
"passwordInput": "密碼",
|
||||
"serverFields": "伺服器連接",
|
||||
"dataSourceHelpText": "外部資料來源的名稱。",
|
||||
"credNameHelpText": "用來安全地儲存您正在建立的外部資料來源登入資訊的資料庫範圍認證名稱。",
|
||||
"usernameInput": "使用者名稱"
|
||||
},
|
||||
"dist/wizards/virtualizeData/createMasterKeyPage": {
|
||||
"masterKeyExistsMsg": "選取的資料庫已有主要金鑰。此頁面不需要採取任何動作。",
|
||||
"createMasterKeyDescription": "需要主要金鑰。這會保護外部資料來源使用的認證。請注意,您應使用 BACKUP MASTER KEY 備份主要金鑰,並將備份儲存在安全的非現場位置。",
|
||||
"masterKeyPasswordConfirmInput": "確認密碼",
|
||||
"createMasterKeyTitle": "建立資料庫主要金鑰",
|
||||
"masterKeyPasswordInput": "密碼",
|
||||
"passwordMismatchWithConfirmError": "密碼值不符。",
|
||||
"masterKeyPasswordLabel": "設定主要金鑰密碼。",
|
||||
"pwdReminderText": "強式密碼使用英數字元、大寫、小寫和特殊字元的組合。"
|
||||
},
|
||||
"dist/wizards/virtualizeData/objectMappingPage": {
|
||||
"mappingTableCheckboxHelpText": "按一下核取方塊會選取要對應的資料表。",
|
||||
"mappingTableHelpText": "按一下資料表名稱會顯示該資料表的資料行對應資訊。",
|
||||
"mapping.collations": "定序",
|
||||
"externalTableMappingLabel": "資料行對應",
|
||||
"mapping.externalName": "外部",
|
||||
"objectMappingTitle": "將您的資料來源物件對應到外部資料表",
|
||||
"noObjectSelectedMessage": "未選取任何物件。",
|
||||
"noTableError": "'{0}' 沒有資料表資訊",
|
||||
"mapping.nullable": "可為 Null",
|
||||
"mapping.sqlDataType": "SQL 資料類型",
|
||||
"mapping.SourceName": "來源",
|
||||
"tableFolderLabel": "表格",
|
||||
"warning.unsupported_column_type_description": "外部資料表不支援這些資料行類型: {0}{1}",
|
||||
"warning.unsupported_column_type_title": "找到不支援的資料行類型",
|
||||
"viewFolderLabel": "檢視"
|
||||
},
|
||||
"dist/wizards/virtualizeData/selectDataSourcePage": {
|
||||
"noServerTypeError": "必須選取資料來源類型。",
|
||||
"noDestDatabaseError": "必須選取目的地資料庫。",
|
||||
"defaultSourceType": "預設",
|
||||
"selectDataSrcTitle": "選取資料來源",
|
||||
"destDBLabel": "選取外部資料表的目的地資料庫",
|
||||
"sourceCardsLabel": "選取資料來源類型",
|
||||
"destDBHelpText": "要在其中建立外部資料來源的資料庫。"
|
||||
},
|
||||
"dist/wizards/virtualizeData/summaryPage": {
|
||||
"summaryMasterKeyLabel": "資料庫主要金鑰",
|
||||
"summaryCredLabel": "資料庫範圍認證",
|
||||
"summaryDestDb": "目的地資料庫:",
|
||||
"virtualizeTaskStart": "正在執行指令碼...",
|
||||
"summaryDataSrcLabel": "外部資料來源",
|
||||
"summaryExternalTableLabel": "外部資料表",
|
||||
"createSourceInfo": "外部資料表建立已成功完成",
|
||||
"createSourceError": "外部資料表建立失敗",
|
||||
"summaryObjNameLabel": "名稱",
|
||||
"summaryObjTypeLabel": "物件類型",
|
||||
"summaryNewSchemaLabel": "結構描述",
|
||||
"summaryPageTitle": "摘要",
|
||||
"summaryTitle": "下列物件將會建立在目的地資料庫中:",
|
||||
"virtualizeTaskLabel": "虛擬化資料"
|
||||
},
|
||||
"dist/wizards/virtualizeData/virtualizeDataWizard": {
|
||||
"doneButtonLabel": "建立",
|
||||
"openScriptMsg": "指令碼已在文件視窗中開啟。一旦精靈關閉,您就可以檢視它。",
|
||||
"getExtDataTitle": "虛擬化資料"
|
||||
},
|
||||
"dist/wizards/wizardCommands": {
|
||||
"noConnection": "資料虛擬化需要選取連線。"
|
||||
},
|
||||
"package": {
|
||||
"title.datavirtualization": "資料虛擬化",
|
||||
"config.logDebugInfo": "啟用/停用將偵錯資訊記錄到開發人員主控台。",
|
||||
"config.proseParsingMaxLines": "要從檔案讀取以執行 PROSE 剖析的行數。",
|
||||
"description.datavirtualization": "SQL Server 中的資料虛擬化功能支援",
|
||||
"config.extensionDescription": "SQL Server 中的資料虛擬化支援,包括從外部資料來源或 CSV 檔案建立外部資料表的精靈。",
|
||||
"title.tasks": "工作",
|
||||
"title.openVirtualizeDataWizard": "虛擬化資料",
|
||||
"title.openMssqlHdfsTableWizard": "從 CSV 將資料虛擬化"
|
||||
}
|
||||
}
|
||||
}
|
||||
+30
-30
@@ -9,68 +9,68 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/common/constants": {
|
||||
"flatFile.InvalidFileLocation": "無效的檔案位置。請嘗試其他輸入檔",
|
||||
"flatFileImport.allowNulls": "允許 Null 值",
|
||||
"flatFileImport.browseFiles": "瀏覽",
|
||||
"flatFileImport.columnName": "資料行名稱",
|
||||
"flatFileImport.deriverColumnInstruction3": "按一下 [預覽轉換] 以預覽轉換",
|
||||
"flatFileImport.columnTableTitle": "資料行",
|
||||
"flatFileImport.specifyDerivedColNameTitle": "資料行名稱",
|
||||
"flatFileImport.columnName": "資料行名稱",
|
||||
"flatFileImport.createDerivedColumn": "建立衍生的資料行",
|
||||
"flatFileImport.dataType": "資料類型",
|
||||
"flatFileImport.databaseDropdownTitle": "資料表建立所在的資料庫",
|
||||
"flatFileImport.databaseName": "資料庫名稱",
|
||||
"flatFileImport.deriverColumnInstruction1": "在左側選取要衍生新資料行所需的資料行",
|
||||
"flatFileImport.deriverColumnInstruction2": "選取資料列,並指定您想要套用到其餘資料行的範例轉換",
|
||||
"flatFileImport.deriverColumnInstruction3": "按一下 [預覽轉換] 以預覽轉換",
|
||||
"flatFileImport.deriverColumnInstruction4": "縮小轉換範圍,直到取得所需的資料行為止",
|
||||
"flatFileImport.deriverColumnInstruction5": "指定新的衍生資料行名稱,然後按一下 [完成]",
|
||||
"flatFileImport.databaseDropdownTitle": "資料表建立所在的資料庫",
|
||||
"flatFileImport.fileImport": "要匯入的檔案",
|
||||
"flatFileImport.fileTextboxTitle": "要匯入檔案的位置",
|
||||
"flatFileImport.headerIntructionText": "歡迎使用衍生的資料行工具! 若要開始使用,請遵循下列步驟:",
|
||||
"import.serviceCrashButton": "提供意見反應",
|
||||
"flatFileImport.importData": "匯入資料",
|
||||
"flatFileImport.wizardName": "匯入一般檔案精靈",
|
||||
"flatFileImport.importInformation": "匯入資訊",
|
||||
"flatFileImport.importNewFile": "匯入新檔案",
|
||||
"flatFileImport.importStatus": "匯入狀態",
|
||||
"flatFile.InvalidFileLocation": "無效的檔案位置。請嘗試其他輸入檔",
|
||||
"flatFileImport.fileTextboxTitle": "要匯入檔案的位置",
|
||||
"flatFileImport.page3Name": "修改資料行",
|
||||
"flatFileImport.tableTextboxTitle": "新增資料表名稱",
|
||||
"flatFileImport.next": "下一個",
|
||||
"flatFileImport.openFile": "開啟",
|
||||
"flatFileImport.page1Name": "指定輸入檔",
|
||||
"import.needConnection": "請先連線至伺服器再使用本精靈。",
|
||||
"flatFileImport.page2Name": "預覽資料",
|
||||
"flatFileImport.page3Name": "修改資料行",
|
||||
"flatFileImport.page4Name": "摘要",
|
||||
"flatFileImport.previewTransformation": "預覽轉換",
|
||||
"flatFileImport.primaryKey": "主索引鍵",
|
||||
"flatFileImport.prosePreviewMessage": "這項作業分析了輸出檔案結構,並產生了以下最多包含前 50 列的預覽。",
|
||||
"flatFileImport.prosePreviewMessageFail": "這項作業不成功。請嘗試其他輸入檔案。",
|
||||
"flatFileImport.deriverColumnInstruction4": "縮小轉換範圍,直到取得所需的資料行為止",
|
||||
"flatFileImport.refresh": "重新整理",
|
||||
"flatFileImport.schemaTextboxTitle": "資料表結構描述",
|
||||
"import.needSQLConnection": "SQL Server 匯入延伸不支援此類型的連線",
|
||||
"flatFileImport.deriverColumnInstruction2": "選取資料列,並指定您想要套用到其餘資料行的範例轉換",
|
||||
"flatFileImport.selectAllColumns": "選取所有資料行",
|
||||
"flatFileImport.selectColumn": "選取資料行 {0}",
|
||||
"flatFileImport.serverDropdownTitle": "資料庫所在的伺服器",
|
||||
"flatFileImport.deriverColumnInstruction1": "在左側選取要衍生新資料行所需的資料行",
|
||||
"flatFileImport.serverName": "伺服器名稱",
|
||||
"flatFileImport.specifyDerivedColNameTitle": "資料行名稱",
|
||||
"flatFileImport.serverDropdownTitle": "資料庫所在的伺服器",
|
||||
"flatFileImport.page1Name": "指定輸入檔",
|
||||
"flatFileImport.specifyTransformation": "指定轉換",
|
||||
"flatFileImport.deriverColumnInstruction5": "指定新的衍生資料行名稱,然後按一下 [完成]",
|
||||
"flatFileImport.specifyTransformationForRow": "指定資料列 {0} 的轉換",
|
||||
"flatFileImport.success.norows": "✔ 您已成功將資料插入表中。",
|
||||
"flatFileImport.page4Name": "摘要",
|
||||
"flatFileImport.tableName": "資料表名稱",
|
||||
"flatFileImport.tableSchema": "資料表結構描述",
|
||||
"flatFileImport.tableTextboxTitle": "新增資料表名稱",
|
||||
"flatFileImport.wizardName": "匯入一般檔案精靈",
|
||||
"import.needConnection": "請先連線至伺服器再使用本精靈。",
|
||||
"import.needSQLConnection": "SQL Server 匯入延伸不支援此類型的連線",
|
||||
"import.serviceCrashButton": "提供意見反應",
|
||||
"serviceCrashMessage": "服務元件無法啟動"
|
||||
"flatFileImport.schemaTextboxTitle": "資料表結構描述",
|
||||
"flatFileImport.prosePreviewMessage": "這項作業分析了輸出檔案結構,並產生了以下最多包含前 50 列的預覽。",
|
||||
"flatFileImport.prosePreviewMessageFail": "這項作業不成功。請嘗試其他輸入檔案。",
|
||||
"flatFileImport.headerIntructionText": "歡迎使用衍生的資料行工具! 若要開始使用,請遵循下列步驟:",
|
||||
"serviceCrashMessage": "服務元件無法啟動",
|
||||
"flatFileImport.success.norows": "✔ 您已成功將資料插入表中。"
|
||||
},
|
||||
"dist/services/serviceClient": {
|
||||
"downloadingService": "正在下載 {0}",
|
||||
"downloadingServiceComplete": "已完成下載 {0}",
|
||||
"downloadingServiceSize": "({0} KB)",
|
||||
"downloadingServiceComplete": "已完成下載 {0}",
|
||||
"downloadingServiceStatus": "正在下載 {0}",
|
||||
"downloadingService": "正在下載 {0}",
|
||||
"entryExtractedChannelMsg": "已擷取 {0} ({1}/{2})",
|
||||
"flatFileImport.serviceStartFailed": "無法啟動 {0}: {1}",
|
||||
"serviceInstalled": "已安裝 {0}",
|
||||
"installingService": "正在安裝 {0} 服務",
|
||||
"installingServiceDetailed": "正在將 {0} 安裝到 {1}",
|
||||
"serviceInstalled": "已安裝 {0}",
|
||||
"serviceStarted": "已啟動 {0}",
|
||||
"serviceStarting": "正在啟動 {0}"
|
||||
"serviceStarting": "正在啟動 {0}",
|
||||
"serviceStarted": "已啟動 {0}"
|
||||
},
|
||||
"package": {
|
||||
"flatfileimport.configuration.title": "一般檔案匯入設定",
|
||||
+52
-52
@@ -10,31 +10,31 @@
|
||||
"contents": {
|
||||
"dist/features": {
|
||||
"kusto.accountDoesNotExist": "帳戶不存在。",
|
||||
"kusto.insufficientlyPrivelagedAzureAccount": "為 {0} 所設定的 Azure 帳戶,沒有足夠的權限讓 Azure Key Vault 存取 Always Encrypted 的資料行主要金鑰。",
|
||||
"kusto.missingLinkedAzureAccount": "Azure Data Studio 必須連絡 Azure Key Vault 以存取 Always Encrypted 的資料行主要金鑰,但沒有任何已連結的 Azure 帳戶可供使用。請新增已連結的 Azure 帳戶,然後重試一次此查詢。"
|
||||
"kusto.missingLinkedAzureAccount": "Azure Data Studio 必須連絡 Azure Key Vault 以存取 Always Encrypted 的資料行主要金鑰,但沒有任何已連結的 Azure 帳戶可供使用。請新增已連結的 Azure 帳戶,然後重試一次此查詢。",
|
||||
"kusto.insufficientlyPrivelagedAzureAccount": "為 {0} 所設定的 Azure 帳戶,沒有足夠的權限讓 Azure Key Vault 存取 Always Encrypted 的資料行主要金鑰。"
|
||||
},
|
||||
"dist/kustoServer": {
|
||||
"downloadServiceDoneChannelMsg": "已下載 {0}",
|
||||
"downloadingServiceChannelMsg": "正在下載 {0}",
|
||||
"downloadingServiceSizeChannelMsg": "({0} KB)",
|
||||
"downloadServiceDoneChannelMsg": "已下載 {0}",
|
||||
"downloadingServiceStatusMsg": "正在下載 {0}",
|
||||
"downloadingServiceChannelMsg": "正在下載 {0}",
|
||||
"failedToStartServiceErrorMsg": "無法啟動 {0}",
|
||||
"installedServiceChannelMsg": "已安裝 {0}",
|
||||
"installingServiceChannelMsg": "正在將 {0} 安裝到 {1}",
|
||||
"installingServiceStatusMsg": "正在安裝 {0}",
|
||||
"serviceStartedStatusMsg": "已啟動 {0}",
|
||||
"startingServiceStatusMsg": "正在啟動 {0}"
|
||||
"installingServiceChannelMsg": "正在將 {0} 安裝到 {1}",
|
||||
"startingServiceStatusMsg": "正在啟動 {0}",
|
||||
"serviceStartedStatusMsg": "已啟動 {0}"
|
||||
},
|
||||
"dist/main": {
|
||||
"kusto.unsupportedPlatform": "不支援的平台",
|
||||
"notebookFileType": "Notebooks",
|
||||
"unsupportedFileType": "僅支援 .ipynb Notebooks"
|
||||
"unsupportedFileType": "僅支援 .ipynb Notebooks",
|
||||
"kusto.unsupportedPlatform": "不支援的平台"
|
||||
},
|
||||
"dist/objectExplorerNodeProvider/command": {
|
||||
"cancel": "要取消作業嗎?",
|
||||
"progress": "$(sync~spin) {0}...",
|
||||
"cancelTooltip": "取消",
|
||||
"kusto.searchServers": "搜尋伺服器名稱",
|
||||
"progress": "$(sync~spin) {0}..."
|
||||
"cancel": "要取消作業嗎?",
|
||||
"kusto.searchServers": "搜尋伺服器名稱"
|
||||
},
|
||||
"dist/objectExplorerNodeProvider/objectExplorerNodeProvider": {
|
||||
"notifyError": "通知節點變更時發生錯誤: {0}",
|
||||
@@ -42,61 +42,61 @@
|
||||
"sessionNotFound": "節點 {0} 的工作階段不存在"
|
||||
},
|
||||
"dist/telemetry": {
|
||||
"serviceCrashMessage": "{0} 個元件意外結束。請重新啟動 Azure Data Studio。",
|
||||
"viewKnownIssuesText": "檢視已知問題"
|
||||
"viewKnownIssuesText": "檢視已知問題",
|
||||
"serviceCrashMessage": "{0} 個元件意外結束。請重新啟動 Azure Data Studio。"
|
||||
},
|
||||
"package": {
|
||||
"cloud.databaseProperties.name": "資料庫名稱",
|
||||
"cloud.databaseProperties.size": "大小 (MB)",
|
||||
"cloud.serverProperties.diskCacheCapacity": "使用的叢集資料容量百分比",
|
||||
"cloud.serverProperties.machinesTotal": "叢集中的電腦總計",
|
||||
"cloud.serverProperties.summary": "狀態",
|
||||
"databasesListProperties.name": "名稱",
|
||||
"databasesListProperties.size": "大小 (MB)",
|
||||
"kusto.configuration.title": "KUSTO 設定",
|
||||
"kusto.connectionOptions.applicationName.description": "應用程式的名稱",
|
||||
"kusto.connectionOptions.applicationName.displayName": "應用程式名稱",
|
||||
"kusto.connectionOptions.authType.categoryValues.azureMFA": "Azure Active Directory - MFA 通用支援",
|
||||
"kusto.connectionOptions.authType.categoryValues.none": "無驗證",
|
||||
"kusto.connectionOptions.authType.categoryValues.sqlLogin": "使用者驗證",
|
||||
"kusto.connectionOptions.authType.description": "指定使用 Kusto Server 驗證的方法",
|
||||
"kusto.connectionOptions.authType.displayName": "驗證類型",
|
||||
"kusto.connectionOptions.connectRetryCount.description": "嘗試還原連線的次數",
|
||||
"kusto.connectionOptions.connectRetryCount.displayName": "連線重試次數",
|
||||
"kusto.connectionOptions.connectRetryInterval.description": "嘗試還原連線之間的延遲",
|
||||
"kusto.connectionOptions.authType.categoryValues.azureMFA": "Azure Active Directory - MFA 通用支援",
|
||||
"kusto.provider.displayName": "Azure 資料總管 (Kusto)",
|
||||
"kusto.connectionOptions.serverName.displayName": "叢集",
|
||||
"kusto.connectionOptions.connectRetryCount.displayName": "連線重試計數",
|
||||
"kusto.connectionOptions.connectRetryInterval.displayName": "連線重試間隔",
|
||||
"kusto.connectionOptions.connectTimeout.description": "終止嘗試並產生錯誤前,要等待伺服器連線的時間長度 (秒)",
|
||||
"kusto.connectionOptions.connectTimeout.displayName": "連線逾時",
|
||||
"kusto.connectionOptions.connectionName.description": "連線的自訂名稱",
|
||||
"kusto.connectionOptions.connectionName.displayName": "名稱 (選用)",
|
||||
"kusto.connectionOptions.databaseName.description": "資料來源中初始目錄或資料庫的名稱。",
|
||||
"kusto.connectionOptions.databaseName.displayName": "資料庫",
|
||||
"kusto.connectionOptions.failoverPartner.description": "充當容錯移轉夥伴之 Kusto Server 執行個體的名稱或網路位址",
|
||||
"kusto.connectionOptions.failoverPartner.displayName": "容錯移轉夥伴",
|
||||
"kusto.connectionOptions.groupName.connectionResiliency": "恢復連接",
|
||||
"kusto.connectionOptions.groupName.context": "內容",
|
||||
"kusto.connectionOptions.groupName.initialization": "初始化",
|
||||
"kusto.connectionOptions.groupName.security": "安全性",
|
||||
"kusto.connectionOptions.groupName.source": "來源",
|
||||
"kusto.connectionOptions.connectionName.description": "連線的自訂名稱",
|
||||
"kusto.connectionOptions.databaseName.displayName": "資料庫",
|
||||
"cloud.databaseProperties.name": "資料庫名稱",
|
||||
"kusto.connectionOptions.connectRetryInterval.description": "嘗試還原連線之間的延遲",
|
||||
"kusto.connectionOptions.failoverPartner.displayName": "容錯移轉夥伴",
|
||||
"kusto.connectionOptions.password.description": "代表要在連線至資料來源時使用的密碼",
|
||||
"kusto.connectionOptions.password.displayName": "密碼",
|
||||
"kusto.connectionOptions.serverName.description": "Kusto 叢集名稱",
|
||||
"kusto.connectionOptions.serverName.displayName": "叢集",
|
||||
"kusto.connectionOptions.userName.description": "代表要在連線至資料來源時使用的使用者識別碼",
|
||||
"kusto.connectionOptions.userName.displayName": "使用者名稱",
|
||||
"kusto.connectionOptions.workstationId.description": "連線至 Kusto Server 的工作站名稱",
|
||||
"kusto.connectionOptions.workstationId.displayName": "工作站識別碼",
|
||||
"kusto.connectionOptions.groupName.initialization": "初始化",
|
||||
"kusto.configuration.title": "KUSTO 設定",
|
||||
"kusto.connectionOptions.serverName.description": "Kusto 叢集名稱",
|
||||
"objectsListProperties.name": "名稱",
|
||||
"databasesListProperties.name": "名稱",
|
||||
"kusto.connectionOptions.connectionName.displayName": "名稱 (選用)",
|
||||
"notebook.command.new": "新增 Notebook",
|
||||
"kusto.connectionOptions.authType.categoryValues.none": "無驗證",
|
||||
"kusto.connectionOptions.connectRetryCount.description": "嘗試還原連線的次數",
|
||||
"notebook.command.open": "開啟 Notebook",
|
||||
"kusto.connectionOptions.password.displayName": "密碼",
|
||||
"kusto.connectionOptions.groupName.security": "安全性",
|
||||
"kusto.query.displayBitAsNumber": "BIT 資料行是否顯示為數字 (1 或 0)? 若為 False,BIT 資料行將會顯示為 'True' 或 'False'",
|
||||
"kusto.format.alignColumnDefinitionsInColumns": "行定義是否一致?",
|
||||
"kusto.format.datatypeCasing": "是否將資料類型轉換為大寫,小寫或無 (不轉換)",
|
||||
"kusto.format.keywordCasing": "是否將關鍵字轉換為大寫,小寫或無 (不轉換)",
|
||||
"kusto.logDebugInfo": "[選用] 將偵錯記錄輸出至主控台 ([檢視] -> [輸出]),並從下拉式清單選取適當的輸出通道",
|
||||
"kusto.provider.displayName": "Azure 資料總管 (Kusto)",
|
||||
"kusto.query.displayBitAsNumber": "BIT 資料行是否顯示為數字 (1 或 0)? 若為 False,BIT 資料行將會顯示為 'True' 或 'False'",
|
||||
"kusto.tracingLevel": "[選用] 後端服務的記錄層級。每當 Azure Data Studio 啟動,或是檔案已經有附加至該檔案的記錄項目時,Azure Data Studio 都會產生檔案名稱。如需清除舊記錄檔,請查看 logRetentionMinutes 和 logFilesRemovalLimit 設定。預設 tracingLevel 不會記錄太多項目。變更詳細資訊可能會導致大量記錄和記錄的磁碟空間需求。錯誤包含嚴重,警告包含錯誤,資訊包含警告而詳細資訊包含資訊",
|
||||
"notebook.command.new": "新的 Notebook",
|
||||
"notebook.command.open": "開啟 Notebook",
|
||||
"databasesListProperties.size": "大小 (MB)",
|
||||
"cloud.databaseProperties.size": "大小 (MB)",
|
||||
"kusto.connectionOptions.groupName.source": "來源",
|
||||
"kusto.connectionOptions.authType.description": "指定使用 Kusto Server 驗證的方法",
|
||||
"cloud.serverProperties.summary": "狀態",
|
||||
"kusto.connectionOptions.connectTimeout.description": "終止嘗試並產生錯誤前,要等待伺服器連線的時間長度 (秒)",
|
||||
"kusto.connectionOptions.applicationName.description": "應用程式的名稱",
|
||||
"kusto.connectionOptions.databaseName.description": "資料來源中初始目錄或資料庫的名稱。",
|
||||
"kusto.connectionOptions.workstationId.description": "連線至 Kusto Server 的工作站名稱",
|
||||
"kusto.connectionOptions.failoverPartner.description": "充當容錯移轉夥伴之 Kusto Server 執行個體的名稱或網路位址",
|
||||
"cloud.serverProperties.machinesTotal": "叢集中的電腦總計",
|
||||
"objectsListProperties.metadataTypeName": "類型",
|
||||
"objectsListProperties.name": "名稱"
|
||||
"kusto.connectionOptions.authType.categoryValues.sqlLogin": "使用者驗證",
|
||||
"kusto.connectionOptions.userName.displayName": "使用者名稱",
|
||||
"kusto.connectionOptions.workstationId.displayName": "工作站識別碼",
|
||||
"kusto.logDebugInfo": "[選用] 將偵錯記錄輸出至主控台 ([檢視] -> [輸出]),並從下拉式清單選取適當的輸出通道",
|
||||
"kusto.tracingLevel": "[選用] 後端服務的記錄層級。每當 Azure Data Studio 啟動,或是檔案已經有附加至該檔案的記錄項目時,Azure Data Studio 都會產生檔案名稱。如需清除舊記錄檔,請查看 logRetentionMinutes 和 logFilesRemovalLimit 設定。預設 tracingLevel 不會記錄太多項目。變更詳細資訊可能會導致大量記錄和記錄的磁碟空間需求。錯誤包含嚴重,警告包含錯誤,資訊包含警告而詳細資訊包含資訊"
|
||||
}
|
||||
}
|
||||
}
|
||||
+180
-180
@@ -9,224 +9,224 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/common/constants": {
|
||||
"azure.resource.error": "錯誤: {0}",
|
||||
"dashboardDesc": "SQL 資料庫的機器學習",
|
||||
"dashboardLinksTitle": "實用連結",
|
||||
"dashboardTitle": "機器學習",
|
||||
"dashboardVideoLinksTitle": "影片教學課程",
|
||||
"databaseName": "資料庫",
|
||||
"databaseToStoreInfo": "選取要儲存新模型的資料庫。",
|
||||
"editTitle": "編輯",
|
||||
"existingTableName": "現有資料表",
|
||||
"extLang.CancelButtonText": "取消",
|
||||
"extLang.DialogTitle": "語言",
|
||||
"extLang.DoneButtonText": "關閉",
|
||||
"extLang.Local": "localhost",
|
||||
"extLang.OkButtonText": "確定",
|
||||
"extLang.SaveButtonText": "儲存",
|
||||
"extLang.Target": "目標",
|
||||
"extLang.delete": "刪除",
|
||||
"extLang.envVariables": "環境變數",
|
||||
"extLang.extensionFileLocation": "語言延伸模組位置",
|
||||
"extLang.extensionFileName": "延伸模組檔案名稱",
|
||||
"extLang.extensionFilePath": "語言延伸模組路徑",
|
||||
"extLang.fileBrowserTabTitle": "檔案瀏覽器",
|
||||
"extLang.installButtonText": "安裝",
|
||||
"extLang.installFailedError": "無法安裝語言",
|
||||
"extLang.installTabTitle": "已安裝",
|
||||
"extLang.languageCreatedDate": "已安裝",
|
||||
"extLang.languageName": "名稱",
|
||||
"extLang.languagePlatform": "平台",
|
||||
"extLang.newLanguageTabTitle": "新增",
|
||||
"extLang.parameters": "參數",
|
||||
"extLang.selectedPath": "選取的路徑",
|
||||
"extLang.updateFailedError": "無法更新語言",
|
||||
"learnMoreTitle": "深入了解",
|
||||
"ml.dataCount": "顯示 {0} 模型",
|
||||
"mls.cannotFindPython.error": "找不到 Python 可執行檔 '{0}'。請確定已正確安裝及設定 Python",
|
||||
"mls.cannotFindR.error": "找不到 R 可執行檔 '{0}'。請確定已正確安裝及設定 R",
|
||||
"mls.configAction": "動作",
|
||||
"mls.configStatus": "已啟用",
|
||||
"mls.configTitle": "設定",
|
||||
"mls.configUpdateFailed": "無法修改機器學習服務設定",
|
||||
"mls.confirmEnableExternalScripts": "套件管理需要外部指令碼。您確定要啟用。",
|
||||
"mls.confirmInstallPythonPackages": "您確定要安裝必要的套件嗎?",
|
||||
"mls.disableButtonTitle": "停用",
|
||||
"mls.downloadError": "下載時發生錯誤",
|
||||
"mls.downloadingProgress": "正在下載",
|
||||
"mls.enableButtonTitle": "啟用",
|
||||
"mls.enableExternalScriptsError": "無法啟用外部指令碼。",
|
||||
"mls.enabledMessage": "已啟用機器學習服務",
|
||||
"mls.externalExecuteScriptTitle": "外部執行指令碼",
|
||||
"mls.externalScriptsIsRequiredError": "此動作需要外部指令碼設定。",
|
||||
"mls.httpGetRequestError": "套件資訊要求失敗。錯誤: {0} {1}",
|
||||
"mls.installDependencies.confirmInstallPythonPackages": "需要下列 Python 套件才能安裝: {0}",
|
||||
"mls.installDependencies.confirmInstallRPackages": "需要下列 R 套件才能安裝: {0}",
|
||||
"mls.installDependencies.getPackagesError": "無法取得已安裝的 Python 套件。錯誤: {0}",
|
||||
"mls.installDependencies.packages": "正在安裝必要套件 ...",
|
||||
"mls.installDependencies.packagesAlreadyInstalled": "已安裝必要的套件。",
|
||||
"mls.installModelMngDependencies.msgTaskName": "正在驗證模型管理相依性",
|
||||
"mls.installPackageMngDependencies.msgTaskName": "正在驗證套件管理相依性",
|
||||
"mls.installingDependencies": "正在安裝相依性 ...",
|
||||
"mls.invalidModelIdError": "模型識別碼無效。模型 URL: {0}",
|
||||
"mls.latestVersion": "最新",
|
||||
"mls.managePackages.error": "伺服器不支援套件管理。請確定您已安裝 Python 或 R。",
|
||||
"mls.mssqlExtensionNotLoaded": "未載入 MSSQL 延伸模組",
|
||||
"mls.noArtifactError": "模型沒有任何成品。模型 URL: {0}",
|
||||
"mls.noResultError": "未傳回任何結果",
|
||||
"mls.notebookExtensionNotLoaded": "未載入筆記本延伸模組",
|
||||
"mls.packageManager.NoConnection": "未選取連線",
|
||||
"mls.pythonConfigError": "未設定 Python 可執行檔",
|
||||
"mls.pythonLanguageTitle": "Python",
|
||||
"mls.rConfigError": "未設定 R 可執行檔",
|
||||
"mls.rLanguageTitle": "R",
|
||||
"mls.requiredPackagesNotInstalled": "未安裝所需的套件",
|
||||
"mls.resourceNotFound": "找不到指定的資源",
|
||||
"mls.taskFailedError.error": "無法完成工作 '{0}'。錯誤: {1}",
|
||||
"mls.verifyOdbcDriverError.error": "套件管理需要 '{0}'。請確定已正確安裝及設定。",
|
||||
"mlsInstallObdcDocTitle": "安裝 Microsoft ODBC Driver for SQL Server",
|
||||
"mlsInstallOdbcDocDesc": "此文件說明如何安裝 Microsoft ODBC Driver for SQL Server。",
|
||||
"modelDatabaseInfo": "選取已儲存現有/匯入模型的資料庫。",
|
||||
"modelTableInfo": "選取模型資料表以檢視現有/匯入模型的清單。",
|
||||
"models.RegisterWizard": "匯入模型",
|
||||
"models.azureAccount": "Azure 帳戶",
|
||||
"models.azureGroup": "資源群組",
|
||||
"models.azureModelFilter": "篩選",
|
||||
"models.azureModelPageTitle": "從 Azure Machine Learning 匯入",
|
||||
"models.azureModelSource": "Azure Machine Learning",
|
||||
"models.azureModelSourceDescriptionForImport": "已選取‘Azure Machine Learning’。這可讓您匯入儲存在此 SQL 執行個體中模型資料庫 Azure Machine Learning 工作區中的模型。點擊 [下一步] 以繼續。",
|
||||
"models.azureModelSourceDescriptionForPredict": "已選取‘Azure Machine Learning’。這可讓您從儲存在 Azure Machine Learning 工作區的模型中選擇。點擊 [下一步] 以繼續。",
|
||||
"models.browseButton": "...",
|
||||
"mls.configAction": "動作",
|
||||
"extLang.newLanguageTabTitle": "新增",
|
||||
"models.confirmDeleteModel": "確定要刪除 {0} 模型嗎?",
|
||||
"mls.confirmInstallPythonPackages": "您確定要安裝必要的套件嗎?",
|
||||
"models.azureModelWorkspace": "Azure ML 工作區",
|
||||
"models.azureModels": "模型",
|
||||
"models.azureModelsListEmptyDescription": "選取其他 Azure ML 工作區",
|
||||
"models.azureModelsListEmptyTitle": "找不到模型",
|
||||
"models.azureModelSource": "Azure Machine Learning",
|
||||
"models.azureAccount": "Azure 帳戶",
|
||||
"models.azureModelsTitle": "Azure 模型",
|
||||
"models.azureSignIn": "Azure 登入或重新整理帳戶",
|
||||
"models.azureSubscription": "Azure 訂用帳戶",
|
||||
"models.browseButton": "...",
|
||||
"models.columnDataTypeMismatchWarning": "來源資料表資料行的資料類型與必要的輸入欄位類型不相符。",
|
||||
"models.columnDataTypeMismatchWarningHeading": "資料類型的差異",
|
||||
"extLang.CancelButtonText": "取消",
|
||||
"mls.cannotFindPython.error": "找不到 Python 可執行檔 '{0}'。請確定已正確安裝及設定 Python",
|
||||
"mls.cannotFindR.error": "找不到 R 可執行檔 '{0}'。請確定已正確安裝及設定 R",
|
||||
"models.columnDataTypeMismatchWarningHelper": "按一下以檢閱警告詳細資料",
|
||||
"models.columnSelectionPageTitle": "將來源資料對應至模型",
|
||||
"models.confirmDeleteModel": "確定要刪除 {0} 模型嗎?",
|
||||
"models.createNotebookDesc": "在筆記本中執行實驗並建立模型",
|
||||
"extLang.DoneButtonText": "關閉",
|
||||
"mls.configTitle": "設定",
|
||||
"mls.resourceNotFound": "找不到指定的資源",
|
||||
"models.createNotebookTitle": "建立筆記本",
|
||||
"databaseName": "資料庫",
|
||||
"models.created": "建立日期",
|
||||
"models.currentModelsTitle": "模型",
|
||||
"models.imported": "匯入日期",
|
||||
"extLang.delete": "刪除",
|
||||
"models.description": "描述",
|
||||
"models.columnDataTypeMismatchWarningHeading": "資料類型的差異",
|
||||
"mls.disableButtonTitle": "停用",
|
||||
"predict.displayName": "顯示名稱",
|
||||
"mls.downloadingProgress": "正在下載",
|
||||
"models.downloadModelMsgTaskName": "正在從 Azure 下載模型",
|
||||
"editTitle": "編輯",
|
||||
"models.editModelTitle": "編輯模型",
|
||||
"models.fileName": "檔案",
|
||||
"mls.enableButtonTitle": "啟用",
|
||||
"mls.configStatus": "啟用",
|
||||
"models.modelDetailsPageTitle": "輸入模型詳細資料",
|
||||
"extLang.envVariables": "環境變數",
|
||||
"mls.downloadError": "下載時發生錯誤",
|
||||
"azure.resource.error": "錯誤: {0}",
|
||||
"existingTableName": "現有資料表",
|
||||
"extLang.extensionFileName": "延伸模組檔案名稱",
|
||||
"mls.externalExecuteScriptTitle": "外部執行指令碼",
|
||||
"mls.externalScriptsIsRequiredError": "此動作需要外部指令碼設定。",
|
||||
"mls.confirmEnableExternalScripts": "套件管理需要外部指令碼。您確定要啟用。",
|
||||
"mls.taskFailedError.error": "無法完成工作 '{0}'。錯誤: {1}",
|
||||
"mls.enableExternalScriptsError": "無法啟用外部指令碼。",
|
||||
"mls.installDependencies.getPackagesError": "無法取得已安裝的 Python 套件。錯誤: {0}",
|
||||
"extLang.installFailedError": "無法安裝語言",
|
||||
"models.loadModelParameterFailedError": "無法載入模型參數",
|
||||
"mls.configUpdateFailed": "無法修改機器學習服務設定",
|
||||
"models.importModelFailedError": "無法註冊模型: {0},檔案: {1}",
|
||||
"extLang.updateFailedError": "無法更新語言",
|
||||
"models.updateModelFailedError": "無法更新模型",
|
||||
"models.modelUpdateFailedError": "無法更新模型",
|
||||
"models.fileName": "FILE",
|
||||
"extLang.fileBrowserTabTitle": "檔案瀏覽器",
|
||||
"models.modelLocalSourceTooltip": "要匯入之模型的檔案路徑",
|
||||
"models.localModelSource": "檔案上傳",
|
||||
"models.azureModelFilter": "篩選",
|
||||
"models.framework": "架構",
|
||||
"models.frameworkVersion": "架構版本",
|
||||
"models.importModelDesc": "匯入或檢視儲存在資料庫中的機器學習模型",
|
||||
"models.makePredictionDesc": "使用受控模型產生預測值或分數",
|
||||
"sqlMlsMIDocDesc": "開始使用 Azure SQL 受控執行個體中的機器學習服務。",
|
||||
"sqlMlsDocDesc": "開始使用 SQL Server 上的機器學習服務,以及如何將其安裝在 Windows 和 Linux 上。",
|
||||
"onnxOnEdgeOdbcDocDesc": "開始使用 Azure SQL Database Edge 中的機器學習",
|
||||
"models.importModelDoneButton": "匯入",
|
||||
"models.importModelFailedError": "無法註冊模型: {0},檔案: {1}",
|
||||
"models.azureModelPageTitle": "從 Azure Machine Learning 匯入",
|
||||
"models.RegisterWizard": "匯入模型",
|
||||
"models.importModelDesc": "匯入或檢視儲存在資料庫中的機器學習模型",
|
||||
"models.importModelTitle": "匯入或檢視模型",
|
||||
"models.imported": "匯入日期",
|
||||
"models.importedModelSourceDescriptionForPredict": "已選取 [匯入的模型]。這可讓您從儲存在資料庫之模型資料表中的模型中選擇。按一下 [下一步] 以繼續。",
|
||||
"models.importedModelsPageTitle": "選取匯入的模型",
|
||||
"models.registeredModelsSource": "匯入的模型",
|
||||
"extLang.installButtonText": "安裝",
|
||||
"mlsInstallObdcDocTitle": "安裝 Microsoft ODBC Driver for SQL Server",
|
||||
"extLang.languageCreatedDate": "已安裝",
|
||||
"extLang.installTabTitle": "已安裝",
|
||||
"mls.installingDependencies": "正在安裝相依性 ...",
|
||||
"mls.installDependencies.packages": "正在安裝必要套件 ...",
|
||||
"models.invalidAzureResourceError": "Azure 資源無效",
|
||||
"models.invalidImportTableError": "資料表無效,無法匯入模型。資料庫名稱: {0},資料表名稱: {1}",
|
||||
"models.invalidImportTableSchemaError": "模型匯入不支援資料表結構描述。資料庫名稱: {0},資料表名稱: {1}。",
|
||||
"models.invalidModelImportTargetError": "請選取有效的資料表",
|
||||
"models.invalidModelParametersError": "請選取有效的來源資料表和模型參數",
|
||||
"mls.invalidModelIdError": "模型識別碼無效。模型 URL: {0}",
|
||||
"models.invalidModelToPredictError": "要預測的模型無效",
|
||||
"models.invalidModelToRegisterError": "要註冊的模型無效",
|
||||
"models.invalidModelToSelectError": "請選取有效的模型",
|
||||
"models.learnMoreLink": "深入了解。",
|
||||
"models.loadModelParameterFailedError": "無法載入模型參數",
|
||||
"models.localModelPageTitle": "上傳模型檔",
|
||||
"models.localModelSource": "檔案上傳",
|
||||
"models.localModelSourceDescriptionForImport": "已選取 [檔案上傳]。這可讓您將本機電腦中的模型檔案匯入此 SQL 執行個體中的模型資料庫。按一下 [下一步] 以繼續。",
|
||||
"models.localModelSourceDescriptionForPredict": "已選取 [檔案上傳]。這可讓您從本機電腦上傳模型檔案。按一下 [下一步] 以繼續。",
|
||||
"models.localModelsTitle": "本機模型",
|
||||
"models.makePredictionDesc": "使用受控模型產生預測值或分數",
|
||||
"models.makePredictionTitle": "進行預測",
|
||||
"models.modelDetailsPageTitle": "輸入模型詳細資料",
|
||||
"models.modelFailedToRegistered": "模型無法註冊",
|
||||
"models.modelImportTargetPageTitle": "選取或輸入要將模型匯入的位置",
|
||||
"models.modelLocalSourceTitle": "來源檔案",
|
||||
"models.modelLocalSourceTooltip": "要匯入之模型的檔案路徑",
|
||||
"models.modelNameRequiredError": "需要模型名稱。",
|
||||
"models.modelRegisteredSuccessfully": "已成功註冊模型",
|
||||
"models.modelSchemaIsAcceptedMessage": "資料表符合需求!",
|
||||
"models.invalidImportTableError": "資料表無效,無法匯入模型。資料庫名稱: {0},資料表名稱: {1}",
|
||||
"models.modelSchemaIsNotAcceptedMessage": "資料表結構無效!",
|
||||
"models.modelSourcePageTitle": "選取模型來源類型",
|
||||
"models.modelSourcesTitle": "來源位置",
|
||||
"models.modelUpdateFailedError": "無法更新模型",
|
||||
"models.modelUpdatedSuccessfully": "已成功更新模型",
|
||||
"models.modelsListEmptyDescription": "選取另一個資料庫或資料表",
|
||||
"models.modelsListEmptyMessage": "找不到任何模型",
|
||||
"models.modelsRequiredError": "請至少選取一個要匯入的模型。",
|
||||
"models.name": "名稱",
|
||||
"models.onnxNotSupportedError": "目前的伺服器不支援 ONNX 執行階段",
|
||||
"models.outputColumnDataTypeNotSupportedWarning": "輸出資料行的資料類型不符合輸出欄位的類型。",
|
||||
"models.predictModel": "預測",
|
||||
"models.registeredModelsSource": "匯入的模型",
|
||||
"models.selectModelDatabaseMessage": "選取資料庫",
|
||||
"models.selectModelDatabaseTitle": "選取有模型的資料庫",
|
||||
"models.selectModelTableMessage": "選取資料表",
|
||||
"models.selectModelTableTitle": "選取有模型的資料表",
|
||||
"models.selectModelsTableMessage": "選取模型資料表",
|
||||
"models.unsupportedModelParameterType": "不支援",
|
||||
"models.updateModelFailedError": "無法更新模型",
|
||||
"models.version": "版本",
|
||||
"models.viewImportModeledForPredictDesc": "模型儲存在一或多個資料庫及資料表中。請選取模型資料庫及資料表,以查看其中的模型。",
|
||||
"extLang.extensionFileLocation": "語言延伸模組位置",
|
||||
"extLang.extensionFilePath": "語言延伸模組路徑",
|
||||
"extLang.DialogTitle": "語言",
|
||||
"mls.latestVersion": "最新",
|
||||
"sqlMlExtDocDesc": "了解如何使用 Azure Data Studio 中的 Machine Learning 延伸模組來管理套件、進行預測及匯入模型。",
|
||||
"sqlMlDocDesc": "了解如何在 Azure 上的 SQL Server 和 SQL 上使用機器學習,對關聯式資料執行 Python 及 R 指令碼。",
|
||||
"learnMoreTitle": "深入了解",
|
||||
"models.learnMoreLink": "深入了解。",
|
||||
"models.localModelsTitle": "本機模型",
|
||||
"mls.mssqlExtensionNotLoaded": "未載入 MSSQL 延伸模組",
|
||||
"dashboardTitle": "機器學習",
|
||||
"mls.enabledMessage": "已啟用機器學習服務",
|
||||
"sqlMlsMIDocTitle": "Azure SQL 受控執行個體中的機器學習服務",
|
||||
"sqlMlExtDocTitle": "Azure Data Studio 中的 Machine Learning 延伸模組",
|
||||
"dashboardDesc": "SQL 資料庫的機器學習",
|
||||
"models.viewImportModelsDesc": "機器學習模型可以儲存在一或多個資料庫及資料表中。請選取模型資料庫及資料表,以查看其中的模型。",
|
||||
"models.viewImportModelsTitle": "檢視和匯入模型",
|
||||
"msgNo": "否",
|
||||
"msgYes": "是",
|
||||
"newTableName": "新增資料表",
|
||||
"notSupportedEventArg": "不支援的事件引數",
|
||||
"notebookExtensionFailedError": "無法載入延伸模組,因為它與筆記本延伸模組有相依性。請查看筆記本延伸模組的輸出記錄以取得更多詳細資料",
|
||||
"onnxOnEdgeOdbcDocDesc": "開始使用 Azure SQL Database Edge 中的機器學習",
|
||||
"onnxOnEdgeOdbcDocTitle": "在 SQL Database Edge 預覽中使用 ONNX 的機器學習及 AI",
|
||||
"predict.columnDatabase": "來源資料庫",
|
||||
"predict.columnDatabaseInfo": "選取包含要套用預測之資料集的資料庫。",
|
||||
"predict.columnName": "來源資料行",
|
||||
"predict.columnTable": "來源資料表",
|
||||
"predict.columnTableInfo": "選取包含要套用預測之資料集的資料表。",
|
||||
"predict.dataTypeName": "類型",
|
||||
"predict.displayName": "顯示名稱",
|
||||
"models.makePredictionTitle": "進行預測",
|
||||
"models.columnSelectionPageTitle": "將來源資料對應至模型",
|
||||
"predict.inputColumns": "模型輸入對應",
|
||||
"mls.noArtifactError": "模型沒有任何成品。模型 URL: {0}",
|
||||
"models.modelFailedToRegistered": "模型無法註冊",
|
||||
"predict.inputName": "模型輸入",
|
||||
"models.modelNameRequiredError": "需要模型名稱。",
|
||||
"predict.outputColumns": "模型輸出",
|
||||
"models.modelRegisteredSuccessfully": "已成功註冊模型",
|
||||
"models.modelUpdatedSuccessfully": "已成功更新模型",
|
||||
"models.currentModelsTitle": "模型",
|
||||
"models.azureModels": "模型",
|
||||
"predict.outputName": "名稱",
|
||||
"models.name": "名稱",
|
||||
"extLang.languageName": "名稱",
|
||||
"newTableName": "新增資料表",
|
||||
"msgNo": "否",
|
||||
"mls.noResultError": "未傳回任何結果",
|
||||
"mls.packageManager.NoConnection": "未選取連線",
|
||||
"models.azureModelsListEmptyTitle": "找不到模型",
|
||||
"models.modelsListEmptyMessage": "找不到任何模型",
|
||||
"notSupportedEventArg": "不支援的事件引數",
|
||||
"mls.notebookExtensionNotLoaded": "未載入筆記本延伸模組",
|
||||
"extLang.OkButtonText": "確定",
|
||||
"models.onnxNotSupportedError": "目前的伺服器不支援 ONNX 執行階段",
|
||||
"mls.httpGetRequestError": "套件資訊要求失敗。錯誤: {0} {1}",
|
||||
"mls.managePackages.error": "伺服器不支援套件管理。請確定您已安裝 Python 或 R。",
|
||||
"extLang.parameters": "參數",
|
||||
"extLang.languagePlatform": "平台",
|
||||
"models.invalidModelToSelectError": "請選取有效的模型",
|
||||
"models.invalidModelImportTargetError": "請選取有效的資料表",
|
||||
"models.modelsRequiredError": "請至少選取一個要匯入的模型。",
|
||||
"models.invalidModelParametersError": "請選取有效的來源資料表和模型參數",
|
||||
"models.predictModel": "預測",
|
||||
"mls.pythonLanguageTitle": "Python",
|
||||
"mls.pythonConfigError": "未設定 Python 可執行檔",
|
||||
"mls.rLanguageTitle": "R",
|
||||
"mls.rConfigError": "未設定 R 可執行檔",
|
||||
"mls.installDependencies.packagesAlreadyInstalled": "已安裝必要的套件。",
|
||||
"models.azureGroup": "資源群組",
|
||||
"models.createNotebookDesc": "在筆記本中執行實驗並建立模型",
|
||||
"sqlMlsDocTitle": "SQL Server 機器學習服務 (Python 和 R)",
|
||||
"sqlMlDocTitle": "SQL 機器學習文件",
|
||||
"extLang.SaveButtonText": "儲存",
|
||||
"models.selectModelDatabaseMessage": "選取資料庫",
|
||||
"databaseToStoreInfo": "選取要儲存新模型的資料庫。",
|
||||
"modelDatabaseInfo": "選取已儲存現有/匯入模型的資料庫。",
|
||||
"modelTableInfo": "選取模型資料表以檢視現有/匯入模型的清單。",
|
||||
"tableToStoreInfo": "選取符合模型結構描述的現有資料表,或建立新的資料表來儲存匯入的模型。",
|
||||
"models.azureModelsListEmptyDescription": "選取其他 Azure ML 工作區",
|
||||
"models.modelsListEmptyDescription": "選取另一個資料庫或資料表",
|
||||
"predict.selectColumnTitle": "選取資料行...",
|
||||
"predict.selectDatabaseTitle": "選取資料庫",
|
||||
"models.selectModelDatabaseTitle": "選取有模型的資料庫",
|
||||
"models.importedModelsPageTitle": "選取匯入的模型",
|
||||
"models.modelSourcePageTitle": "選取模型來源類型",
|
||||
"models.selectModelsTableMessage": "選取模型資料表",
|
||||
"models.modelImportTargetPageTitle": "選取或輸入要將模型匯入的位置",
|
||||
"predict.selectTableTitle": "選取資料表",
|
||||
"models.selectModelTableMessage": "選取資料表",
|
||||
"models.selectModelTableTitle": "選取有模型的資料表",
|
||||
"predict.columnDatabaseInfo": "選取包含要套用預測之資料集的資料庫。",
|
||||
"predict.columnTableInfo": "選取包含要套用預測之資料集的資料表。",
|
||||
"extLang.selectedPath": "選取的路徑",
|
||||
"showLessTitle": "顯示較少",
|
||||
"showMoreTitle": "顯示較多",
|
||||
"sqlMlDocDesc": "了解如何在 Azure 上的 SQL Server 和 SQL 上使用機器學習,對關聯式資料執行 Python 及 R 指令碼。",
|
||||
"sqlMlDocTitle": "SQL 機器學習文件",
|
||||
"sqlMlExtDocDesc": "了解如何使用 Azure Data Studio 中的 Machine Learning 延伸模組來管理套件、進行預測及匯入模型。",
|
||||
"sqlMlExtDocTitle": "Azure Data Studio 中的 Machine Learning 延伸模組",
|
||||
"sqlMlsDocDesc": "開始使用 SQL Server 上的機器學習服務,以及如何將其安裝在 Windows 和 Linux 上。",
|
||||
"sqlMlsDocTitle": "SQL Server 機器學習服務 (Python 和 R)",
|
||||
"sqlMlsMIDocDesc": "開始使用 Azure SQL 受控執行個體中的機器學習服務。",
|
||||
"sqlMlsMIDocTitle": "Azure SQL 受控執行個體中的機器學習服務",
|
||||
"ml.dataCount": "顯示 {0} 模型",
|
||||
"predict.columnName": "來源資料行",
|
||||
"predict.columnDatabase": "來源資料庫",
|
||||
"models.modelLocalSourceTitle": "來源檔案",
|
||||
"models.modelSourcesTitle": "來源位置",
|
||||
"predict.columnTable": "來源資料表",
|
||||
"tableName": "資料表",
|
||||
"tableToStoreInfo": "選取符合模型結構描述的現有資料表,或建立新的資料表來儲存匯入的模型。"
|
||||
"models.modelSchemaIsAcceptedMessage": "資料表符合需求!",
|
||||
"models.invalidImportTableSchemaError": "模型匯入不支援資料表結構描述。資料庫名稱: {0},資料表名稱: {1}。",
|
||||
"extLang.Target": "目標",
|
||||
"models.outputColumnDataTypeNotSupportedWarning": "輸出資料行的資料類型不符合輸出欄位的類型。",
|
||||
"models.columnDataTypeMismatchWarning": "來源資料表資料行的資料類型與必要的輸入欄位類型不相符。",
|
||||
"notebookExtensionFailedError": "無法載入延伸模組,因為它與筆記本延伸模組有相依性。請查看筆記本延伸模組的輸出記錄以取得更多詳細資料",
|
||||
"mls.installDependencies.confirmInstallPythonPackages": "需要下列 Python 套件才能安裝: {0}",
|
||||
"mls.installDependencies.confirmInstallRPackages": "需要下列 R 套件才能安裝: {0}",
|
||||
"models.viewImportModeledForPredictDesc": "模型儲存在一或多個資料庫及資料表中。請選取模型資料庫及資料表,以查看其中的模型。",
|
||||
"mls.requiredPackagesNotInstalled": "未安裝所需的套件",
|
||||
"mlsInstallOdbcDocDesc": "此文件說明如何安裝 Microsoft ODBC Driver for SQL Server。",
|
||||
"predict.dataTypeName": "類型",
|
||||
"models.localModelPageTitle": "上傳模型檔",
|
||||
"dashboardLinksTitle": "實用連結",
|
||||
"mls.installModelMngDependencies.msgTaskName": "正在驗證模型管理相依性",
|
||||
"mls.installPackageMngDependencies.msgTaskName": "正在驗證套件管理相依性",
|
||||
"models.version": "版本",
|
||||
"dashboardVideoLinksTitle": "影片教學課程",
|
||||
"models.viewImportModelsTitle": "檢視和匯入模型",
|
||||
"msgYes": "是",
|
||||
"extLang.Local": "localhost",
|
||||
"models.unsupportedModelParameterType": "不支援",
|
||||
"models.azureModelSourceDescriptionForPredict": "已選取‘Azure Machine Learning’。這可讓您從儲存在 Azure Machine Learning 工作區的模型中選擇。點擊 [下一步] 以繼續。",
|
||||
"models.azureModelSourceDescriptionForImport": "已選取‘Azure Machine Learning’。這可讓您匯入儲存在此 SQL 執行個體中模型資料庫 Azure Machine Learning 工作區中的模型。點擊 [下一步] 以繼續。",
|
||||
"models.localModelSourceDescriptionForImport": "已選取 [檔案上傳]。這可讓您將本機電腦中的模型檔案匯入此 SQL 執行個體中的模型資料庫。按一下 [下一步] 以繼續。",
|
||||
"models.localModelSourceDescriptionForPredict": "已選取 [檔案上傳]。這可讓您從本機電腦上傳模型檔案。按一下 [下一步] 以繼續。",
|
||||
"models.importedModelSourceDescriptionForPredict": "已選取 [匯入的模型]。這可讓您從儲存在資料庫之模型資料表中的模型中選擇。按一下 [下一步] 以繼續。"
|
||||
},
|
||||
"package": {
|
||||
"title.configurations": "設定",
|
||||
"title.documents": "文件",
|
||||
"ml.command.enableExternalScript": "啟用外部指令碼",
|
||||
"ml.enablePython.description": "在資料庫中啟用 Python 套件管理。",
|
||||
"ml.enableR.description": "在資料庫中啟用 R 套件管理。",
|
||||
"title.endpoints": "端點",
|
||||
"ml.command.importModel": "匯入模型",
|
||||
"ml.command.dependencies": "安裝機器學習依存性",
|
||||
"ml.pythonPath.description": "機器學習所使用之現有 Python 安裝的本機路徑。",
|
||||
"ml.rPath.description": "機器學習所使用之現有 R 安裝的本機路徑。",
|
||||
"description": "機器學習",
|
||||
"displayName": "機器學習",
|
||||
"ml.command.dependencies": "安裝機器學習依存性",
|
||||
"ml.command.enableExternalScript": "啟用外部指令碼",
|
||||
"ml.command.importModel": "匯入模型",
|
||||
"ml.configuration.title": "機器學習設定",
|
||||
"ml.command.predictModel": "進行預測",
|
||||
"ml.command.manageLanguages": "管理外部語言",
|
||||
"ml.command.manageModels": "管理模型",
|
||||
"ml.command.managePackages": "管理資料庫中的套件",
|
||||
"ml.command.predictModel": "進行預測",
|
||||
"ml.configuration.title": "機器學習設定",
|
||||
"ml.enablePython.description": "在資料庫中啟用 Python 套件管理。",
|
||||
"ml.enableR.description": "在資料庫中啟用 R 套件管理。",
|
||||
"ml.pythonPath.description": "機器學習所使用之現有 Python 安裝的本機路徑。",
|
||||
"ml.rPath.description": "機器學習所使用之現有 R 安裝的本機路徑。",
|
||||
"title.configurations": "設定",
|
||||
"title.documents": "文件",
|
||||
"title.endpoints": "端點",
|
||||
"title.tasks": "工作"
|
||||
}
|
||||
}
|
||||
+448
-269
@@ -14,410 +14,589 @@
|
||||
"trustServerCertInstructionText": "已在此連線上啟用加密、檢閱目標 SQL Server 的 SSL 與憑證設定,或在連線對話方塊中啟用 [信任伺服器憑證]。\t\t\t\r\n\r\n注意: 自我簽署憑證只提供有限的保護,且不是實際執行環境的建議做法。您要在此連線上啟用 [信任伺服器憑證] 並重試嗎? "
|
||||
},
|
||||
"dist/features": {
|
||||
"mssql.missingLinkedAzureAccount": "Azure Data Studio 必須連絡 Azure Key Vault 以存取 Always Encrypted 的資料行主要金鑰,但沒有任何已連結的 Azure 帳戶可供使用。請新增已連結的 Azure 帳戶,然後重試一次此查詢。",
|
||||
"mssql.canceledLinkedAzureAccountSelection": "Azure Data Studio 必須連絡 Azure Key Vault 以存取 Always Encrypted 的資料行主要金鑰,但沒有選取任何已連結的 Azure 帳戶。請重試一次此查詢,並在提示出現時選取已連結的 Azure 帳戶。",
|
||||
"mssql.chooseLinkedAzureAccount": "請選取已連結的 Azure 帳戶:",
|
||||
"mssql.insufficientlyPrivelagedAzureAccount": "為 {0} 所設定的 Azure 帳戶,沒有足夠的權限讓 Azure Key Vault 存取 Always Encrypted 的資料行主要金鑰。",
|
||||
"mssql.missingLinkedAzureAccount": "Azure Data Studio 必須連絡 Azure Key Vault 以存取 Always Encrypted 的資料行主要金鑰,但沒有任何已連結的 Azure 帳戶可供使用。請新增已連結的 Azure 帳戶,然後重試一次此查詢。"
|
||||
"mssql.insufficientlyPrivelagedAzureAccount": "為 {0} 所設定的 Azure 帳戶,沒有足夠的權限讓 Azure Key Vault 存取 Always Encrypted 的資料行主要金鑰。"
|
||||
},
|
||||
"dist/localizedConstants": {
|
||||
"mssql.tokenRefreshFailedNoSecurityToken": "編輯器權杖重新整理失敗,將會停用自動編譯,直到編輯器中斷連線並重新連線為止",
|
||||
"mssql.failedToFindAccount": "執行權杖重新整理時找不到 azure 帳戶 {0}",
|
||||
"mssql.failedToFindTenants": "重新整理安全性權杖時,在帳戶 '{1}'中找不到租用戶 '{0}'",
|
||||
"mssql.noConvertResult": "筆記本轉換要求未傳回任何結果",
|
||||
"mssql.noDocumentFound": "找不到 URI {0} 的文件",
|
||||
"mssql.tokenRefreshFailed": "{0} AAD 權杖重新更新失敗,請重新連接以啟用 {0}",
|
||||
"mssql.tokenRefreshFailedNoSecurityToken": "編輯器權杖重新整理失敗,將會停用自動編譯,直到編輯器中斷連線並重新連線為止",
|
||||
"mssql.unsupportedPlatform": "不支援的平台 {0}"
|
||||
"mssql.noConvertResult": "筆記本轉換要求未傳回任何結果",
|
||||
"mssql.unsupportedPlatform": "不支援的平台 {0}",
|
||||
"mssql.tokenRefreshFailed": "{0} AAD 權杖重新更新失敗,請重新連接以啟用 {0}"
|
||||
},
|
||||
"dist/main": {
|
||||
"mssql.errorConvertingToNotebook": "將 SQL 文件轉換成筆記本時發生錯誤。錯誤: {0}",
|
||||
"mssql.errorConvertingToSQL": "將筆記本文件轉換成 SQL 時發生錯誤。錯誤: {0}",
|
||||
"mssql.searchServers": "搜尋伺服器名稱"
|
||||
"mssql.errorConvertingToNotebook": "將 SQL 文件轉換成筆記本時發生錯誤。錯誤: {0}",
|
||||
"mssql.reloadChoice": "重新載入 Azure Data Studio",
|
||||
"mssql.searchServers": "搜尋伺服器名稱",
|
||||
"mssql.reloadPrompt": "此設定需要重新載入 Azure Data Studio 才會生效。"
|
||||
},
|
||||
"dist/objectManagement/localizedConstants": {
|
||||
"objectManagement.ApplicationRoleTypeDisplayName": "應用程式角色",
|
||||
"objectManagement.ApplicationRoleTypeDisplayNameInTitle": "應用程式角色",
|
||||
"objectManagement.ColumnDisplayName": "資料行",
|
||||
"objectManagement.DatabaseDisplayName": "資料庫",
|
||||
"objectManagement.DatabaseDisplayNameInTitle": "資料庫",
|
||||
"objectManagement.DatabaseRoleTypeDisplayName": "資料庫角色",
|
||||
"objectManagement.DatabaseRoleTypeDisplayNameInTitle": "資料庫角色",
|
||||
"objectManagement.LoginTypeDisplayName": "登入",
|
||||
"objectManagement.LoginTypeDisplayNameInTitle": "登入",
|
||||
"objectManagement.ObjectSelectionMethodDialog_AllObjectsOfSchema": "屬於結構描述的所有物件",
|
||||
"objectManagement.ObjectSelectionMethodDialog_AllObjectsOfTypes": "特定類型的所有物件",
|
||||
"objectManagement.ObjectSelectionMethodDialog_SelectSchemaDropdownLabel": "結構描述",
|
||||
"objectManagement.ObjectSelectionMethodDialog_SpecificObjects": "特定物件...",
|
||||
"objectManagement.ObjectSelectionMethodDialog_TypeLabel": "您要如何新增物件?",
|
||||
"objectManagement.SearchTextLabel": "搜尋文字",
|
||||
"objectManagement.ServerDisplayName": "伺服器",
|
||||
"objectManagement.ServerRoleTypeDisplayName": "伺服器角色",
|
||||
"objectManagement.ServerRoleTypeDisplayNameInTitle": "伺服器角色",
|
||||
"objectManagement.TableDisplayName": "資料表",
|
||||
"objectManagement.UserDisplayName": "使用者",
|
||||
"objectManagement.UserTypeDisplayNameInTitle": "使用者",
|
||||
"objectManagement.ViewDisplayName": "檢視",
|
||||
"objectManagement.databaseProperties.addButton": "新增",
|
||||
"objectManagement.databaseProperties.addDatabaseFilesText": "新增資料庫檔案",
|
||||
"objectManagement.databaseProperties.addFilegroupButtonText": "新增檔案群組",
|
||||
"objectManagement.objectSelectionMethodDialogTitle": "新增物件",
|
||||
"objectManagement.addFileText": "新增資料庫檔案",
|
||||
"objectManagement.addMembersText": "新增成員",
|
||||
"objectManagement.addSecurablesText": "新增安全性實體",
|
||||
"objectManagement.advancedSectionHeader": "進階",
|
||||
"objectManagement.allFiles": "所有檔案",
|
||||
"objectManagement.ObjectSelectionMethodDialog_AllObjectsOfSchema": "屬於結構描述的所有物件",
|
||||
"objectManagement.ObjectSelectionMethodDialog_AllObjectsOfTypes": "特定類型的所有物件",
|
||||
"objectManagement.allowTriggerToFireOthersLabel": "允許觸發程序引發其他觸發程序",
|
||||
"objectManagement.dropObjectError": "刪除 {0}: {1} 時發生錯誤。{2}",
|
||||
"objectManagement.openAttachDatabaseDialogError": "開啟附加資料庫對話方塊時發生錯誤。{0}",
|
||||
"objectManagement.openDetachDatabaseDialogError": "開啟分離資料庫對話方塊時發生錯誤。{0}",
|
||||
"objectManagement.openDropDatabaseDialogError": "開啟刪除資料庫對話方塊時發生錯誤。{0}",
|
||||
"objectManagement.openNewObjectDialogError": "開啟新 {0} 對話方塊時發生錯誤。{1}",
|
||||
"objectManagement.openObjectPropertiesDialogError": "開啟 {0} 的內容對話方塊時發生錯誤: {1}。{2}",
|
||||
"objectManagement.refreshOEError": "重新整理物件總管時發生錯誤。{0}",
|
||||
"objectManagement.renameObjectError": "將 {0} '{1}' 重新命名為 '{2}' 時發生錯誤。{3}",
|
||||
"objectManagement.ApplicationRoleTypeDisplayNameInTitle": "應用程式角色",
|
||||
"objectManagement.applyUpdatesLabel": "套用",
|
||||
"objectManagement.dropObjectConfirmation": "您確定要刪除 {0}: {1}嗎?",
|
||||
"objectManagement.databaseProperties.purgeQueryStoreDataMessage": "您確定要清除 '{0}' 的查詢存放區資料嗎?",
|
||||
"objectManagement.associatedDatabaseFiles": "關聯的資料庫檔案",
|
||||
"objectManagement.attachButtonLabel": "附加",
|
||||
"objectManagement.attachAsText": "附加為",
|
||||
"objectManagement.attachDatabaseDialogTitle": "附加資料庫 (預覽)",
|
||||
"objectManagement.attachDatabaseOperationName": "附加資料庫",
|
||||
"objectManagement.user.aadAuth": "向 Azure Active Directory 驗證",
|
||||
"objectManagement.user.sqlAuth": "使用密碼驗證",
|
||||
"objectManagement.login.authenticateType": "驗證",
|
||||
"objectManagement.databaseProperties.autoCreateIncrementalStatisticsText": "自動建立累加統計資料",
|
||||
"objectManagement.databaseProperties.AutoCreateStatisticsText": "自動建立統計資料",
|
||||
"objectManagement.databaseProperties.autoShrinkText": "自動壓縮",
|
||||
"objectManagement.databaseProperties.autoUpdateStatisticsText": "自動更新統計資料",
|
||||
"objectManagement.databaseProperties.autoUpdateStatisticsAsynchronouslyText": "自動非同步更新統計資料",
|
||||
"objectManagement.databaseProperties.autogrowAllFilesText": "所有檔案自動成長",
|
||||
"objectManagement.databaseProperties.autogrowthMaxsizeText": "自動成長 / 大小上限",
|
||||
"objectManagement.databaseProperties.automaticSectionHeader": "自動",
|
||||
"objectManagement.autoSetProcessorAffinityIOMaskForAll": "自動設定所有處理器的 I/O 親和性遮罩",
|
||||
"objectManagement.autoSetProcessorAffinityMaskForAll": "自動設定所有處理器的處理器親和性遮罩",
|
||||
"objectManagement.login.aadAuthenticationType": "Azure Active Directory 驗證",
|
||||
"objectManagement.azurePricingLink": "Azure SQL 資料庫價格計算機",
|
||||
"objectManagement.databaseProperties.backupSectionHeader": "備份",
|
||||
"objectManagement.backupLocationText": "備份",
|
||||
"objectManagement.backupRedundancyLabel": "備份儲存體備援",
|
||||
"objectManagement.blankPasswordConfirmation": "建立密碼為空白的登入,會有安全性的風險。您確定要繼續嗎?",
|
||||
"objectManagement.backupAndRestoreText": "備份與還原",
|
||||
"objectManagement.backupChecksumText": "備份總和檢查碼",
|
||||
"objectManagement.blockedProcThresholdLabel": "已封鎖的處理序臨界值",
|
||||
"objectManagement.bothFailedAndSuccessfulLoginsText": "失敗和成功的登入",
|
||||
"objectManagement.browseForOwnerText": "瀏覽擁有者",
|
||||
"objectManagement.browseText": "瀏覽...",
|
||||
"objectManagement.serverCPULabel": "CPU {0}",
|
||||
"objectManagement.databaseProperties.fileNameExistsError": "無法建立檔案 '{0}',因為檔案已存在。",
|
||||
"objectManagement.databaseProperties.emptyFilegroupNameError": "不可將空的物件名稱用於檔案群組。",
|
||||
"objectManagement.needToRestartServer": "變更需要重新啟動伺服器才能生效",
|
||||
"objectManagement.closeConnections": "關閉現有的連接",
|
||||
"objectManagement.collationLabel": "定序",
|
||||
"objectManagement.compatibilityLevelLabel": "相容性層級",
|
||||
"objectManagement.compressBackupText": "壓縮備份",
|
||||
"objectManagement.configureSLOSectionHeader": "設定 SLO",
|
||||
"objectManagement.confirmPasswordLabel": "確認密碼",
|
||||
"objectManagement.containmentTypeLabel": "內含項目類型",
|
||||
"objectManagement.costThresholdParallelismLabel": "成本閾值平行處理原則",
|
||||
"objectManagement.noDialogFoundError": "找不到節點類型 '{0}' 和物件類型 '{1}' 支援的對話方塊。",
|
||||
"objectManagement.createObjectLabel": "建立",
|
||||
"objectManagement.createObjectOperationName": "建立 {0}",
|
||||
"objectManagement.blankPasswordConfirmation": "建立密碼為空白的登入,會有安全性的風險。您確定要繼續嗎?",
|
||||
"objectManagement.databaseProperties.queryStoreCurrentDiskUsageSectionText": "目前的磁碟使用量",
|
||||
"objectManagement.currentSLOLabel": "目前的服務等級目標",
|
||||
"objectManagement.databaseExistsError": "資料庫 '{0}' 已存在。請選擇其他資料庫名稱。",
|
||||
"objectManagement.databaseProperties.backupSectionHeader": "備份",
|
||||
"objectManagement.cursorThresholdLabel": "資料指標臨界值",
|
||||
"objectManagement.databaseProperties.queryStoreCapturemodeCustomText": "自訂",
|
||||
"objectManagement.databaseName": "資料庫名稱",
|
||||
"objectManagement.dataLocationText": "資料",
|
||||
"objectManagement.dataFileLabel": "資料",
|
||||
"objectManagement.databaseProperties.dataFlushIntervalInMinutesText": "資料排清間隔 (分鐘)",
|
||||
"objectManagement.databaseProperties.fileGroupNotApplicableText": "因為 DataFile '{0}' 已存在,所以無法將其新增至集合中。",
|
||||
"objectManagement.databaseProperties.databaseSectionHeader": "資料庫",
|
||||
"objectManagement.DatabaseDisplayNameInTitle": "資料庫",
|
||||
"objectManagement.databaseFilesFilterLabel": "資料庫資料檔案",
|
||||
"objectManagement.databaseDetails": "資料庫詳細資料",
|
||||
"objectManagement.databaseFiles": "資料庫檔案",
|
||||
"objectManagement.databaseProperties.databaseNameLabel": "資料庫名稱",
|
||||
"objectManagement.databaseProperties.databaseReadOnlyText": "資料庫唯讀",
|
||||
"objectManagement.DatabaseRoleTypeDisplayNameInTitle": "資料庫角色",
|
||||
"objectManagement.databaseProperties.databaseProperties.databaseScopedConfigurationTabHeader": "資料庫範圍設定",
|
||||
"objectManagement.databaseProperties.databaseScopedOptionsColumnHeader": "資料庫範圍選項",
|
||||
"objectManagement.databaseSettings": "資料庫設定",
|
||||
"objectManagement.databaseProperties.databaseStateText": "資料庫狀態",
|
||||
"objectManagement.defaultLocationsLabel": "資料庫預設位置",
|
||||
"objectManagement.databaseProperties.databaseFilesText": "資料庫檔案",
|
||||
"objectManagement.databasesToAttach": "要附加的資料庫",
|
||||
"objectManagement.databaseProperties.dateCreated": "建立日期",
|
||||
"objectManagement.databaseProperties.mbUnitText": "{0} MB",
|
||||
"objectManagement.databaseProperties.memoryAllocated": "配置給記憶體最佳化物件的記憶體",
|
||||
"objectManagement.databaseProperties.memoryUsed": "記憶體最佳化物件使用的記憶體",
|
||||
"objectManagement.databaseProperties.name": "名稱",
|
||||
"objectManagement.databaseProperties.numberOfUsers": "使用者數目",
|
||||
"objectManagement.databaseProperties.owner": "擁有者",
|
||||
"objectManagement.databaseProperties.size": "大小",
|
||||
"objectManagement.databaseProperties.spaceAvailable": "可用空間",
|
||||
"objectManagement.databaseProperties.status": "狀態",
|
||||
"objectManagement.databaseRole.SelectMemberDialogTitle": "選取資料庫角色成員",
|
||||
"objectManagement.databaseRole.SelectOwnerDialogTitle": "選取資料庫角色擁有者",
|
||||
"objectManagement.deleteLoginConfirmation": "刪除伺服器登入不會刪除與登入相關聯的資料庫使用者。若要完成流程,請刪除每個資料庫中的使用者。可能必須先將結構描述的擁有權轉移給新使用者。",
|
||||
"objectManagement.deleteObjectConfirmation": "確定要刪除 {0}: {1} 嗎?",
|
||||
"objectManagement.deleteObjectError": "刪除事件時發生錯誤 {0}: {1}。{2}",
|
||||
"objectManagement.deleteObjectOperationName": "刪除 {0} '{1}'",
|
||||
"objectManagement.databaseProperties.defaultText": "預設",
|
||||
"objectManagement.defaultFullTextLanguageLabel": "預設全文檢索語言",
|
||||
"objectManagement.defaultLanguageLabel": "預設語言",
|
||||
"objectManagement.login.defaultDatabaseLabel": "預設資料庫",
|
||||
"objectManagement.login.defaultLanguageLabel": "預設語言",
|
||||
"objectManagement.user.defaultSchemaLabel": "預設結構描述",
|
||||
"objectManagement.deleteBackupHistory": "刪除資料庫的備份和還原記錄資訊",
|
||||
"objectManagement.denyColumnHeader": "拒絕",
|
||||
"objectManagement.detachButtonLabel": "中斷連結",
|
||||
"objectManagement.detachDatabaseDialogTitle": "卸離資料庫 - {0} (預覽)",
|
||||
"objectManagement.detachDatabaseOptions": "卸離資料庫選項",
|
||||
"objectManagement.detachDatabaseOperationName": "將資料庫 '{0}' 中斷連結",
|
||||
"objectManagement.dropButtonLabel": "刪除",
|
||||
"objectManagement.dropDatabaseDialogTitle": "刪除資料庫 - {0} (預覽)",
|
||||
"objectManagement.dropDatabaseOptions": "刪除資料庫選項",
|
||||
"objectManagement.detachDropConnections": "卸載連線",
|
||||
"objectManagement.dropObjectOperationName": "刪除 {0} '{1}'",
|
||||
"objectManagement.dropLoginConfirmation": "刪除伺服器登入不會刪除與登入相關聯的資料庫使用者。若要完成流程,請刪除每個資料庫中的使用者。可能必須先將結構描述的擁有權轉移給新使用者。",
|
||||
"objectManagement.databaseProperties.editButton": "編輯",
|
||||
"objectManagement.databaseProperties.editDatabaseFilesText": "編輯資料庫檔案 - {0}",
|
||||
"objectManagement.editionLabel": "版本",
|
||||
"objectManagement.effectivePermissionsTableLabel": "已選取安全性實體的有效權限",
|
||||
"objectManagement.effectivePermissionsTableLabelSelected": "適用於 {0} 的有效權限",
|
||||
"objectManagement.databaseProperties.enableAutogrowthText": "啟用自動成長",
|
||||
"objectManagement.enabledLabel": "已啟用",
|
||||
"objectManagement.databaseProperties.encryptionEnabledText": "加密已啟用",
|
||||
"objectManagement.login.enforcePasswordExpirationLabel": "強制執行密碼逾期",
|
||||
"objectManagement.login.enforcePasswordPolicyLabel": "強制執行密碼原則",
|
||||
"objectManagement.renameObjectDialogTitle": "請輸入新名稱",
|
||||
"objectManagement.databaseProperties.executionCountText": "執行計數",
|
||||
"objectManagement.explicitPermissionsTableLabel": "已選取安全性實體的明確權限",
|
||||
"objectManagement.explicitPermissionsTableLabelSelected": "適用於 {0} 的明確權限",
|
||||
"objectManagement.databaseProperties.filestreamFileType": "FILESTREAM 資料",
|
||||
"objectManagement.failedLoginsOnlyText": "僅限失敗的登入",
|
||||
"objectManagement.noConnectionUriError": "無法擷取連線資訊,請重新連線,然後再試一次。",
|
||||
"objectManagement.databaseFileGroup": "檔案群組",
|
||||
"objectManagement.databaseProperties.fileGrowthText": "檔案成長",
|
||||
"objectManagement.databaseProperties.fileNameText": "檔案名稱",
|
||||
"objectManagement.databaseProperties.fileTypeText": "檔案類型",
|
||||
"objectManagement.databaseProperties.FilegroupExistsError": "因為檔案群組 '{0}' 已存在,所以無法將其新增至集合中。",
|
||||
"objectManagement.databaseProperties.fileStreamFileGroupsSectionText": "FileStream",
|
||||
"objectManagement.databaseProperties.filegroupText": "檔案群組",
|
||||
"objectManagement.filegroupsSectionHeader": "檔案群組",
|
||||
"objectManagement.databaseProperties.filegrowthLimitError": "Filegrowth 不能大於檔案的檔案大小上限",
|
||||
"objectManagement.databaseProperties.filesText": "檔案",
|
||||
"objectManagement.optionsSectionHeader": "檔案",
|
||||
"objectManagement.databaseProperties.filestreamFilesText": "Filestream 檔案",
|
||||
"objectManagement.filterSectionTitle": "篩選",
|
||||
"objectManagement.findText": "尋找",
|
||||
"objectManagement.fullTextUpgradeOptionLabel": "全文檢索升級選項",
|
||||
"objectManagement.generalSectionHeader": "一般",
|
||||
"objectManagement.grantColumnHeader": "授與",
|
||||
"objectManagement.grantorColumnHeader": "授與者",
|
||||
"objectManagement.hardwareGeneration": "硬體世代",
|
||||
"objectManagement.invalidPasswordError": "密碼不符合複雜度要求。如需詳細資訊,請前往: https://docs.microsoft.com/sql/relational-databases/security/password-policy",
|
||||
"objectManagement.ObjectSelectionMethodDialog_TypeLabel": "您要如何新增物件?",
|
||||
"objectManagement.processorIOAffinityColumn": "I/O 親和性",
|
||||
"objectManagement.databaseProperties.inMegabytesAutogrowthText": "以 MB 為單位",
|
||||
"objectManagement.databaseProperties.inPercentAutogrowthText": "以百分比為單位",
|
||||
"objectManagement.isClustered": "已叢集化",
|
||||
"objectManagement.isHadrEnabled": "已啟用 HADR",
|
||||
"objectManagement.databaseProperties.isLedgerDatabaseText": "為總帳資料庫",
|
||||
"objectManagement.isPolyBaseInstalled": "已安裝 PolyBase",
|
||||
"objectManagement.isXTPSupported": "支援 XTP",
|
||||
"objectManagement.databaseProperties.logfiletype": "記錄",
|
||||
"objectManagement.language": "語言",
|
||||
"objectManagement.lastDatabaseBackup": "上次資料庫備份",
|
||||
"objectManagement.lastDatabaseLogBackup": "上次資料庫記錄備份",
|
||||
"objectManagement.databaseProperties.ledgerSectionHeader": "總帳",
|
||||
"objectManagement.databaseProperties.limitedToMBFileSizeText": "限制為 (MB)",
|
||||
"objectManagement.databaseProperties.autoGrowthValueConversion.limitation": "限制為 {0} MB",
|
||||
"objectManagement.loadingObjectsCompletedLabel": "載入物件已完成,找到 {0} 個物件",
|
||||
"objectManagement.loadingObjectsLabel": "正在載入物件...",
|
||||
"objectManagement.login.aadAuthenticationType": "Azure Active Directory 驗證",
|
||||
"objectManagement.login.authenticateType": "驗證",
|
||||
"objectManagement.login.defaultDatabaseLabel": "預設資料庫",
|
||||
"objectManagement.login.defaultLanguageLabel": "預設語言",
|
||||
"objectManagement.login.enforcePasswordExpirationLabel": "強制執行密碼逾期",
|
||||
"objectManagement.login.enforcePasswordPolicyLabel": "強制執行密碼原則",
|
||||
"objectManagement.locksLabel": "鎖定",
|
||||
"objectManagement.logLocationText": "記錄",
|
||||
"objectManagement.logFileLabel": "記錄",
|
||||
"objectManagement.databaseProperties.logicalNameText": "邏輯名稱",
|
||||
"objectManagement.user.loginLabel": "登入",
|
||||
"objectManagement.LoginTypeDisplayNameInTitle": "登入",
|
||||
"objectManagement.loginAuditingText": "登入稽核",
|
||||
"objectManagement.login.lockedOutLabel": "登入已經鎖定",
|
||||
"objectManagement.login.mustChangePasswordLabel": "使用者必須在下次登入時變更密碼",
|
||||
"objectManagement.login.oldPasswordCannotBeEmptyError": "舊密碼不可為空白。",
|
||||
"objectManagement.login.oldPasswordLabel": "舊密碼",
|
||||
"objectManagement.login.permissionToConnectLabel": "連線到資料庫引擎的權限",
|
||||
"objectManagement.login.serverRoleSectionHeader": "伺服器角色",
|
||||
"objectManagement.login.specifyOldPasswordLabel": "指定舊密碼",
|
||||
"objectManagement.login.sqlAuthSectionHeader": "SQL 驗證",
|
||||
"objectManagement.login.sqlAuthenticationType": "SQL 驗證",
|
||||
"objectManagement.login.windowsAuthenticationType": "Windows 驗證",
|
||||
"objectManagement.loginNotSelectedError": "未選取登入。",
|
||||
"objectManagement.maxServerMemoryText": "伺服器記憶體上限 (MB)",
|
||||
"objectManagement.mdfFileLocation": "MDF 檔案位置",
|
||||
"objectManagement.user.windowsUser": "對應至 Windows 使用者/群組",
|
||||
"objectManagement.user.loginMapped": "對應至伺服器登入",
|
||||
"objectManagement.maxDegreeParallelismLabel": "最大平行處理原則",
|
||||
"objectManagement.databaseProperties.maxPlansPerQueryText": "每個查詢的方案上限",
|
||||
"objectManagement.maxSizeLabel": "最大大小",
|
||||
"objectManagement.databaseProperties.maxSizeInMbText": "大小上限 (MB)",
|
||||
"objectManagement.maxTextReplicationSizeLabel": "文字複寫大小上限",
|
||||
"objectManagement.databaseProperties.maximumFileSizeText": "檔案大小上限",
|
||||
"objectManagement.maxServerMemoryText": "伺服器記憶體上限 (MB)",
|
||||
"objectManagement.databaseProperties.fileSizeLimitError": "檔案大小上限不能低於",
|
||||
"objectManagement.serverMemoryMaxLowerThanMinInputError": "伺服器記憶體最大值不能低於伺服器記憶體最小值",
|
||||
"objectManagement.membersLabel": "成員",
|
||||
"objectManagement.membershipLabel": "成員資格",
|
||||
"objectManagement.memory": "記憶體",
|
||||
"objectManagement.databaseProperties.memoryAllocated": "配置給記憶體最佳化物件的記憶體",
|
||||
"objectManagement.databaseProperties.memoryOptimizedFileGroupsSectionText": "記憶體最佳化資料",
|
||||
"objectManagement.databaseProperties.memoryUsed": "記憶體最佳化物件使用的記憶體",
|
||||
"objectManagement.minServerMemoryText": "伺服器記憶體下限 (MB)",
|
||||
"objectManagement.nameCannotBeEmptyError": "名稱不能空白。",
|
||||
"objectManagement.databaseProperties.monitoringSectionText": "監視",
|
||||
"objectManagement.databaseProperties.name": "名稱",
|
||||
"objectManagement.databaseFileName": "名稱",
|
||||
"objectManagement.nameLabel": "名稱",
|
||||
"objectManagement.newObjectDialogTitle": "{0} - 新增 (預覽)",
|
||||
"objectManagement.noConnectionUriError": "無法擷取連線資訊,請重新連線,然後再試一次。",
|
||||
"objectManagement.objectPropertiesDialogTitle": "{0} - {1} (預覽)",
|
||||
"objectManagement.objectSelectionMethodDialogTitle": "新增物件",
|
||||
"objectManagement.nameCannotBeEmptyError": "名稱不能空白。",
|
||||
"objectManagement.user.noLogin": "無登入存取權",
|
||||
"objectManagement.doDatabaseFilesError": "未指定要附加至伺服器的資料庫檔案。",
|
||||
"objectManagement.databaseProperties.noneText": "無",
|
||||
"objectManagement.noLoginAuditingText": "無",
|
||||
"objectManagement.serverNumaNodeLabel": "Numa 節點 {0}",
|
||||
"objectManagement.databaseProperties.numberOfUsers": "使用者數目",
|
||||
"objectManagement.objectTypeLabel": "物件類型",
|
||||
"objectManagement.objectTypesLabel": "物件類型",
|
||||
"objectManagement.objectsLabel": "物件",
|
||||
"objectManagement.openNewObjectDialogError": "開啟新 {0} 對話方塊時發生錯誤。{1}",
|
||||
"objectManagement.openObjectPropertiesDialogError": "開啟 {0} 的內容對話方塊時發生錯誤: {1}。{2}",
|
||||
"objectManagement.login.oldPasswordLabel": "舊密碼",
|
||||
"objectManagement.login.oldPasswordCannotBeEmptyError": "舊密碼不可為空白。",
|
||||
"objectManagement.operatingSystem": "作業系統",
|
||||
"objectManagement.optionsSectionHeader": "選項",
|
||||
"objectManagement.databaseProperties.actualOperationModeText": "作業模式 (實際)",
|
||||
"objectManagement.databaseProperties.requestedOperationModeText": "作業模式 (要求)",
|
||||
"objectManagement.optimizeAdHocWorkloadsLabel": "針對臨機工作負載進行最佳化",
|
||||
"objectManagement.user.ownedSchemasLabel": "擁有的結構描述",
|
||||
"objectManagement.databaseProperties.owner": "擁有者",
|
||||
"objectManagement.ownerText": "擁有者",
|
||||
"objectManagement.passwordCannotBeEmptyError": "密碼不可以是空的。",
|
||||
"objectManagement.databaseProperties.pageVerifyText": "頁面驗證",
|
||||
"objectManagement.passwordLabel": "密碼",
|
||||
"objectManagement.passwordCannotBeEmptyError": "密碼不可以是空的。",
|
||||
"objectManagement.invalidPasswordError": "密碼不符合複雜度要求。如需詳細資訊,請前往: https://docs.microsoft.com/sql/relational-databases/security/password-policy",
|
||||
"objectManagement.passwordsNotMatchError": "密碼必須與確認密碼相符。",
|
||||
"objectManagement.databaseProperties.pathText": "路徑",
|
||||
"objectManagement.databaseFilePath": "路徑",
|
||||
"objectManagement.permissionColumnHeader": "權限",
|
||||
"objectManagement.login.permissionToConnectLabel": "連線到資料庫引擎的權限",
|
||||
"objectManagement.platform": "平台",
|
||||
"objectManagement.processorColumn": "處理器",
|
||||
"objectManagement.processorAffinityColumn": "處理器親和性",
|
||||
"objectManagement.processorLabel": "處理器親和性表格",
|
||||
"objectManagement.processors": "處理器",
|
||||
"objectManagement.product": "產品",
|
||||
"objectManagement.properties": "屬性",
|
||||
"objectManagement.databaseProperties.purgeQueryDataButtonText": "清除查詢存放區資料",
|
||||
"objectManagement.databaseProperties.databaseProperties.queryStoreTabHeader": "查詢存放區",
|
||||
"objectManagement.databaseProperties.queryStoreAvailableText": "可用的查詢存放區",
|
||||
"objectManagement.databaseProperties.queryStoreCaptureModeText": "查詢存放區擷取模式",
|
||||
"objectManagement.databaseProperties.queryStoreCapturePolicySectionText": "查詢存放區擷取原則",
|
||||
"objectManagement.databaseProperties.queryStoreRetentionSectionText": "查詢存放區保留",
|
||||
"objectManagement.databaseProperties.queryStoreUsedText": "已使用的查詢存放區",
|
||||
"objectManagement.queryWaitLabel": "查詢等候",
|
||||
"objectManagement.databaseProperties.rowsDataFileType": "資料列資料",
|
||||
"objectManagement.databaseProperties.readOnlyText": "唯讀",
|
||||
"objectManagement.databaseProperties.recoverySectionHeader": "復原",
|
||||
"objectManagement.recoveryModelLabel": "復原模式",
|
||||
"objectManagement.refreshOEError": "重新整理物件總管時發生錯誤。{0}",
|
||||
"objectManagement.databaseProperties.removeButton": "移除",
|
||||
"objectManagement.removeFileText": "移除資料庫檔案",
|
||||
"objectManagement.removeMemberText": "移除選取的成員",
|
||||
"objectManagement.removeSecurablesText": "移除已選取的安全性實體",
|
||||
"objectManagement.renameObjectDialogTitle": "請輸入新名稱",
|
||||
"objectManagement.renameObjectError": "將 {0} '{1}' 重新命名為 '{2}' 時發生錯誤。{3}",
|
||||
"objectManagement.renameObjectOperationName": "將 {0} '{1}' 重新命名為 '{2}'",
|
||||
"objectManagement.reservedStorageSizeInMB": "保留儲存空間大小",
|
||||
"objectManagement.reservedStorageSizeInMB": "保留儲存空間大小 (MB)",
|
||||
"objectManagement.databaseProperties.restrictAccessText": "限制存取",
|
||||
"objectManagement.rootDirectory": "根目錄",
|
||||
"objectManagement.databaseProperties.rowsFileGroupsSectionText": "資料列",
|
||||
"objectManagement.login.sqlAuthenticationType": "SQL 驗證",
|
||||
"objectManagement.login.sqlAuthSectionHeader": "SQL 驗證",
|
||||
"objectManagement.sqlServerAndWindowsAuthText": "SQL Server 及 Windows 驗證模式",
|
||||
"objectManagement.scanStartupProcsLabel": "掃描啟動程序 ",
|
||||
"objectManagement.ObjectSelectionMethodDialog_SelectSchemaDropdownLabel": "結構描述",
|
||||
"objectManagement.schemaLabel": "結構描述",
|
||||
"objectManagement.SearchTextLabel": "搜尋文字",
|
||||
"objectManagement.securablesText": "安全性實體",
|
||||
"objectManagement.selectSecurablesDialogTitle": "選取安全性實體",
|
||||
"objectManagement.security": "安全性",
|
||||
"objectManagement.selectText": "選擇",
|
||||
"objectManagement.serverCollation": "伺服器定序",
|
||||
"objectManagement.databaseRole.SelectMemberDialogTitle": "選取資料庫角色成員",
|
||||
"objectManagement.databaseRole.SelectOwnerDialogTitle": "選取資料庫角色擁有者",
|
||||
"objectManagement.labelSelectFolder": "選取資料夾",
|
||||
"objectManagement.selectSecurablesDialogTitle": "選取安全性實體",
|
||||
"objectManagement.serverRole.SelectMemberDialogTitle": "選取伺服器角色成員",
|
||||
"objectManagement.serverRole.SelectOwnerDialogTitle": "選取伺服器角色擁有者",
|
||||
"objectManagement.ServerDisplayName": "伺服器",
|
||||
"objectManagement.serverCollation": "伺服器定序",
|
||||
"objectManagement.ServerRoleTypeDisplayNameInTitle": "伺服器角色",
|
||||
"objectManagement.login.serverRoleSectionHeader": "伺服器角色",
|
||||
"objectManagement.serverAuthenticationText": "伺服器驗證",
|
||||
"objectManagement.serviceTier": "服務層級",
|
||||
"objectManagement.storageSpaceUsageInGB": "儲存空間使用量",
|
||||
"objectManagement.updateObjectOperationName": "更新 {0} '{1}'",
|
||||
"objectManagement.user.aadAuth": "向 Azure Active Directory 驗證",
|
||||
"objectManagement.user.defaultSchemaLabel": "預設結構描述",
|
||||
"objectManagement.user.loginLabel": "登入",
|
||||
"objectManagement.user.loginMapped": "對應至伺服器登入",
|
||||
"objectManagement.user.noLogin": "無登入存取權",
|
||||
"objectManagement.user.ownedSchemasLabel": "擁有的結構描述",
|
||||
"objectManagement.user.sqlAuth": "使用密碼驗證",
|
||||
"objectManagement.databaseProperties.setSecondaryText": "將次要設定為與主要相同",
|
||||
"objectManagement.databaseProperties.size": "大小 (MB)",
|
||||
"objectManagement.databaseProperties.sizeBasedCleanupModeText": "以大小為基礎的清除模式",
|
||||
"objectManagement.databaseProperties.spaceAvailable": "可用空間",
|
||||
"objectManagement.ObjectSelectionMethodDialog_SpecificObjects": "特定物件...",
|
||||
"objectManagement.login.specifyOldPasswordLabel": "指定舊密碼",
|
||||
"objectManagement.databaseProperties.staleThresholdText": "過時的閾值",
|
||||
"objectManagement.databaseProperties.stateSectionHeader": "狀態",
|
||||
"objectManagement.databaseProperties.stateQueryThresholdInDaysText": "狀態查詢閾值 (天數)",
|
||||
"objectManagement.databaseProperties.statisticsCollectionInterval": "統計資料收集間隔",
|
||||
"objectManagement.databaseProperties.status": "狀態",
|
||||
"objectManagement.storageSpaceUsageInMB": "儲存空間使用量 (MB)",
|
||||
"objectManagement.successfulLoginsOnlyText": "僅限成功的登入",
|
||||
"objectManagement.databaseProperties.targetRecoveryTimeInSecondsText": "目標復原時間 (秒)",
|
||||
"objectManagement.collationNotValidError": "選取的定序 '{0}' 無效,請選擇其他定序。",
|
||||
"objectManagement.notSupportedError": "物件類型 '{0}' 不支援此命令。",
|
||||
"objectManagement.databaseProperties.totalCompileCPUTimeInMs": "編譯 CPU 時間總計 (毫秒)",
|
||||
"objectManagement.databaseProperties.totalExecutionCPUTimeInMsText": "執行 CPU 時間總計 (毫秒)",
|
||||
"objectManagement.twoDigitYearCutoffLabel": "兩位數年份的截止",
|
||||
"objectManagement.user.type": "類型",
|
||||
"objectManagement.user.windowsUser": "對應至 Windows 使用者/群組",
|
||||
"objectManagement.databaseFileType": "類型",
|
||||
"objectManagement.databaseProperties.autoGrowthValueConversion.unlimited": "無限制",
|
||||
"objectManagement.databaseProperties.unlimitedFileSizeText": "無限制",
|
||||
"objectManagement.detachUpdateStatistics": "更新統計資料",
|
||||
"objectManagement.updateObjectOperationName": "更新 {0} '{1}'",
|
||||
"objectManagement.databaseProperties.useFullTextIndexingText": "使用全文檢索索引",
|
||||
"objectManagement.UserTypeDisplayNameInTitle": "使用者",
|
||||
"objectManagement.login.mustChangePasswordLabel": "使用者必須在下次登入時變更密碼",
|
||||
"objectManagement.databaseProperties.valueForPrimaryColumnHeader": "主要值",
|
||||
"objectManagement.databaseProperties.valueForSecondaryColumnHeader": "次要值",
|
||||
"objectManagement.versionText": "版本",
|
||||
"objectManagement.withGrantColumnHeader": "已具授與"
|
||||
"objectManagement.databaseProperties.waitStatisticsCaptureModeText": "等候統計資料擷取模式",
|
||||
"objectManagement.login.windowsAuthenticationType": "Windows 驗證",
|
||||
"objectManagement.onlyWindowsAuthModeText": "Windows 驗證模式",
|
||||
"objectManagement.withGrantColumnHeader": "已具授與",
|
||||
"objectManagement.databaseProperties.yesText": "是",
|
||||
"objectManagement.ApplicationRoleTypeDisplayName": "應用程式角色",
|
||||
"objectManagement.ColumnDisplayName": "資料行",
|
||||
"objectManagement.DatabaseDisplayName": "資料庫",
|
||||
"objectManagement.DatabaseRoleTypeDisplayName": "資料庫角色",
|
||||
"objectManagement.LoginTypeDisplayName": "登入",
|
||||
"objectManagement.ServerRoleTypeDisplayName": "伺服器角色",
|
||||
"objectManagement.TableDisplayName": "資料表",
|
||||
"objectManagement.UserDisplayName": "使用者",
|
||||
"objectManagement.ViewDisplayName": "檢視",
|
||||
"objectManagement.databaseProperties.autoGrowthValueConversion": "{0}",
|
||||
"objectManagement.newObjectDialogTitle": "{0} - 新增 (預覽)",
|
||||
"objectManagement.databaseProperties.mbUnitText": "{0} MB",
|
||||
"objectManagement.objectPropertiesDialogTitle": "{0} 屬性 (預覽) - {1}"
|
||||
},
|
||||
"dist/sqlToolsServer": {
|
||||
"downloadServiceDoneChannelMsg": "已下載 {0}",
|
||||
"downloadingServiceChannelMsg": "正在下載 {0}",
|
||||
"downloadingServiceSizeChannelMsg": "({0} KB)",
|
||||
"downloadServiceDoneChannelMsg": "已下載 {0}",
|
||||
"downloadingServiceStatusMsg": "正在下載 {0}",
|
||||
"downloadingServiceChannelMsg": "正在下載 {0}",
|
||||
"entryExtractedChannelMsg": "已擷取 {0} ({1}/{2})",
|
||||
"failedToStartServiceErrorMsg": "無法啟動 {0}",
|
||||
"installedServiceChannelMsg": "已安裝 {0}",
|
||||
"installingServiceChannelMsg": "正在將 {0} 安裝到 {1}",
|
||||
"installingServiceStatusMsg": "正在安裝 {0}",
|
||||
"serviceStartedStatusMsg": "已啟動 {0}",
|
||||
"startingServiceStatusMsg": "正在啟動 {0}"
|
||||
"installingServiceChannelMsg": "正在將 {0} 安裝到 {1}",
|
||||
"startingServiceStatusMsg": "正在啟動 {0}",
|
||||
"serviceStartedStatusMsg": "已啟動 {0}"
|
||||
},
|
||||
"dist/tableDesigner/tableDesigner": {
|
||||
"tableDesigner.turnOnPreloadingMessage": "是否要啟用資料庫模型預先載入來縮短資料表設計工具的載入時間? 當您在物件總管中展開資料庫節點時,將會預先載入資料庫模型。",
|
||||
"tableDesigner.FailedToGetConnectionStringError": "無法取得資料表的連接字串。請重新連線到伺服器,然後再試一次。",
|
||||
"tableDesigner.NewTable": "新增資料表",
|
||||
"tableDesigner.no": "否",
|
||||
"tableDesigner.turnOnPreloadingMessage": "是否要啟用資料庫模型預先載入來縮短資料表設計工具的載入時間? 當您在物件總管中展開資料庫節點時,將會預先載入資料庫模型。",
|
||||
"tableDesigner.yes": "是"
|
||||
},
|
||||
"dist/telemetry": {
|
||||
"serviceCrashMessage": "{0} 個元件意外結束。請重新啟動 Azure Data Studio。",
|
||||
"viewKnownIssuesText": "檢視已知問題"
|
||||
"viewKnownIssuesText": "檢視已知問題",
|
||||
"serviceCrashMessage": "{0} 個元件意外結束。請重新啟動 Azure Data Studio。"
|
||||
},
|
||||
"dist/ui/localizedConstants": {
|
||||
"mssql.ui.OkText": "確定",
|
||||
"mssql.ui.generatingScript": "正在產生指令碼...",
|
||||
"mssql.ui.generatingScriptCompleted": "已產生指令碼",
|
||||
"mssql.ui.helpText": "說明",
|
||||
"mssql.ui.loadingDialog": "正在載入對話方塊...",
|
||||
"mssql.ui.noActionScriptedMessage": "沒有要編寫指令碼的動作。",
|
||||
"mssql.ui.scriptError": "產生指令碼時發生錯誤。{0}",
|
||||
"mssql.ui.scriptGenerated": "已成功產生指令碼。您可以關閉對話方塊,以在新開啟的編輯器中檢視它。",
|
||||
"mssql.ui.scriptText": "指令碼",
|
||||
"mssql.ui.yesText": "是",
|
||||
"objectManagement.addText": "新增...",
|
||||
"mssql.ui.scriptError": "產生指令碼時發生錯誤。{0}",
|
||||
"objectManagement.editText": "編輯",
|
||||
"mssql.ui.generatingScript": "正在產生指令碼...",
|
||||
"mssql.ui.helpText": "說明",
|
||||
"mssql.ui.loadingDialog": "已完成載入對話方塊",
|
||||
"mssql.ui.OkText": "確定",
|
||||
"objectManagement.removeText": "移除",
|
||||
"objectManagement.selectLabel": "選取"
|
||||
"mssql.ui.scriptText": "指令碼",
|
||||
"mssql.ui.generatingScriptCompleted": "已產生指令碼",
|
||||
"mssql.ui.scriptGenerated": "已成功產生指令碼。您可以關閉對話方塊,以在新開啟的編輯器中檢視它。",
|
||||
"objectManagement.selectLabel": "選取",
|
||||
"mssql.ui.noActionScriptedMessage": "沒有要編寫指令碼的動作。",
|
||||
"mssql.ui.yesText": "是"
|
||||
},
|
||||
"package": {
|
||||
"cloud.databaseProperties.azureEdition": "版本",
|
||||
"cloud.databaseProperties.compatibilityLevel": "相容性層級",
|
||||
"cloud.databaseProperties.owner": "擁有者",
|
||||
"cloud.databaseProperties.serviceLevelObjective": "定價層",
|
||||
"cloud.serverProperties.serverEdition": "類型",
|
||||
"cloud.serverProperties.serverVersion": "版本",
|
||||
"databasesListProperties.lastBackup": "上次備份",
|
||||
"databasesListProperties.name": "名稱",
|
||||
"databasesListProperties.size": "大小 (MB)",
|
||||
"databasesListProperties.status": "狀態",
|
||||
"json.format.enable.desc": "啟用/停用預設 JSON 格式器 (需要重新啟動)",
|
||||
"json.schemas.desc": "在結構描述與目前專案的 JSON 檔案之間建立關聯",
|
||||
"json.schemas.fileMatch.desc": "檔案模式陣列,在將 JSON 檔案解析成結構描述時的比對對象。",
|
||||
"json.schemas.fileMatch.item.desc": "可包含 '*' 的檔案模式,在將 JSON 檔案解析成結構描述時的比對對象。",
|
||||
"json.schemas.schema.desc": "指定 URL 的結構描述定義。只須提供結構描述以避免存取結構描述 URL。",
|
||||
"json.schemas.url.desc": "目前目錄中的結構描述 URL 或結構描述相對路徑",
|
||||
"mssql.configuration.title": "MSSQL 設定",
|
||||
"mssql.connectionOptions.applicationIntent.description": "在連線至伺服器時宣告應用程式工作負載類型",
|
||||
"mssql.connectionOptions.applicationIntent.displayName": "應用程式的意圖",
|
||||
"mssql.connectionOptions.applicationName.description": "應用程式的名稱",
|
||||
"mssql.connectionOptions.applicationName.displayName": "應用程式名稱",
|
||||
"mssql.connectionOptions.attachDbFilename.description": "主要檔案的名稱,包含可附加資料庫的完整路徑名稱",
|
||||
"mssql.connectionOptions.attachDbFilename.displayName": "附加 DB 檔案名稱",
|
||||
"mssql.connectionOptions.authType.categoryValues.azureMFA": "Azure Active Directory - MFA 通用支援",
|
||||
"mssql.connectionOptions.authType.categoryValues.integrated": "Windows 驗證",
|
||||
"mssql.connectionOptions.authType.categoryValues.sqlLogin": "SQL 登入",
|
||||
"mssql.connectionOptions.authType.description": "指定向 SQL Server 驗證的方法",
|
||||
"mssql.connectionOptions.authType.displayName": "驗證類型",
|
||||
"mssql.connectionOptions.columnEncryptionSetting.description": "啟用或停用連線的 Always Encrypted 功能",
|
||||
"mssql.connectionOptions.columnEncryptionSetting.displayName": "Always Encrypted",
|
||||
"mssql.connectionOptions.commandTimeout.description": "終止嘗試並產生錯誤前,要等待命令執行的時間長度 (以秒為單位)",
|
||||
"mssql.connectionOptions.commandTimeout.displayName": "命令逾時",
|
||||
"mssql.connectionOptions.connectRetryCount.description": "嘗試還原連線的次數",
|
||||
"mssql.connectionOptions.connectRetryCount.displayName": "連線重試計數",
|
||||
"mssql.connectionOptions.connectRetryInterval.description": "嘗試還原連線之間的延遲",
|
||||
"mssql.connectionOptions.connectRetryInterval.displayName": "連線重試間隔",
|
||||
"mssql.connectionOptions.connectTimeout.description": "終止嘗試並產生錯誤前,要等待伺服器連線的時間長度 (秒)",
|
||||
"mssql.connectionOptions.connectTimeout.displayName": "連線逾時",
|
||||
"mssql.connectionOptions.connectionName.description": "連線的自訂名稱",
|
||||
"mssql.connectionOptions.connectionName.displayName": "名稱 (選用)",
|
||||
"mssql.connectionOptions.contextConnection.description": "若為 True,則表示連線應來自 SQL 伺服器內容。僅可在於 SQL Server 處理序中執行時可用",
|
||||
"mssql.connectionOptions.contextConnection.displayName": "內容連線",
|
||||
"mssql.connectionOptions.currentLanguage.description": "SQL Server 語言記錄名稱",
|
||||
"mssql.connectionOptions.currentLanguage.displayName": "目前的語言",
|
||||
"mssql.connectionOptions.databaseName.description": "資料來源中,初始類別目錄或資料庫的名稱。",
|
||||
"mssql.connectionOptions.databaseName.displayName": "資料庫",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.AAS": "Azure 證明",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.HGS": "主機守護者服務",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.None": "無",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.description": "指定用來證明與有安全記憶體保護區的 Always Encrypted 一起使用的伺服器端記憶體保護區的通訊協定",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.displayName": "證明通訊協定",
|
||||
"mssql.connectionOptions.enclaveAttestationUrl.description": "指定用來證明與有安全記憶體保護區的 Always Encrypted 一起使用的伺服器端記憶體保護區的端點",
|
||||
"mssql.connectionOptions.enclaveAttestationUrl.displayName": "證明 URL",
|
||||
"mssql.connectionOptions.encrypt.categoryValues.false": "選用 (False)",
|
||||
"mssql.connectionOptions.encrypt.categoryValues.strict": "嚴格",
|
||||
"mssql.connectionOptions.encrypt.categoryValues.true": "強制 (True)",
|
||||
"mssql.connectionOptions.encrypt.description": "當 [強制] 或 [嚴格] 時,若伺服器已安裝憑證,SQL Server 會為所有在用戶端和伺服器之間傳輸的資料使用 SSL 加密。當設定為 [嚴格] 時,SQL Server 會為所有在用戶端和伺服器之間傳輸的資料使用 TDS 8.0。SQL Server 2022 與更新版本支援 [嚴格]。",
|
||||
"mssql.connectionOptions.encrypt.displayName": "加密",
|
||||
"mssql.connectionOptions.failoverPartner.description": "充當容錯移轉夥伴之 SQL Server 執行個體的名稱或網路位址",
|
||||
"mssql.connectionOptions.failoverPartner.displayName": "容錯移轉夥伴",
|
||||
"json.schemas.fileMatch.item.desc": "可包含 '*' 的檔案模式,在將 JSON 檔案解析成結構描述時的比對對象。",
|
||||
"mssql.connectionOptions.groupName.advanced": "進階",
|
||||
"mssql.connectionOptions.columnEncryptionSetting.displayName": "Always Encrypted",
|
||||
"json.schemas.fileMatch.desc": "檔案模式陣列,在將 JSON 檔案解析成結構描述時的比對對象。",
|
||||
"mssql.query.executionTimeout": "執行逾時為 0 表示無限等候 (不逾時)",
|
||||
"mssql.connectionOptions.applicationIntent.displayName": "應用程式的意圖",
|
||||
"mssql.connectionOptions.applicationName.displayName": "應用程式名稱",
|
||||
"json.schemas.desc": "在結構描述與目前專案的 JSON 檔案之間建立關聯",
|
||||
"title.attachDatabase": "附加 (預覽)",
|
||||
"mssql.connectionOptions.attachDbFilename.displayName": "附加 DB 檔案名稱",
|
||||
"mssql.connectionOptions.enclaveAttestationUrl.displayName": "證明 URL",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.displayName": "證明通訊協定",
|
||||
"mssql.connectionOptions.authType.displayName": "驗證類型",
|
||||
"mssql.connectionOptions.authType.categoryValues.azureMFA": "Azure Active Directory - MFA 通用支援",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.AAS": "Azure 證明",
|
||||
"title.changeNotebookConnection": "變更 SQL Notebook 連線",
|
||||
"mssql.connectionOptions.commandTimeout.displayName": "命令逾時",
|
||||
"cloud.databaseProperties.compatibilityLevel": "相容性層級",
|
||||
"onprem.databaseProperties.compatibilityLevel": "相容性層級",
|
||||
"onprem.serverProperties.machineName": "電腦名稱",
|
||||
"mssql.connectionOptions.connectRetryCount.displayName": "連線重試次數",
|
||||
"mssql.connectionOptions.connectRetryInterval.displayName": "連線重試間隔",
|
||||
"mssql.connectionOptions.connectTimeout.displayName": "連線逾時",
|
||||
"mssql.connectionOptions.groupName.connectionResiliency": "恢復連接",
|
||||
"mssql.connectionOptions.groupName.context": "內容",
|
||||
"mssql.connectionOptions.groupName.initialization": "初始化",
|
||||
"mssql.connectionOptions.groupName.pooling": "共用",
|
||||
"mssql.connectionOptions.groupName.replication": "複寫",
|
||||
"mssql.connectionOptions.groupName.security": "安全性",
|
||||
"mssql.connectionOptions.groupName.source": "來源",
|
||||
"mssql.connectionOptions.hostNameInCertificate.description": "指出 SQL Server 會用來驗證伺服器憑證之 TLS 憑證中指定的主機名稱。未指定時,預設會使用伺服器名稱進行憑證驗證。",
|
||||
"mssql.connectionOptions.hostNameInCertificate.displayName": "憑證中的主機名稱",
|
||||
"mssql.connectionOptions.loadBalanceTimeout.description": "此連線在終結前於集區中存留的時間下限 (秒)",
|
||||
"mssql.connectionOptions.loadBalanceTimeout.displayName": "負載平衡逾時",
|
||||
"mssql.connectionOptions.maxPoolSize.description": "集區中允許的連線數上限",
|
||||
"mssql.connectionOptions.maxPoolSize.displayName": "集區大小上限",
|
||||
"mssql.connectionOptions.minPoolSize.description": "集區中允許的連線數下限",
|
||||
"mssql.connectionOptions.minPoolSize.displayName": "集區大小下限",
|
||||
"mssql.connectionOptions.multiSubnetFailover.displayName": "多重子網路容錯移轉",
|
||||
"mssql.connectionOptions.multipleActiveResultSets.description": "若為 True,則可傳回多個結果集並從一個連線讀取",
|
||||
"mssql.connectionOptions.multipleActiveResultSets.displayName": "Multiple Active Result Set",
|
||||
"mssql.connectionOptions.packetSize.description": "用於和 SQL Server 執行個體通訊之網路封包的大小 (位元組)",
|
||||
"mssql.connectionOptions.packetSize.displayName": "封包大小",
|
||||
"mssql.connectionOptions.password.description": "代表要在連線至資料來源時使用的密碼",
|
||||
"mssql.connectionOptions.password.displayName": "密碼",
|
||||
"mssql.connectionOptions.persistSecurityInfo.description": "若為 False,則不會於連線中傳回密碼等安全性敏感資訊",
|
||||
"mssql.connectionOptions.persistSecurityInfo.displayName": "持續安全性資訊",
|
||||
"mssql.connectionOptions.pooling.description": "若為 True,則會從適當的集區提取連線物件,或在有需要時建立並新增至適當的集區",
|
||||
"mssql.connectionOptions.pooling.displayName": "共用",
|
||||
"mssql.connectionOptions.port.displayName": "連接埠",
|
||||
"mssql.connectionOptions.replication.description": "由 SQL Server 在複寫中使用",
|
||||
"mssql.connectionOptions.replication.displayName": "複寫",
|
||||
"mssql.connectionOptions.secureEnclaves.description": "啟用或停用連線的安全隔離區",
|
||||
"mssql.connectionOptions.secureEnclaves.displayName": "安全隔離區",
|
||||
"mssql.connectionOptions.serverName.description": "SQL Server 執行個體的名稱",
|
||||
"mssql.connectionOptions.serverName.displayName": "伺服器",
|
||||
"mssql.connectionOptions.serverName.placeholder": "例如: tcp:servername,1433",
|
||||
"mssql.connectionOptions.trustServerCertificate.description": "當 True 時 (且 encrypt=true),SQL Server 會為所有在用戶端和伺服器之間傳輸的資料使用 SSL 加密,且不驗證伺服器憑證。Encrypt=Strict 不支援此屬性。",
|
||||
"mssql.connectionOptions.trustServerCertificate.displayName": "信任伺服器憑證",
|
||||
"mssql.connectionOptions.typeSystemVersion.description": "表示提供者透過 DataReader 所公開的伺服器類型系統",
|
||||
"mssql.connectionOptions.typeSystemVersion.displayName": "鍵入系統版本",
|
||||
"mssql.connectionOptions.userName.description": "代表要在連線至資料來源時使用的使用者識別碼",
|
||||
"mssql.connectionOptions.userName.displayName": "使用者名稱",
|
||||
"mssql.connectionOptions.workstationId.description": "連線至 SQL Server 的工作站名稱",
|
||||
"mssql.connectionOptions.workstationId.displayName": "工作站識別碼",
|
||||
"mssql.disabled": "已停用",
|
||||
"mssql.enableSqlAuthenticationProvider": "當使用者選取 'AzureMFA' 驗證,則針對 'Active Directory Interactive' 驗證模式啟用使用 SQL 驗證提供者。這會在擷取存取權杖時啟用伺服器端資源端點整合。此選項僅支援 'MSAL' Azure 驗證程式庫。值變更時,需要重新啟動 Azure Data Studio。",
|
||||
"mssql.enabled": "已啟用",
|
||||
"mssql.executionPlan.actualNumberOfRowsForAllExecutions": "使用所有執行的最大實際資料列數來醒目提示執行計畫作業。",
|
||||
"mssql.executionPlan.cost": "以最高成本醒目提示執行計畫作業。",
|
||||
"mssql.executionPlan.expensiveOperationMetric": "用來在查詢執行計畫中醒目提示成本高的作業的預設計量",
|
||||
"mssql.executionPlan.expensiveOperationMetric.actualElapsedCpuTime": "醒目提示使用最多 CPU 時間的執行計畫作業。",
|
||||
"mssql.executionPlan.expensiveOperationMetric.actualElapsedTime": "醒目提示花費最多時間的執行計畫作業。",
|
||||
"mssql.executionPlan.expensiveOperationMetric.off": "將會針對執行計畫關閉高成本的作業醒目提示。",
|
||||
"mssql.executionPlan.numberOfRowsRead": "以讀取的資料列數目上限醒目提示執行計畫作業。",
|
||||
"mssql.executionPlan.subtreeCost": "以最高樹狀子目錄成本醒目提示執行計畫作業。",
|
||||
"mssql.exportNotebookToSql": "將筆記本匯出為 SQL",
|
||||
"mssql.exportSqlAsNotebook": "將 SQL 匯出為筆記本",
|
||||
"mssql.format.alignColumnDefinitionsInColumns": "行定義是否一致?",
|
||||
"mssql.format.datatypeCasing": "是否將資料類型轉換為大寫,小寫或無 (不轉換)",
|
||||
"mssql.format.keywordCasing": "是否將關鍵字轉換為大寫,小寫或無 (不轉換)",
|
||||
"mssql.format.placeCommasBeforeNextStatement": "逗號是否放在 list 中每個語句的開頭,例如: \", mycolumn2\" 而非在結尾,例如: \"mycolumn1,\"",
|
||||
"mssql.format.placeSelectStatementReferencesOnNewLine": "在 select 陳述式中參考的物件是否要分行處理? 以 'SELECT C1, C2 FROM T1' 為例,C1 與 C2 將會分行顯示",
|
||||
"mssql.ignorePlatformWarning": "[選用] 不要顯示不支援的平台警告",
|
||||
"mssql.intelliSense.enableErrorChecking": "是否啟用 IntelliSense 錯誤檢查",
|
||||
"mssql.intelliSense.enableIntelliSense": "是否啟用 IntelliSense",
|
||||
"mssql.intelliSense.enableQuickInfo": "是否啟用 IntelliSense 快速諮詢",
|
||||
"mssql.intelliSense.enableSuggestions": "是否啟用 IntelliSense 建議",
|
||||
"mssql.intelliSense.lowerCaseSuggestions": "是否將 IntelliSense 建議設定為小寫",
|
||||
"mssql.logDebugInfo": "[選用] 將偵錯記錄輸出至主控台 ([檢視] -> [輸出]),並從下拉式清單選取適當的輸出通道",
|
||||
"mssql.logFilesRemovalLimit": "具有到期的 logRetentionMinutes,且要於啟動時移除的舊檔案數上限。因為此限制而未清除的檔案,將於下次 Azure Data Studio 啟動時受到清除。",
|
||||
"mssql.logRetentionMinutes": "為後端服務保留記錄檔的分鐘數。預設為 1 週。",
|
||||
"mssql.connectionOptions.contextConnection.displayName": "內容連線",
|
||||
"mssql.connectionOptions.currentLanguage.displayName": "目前的語言",
|
||||
"mssql.connectionOptions.connectionName.description": "連線的自訂名稱",
|
||||
"mssql.connectionOptions.databaseName.displayName": "資料庫",
|
||||
"mssql.connectionOptions.applicationIntent.description": "在連線至伺服器時宣告應用程式工作負載類型",
|
||||
"mssql.connectionOptions.connectRetryInterval.description": "嘗試還原連線之間的延遲",
|
||||
"title.designTable": "設計",
|
||||
"title.detachDatabase": "分離 (預覽)",
|
||||
"mssql.objectExplorer.disableGroupBySchema": "依架構停用群組",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: 依結構描述停用群組",
|
||||
"mssql.disabled": "已停用",
|
||||
"title.dropObject": "刪除 (預覽)",
|
||||
"cloud.databaseProperties.azureEdition": "版本",
|
||||
"onprem.serverProperties.serverEdition": "版本",
|
||||
"mssql.objectExplorer.enableGroupBySchema": "依架構啟用群組",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: 依結構描述啟用群組",
|
||||
"mssql.objectExplorer.expandTimeout": "在物件總管中展開節點的逾時秒數。預設值為 45 秒。",
|
||||
"mssql.objectExplorer.groupBySchema": "啟用時,物件總管中的資料庫物件會依架構分類。",
|
||||
"mssql.parallelMessageProcessing": "[實驗性] 是否應該平行處理對 SQL Tools Service 的要求。這是為了發現探索平行處理所有要求時可能的問題。預設值為 false。值變更時,需要重新啟動 Azure Data Studio。",
|
||||
"mssql.piiLogging": "[選用] 是否應在記錄檔中記錄個人識別資訊 (PII)。",
|
||||
"mssql.provider.displayName": "Microsoft SQL Server",
|
||||
"mssql.query.alwaysEncryptedParameterization": "啟用 Always Encrypted 的參數化",
|
||||
"mssql.query.ansiDefaults": "啟用 SET ANSI_DEFAULTS",
|
||||
"mssql.query.ansiNullDefaultOn": "啟用 SET ANSI_NULL_DFLT_ON",
|
||||
"mssql.query.ansiNulls": "啟用 SET ANSI_NULLS",
|
||||
"mssql.query.ansiNullDefaultOn": "啟用 SET ANSI_NULL_DFLT_ON",
|
||||
"mssql.query.ansiPadding": "啟用 SET ANSI_PADDING",
|
||||
"mssql.query.ansiWarnings": "啟用 SET ANSI_WARNINGS",
|
||||
"mssql.query.arithAbort": "啟用 SET ARITHABORT 選項",
|
||||
"mssql.query.cursorCloseOnCommit": "啟用 SET CURSOR_CLOSE_ON_COMMIT",
|
||||
"mssql.query.deadlockPriority": "啟用 SET DEADLOCK_PRIORITY 選項",
|
||||
"mssql.query.displayBitAsNumber": "BIT 資料行是否顯示為數字 (1 或 0)? 若為 False,BIT 資料行將會顯示為 'True' 或 'False'",
|
||||
"mssql.query.executionTimeout": "執行逾時為 0 表示無限等候 (不逾時)",
|
||||
"mssql.query.implicitTransactions": "啟用 SET IMPLICIT_TRANSACTIONS",
|
||||
"mssql.query.lockTimeout": "啟用 SET LOCK TIMEOUT 選項 (毫秒)",
|
||||
"mssql.query.maxCharsToStore": "執行查詢之後,字元/二進位資料行中每個值儲存的字元/位元組數目上限。預設值: 65,535。有效值範圍: 1 到 2,147,483,647。",
|
||||
"mssql.query.maxXmlCharsToStore": "執行查詢後,XML 資料行中每個值儲存的最大字元數。預設值: 2,097,152。有效值範圍: 1 到 2,147,483,647。",
|
||||
"mssql.query.noCount": "啟用 SET NOCOUNT 選項",
|
||||
"mssql.query.noExec": "啟用 SET NOEXEC 選項",
|
||||
"mssql.query.parseOnly": "啟用 SET PARSEONLY 選項",
|
||||
"mssql.query.queryGovernorCostLimit": "啟用 SET QUERY_GOVERNOR_COST_LIMIT",
|
||||
"mssql.query.quotedIdentifier": "啟用 SET QUOTED_IDENTIFIER",
|
||||
"mssql.query.setRowCount": "要在伺服器停止處理查詢前傳回的資料列數上限。",
|
||||
"mssql.query.statisticsIO": "啟用 SET STATISTICS IO 選項",
|
||||
"mssql.query.statisticsTime": "啟用 SET STATISTICS TIME 選項",
|
||||
"mssql.query.textSize": "SELECT 陳述式所傳回 text 與 Ntext 資料的大小上限",
|
||||
"mssql.query.transactionIsolationLevel": "啟用 SET TRANSACTION ISOLATION LEVEL 選項",
|
||||
"mssql.query.xactAbortOn": "啟用 SET XACT_ABORT ON 選項",
|
||||
"mssql.tableDesigner.allowDisableAndReenableDdlTriggers": "是否允許資料表設計工具在發行期間停用和重新啟用 DDL 觸發程序",
|
||||
"mssql.tableDesigner.preloadDatabaseModel": "當物件總管中的資料庫節點展開時,是否要預先載入資料庫模型。啟用時,可以縮短資料表設計工具的載入時間。注意: 如果您需要展開許多資料庫節點,可能會看到高於一般的記憶體使用量。",
|
||||
"mssql.tracing.desc": "追蹤 Azure Data Studio 與 SQL Tools 服務之間的通訊至 SQL Tools 服務輸出通道。警告: 啟用詳細資訊記錄時,這可能包含機密資訊。",
|
||||
"mssql.tracingLevel": "[選用] 後端服務的記錄層級。每當 Azure Data Studio 啟動,或是檔案已經有附加至該檔案的記錄項目時,Azure Data Studio 都會產生檔案名稱。如需清除舊記錄檔,請查看 logRetentionMinutes 和 logFilesRemovalLimit 設定。預設 tracingLevel 不會記錄太多項目。變更詳細資訊可能會導致大量記錄和記錄的磁碟空間需求。錯誤包含嚴重,警告包含錯誤,資訊包含警告而詳細資訊包含資訊",
|
||||
"objectsListProperties.name": "名稱",
|
||||
"onprem.databaseProperties.compatibilityLevel": "相容性層級",
|
||||
"json.format.enable.desc": "啟用/停用預設 JSON 格式器 (需要重新啟動)",
|
||||
"mssql.enabled": "已啟用",
|
||||
"mssql.enableConnectionPooling": "在 MSSQL 連線上啟用連線共用,以改善 Azure Data Studio 連線的整體效能。預設會啟用此設定。值變更時,需要重新啟動 Azure Data Studio。若要清除已建立資料庫的連線,請執行命令: 'SQL Server: 清除集區連線'",
|
||||
"mssql.connectionOptions.columnEncryptionSetting.description": "啟用或停用連線的 Always Encrypted 功能",
|
||||
"mssql.connectionOptions.secureEnclaves.description": "啟用或停用連線的安全隔離區",
|
||||
"mssql.enableSqlAuthenticationProvider": "當使用者選取 'AzureMFA' 驗證,則針對 'Active Directory Interactive' 驗證模式啟用使用 SQL 驗證提供者。這會在擷取存取權杖時啟用伺服器端資源端點整合。此選項僅支援 'MSAL' Azure 驗證程式庫。值變更時,需要重新啟動 Azure Data Studio。",
|
||||
"mssql.connectionOptions.encrypt.displayName": "加密",
|
||||
"mssql.executionPlan.expensiveOperationMetric.off": "將會針對執行計畫關閉高成本的作業醒目提示。",
|
||||
"mssql.exportNotebookToSql": "將筆記本匯出為 SQL",
|
||||
"mssql.exportSqlAsNotebook": "將 SQL 匯出為筆記本",
|
||||
"mssql.connectionOptions.failoverPartner.displayName": "容錯移轉夥伴",
|
||||
"mssql.executionPlan.expensiveOperationMetric.actualElapsedTime": "醒目提示花費最多時間的執行計畫作業。",
|
||||
"mssql.executionPlan.expensiveOperationMetric.actualElapsedCpuTime": "醒目提示使用最多 CPU 時間的執行計畫作業。",
|
||||
"mssql.executionPlan.actualNumberOfRowsForAllExecutions": "使用所有執行的最大實際資料列數來醒目提示執行計畫作業。",
|
||||
"mssql.executionPlan.numberOfRowsRead": "以讀取的資料列數目上限醒目提示執行計畫作業。",
|
||||
"mssql.executionPlan.cost": "以最高成本醒目提示執行計畫作業。",
|
||||
"mssql.executionPlan.subtreeCost": "以最高樹狀子目錄成本醒目提示執行計畫作業。",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.HGS": "主機守護者服務",
|
||||
"mssql.connectionOptions.hostNameInCertificate.displayName": "憑證中的主機名稱",
|
||||
"mssql.connectionOptions.hostNameInCertificate.description": "指出 SQL Server 會用來驗證伺服器憑證之 TLS 憑證中指定的主機名稱。未指定時,預設會使用伺服器名稱進行憑證驗證。",
|
||||
"mssql.connectionOptions.password.description": "代表要在連線至資料來源時使用的密碼",
|
||||
"mssql.connectionOptions.userName.description": "代表要在連線至資料來源時使用的使用者識別碼",
|
||||
"mssql.connectionOptions.typeSystemVersion.description": "表示提供者透過 DataReader 所公開的伺服器類型系統",
|
||||
"mssql.connectionOptions.groupName.initialization": "初始化",
|
||||
"onprem.databaseProperties.lastBackupDate": "上次資料庫備份",
|
||||
"onprem.databaseProperties.lastLogBackupDate": "上次記錄備份",
|
||||
"onprem.databaseProperties.owner": "擁有者",
|
||||
"onprem.databaseProperties.recoveryModel": "復原模式",
|
||||
"onprem.serverProperties.machineName": "電腦名稱",
|
||||
"onprem.serverProperties.osVersion": "作業系統版本",
|
||||
"onprem.serverProperties.serverEdition": "版本",
|
||||
"onprem.serverProperties.serverVersion": "版本",
|
||||
"title.changeNotebookConnection": "變更 SQL Notebook 連線",
|
||||
"title.clearSearchServerResult": "搜尋: 清除搜尋伺服器結果",
|
||||
"title.deleteObject": "刪除",
|
||||
"title.designTable": "設計",
|
||||
"title.newObject": "新",
|
||||
"databasesListProperties.lastBackup": "上次備份",
|
||||
"mssql.connectionOptions.loadBalanceTimeout.displayName": "負載平衡逾時",
|
||||
"mssql.configuration.title": "MSSQL 設定",
|
||||
"mssql.connectionOptions.encrypt.categoryValues.true": "強制 (True)",
|
||||
"mssql.connectionOptions.maxPoolSize.displayName": "集區大小上限",
|
||||
"mssql.query.maxXmlCharsToStore": "執行查詢後,XML 資料行中每個值儲存的最大字元數。預設值: 2,097,152。有效值範圍: 1 到 2,147,483,647。",
|
||||
"mssql.query.maxCharsToStore": "執行查詢之後,字元/二進位資料行中每個值儲存的字元/位元組數目上限。預設值: 65,535。有效值範圍: 1 到 2,147,483,647。",
|
||||
"mssql.logFilesRemovalLimit": "具有到期的 logRetentionMinutes,且要於啟動時移除的舊檔案數上限。因為此限制而未清除的檔案,將於下次 Azure Data Studio 啟動時受到清除。",
|
||||
"mssql.query.setRowCount": "要在伺服器停止處理查詢前傳回的資料列數上限。",
|
||||
"mssql.query.textSize": "SELECT 陳述式所傳回 text 與 Ntext 資料的大小上限",
|
||||
"mssql.provider.displayName": "Microsoft SQL Server",
|
||||
"mssql.connectionOptions.minPoolSize.displayName": "集區大小下限",
|
||||
"mssql.connectionOptions.multiSubnetFailover.displayName": "多重子網路容錯移轉",
|
||||
"mssql.connectionOptions.multipleActiveResultSets.displayName": "Multiple Active Result Set",
|
||||
"objectsListProperties.name": "名稱",
|
||||
"databasesListProperties.name": "名稱",
|
||||
"mssql.connectionOptions.connectionName.displayName": "名稱 (選用)",
|
||||
"mssql.connectionOptions.serverName.description": "SQL Server 執行個體的名稱",
|
||||
"title.newObject": "新增 (預覽)",
|
||||
"title.newDatabase": "新資料庫 (預覽)",
|
||||
"title.newTable": "新增資料表",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.None": "無",
|
||||
"mssql.connectionOptions.connectRetryCount.description": "嘗試還原連線的次數",
|
||||
"mssql.logRetentionMinutes": "為後端服務保留記錄檔的分鐘數。預設為 1 週。",
|
||||
"onprem.serverProperties.osVersion": "作業系統版本",
|
||||
"mssql.connectionOptions.encrypt.categoryValues.false": "選用 (False)",
|
||||
"cloud.databaseProperties.owner": "擁有者",
|
||||
"onprem.databaseProperties.owner": "擁有者",
|
||||
"mssql.connectionOptions.packetSize.displayName": "封包大小",
|
||||
"mssql.connectionOptions.password.displayName": "密碼",
|
||||
"mssql.connectionOptions.persistSecurityInfo.displayName": "持續安全性資訊",
|
||||
"mssql.connectionOptions.groupName.pooling": "共用",
|
||||
"mssql.connectionOptions.pooling.displayName": "共用",
|
||||
"mssql.connectionOptions.port.displayName": "連接埠",
|
||||
"cloud.databaseProperties.serviceLevelObjective": "定價層",
|
||||
"title.objectProperties": "屬性 (預覽)",
|
||||
"title.renameObject": "重新命名",
|
||||
"onprem.databaseProperties.recoveryModel": "復原模式",
|
||||
"title.renameObject": "重新命名 (預覽)",
|
||||
"mssql.connectionOptions.groupName.replication": "複寫",
|
||||
"mssql.connectionOptions.replication.displayName": "複寫",
|
||||
"mssql.connectionOptions.authType.categoryValues.sqlLogin": "SQL 登入",
|
||||
"mssql.connection.clearPooledConnections": "SQL Server: 清除集區連線",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: 依結構描述停用群組",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: 依結構描述啟用群組",
|
||||
"title.clearSearchServerResult": "搜尋: 清除搜尋伺服器結果",
|
||||
"title.searchServers": "搜尋: 伺服器",
|
||||
"title.showLogFile": "顯示記錄檔"
|
||||
"mssql.connectionOptions.secureEnclaves.displayName": "安全記憶體保護區",
|
||||
"mssql.connectionOptions.groupName.security": "安全性",
|
||||
"mssql.connectionOptions.serverName.displayName": "伺服器",
|
||||
"mssql.query.displayBitAsNumber": "BIT 資料行是否顯示為數字 (1 或 0)? 若為 False,BIT 資料行將會顯示為 'True' 或 'False'",
|
||||
"mssql.intelliSense.enableIntelliSense": "是否啟用 IntelliSense",
|
||||
"mssql.intelliSense.enableErrorChecking": "是否啟用 IntelliSense 錯誤檢查",
|
||||
"mssql.intelliSense.enableQuickInfo": "是否啟用 IntelliSense 快速諮詢",
|
||||
"mssql.intelliSense.enableSuggestions": "是否啟用 IntelliSense 建議",
|
||||
"mssql.intelliSense.lowerCaseSuggestions": "是否將 IntelliSense 建議設定為小寫",
|
||||
"mssql.format.alignColumnDefinitionsInColumns": "行定義是否一致?",
|
||||
"mssql.format.datatypeCasing": "是否將資料類型轉換為大寫,小寫或無 (不轉換)",
|
||||
"mssql.format.keywordCasing": "是否將關鍵字轉換為大寫,小寫或無 (不轉換)",
|
||||
"mssql.format.placeSelectStatementReferencesOnNewLine": "在 select 陳述式中參考的物件是否要分行處理? 以 'SELECT C1, C2 FROM T1' 為例,C1 與 C2 將會分行顯示",
|
||||
"title.showLogFile": "顯示記錄檔",
|
||||
"databasesListProperties.size": "大小 (MB)",
|
||||
"mssql.connectionOptions.packetSize.description": "用於和 SQL Server 執行個體通訊之網路封包的大小 (位元組)",
|
||||
"mssql.connectionOptions.groupName.source": "來源",
|
||||
"mssql.connectionOptions.enclaveAttestationProtocol.description": "指定用來證明與有安全記憶體保護區的 Always Encrypted 一起使用的伺服器端記憶體保護區的通訊協定",
|
||||
"mssql.connectionOptions.enclaveAttestationUrl.description": "指定用來證明與有安全記憶體保護區的 Always Encrypted 一起使用的伺服器端記憶體保護區的端點",
|
||||
"mssql.connectionOptions.authType.description": "指定向 SQL Server 驗證的方法",
|
||||
"databasesListProperties.status": "狀態",
|
||||
"mssql.connectionOptions.encrypt.categoryValues.strict": "嚴格",
|
||||
"mssql.connectionOptions.currentLanguage.description": "SQL Server 語言記錄名稱",
|
||||
"mssql.executionPlan.expensiveOperationMetric": "用來在查詢執行計畫中醒目提示成本高的作業的預設計量",
|
||||
"mssql.connectionOptions.commandTimeout.description": "終止嘗試並產生錯誤前,要等待命令執行的時間長度 (以秒為單位)",
|
||||
"mssql.connectionOptions.connectTimeout.description": "終止嘗試並產生錯誤前,要等待伺服器連線的時間長度 (秒)",
|
||||
"mssql.connectionOptions.maxPoolSize.description": "集區中允許的連線數上限",
|
||||
"mssql.connectionOptions.loadBalanceTimeout.description": "此連線在終結前於集區中存留的時間下限 (秒)",
|
||||
"mssql.connectionOptions.minPoolSize.description": "集區中允許的連線數下限",
|
||||
"mssql.connectionOptions.applicationName.description": "應用程式的名稱",
|
||||
"mssql.connectionOptions.databaseName.description": "資料來源中,初始類別目錄或資料庫的名稱。",
|
||||
"mssql.connectionOptions.attachDbFilename.description": "主要檔案的名稱,包含可附加資料庫的完整路徑名稱",
|
||||
"mssql.connectionOptions.workstationId.description": "連線至 SQL Server 的工作站名稱",
|
||||
"mssql.connectionOptions.failoverPartner.description": "充當容錯移轉夥伴之 SQL Server 執行個體的名稱或網路位址",
|
||||
"json.schemas.schema.desc": "指定 URL 的結構描述定義。只須提供結構描述以避免存取結構描述 URL。",
|
||||
"mssql.objectExplorer.expandTimeout": "在物件總管中展開節點的逾時秒數。預設值為 45 秒。",
|
||||
"mssql.tracing.desc": "追蹤 Azure Data Studio 與 SQL Tools 服務之間的通訊至 SQL Tools 服務輸出通道。警告: 啟用詳細資訊記錄時,這可能包含機密資訊。",
|
||||
"mssql.connectionOptions.trustServerCertificate.displayName": "信任伺服器憑證",
|
||||
"cloud.serverProperties.serverEdition": "類型",
|
||||
"mssql.connectionOptions.typeSystemVersion.displayName": "鍵入系統版本",
|
||||
"mssql.connectionOptions.replication.description": "由 SQL Server 在複寫中使用",
|
||||
"mssql.connectionOptions.userName.displayName": "使用者名稱",
|
||||
"cloud.serverProperties.serverVersion": "版本",
|
||||
"onprem.serverProperties.serverVersion": "版本",
|
||||
"mssql.connectionOptions.encrypt.description": "當 [強制] 或 [嚴格] 時,若伺服器已安裝憑證,SQL Server 會為所有在用戶端和伺服器之間傳輸的資料使用 SSL 加密。當設定為 [嚴格] 時,SQL Server 會為所有在用戶端和伺服器之間傳輸的資料使用 TDS 8.0。SQL Server 2022 與更新版本支援 [嚴格]。",
|
||||
"mssql.objectExplorer.groupBySchema": "啟用時,物件總管中的資料庫物件會依架構分類。",
|
||||
"mssql.connectionOptions.persistSecurityInfo.description": "若為 False,則不會於連線中傳回密碼等安全性敏感資訊",
|
||||
"mssql.connectionOptions.trustServerCertificate.description": "當 True 時 (且 encrypt=true),SQL Server 會為所有在用戶端和伺服器之間傳輸的資料使用 SSL 加密,且不驗證伺服器憑證。Encrypt=Strict 不支援此屬性。",
|
||||
"mssql.connectionOptions.contextConnection.description": "若為 True,則表示連線應來自 SQL 伺服器內容。僅可在於 SQL Server 處理序中執行時可用",
|
||||
"mssql.connectionOptions.multipleActiveResultSets.description": "若為 True,則可傳回多個結果集並從一個連線讀取",
|
||||
"mssql.connectionOptions.pooling.description": "若為 True,則會從適當的集區提取連線物件,或在有需要時建立並新增至適當的集區",
|
||||
"mssql.tableDesigner.allowDisableAndReenableDdlTriggers": "是否允許資料表設計工具在發行期間停用和重新啟用 DDL 觸發程序",
|
||||
"mssql.tableDesigner.preloadDatabaseModel": "當物件總管中的資料庫節點展開時,是否要預先載入資料庫模型。啟用時,可以縮短資料表設計工具的載入時間。注意: 如果您需要展開許多資料庫節點,可能會看到高於一般的記憶體使用量。",
|
||||
"mssql.connectionOptions.authType.categoryValues.integrated": "Windows 驗證",
|
||||
"mssql.connectionOptions.workstationId.displayName": "工作站識別碼",
|
||||
"mssql.parallelMessageProcessing": "[實驗性] 是否應該平行處理對 SQL Tools Service 的要求。這是為了發現探索平行處理所有要求時可能的問題。預設值為 false。值變更時,需要重新啟動 Azure Data Studio。",
|
||||
"mssql.ignorePlatformWarning": "[選用] 不要顯示不支援的平台警告",
|
||||
"mssql.logDebugInfo": "[選用] 將偵錯記錄輸出至主控台 ([檢視] -> [輸出]),並從下拉式清單選取適當的輸出通道",
|
||||
"mssql.tracingLevel": "[選用] 後端服務的記錄層級。每當 Azure Data Studio 啟動,或是檔案已經有附加至該檔案的記錄項目時,Azure Data Studio 都會產生檔案名稱。如需清除舊記錄檔,請查看 logRetentionMinutes 和 logFilesRemovalLimit 設定。預設 tracingLevel 不會記錄太多項目。變更詳細資訊可能會導致大量記錄和記錄的磁碟空間需求。錯誤包含嚴重,警告包含錯誤,資訊包含警告而詳細資訊包含資訊",
|
||||
"mssql.piiLogging": "[選用] 是否應在記錄檔中記錄個人識別資訊 (PII)。",
|
||||
"mssql.connectionOptions.serverName.placeholder": "例如伺服器名稱、連接埠",
|
||||
"mssql.format.placeCommasBeforeNextStatement": "逗號是否放在 list 中每個語句的開頭,例如: \", mycolumn2\" 而非在結尾,例如: \"mycolumn1,\""
|
||||
}
|
||||
}
|
||||
}
|
||||
+145
-145
@@ -9,94 +9,94 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/common/constants": {
|
||||
"managePackages.localhost": "localhost",
|
||||
"managePackages.packageNotFound": "找不到指定的套件"
|
||||
"managePackages.packageNotFound": "找不到指定的套件",
|
||||
"managePackages.localhost": "localhost"
|
||||
},
|
||||
"dist/common/localizedConstants": {
|
||||
"Invalid toc.yml": "錯誤: {0} 有不正確的 toc.yml 檔案",
|
||||
"InvalidError.tocFile": "TOC 檔案無效",
|
||||
"invalidTextPlaceholder": "-",
|
||||
"add": "新增",
|
||||
"addRemoteBook": "新增遠端 Jupyter 書籍",
|
||||
"labelAddToLevel": "新增至此層級",
|
||||
"allFiles": "所有檔案",
|
||||
"book": "Jupyter 書籍",
|
||||
"bookDescription": "Jupyter Books 可用來整理筆記本。",
|
||||
"bookInitializeFailed": "指定 Jupyter 書籍中找不到的目錄檔案。",
|
||||
"booksNotFound": "提供的連結目前沒有任何 Jupyter 書籍可供使用",
|
||||
"browse": "瀏覽",
|
||||
"close": "關閉",
|
||||
"closeBookError": "關閉 Jupyter 書籍 {0} 失敗: {1}",
|
||||
"configFileError": "缺少組態檔",
|
||||
"confirmOverwrite": "檔案已存在。確定要覆寫此檔案嗎 ?",
|
||||
"confirmReplace": "已有資料夾。確定要刪除並取代此資料夾嗎?",
|
||||
"contentFolder": "內容資料夾",
|
||||
"contentFolderOptional": "內容資料夾 (選擇性)",
|
||||
"msgContentFolderError": "內容資料夾路徑不存在",
|
||||
"create": "建立",
|
||||
"duplicateFileError": "檔案 {0} 已存在於目的地資料夾 {1} 中 \r\n 檔案已重新命名為 {2},以避免資料遺失。",
|
||||
"msgTaskName": "正在下載遠端 Jupyter 書籍",
|
||||
"msgDownloadLocation": "正在下載至 {0}",
|
||||
"msgRemoteBookDirectoryError": "建立遠端 Jupyter 書籍目錄時發生錯誤",
|
||||
"msgRemoteBookUnpackingError": "解壓縮遠端 Jupyter 書籍時發生錯誤",
|
||||
"msgRemoteBookDownloadError": "下載遠端 Jupyter 書籍時發生錯誤",
|
||||
"editBookError": "編輯 Jupyter 書籍 {0} 時發生錯誤: {1}",
|
||||
"selectBookError": "選取要編輯的 Jupyter 書籍或章節時發生錯誤: {0}",
|
||||
"msgCreateBookWarningMsg": "嘗試存取時發生錯誤: {0}",
|
||||
"Invalid toc.yml": "錯誤: {0} 有不正確的 toc.yml 檔案",
|
||||
"bookInitializeFailed": "指定 Jupyter 書籍中找不到的目錄檔案。",
|
||||
"sectionNotFound": "在 {1} 中找不到區段 {0}。",
|
||||
"readBookError": "無法讀取 Jupyter 書籍 {0}: {1}",
|
||||
"fileExtension": "副檔名",
|
||||
"fileName": "檔案名稱",
|
||||
"confirmOverwrite": "檔案已存在。確定要覆寫此檔案嗎 ?",
|
||||
"msgDuplicateFileName": "檔案 {0} 已存在於目的地資料夾中",
|
||||
"duplicateFileError": "檔案 {0} 已存在於目的地資料夾 {1} 中 \r\n 檔案已重新命名為 {2},以避免資料遺失。",
|
||||
"confirmReplace": "已有資料夾。確定要刪除並取代此資料夾嗎?",
|
||||
"onGitHub": "GitHub",
|
||||
"httpRequestError": "Http 要求失敗。錯誤: {0} {1}",
|
||||
"invalidTextPlaceholder": "-",
|
||||
"labelAddToLevel": "新增至此層級",
|
||||
"labelBookFolder": "選取 Jupyter 書籍",
|
||||
"labelBookSection": "選取 Jupyter 書籍章節",
|
||||
"labelSelectFolder": "選取資料夾",
|
||||
"InvalidError.tocFile": "TOC 檔案無效",
|
||||
"book": "Jupyter 書籍",
|
||||
"msgBookAlreadyTrusted": "Jupyter 書籍在此工作區已受信任。",
|
||||
"msgBookAlreadyUntrusted": "Jupyter 書籍在此工作區未受信任。",
|
||||
"msgBookUntrusted": "Jupyter 書籍在此工作區已不再受信任",
|
||||
"msgBookTrusted": "Jupyter 書籍在此工作區現已受信任。",
|
||||
"msgBookUnpinned": "Jupyter 書籍 {0} 已不再釘選於此工作區中",
|
||||
"msgBookPinned": "Jupyter 書籍 {0} 現已釘選在工作區中。",
|
||||
"bookDescription": "Jupyter Books 可用來整理筆記本。",
|
||||
"msgBookNotFound": "找不到 Jupyter 書籍",
|
||||
"language": "語言",
|
||||
"learnMore": "深入了解。",
|
||||
"location": "位置",
|
||||
"missingFileError": "缺少檔案: {1} 的 {0}",
|
||||
"msgBookAlreadyTrusted": "Jupyter 書籍在此工作區已受信任。",
|
||||
"msgBookAlreadyUntrusted": "Jupyter 書籍在此工作區未受信任。",
|
||||
"msgBookNotFound": "找不到 Jupyter 書籍",
|
||||
"msgBookPinned": "Jupyter 書籍 {0} 現已釘選在工作區中。",
|
||||
"msgBookTrusted": "Jupyter 書籍在此工作區現已受信任。",
|
||||
"msgBookUnpinned": "Jupyter 書籍 {0} 已不再釘選於此工作區中",
|
||||
"msgBookUntrusted": "Jupyter 書籍在此工作區已不再受信任",
|
||||
"msgContentFolderError": "內容資料夾路徑不存在",
|
||||
"msgCreateBookWarningMsg": "嘗試存取時發生錯誤: {0}",
|
||||
"msgDownloadLocation": "正在下載至 {0}",
|
||||
"msgDuplicateFileName": "檔案 {0} 已存在於目的地資料夾中",
|
||||
"msgInvalidSaveFolder": "儲存位置路徑無效。",
|
||||
"msgNo": "否",
|
||||
"msgReleaseNotFound": "找不到版本",
|
||||
"msgRemoteBookDirectoryError": "建立遠端 Jupyter 書籍目錄時發生錯誤",
|
||||
"msgRemoteBookDownloadComplete": "遠端 Jupyter 書籍下載已完成",
|
||||
"msgRemoteBookDownloadError": "下載遠端 Jupyter 書籍時發生錯誤",
|
||||
"msgRemoteBookDownloadProgress": "遠端 Jupyter 書籍下載進行中",
|
||||
"msgRemoteBookUnpackingError": "解壓縮遠端 Jupyter 書籍時發生錯誤",
|
||||
"msgResourceNotFound": "找不到資源",
|
||||
"msgSampleCodeDataFrame": "這個範例程式碼會將檔案載入資料框架,並顯示前 10 個結果。",
|
||||
"msgSaveFolderError": "儲存位置路徑不存在。",
|
||||
"msgTaskName": "正在下載遠端 Jupyter 書籍",
|
||||
"msgUndefinedAssetError": "選取的 Jupyter 書籍無效",
|
||||
"msgYes": "是",
|
||||
"name": "名稱",
|
||||
"newBook": "新 Jupyter Book (預覽)",
|
||||
"newMarkdown": "新增 Markdown (預覽)",
|
||||
"newNotebook": "新筆記本 (預覽)",
|
||||
"newSection": "新增區段 (預覽)",
|
||||
"msgNo": "否",
|
||||
"booksNotFound": "提供的連結目前沒有任何 Jupyter 書籍可供使用",
|
||||
"noBooksSelected": "目前未在 Viewlet 中選取任何 Jupyter 書籍。",
|
||||
"onGitHub": "GitHub",
|
||||
"onsharedFile": "共用的檔案",
|
||||
"openBookError": "開啟 Jupyter 書籍 {0} 失敗: {1}",
|
||||
"openExternalLinkCommand": "開啟外部連結",
|
||||
"openExternalLinkError": "開啟連結 {0} 失敗: {1}",
|
||||
"openBookError": "開啟 Jupyter 書籍 {0} 失敗: {1}",
|
||||
"openMarkdownCommand": "開啟 Markdown",
|
||||
"openMarkdownError": "開啟 Markdown {0} 失敗: {1}",
|
||||
"openNotebookCommand": "開啟 Notebook",
|
||||
"openExternalLinkError": "開啟連結 {0} 失敗: {1}",
|
||||
"openMarkdownError": "開啟 Markdown {0} 失敗: {1}",
|
||||
"openNotebookError": "無法開啟筆記本 {0}: {1}",
|
||||
"openUntitledNotebookError": "無法將未命名的書籍 {0} 以未命名開啟: {1}",
|
||||
"readBookError": "無法讀取 Jupyter 書籍 {0}: {1}",
|
||||
"releases": "版本",
|
||||
"msgReleaseNotFound": "找不到版本",
|
||||
"msgRemoteBookDownloadComplete": "遠端 Jupyter 書籍下載已完成",
|
||||
"msgRemoteBookDownloadProgress": "遠端 Jupyter 書籍下載進行中",
|
||||
"repoUrl": "存放庫 URL",
|
||||
"msgResourceNotFound": "找不到資源",
|
||||
"saveLocation": "儲存位置",
|
||||
"msgSaveFolderError": "儲存位置路徑不存在。",
|
||||
"msgInvalidSaveFolder": "儲存位置路徑無效。",
|
||||
"search": "搜尋",
|
||||
"sectionNotFound": "在 {1} 中找不到區段 {0}。",
|
||||
"selectBookError": "選取要編輯的 Jupyter 書籍或章節時發生錯誤: {0}",
|
||||
"labelSelectFolder": "選取資料夾",
|
||||
"labelBookFolder": "選取 Jupyter 書籍",
|
||||
"labelBookSection": "選取 Jupyter 書籍章節",
|
||||
"onsharedFile": "共用的檔案",
|
||||
"msgUndefinedAssetError": "選取的 Jupyter 書籍無效",
|
||||
"urlGithubError": "提供的 URL 並非 Github 版本 URL",
|
||||
"msgSampleCodeDataFrame": "這個範例程式碼會將檔案載入資料框架,並顯示前 10 個結果。",
|
||||
"title": "標題",
|
||||
"url": "URL",
|
||||
"urlGithubError": "提供的 URL 並非 Github 版本 URL",
|
||||
"version": "版本"
|
||||
"version": "版本",
|
||||
"msgYes": "是"
|
||||
},
|
||||
"dist/common/notebookUtils": {
|
||||
"noNotebookVisible": "沒有任何正在使用的筆記本編輯器",
|
||||
@@ -108,68 +108,68 @@
|
||||
},
|
||||
"dist/dialog/configurePython/configurePathPage": {
|
||||
"configurePython.browseButtonText": "瀏覽",
|
||||
"configurePython.descriptionWithKernel": "'{0}' 核心需要設定 Python 執行階段並安裝相依性。",
|
||||
"configurePython.descriptionWithoutKernel": "Notebook 核心需要設定 Python 執行階段並安裝相依性。",
|
||||
"configurePython.existingInstall": "使用現有的 Python 安裝",
|
||||
"configurePython.installationType": "安裝類型",
|
||||
"configurePython.locationTextBoxText": "Python 安裝位置",
|
||||
"configurePython.newInstall": "新增 Python 安裝",
|
||||
"configurePythyon.noVersionsFound": "找不到支援的 Python 版本。",
|
||||
"configurePython.descriptionWithoutKernel": "Notebook 核心需要設定 Python 執行階段並安裝相依性。",
|
||||
"configurePython.locationTextBoxText": "Python 安裝位置",
|
||||
"configurePython.pythonConfigured": "已設定 Python 執行階段!",
|
||||
"configurePython.selectFileLabel": "選取",
|
||||
"configurePython.descriptionWithKernel": "'{0}' 核心需要設定 Python 執行階段並安裝相依性。",
|
||||
"configurePython.existingInstall": "使用現有的 Python 安裝",
|
||||
"configurePythyon.customPathLabel": "{0} (自訂)",
|
||||
"configurePythyon.defaultPathLabel": "{0} (預設)",
|
||||
"configurePythyon.dropdownPathLabel": "{0} (Python {1})",
|
||||
"configurePythyon.noVersionsFound": "找不到支援的 Python 版本。"
|
||||
"configurePythyon.dropdownPathLabel": "{0} (Python {1})"
|
||||
},
|
||||
"dist/dialog/configurePython/configurePythonWizard": {
|
||||
"configurePython.invalidLocationMsg": "指定的安裝位置無效。",
|
||||
"configurePython.okButtonText": "安裝",
|
||||
"configurePython.page0Name": "設定 Python 執行階段",
|
||||
"configurePython.page1Name": "安裝相依性",
|
||||
"configurePython.pythonInstallDeclined": "Python 安裝已遭拒。",
|
||||
"configurePython.pythonNotFoundMsg": "在指定的位置找不到任何 Python 安裝。",
|
||||
"configurePython.wizardNameWithoutKernel": "將 Python 設定為執行核心",
|
||||
"configurePython.wizardNameWithKernel": "將 Python 設定為執行 {0} 核心",
|
||||
"configurePython.wizardNameWithoutKernel": "將 Python 設定為執行核心"
|
||||
"configurePython.okButtonText": "安裝",
|
||||
"configurePython.page1Name": "安裝相依性",
|
||||
"configurePython.pythonNotFoundMsg": "在指定的位置找不到任何 Python 安裝。",
|
||||
"configurePython.pythonInstallDeclined": "Python 安裝已遭拒。",
|
||||
"configurePython.invalidLocationMsg": "指定的安裝位置無效。"
|
||||
},
|
||||
"dist/dialog/configurePython/pickPackagesPage": {
|
||||
"configurePython.existingVersionColumn": "現有的版本",
|
||||
"configurePython.requiredDependencies": "安裝必要的核心相依性",
|
||||
"configurePython.kernelLabel": "核心",
|
||||
"configurePython.pkgNameColumn": "名稱",
|
||||
"configurePython.requiredDependencies": "安裝必要的核心相依性",
|
||||
"configurePython.requiredVersionColumn": "所需版本",
|
||||
"msgNoRequirementsForKernel": "核心 '{0}' 預設不需要任何封裝"
|
||||
"msgNoRequirementsForKernel": "核心 '{0}' 預設不需要任何封裝",
|
||||
"configurePython.requiredVersionColumn": "所需版本"
|
||||
},
|
||||
"dist/dialog/managePackages/addNewPackageTab": {
|
||||
"managePackages.addNewTabTitle": "新增",
|
||||
"managePackages.backgroundInstallComplete": "已完成 {0} {1} 的安裝",
|
||||
"managePackages.backgroundInstallFailed": "無法安裝 {0} {1}。錯誤: {2}",
|
||||
"managePackages.backgroundInstallStarted": "正在安裝 {0} {1}",
|
||||
"managePackages.installButtonText": "安裝",
|
||||
"managePackages.installCompleteText": "已安裝套件",
|
||||
"managePackages.installProgressText": "正在安裝套件",
|
||||
"managePackages.invalidTextPlaceholder": "N/A",
|
||||
"managePackages.noVersionsFound": "無法為指定的套件找到任何有效版本",
|
||||
"managePackages.backgroundInstallFailed": "無法安裝 {0} {1}。錯誤: {2}",
|
||||
"managePackages.installButtonText": "安裝",
|
||||
"managePackages.installProgressText": "正在安裝套件",
|
||||
"managePackages.backgroundInstallStarted": "正在安裝 {0} {1}",
|
||||
"managePackages.invalidTextPlaceholder": "N/A",
|
||||
"managePackages.packageNameTitle": "套件名稱",
|
||||
"managePackages.packageSummaryTitle": "套件摘要",
|
||||
"managePackages.packageVersionTitle": "支援的 Python {0} 套件版本",
|
||||
"managePackages.installCompleteText": "已安裝套件",
|
||||
"managePackages.searchButtonLabel": "搜尋",
|
||||
"managePackages.searchBarPlaceholder": "搜尋 {0} 個套件",
|
||||
"managePackages.searchButtonLabel": "搜尋"
|
||||
"managePackages.packageVersionTitle": "支援的 Python {0} 套件版本"
|
||||
},
|
||||
"dist/dialog/managePackages/installedPackagesTab": {
|
||||
"managePackages.backgroundUninstallComplete": "已解除安裝 {0}",
|
||||
"managePackages.backgroundUninstallFailed": "無法將 {0} 解除安裝。錯誤: {1}",
|
||||
"managePackages.backgroundUninstallStarted": "正在將 {0} 解除安裝",
|
||||
"managePackages.confirmUninstall": "確定要將指定的套件解除安裝嗎?",
|
||||
"managePackages.backgroundUninstallComplete": "已解除安裝 {0}",
|
||||
"managePackages.deleteColumn": "刪除",
|
||||
"managePackages.backgroundUninstallFailed": "無法將 {0} 解除安裝。錯誤: {1}",
|
||||
"managePackages.installedTabTitle": "已安裝",
|
||||
"managePackages.location": "位置",
|
||||
"managePackages.newPkgVersionColumn": "版本",
|
||||
"managePackages.packageCount": "已找到 {0} 個 {1} 套件",
|
||||
"managePackages.packageType": "套件類型",
|
||||
"managePackages.pkgNameColumn": "名稱",
|
||||
"managePackages.uninstallButtonText": "將選取的套件解除安裝",
|
||||
"managePackages.packageType": "套件類型",
|
||||
"managePackages.uninstallCompleteText": "已將套件解除安裝",
|
||||
"managePackages.uninstallProgressText": "正在解除安裝套件"
|
||||
"managePackages.uninstallButtonText": "將選取的套件解除安裝",
|
||||
"managePackages.uninstallProgressText": "正在解除安裝套件",
|
||||
"managePackages.backgroundUninstallStarted": "正在將 {0} 解除安裝",
|
||||
"managePackages.newPkgVersionColumn": "版本",
|
||||
"managePackages.packageCount": "已找到 {0} 個 {1} 套件"
|
||||
},
|
||||
"dist/dialog/managePackages/managePackagesDialog": {
|
||||
"managePackages.cancelButtonText": "關閉",
|
||||
@@ -177,8 +177,8 @@
|
||||
},
|
||||
"dist/extension": {
|
||||
"codeCellName": "程式碼",
|
||||
"selectCellType": "您要新增什麼類型的資料格?",
|
||||
"textCellName": "文字"
|
||||
"textCellName": "文字",
|
||||
"selectCellType": "您要新增什麼類型的資料格?"
|
||||
},
|
||||
"dist/jupyter/jupyterController": {
|
||||
"confirmReinstall": "確定要重新安裝嗎?",
|
||||
@@ -189,27 +189,27 @@
|
||||
"errNotebookUriMissing": "筆記本路徑為必要項"
|
||||
},
|
||||
"dist/jupyter/jupyterServerInstallation": {
|
||||
"msgShutdownNotebookSessions": "為了進行更新,將關閉使用中的 Python 筆記本工作階段。您要立即繼續嗎?",
|
||||
"msgWaitingForInstall": "目前在進行另一個 Python 安裝。請等它完成。",
|
||||
"msgPythonRunningError": "當 Python 正在執行時,無法覆寫現有的 Python 安裝。請先關閉所有使用中的筆記本再繼續。",
|
||||
"dontAskAgain": "不要再詢問",
|
||||
"msgDependenciesInstallationFailed": "安裝 Notebook 相依性失敗。錯誤: {0}",
|
||||
"msgDownloadPython": "正在將平台的本機 python: {0} 下載至 {1}",
|
||||
"msgPythonDownloadPending": "正在下載 python 套件",
|
||||
"msgGetPythonUserDirFailed": "取得 Python 使用者路徑時發生錯誤: {0}",
|
||||
"msgInstallPkgFinish": "Notebook 相依性安裝完成",
|
||||
"msgInstallPkgProgress": "正在安裝 Notebook 相依性",
|
||||
"msgInstallPkgStart": "正在安裝 Notebook 相依性,請參閱 [工作] 檢視以取得詳細資訊",
|
||||
"msgPackageRetrievalFailed": "嘗試擷取已安裝套件的清單時發生錯誤: {0}",
|
||||
"msgPythonDirectoryError": "建立 python 安裝目錄時發生錯誤",
|
||||
"msgPythonDownloadComplete": "Python 下載完成",
|
||||
"msgPythonDownloadError": "下載 python 設定時發生錯誤",
|
||||
"msgPythonDownloadPending": "正在下載 python 套件",
|
||||
"msgPythonRunningError": "當 Python 正在執行時,無法覆寫現有的 Python 安裝。請先關閉所有使用中的筆記本再繼續。",
|
||||
"msgPythonUnpackError": "將 python 套件組合解壓縮時發生錯誤",
|
||||
"msgPythonUnpackPending": "正在解壓縮 python 套件",
|
||||
"msgTaskName": "正在安裝 Notebook 相依性",
|
||||
"msgDependenciesInstallationFailed": "安裝 Notebook 相依性失敗。錯誤: {0}",
|
||||
"msgInstallPkgStart": "正在安裝 Notebook 相依性,請參閱 [工作] 檢視以取得詳細資訊",
|
||||
"no": "否",
|
||||
"msgInstallPkgFinish": "Notebook 相依性安裝完成",
|
||||
"msgInstallPkgProgress": "正在安裝 Notebook 相依性",
|
||||
"msgPythonDownloadComplete": "Python 下載完成",
|
||||
"msgPythonVersionUpdatePrompt": "Azure Data Studio 現已提供 Python {0}。目前的 Python 版本 (3.6.6) 將在 2021 年 12 月時取消支援。您要立即更新為 Python {0} 嗎?",
|
||||
"msgPythonVersionUpdateWarning": "將安裝 Python {0} 並取代 Python 3.6.6。某些套件可能不再與新版本相容,或可能需要重新安裝。將建立筆記本以協助您重新安裝所有 pip 套件。您要立即繼續更新嗎?",
|
||||
"msgShutdownNotebookSessions": "為了進行更新,將關閉使用中的 Python 筆記本工作階段。您要立即繼續嗎?",
|
||||
"msgTaskName": "正在安裝 Notebook 相依性",
|
||||
"msgWaitingForInstall": "目前在進行另一個 Python 安裝。請等它完成。",
|
||||
"no": "否",
|
||||
"msgPythonUnpackPending": "正在解壓縮 python 套件",
|
||||
"yes": "是"
|
||||
},
|
||||
"dist/jupyter/jupyterServerManager": {
|
||||
@@ -222,82 +222,82 @@
|
||||
"managePackages.packageRequestError": "套件資訊要求失敗。錯誤: {0} {1}"
|
||||
},
|
||||
"dist/jupyter/serverInstance": {
|
||||
"jupyterError": "從 Jupyter 傳送的錯誤: {0}",
|
||||
"jupyterOutputMsgStart": "... 正在啟動 Notebook 伺服器",
|
||||
"jupyterOutputMsgStartSuccessful": "... Jupyter 正在 {0} 中執行",
|
||||
"notebookStartProcessExitPremature": "Notebook 處理序提前結束。錯誤碼: {0}。StdErr 輸出: {1}",
|
||||
"serverStopError": "停止 Notebook 伺服器時發生錯誤: {0}"
|
||||
"jupyterOutputMsgStart": "... 正在啟動 Notebook 伺服器",
|
||||
"jupyterError": "從 Jupyter 傳送的錯誤: {0}",
|
||||
"serverStopError": "停止 Notebook 伺服器時發生錯誤: {0}",
|
||||
"notebookStartProcessExitPremature": "Notebook 處理序提前結束。錯誤碼: {0}。StdErr 輸出: {1}"
|
||||
},
|
||||
"dist/protocol/notebookUriHandler": {
|
||||
"notebook.confirmOpen": "要下載並開啟 '{0}' 嗎?",
|
||||
"notebook.fileDownloadError": "檔案開啟要求失敗。錯誤: {0} {1}",
|
||||
"notebook.fileNotFound": "無法尋找指定的檔案",
|
||||
"notebook.unsupportedAction": "這個處理常式不支援動作 {0}",
|
||||
"unsupportedScheme": "由於僅支援 HTTP、HTTPS 和檔案連結,所以無法開啟連結 {0}"
|
||||
"unsupportedScheme": "由於僅支援 HTTP、HTTPS 和檔案連結,所以無法開啟連結 {0}",
|
||||
"notebook.fileNotFound": "無法尋找指定的檔案",
|
||||
"notebook.confirmOpen": "要下載並開啟 '{0}' 嗎?",
|
||||
"notebook.fileDownloadError": "檔案開啟要求失敗。錯誤: {0} {1}"
|
||||
},
|
||||
"package": {
|
||||
"books-preview-category": "Jupyter 書籍",
|
||||
"config.jupyter.extraKernelsDescription": "要啟用之額外核心的識別碼",
|
||||
"config.jupyter.extraKernelsTitle": "額外核心",
|
||||
"config.jupyter.kernelConfigValuesDescription": "Jupyter 核心的設定選項。此為自動受控項目,且不建議手動編輯。",
|
||||
"description": "定義以資料通訊協定為基礎的 Notebook 貢獻,以及許多 Notebook 命令和貢獻。",
|
||||
"displayName": "Notebook 核心延伸模組",
|
||||
"notebook.allowRoot.description": "允許 Jupyter 伺服器以根使用者身分執行",
|
||||
"notebook.analyzeJupyterNotebook": "在 Notebook 中分析",
|
||||
"notebook.collapseBookItems.description": "在 Notebooks Viewlet 中的根層級摺疊書籍項目",
|
||||
"notebook.command.addcell": "新增資料格",
|
||||
"notebook.command.addcode": "新增程式碼資料格",
|
||||
"notebook.command.addtext": "新增文字資料格",
|
||||
"notebook.command.boldText": "將 Markdown 文字變為粗體",
|
||||
"notebook.command.clearactivecellresult": "清除資料格結果",
|
||||
"notebook.command.codeBlock": "新增程式碼區塊",
|
||||
"notebook.command.highlightText": "將 Markdown 文字強調顯示",
|
||||
"notebook.command.italicizeText": "將 Markdown 文字變為斜體",
|
||||
"notebook.command.new": "新增 Notebook",
|
||||
"notebook.command.open": "開啟 Notebook",
|
||||
"notebook.command.runactivecell": "執行資料格",
|
||||
"notebook.command.runallcells": "執行資料格",
|
||||
"notebook.command.underlineText": "為 Markdown 文字加上底線",
|
||||
"notebook.configuration.title": "Notebook 組態",
|
||||
"notebook.dontPromptPythonUpdate.description": "不要顯示更新 Python 的提示。",
|
||||
"notebook.jupyterServerShutdownTimeout.description": "在所有筆記本關閉後關閉伺服器前須等候的時間 (分鐘)。(若不要關閉,請輸入 0) ",
|
||||
"notebook.maxBookSearchDepth.description": "用來搜尋書籍的子目錄最大深度 (輸入 0 表示無限)",
|
||||
"notebook.maxTableRows.description": "Notebook 編輯器中每一資料表傳回的資料列數上限",
|
||||
"notebook.overrideEditorTheming.description": "覆寫 Notebook 編輯器中的預設設定。設定包含背景色彩、目前的線條色彩和框線",
|
||||
"notebook.pinnedNotebooks.description": "目前工作區之使用者所釘選的筆記本",
|
||||
"notebook.pythonPath.description": "Notebooks 所使用之 python 安裝的本機路徑。",
|
||||
"notebook.remoteBookDownloadTimeout.description": "GitHub 書籍的下載逾時 (毫秒)",
|
||||
"notebook.trustedBooks.description": "將會自動信任包含在這些書籍中的筆記本。",
|
||||
"notebook.useExistingPython.description": "Notebooks 所使用之現有 python 安裝的本機路徑。",
|
||||
"title.PinnedBooks": "已釘選的筆記本",
|
||||
"title.PreviewLocalizedBook": "取得當地語系化 SQL Server 2019 指南",
|
||||
"title.ProvidedBooks": "提供的 Jupyter 書籍",
|
||||
"title.SQL19PreviewBook": "SQL Server 2019 指南",
|
||||
"title.SavedBooks": "Notebooks",
|
||||
"notebook.command.addcode": "新增程式碼資料格",
|
||||
"title.addMarkdown": "新增 Markdown 檔案",
|
||||
"title.addNotebook": "新增筆記本",
|
||||
"title.openRemoteJupyterBook": "新增遠端 Jupyter 書籍",
|
||||
"title.addSection": "新增區段",
|
||||
"notebook.command.addtext": "新增文字資料格",
|
||||
"notebook.allowRoot.description": "允許 Jupyter 伺服器以根使用者身分執行",
|
||||
"title.analyzeJupyterNotebook": "在 Notebook 中分析",
|
||||
"notebook.analyzeJupyterNotebook": "在 Notebook 中分析",
|
||||
"notebook.command.boldText": "將 Markdown 文字變為粗體",
|
||||
"notebook.command.clearactivecellresult": "清除資料格結果",
|
||||
"title.closeJupyterBook": "關閉 Jupyter 書籍",
|
||||
"title.closeNotebook": "關閉筆記本",
|
||||
"notebook.collapseBookItems.description": "在 Notebooks Viewlet 中的根層級摺疊書籍項目",
|
||||
"config.jupyter.kernelConfigValuesDescription": "Jupyter 核心的設定選項。此為自動受控項目,且不建議手動編輯。",
|
||||
"title.configurePython": "為 Notebooks 設定 Python",
|
||||
"title.createJupyterBook": "建立 Jupyter 書籍",
|
||||
"title.jupyter.setContext": "設定 Notebook 的內容",
|
||||
"title.jupyter.setKernel": "設定 Notebook 的核心",
|
||||
"description": "定義以資料通訊協定為基礎的 Notebook 貢獻,以及許多 Notebook 命令和貢獻。",
|
||||
"notebook.dontPromptPythonUpdate.description": "不要顯示更新 Python 的提示。",
|
||||
"notebook.remoteBookDownloadTimeout.description": "GitHub 書籍的下載逾時 (毫秒)",
|
||||
"config.jupyter.extraKernelsTitle": "額外核心",
|
||||
"title.PreviewLocalizedBook": "取得當地語系化 SQL Server 2019 指南",
|
||||
"notebook.command.highlightText": "將 Markdown 文字強調顯示",
|
||||
"config.jupyter.extraKernelsDescription": "要啟用之額外核心的識別碼",
|
||||
"notebook.command.italicizeText": "將 Markdown 文字變為斜體",
|
||||
"books-preview-category": "Jupyter 書籍",
|
||||
"notebook.useExistingPython.description": "Notebooks 所使用之現有 python 安裝的本機路徑。",
|
||||
"notebook.pythonPath.description": "Notebooks 所使用之 python 安裝的本機路徑。",
|
||||
"title.managePackages": "管理套件",
|
||||
"notebook.maxBookSearchDepth.description": "用來搜尋書籍的子目錄最大深度 (輸入 0 表示無限)",
|
||||
"notebook.maxTableRows.description": "Notebook 編輯器中每一資料表傳回的資料列數上限",
|
||||
"title.moveTo": "移至...",
|
||||
"title.newJupyterNotebook": "新增 Notebook",
|
||||
"title.newJupyterNotebook": "新的 Notebook",
|
||||
"notebook.command.new": "新增 Notebook",
|
||||
"displayName": "Notebook 核心延伸模組",
|
||||
"notebook.configuration.title": "Notebook 組態",
|
||||
"title.SavedBooks": "筆記本",
|
||||
"notebook.trustedBooks.description": "將會自動信任包含在這些書籍中的筆記本。",
|
||||
"notebook.pinnedNotebooks.description": "目前工作區之使用者所釘選的筆記本",
|
||||
"title.openJupyterBook": "開啟 Jupyter 書籍",
|
||||
"title.openJupyterNotebook": "開啟 Notebook",
|
||||
"title.openJupyterNotebook": "開啟筆記本",
|
||||
"notebook.command.open": "開啟 Notebook",
|
||||
"title.openNotebookFolder": "在資料夾中開啟 Notebooks",
|
||||
"title.openRemoteJupyterBook": "新增遠端 Jupyter 書籍",
|
||||
"notebook.overrideEditorTheming.description": "覆寫 Notebook 編輯器中的預設設定。設定包含背景色彩、目前的線條色彩和框線",
|
||||
"title.pinNotebook": "釘選筆記本",
|
||||
"title.PinnedBooks": "已釘選的筆記本",
|
||||
"title.ProvidedBooks": "提供的 Jupyter 書籍",
|
||||
"title.reinstallNotebookDependencies": "重新安裝 Notebook 相依性",
|
||||
"title.removeNotebook": "移除筆記本",
|
||||
"title.revealInBooksViewlet": "在書籍中顯示",
|
||||
"notebook.command.runactivecell": "執行資料格",
|
||||
"notebook.command.runallcells": "執行資料格",
|
||||
"title.SQL19PreviewBook": "SQL Server 2019 指南",
|
||||
"title.saveJupyterBook": "開啟 Jupyter 書籍",
|
||||
"title.searchJupyterBook": "搜尋 Jupyter 書籍",
|
||||
"title.jupyter.setContext": "設定 Notebook 的內容",
|
||||
"title.jupyter.setKernel": "設定 Notebook 的核心",
|
||||
"notebook.jupyterServerShutdownTimeout.description": "在所有筆記本關閉後關閉伺服器前須等候的時間 (分鐘)。(若不要關閉,請輸入 0) ",
|
||||
"title.trustBook": "信任 Jupyter 書籍",
|
||||
"notebook.command.underlineText": "為 Markdown 文字加上底線",
|
||||
"title.unpinNotebook": "取消釘選筆記本"
|
||||
}
|
||||
}
|
||||
+8
-7
@@ -10,21 +10,22 @@
|
||||
"contents": {
|
||||
"dist/dialogs/profilerCreateSessionDialog": {
|
||||
"createSessionDialog.cancel": "取消",
|
||||
"createSessionDialog.create": "開始",
|
||||
"createSessionDialog.enterSessionName": "輸入工作階段名稱:",
|
||||
"createSessionDialog.createSessionFailed": "無法建立工作階段",
|
||||
"createSessionDialog.dialogOwnerInvalid": "對話方塊擁有者無效,無法開啟對話方塊",
|
||||
"createSessionDialog.enterSessionName": "輸入工作階段名稱:",
|
||||
"createSessionDialog.invalidProviderType": "提供者類型無效,無法開啟對話方塊",
|
||||
"createSessionDialog.selectTemplates": "選取工作階段範本:",
|
||||
"createSessionDialog.templatesInvalid": "範本清單無效,無法開啟對話方塊",
|
||||
"createSessionDialog.selectTemplates": "選取工作階段範本:",
|
||||
"createSessionDialog.create": "開始",
|
||||
"createSessionDialog.title": "開始新的分析工具工作階段"
|
||||
},
|
||||
"package": {
|
||||
"description": "Azure Data Studio 的 SQL Server Profiler",
|
||||
"displayName": "SQL Server Profiler",
|
||||
"profiler.category": "分析工具",
|
||||
"profiler.contributes.title.newProfler": "啟動分析工具",
|
||||
"profiler.contributes.title.openCreateSessionDialog": "建立分析工具季節",
|
||||
"profiler.contributes.title.newProfler": "啟動分析工具",
|
||||
"profiler.contributes.title.openXELFile": "開啟 XEL 檔案",
|
||||
"profiler.category": "分析工具",
|
||||
"displayName": "SQL Server Profiler",
|
||||
"description": "Azure Data Studio 的 SQL Server Profiler",
|
||||
"profiler.contributes.title.start": "開始",
|
||||
"profiler.contributes.title.stop": "停止"
|
||||
}
|
||||
+10
-10
@@ -14,23 +14,23 @@
|
||||
"succeeded": "已成功"
|
||||
},
|
||||
"package": {
|
||||
"queryHistory.captureEnabledDesc": "是否啟用了查詢歷史記錄擷取。若未啟用,將不會擷取已經執行的查詢。",
|
||||
"queryHistory.clear": "清除所有歷史記錄",
|
||||
"queryHistory.delete": "刪除",
|
||||
"queryHistory.description": "檢視及執行先前執行的查詢",
|
||||
"queryHistory.disableCapture": "暫停查詢歷史記錄擷取",
|
||||
"queryHistory.displayName": "查詢歷史記錄",
|
||||
"queryHistory.doubleClickAction": "按兩下歷程記錄項目時採取的動作",
|
||||
"queryHistory.doubleClickAction.open": "使用來自所選歷程記錄項目的查詢,開啟新的已中斷連線的編輯器",
|
||||
"queryHistory.doubleClickAction.run": "從選取的歷程記錄項目開啟具有查詢和連線的新連接編輯器,並自動執行查詢",
|
||||
"queryHistory.enableCapture": "開始查詢歷史記錄擷取",
|
||||
"queryHistory.loading": "正在載入已儲存的項目...",
|
||||
"queryHistory.maxEntries": "要儲存的項目數上限。0 表示儲存無限制的項目。提高此限制可能會影響效能,特別是啟用持續性時。",
|
||||
"queryHistory.noEntries": "沒有可顯示的查詢",
|
||||
"queryHistory.open": "開啟查詢",
|
||||
"queryHistory.doubleClickAction.run": "從選取的歷程記錄項目開啟具有查詢和連線的新連接編輯器,並自動執行查詢",
|
||||
"queryHistory.doubleClickAction.open": "使用來自所選歷程記錄項目的查詢,開啟新的已中斷連線的編輯器",
|
||||
"queryHistory.openStorageFolder": "開啟儲存資料夾",
|
||||
"queryHistory.persistHistory": "查詢歷程記錄是否在重新啟動時保存。如果為 false,則會在應用程式結束時清除歷程記錄。",
|
||||
"queryHistory.run": "執行查詢"
|
||||
"queryHistory.disableCapture": "暫停查詢歷史記錄擷取",
|
||||
"queryHistory.displayName": "查詢歷史記錄",
|
||||
"queryHistory.run": "執行查詢",
|
||||
"queryHistory.enableCapture": "開始查詢歷史記錄擷取",
|
||||
"queryHistory.doubleClickAction": "按兩下歷程記錄項目時採取的動作",
|
||||
"queryHistory.description": "檢視及執行先前執行的查詢",
|
||||
"queryHistory.captureEnabledDesc": "是否啟用了查詢歷史記錄擷取。若未啟用,將不會擷取已經執行的查詢。",
|
||||
"queryHistory.persistHistory": "查詢歷程記錄是否在重新啟動時保存。如果為 false,則會在應用程式結束時清除歷程記錄。"
|
||||
}
|
||||
}
|
||||
}
|
||||
+91
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": {
|
||||
"aggregationSizeLabel": "彙總大小:",
|
||||
"allLabel": "全部",
|
||||
"applyButtonText": "套用",
|
||||
"automaticLabel": "自動",
|
||||
"avgLabel": "平均值",
|
||||
"basedOnLabel": "依據:",
|
||||
"CLRTimeLabel": "CLR 時間 (毫秒)",
|
||||
"cpuTime": "CPU 時間",
|
||||
"CPUTimeLabel": "CPU 時間 (毫秒)",
|
||||
"cancelButtonText": "取消",
|
||||
"topConsumersRadioButtonsLabel": "檢查下列項目的前幾名取用者:",
|
||||
"configure": "設定",
|
||||
"criteria": "準則",
|
||||
"customLabel": "自訂",
|
||||
"dayLabel": "天",
|
||||
"duration": "持續時間",
|
||||
"durationLabel": "持續時間 (毫秒)",
|
||||
"executionCountLabel": "執行計數",
|
||||
"executionCount": "執行計數",
|
||||
"filterLabel": "篩選",
|
||||
"fromLabel": "從",
|
||||
"hourLabel": "小時",
|
||||
"last12HoursLabel": "過去 12 小時",
|
||||
"last15MinsLabel": "過去 15 分鐘",
|
||||
"last2DaysLabel": "過去 2 天",
|
||||
"last2WeeksLabel": "過去 2 週",
|
||||
"last3MonthsLabel": "過去 3 個月",
|
||||
"last30MinsLabel": "過去 30 分鐘",
|
||||
"last5MinsLabel": "過去 5 分鐘",
|
||||
"last6MonthsLabel": "過去 6 個月",
|
||||
"lastDayLabel": "最後一天",
|
||||
"lastHourLabel": "最近 1 小時",
|
||||
"lastMonthLabel": "上個月",
|
||||
"lastWeekLabel": "上週",
|
||||
"lastYearLabel": "去年",
|
||||
"localLabel": "本機",
|
||||
"logMemoryUsedLabel": "已使用的記錄記憶體 (KB)",
|
||||
"logicalReads": "邏輯讀取次數",
|
||||
"logicalReadsLabel": "邏輯讀取 (KB)",
|
||||
"logicalWritesLabel": "邏輯寫入 (KB)",
|
||||
"maxLabel": "最大值",
|
||||
"memoryConsumptionLabel": "記憶體使用量 (KB)",
|
||||
"minLabel": "最小值",
|
||||
"filterMinPlanLabel": "方案數目下限",
|
||||
"minuteLabel": "分鐘",
|
||||
"okButtonText": "確定",
|
||||
"openInNewTab": "在新索引標籤中開啟",
|
||||
"overallResourceConsumption": "整體資源耗用量",
|
||||
"overallResourceConsumptionToolbarLabel": "資料庫 {0} 的整體資源耗用量",
|
||||
"physicalReadsLabel": "實體讀取 (KB)",
|
||||
"planSummary": "查詢 {0} 的計劃摘要",
|
||||
"plan": "計劃 {0}",
|
||||
"queries": "查詢",
|
||||
"queryStoreDashboardTitle": "查詢存放區 - {0}",
|
||||
"resourceConsumptionCriteriaTitle": "資源使用量準則",
|
||||
"returnLabel": "傳回",
|
||||
"rowCountLabel": "資料列計數",
|
||||
"showChartTitle": "顯示以下內容的圖表:",
|
||||
"stdDevLabel": "標準差",
|
||||
"tempDBMermoryUsedLabel": "已使用的暫存 DB 記憶體 (KB)",
|
||||
"timeFormatLabel": "時間格式",
|
||||
"timeIntervalLabel": "時間間隔",
|
||||
"timeSettingsLabel": "時間設定",
|
||||
"toLabel": "至",
|
||||
"topLabel": "最前幾項",
|
||||
"topResourceConsumingQueriesToolbarLabel": "資料庫 {0} 的前 25 個資源取用者",
|
||||
"topResourceConsumingQueries": "資源耗用量排名在前的查詢",
|
||||
"totalLabel": "總計",
|
||||
"waitTimeLabel": "等候時間 (毫秒)",
|
||||
"DOPLabel": "DOP",
|
||||
"UTC": "UTC"
|
||||
},
|
||||
"package": {
|
||||
"queryStore.openQueryStoreDashboard": "查詢存放區",
|
||||
"queryStore.category": "查詢存放區",
|
||||
"queryStore.displayName": "查詢存放區",
|
||||
"queryStore.description": "適用於 Azure Data Studio 的查詢存放區延伸模組。"
|
||||
}
|
||||
}
|
||||
}
|
||||
+207
-207
@@ -9,66 +9,66 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/localizedConstants": {
|
||||
"UnknownFieldTypeError": "未知的欄位類型: “{0}\"",
|
||||
"azdataEulaDeclined": "部署無法繼續。Azure Data CLI 授權條款遭到拒絕。您可以接受 EULA 以繼續,或是取消此作業",
|
||||
"azdataEulaNotAccepted": "部署無法繼續。尚未接受 Azure Data CLI 授權條款。請接受 EULA 以啟用需要 Azure Data CLI 的功能。",
|
||||
"azure.account": "Azure 帳戶",
|
||||
"azure.account.location": "Azure 位置",
|
||||
"azure.account.resourceGroup": "資源群組",
|
||||
"azure.account.subscription": "訂閱 (選取的子集)",
|
||||
"azure.account.subscriptionDescription": "在列入 [連線] viewlet 之 [Azure] 樹狀檢視中的帳戶上,透過 [選取訂閱] 動作變更目前選取的訂閱",
|
||||
"azure.no": "否",
|
||||
"azure.refresh": "重新整理",
|
||||
"azure.resourceGroup.NewResourceGroupAriaLabel": "新的資源群組名稱",
|
||||
"azure.resourceGroup.createNewResourceGroup": "建立新的資源群組",
|
||||
"azure.signin": "登入…",
|
||||
"azure.yes": "是",
|
||||
"button.label": "選取",
|
||||
"deployCluster.Realm": "領域",
|
||||
"deploymentDialog.InstallingTool": "目前正在安裝必要的工具 '{0}' [{1}]。",
|
||||
"deploymentDialog.RecheckEulaButton": "接受 EULA 並選取",
|
||||
"filePicker.browse": "瀏覽",
|
||||
"resourceTypePickerDialog.resourceTypeCategoryAll": "全部",
|
||||
"resourceDeployment.FailedToOpenNotebook": "開啟輸出筆記本時發生錯誤。{1}{2}。",
|
||||
"getIsPassword.unknownVariableName": "嘗試取得未知變數 {0} 的 isPassword",
|
||||
"getVariableValue.unknownVariableName": "嘗試取得未知變數 {0} 的變數值",
|
||||
"kubeConfigClusterPicker.clusterContextNotFound": "找不到任何叢集內容資訊",
|
||||
"kubeConfigClusterPicker.kubeConfigFilePath": "Kube 設定檔路徑",
|
||||
"optionsNotDefined": "未對欄位類型 {0} 定義 FieldInfo.options",
|
||||
"optionsNotObjectOrArray": "若 FieldInfo.options 並非陣列,則一定是物件",
|
||||
"optionsSource.alreadyDefined": "已定義識別碼為 {0} 的選項來源",
|
||||
"optionsSource.notDefined": "未對識別碼 {0} 定義任何選項來源",
|
||||
"optionsTypeNotFound": "當 FieldInfo.options 為物件時,其必須具有 'optionsType' 屬性",
|
||||
"optionsTypeRadioOrDropdown": "若 optionsType 並非 {0},則一定是 {1}",
|
||||
"resourceDeployment.BackgroundExecutionFailed": "工作 \"{0}\" 已失敗。",
|
||||
"azure.account": "Azure 帳戶",
|
||||
"azure.account.location": "Azure 位置",
|
||||
"filePicker.browse": "瀏覽",
|
||||
"resourceTypePickerDialog.tagsListViewTitle": "類別",
|
||||
"azure.account.subscriptionDescription": "在列入 [連線] viewlet 之 [Azure] 樹狀檢視中的帳戶上,透過 [選取訂閱] 動作變更目前選取的訂閱",
|
||||
"resourceTypePickerDialog.resourceTypeCategoryOnCloud": "雲端",
|
||||
"azure.resourceGroup.createNewResourceGroup": "建立新的資源群組",
|
||||
"azdataEulaNotAccepted": "部署無法繼續。尚未接受 Azure Data CLI 授權條款。請接受 EULA 以啟用需要 Azure Data CLI 的功能。",
|
||||
"azdataEulaDeclined": "部署無法繼續。Azure Data CLI 授權條款遭到拒絕。您可以接受 EULA 以繼續,或是取消此作業",
|
||||
"resourceDeployment.Description": "描述",
|
||||
"resourceDeployment.FailedToOpenNotebook": "開啟輸出筆記本時發生錯誤。{1}{2}。",
|
||||
"resourceDeployment.discoverPathOrAdditionalInformation": "探索到的路徑或其他資訊",
|
||||
"optionsNotObjectOrArray": "若 FieldInfo.options 並非陣列,則一定是物件",
|
||||
"optionsNotDefined": "未對欄位類型 {0} 定義 FieldInfo.options",
|
||||
"resourceTypePickerDialog.resourceSearchPlaceholder": "篩選資源...",
|
||||
"resourceTypePickerDialog.resourceTypeCategoryOnHybrid": "混合式",
|
||||
"resourceDeployment.install": "安裝",
|
||||
"resourceDeployment.InstallTools": "安裝工具",
|
||||
"resourceDeployment.installingExtension": "正在安裝延伸模組 '{0}'...",
|
||||
"kubeConfigClusterPicker.kubeConfigFilePath": "Kube 設定檔路徑",
|
||||
"azure.resourceGroup.NewResourceGroupAriaLabel": "新的資源群組名稱",
|
||||
"azure.no": "否",
|
||||
"optionsSource.notDefined": "未對識別碼 {0} 定義任何選項來源",
|
||||
"valueProvider.notDefined": "未對識別碼 {0} 定義任何值提供者",
|
||||
"kubeConfigClusterPicker.clusterContextNotFound": "找不到任何叢集內容資訊",
|
||||
"resourceTypePickerDialog.resourceTypeCategoryOnPrem": "內部部署",
|
||||
"resourceDeployment.Options": "選項",
|
||||
"optionsSource.alreadyDefined": "已定義識別碼為 {0} 的選項來源",
|
||||
"resourceTypePickerDialog.resourceTypeCategoryOnPostgreSql": "PostgreSQL",
|
||||
"deployCluster.Realm": "領域",
|
||||
"azure.refresh": "重新整理",
|
||||
"resourceDeployment.RequiredVersion": "所需版本",
|
||||
"deploymentDialog.InstallingTool": "目前正在安裝必要的工具 '{0}' [{1}]。",
|
||||
"resourceDeployment.requiredTools": "所需工具",
|
||||
"azure.account.resourceGroup": "資源群組",
|
||||
"ui.DeployButton": "執行",
|
||||
"resourceTypePickerDialog.resourceTypeCategoriesSqlServer": "SQL Server",
|
||||
"ui.ScriptToNotebookButton": "指令碼",
|
||||
"button.label": "選取",
|
||||
"resourceTypePickerDialog.title": "選擇部署選項",
|
||||
"azure.signin": "登入…",
|
||||
"resourceDeployment.Status": "狀態",
|
||||
"azure.account.subscription": "訂閱 (選取的子集)",
|
||||
"resourceDeployment.extensionRequiredPrompt": "需要 ' {0} ' 延伸模組才可部署此資源,要立即安裝嗎?",
|
||||
"resourceDeployment.TaskFailedWithNoOutputNotebook": "工作 \"{0}\" 失敗,且未產生任何輸出筆記本。",
|
||||
"resourceDeployment.BackgroundExecutionFailed": "工作 \"{0}\" 已失敗。",
|
||||
"validation.multipleValidationErrors": "此頁面有一些錯誤,按一下 [顯示詳細資料] 即可檢視錯誤。",
|
||||
"resourceDeployment.Tool": "工具",
|
||||
"resourceDeployment.unknownExtension": "未知的延伸模組 '{0}'",
|
||||
"UnknownFieldTypeError": "未知的欄位類型: “{0}\"",
|
||||
"valueProvider.alreadyDefined": "已定義識別碼為 {0} 的值提供者",
|
||||
"resourceDeployment.Version": "版本",
|
||||
"resourceDeployment.ViewErrorDetail": "檢視錯誤詳細資料",
|
||||
"resourceDeployment.discoverPathOrAdditionalInformation": "探索到的路徑或其他資訊",
|
||||
"resourceDeployment.extensionRequiredPrompt": "需要 ' {0} ' 延伸模組才可部署此資源,要立即安裝嗎?",
|
||||
"resourceDeployment.install": "安裝",
|
||||
"resourceDeployment.installingExtension": "正在安裝延伸模組 '{0}'...",
|
||||
"resourceDeployment.requiredTools": "所需工具",
|
||||
"resourceDeployment.unknownExtension": "未知的延伸模組 '{0}'",
|
||||
"resourceTypePickerDialog.resourceSearchPlaceholder": "篩選資源...",
|
||||
"resourceTypePickerDialog.resourceTypeCategoriesSqlServer": "SQL Server",
|
||||
"resourceTypePickerDialog.resourceTypeCategoryAll": "全部",
|
||||
"resourceTypePickerDialog.resourceTypeCategoryOnCloud": "雲端",
|
||||
"resourceTypePickerDialog.resourceTypeCategoryOnHybrid": "混合式",
|
||||
"resourceTypePickerDialog.resourceTypeCategoryOnPostgreSql": "PostgreSQL",
|
||||
"resourceTypePickerDialog.resourceTypeCategoryOnPrem": "內部部署",
|
||||
"resourceTypePickerDialog.tagsListViewTitle": "類別",
|
||||
"resourceTypePickerDialog.title": "選擇部署選項",
|
||||
"ui.DeployButton": "執行",
|
||||
"ui.ScriptToNotebookButton": "指令碼",
|
||||
"validation.multipleValidationErrors": "此頁面有一些錯誤,按一下 [顯示詳細資料] 即可檢視錯誤。",
|
||||
"valueProvider.alreadyDefined": "已定義識別碼為 {0} 的值提供者",
|
||||
"valueProvider.notDefined": "未對識別碼 {0} 定義任何值提供者"
|
||||
"optionsTypeNotFound": "當 FieldInfo.options 為物件時,其必須具有 'optionsType' 屬性",
|
||||
"optionsTypeRadioOrDropdown": "若 optionsType 並非 {0},則一定是 {1}",
|
||||
"azure.yes": "是"
|
||||
},
|
||||
"dist/main": {
|
||||
"resourceDeployment.UnknownResourceType": "資源類型: 未定義 {0}"
|
||||
@@ -77,30 +77,30 @@
|
||||
"resourceDeployment.notebookNotFound": "筆記本 {0} 不存在"
|
||||
},
|
||||
"dist/services/platformService": {
|
||||
"platformService.RunCommand.ErroredOut": "\t>>> {0} … 發生錯誤: {1}",
|
||||
"platformService.RunCommand.IgnoringError": "\t>>> 正在忽略執行中的錯誤並繼續工具部署",
|
||||
"platformService.RunCommand.stderr": " stderr: ",
|
||||
"platformService.RunCommand.stdout": " stdout: ",
|
||||
"platformService.RunCommand.ErroredOut": "\t>>> {0} … 發生錯誤: {1}",
|
||||
"platformService.RunStreamedCommand.ExitedWithCode": " >>> {0} …已結束。代碼: {1}",
|
||||
"platformService.RunStreamedCommand.ExitedWithSignal": " >>> {0} …已結束。訊號: {1}",
|
||||
"platformService.RunCommand.stderr": " stderr: ",
|
||||
"platformService.RunCommand.stdout": " stdout: ",
|
||||
"resourceDeployment.outputChannel": "部署"
|
||||
},
|
||||
"dist/services/resourceTypeService": {
|
||||
"downloadError": "下載失敗,狀態碼: {0},訊息: {1}"
|
||||
},
|
||||
"dist/services/tools/azCliTool": {
|
||||
"resourceDeployment.AzCLIDescription": "管理 Azure 資源",
|
||||
"resourceDeployment.AzCLIDisplayName": "Azure CLI",
|
||||
"resourceDeployment.AzCLIDescription": "管理 Azure 資源",
|
||||
"resourceDeployment.AziCli.AddingAzureCliRepositoryInformation": "正在新增 azure-cli 存放庫資訊…",
|
||||
"resourceDeployment.AziCli.AptGetPackages": "正在取得安裝 azure-cli 所需的套件…",
|
||||
"resourceDeployment.AziCli.AptGetUpdate": "正在更新存放庫資訊,然後再安裝 azure-cli…",
|
||||
"resourceDeployment.AziCli.AptGetUpdateAgain": "正再次更新存放庫資訊,以取得 azure-cli…",
|
||||
"resourceDeployment.AziCli.DeletingPreviousAzureCli.msi": "正在刪除先前下載的 azurecli.msi (如果有的話)…",
|
||||
"resourceDeployment.AziCli.DisplayingInstallationLog": "正在顯示安裝記錄…",
|
||||
"resourceDeployment.AziCli.ScriptedInstall": "正在下載並叫用指令碼以安裝 azure-cli…",
|
||||
"resourceDeployment.AziCli.DownloadAndInstallingSigningKey": "正在下載並安裝 azure-cli 的簽署金鑰…",
|
||||
"resourceDeployment.AziCli.DownloadingAndInstallingAzureCli": "正在下載 azurecli.msi 並安裝 azure-cli…",
|
||||
"resourceDeployment.AziCli.AptGetPackages": "正在取得安裝 azure-cli 所需的套件…",
|
||||
"resourceDeployment.AziCli.InstallingAzureCli": "正在安裝 azure-cli…",
|
||||
"resourceDeployment.AziCli.ScriptedInstall": "正在下載並叫用指令碼以安裝 azure-cli…",
|
||||
"resourceDeployment.AziCli.AptGetUpdateAgain": "正再次更新存放庫資訊,以取得 azure-cli…",
|
||||
"resourceDeployment.AziCli.AptGetUpdate": "正在更新存放庫資訊,然後再安裝 azure-cli…",
|
||||
"resourceDeployment.AziCli.UpdatingBrewRepository": "正在更新 Brew 存放庫以安裝 azure-cli…"
|
||||
},
|
||||
"dist/services/tools/dockerTool": {
|
||||
@@ -109,123 +109,123 @@
|
||||
},
|
||||
"dist/services/tools/kubeCtlTool": {
|
||||
"resourceDeployment.KubeCtlDescription": "對 Kubernetes 叢集執行命令",
|
||||
"resourceDeployment.KubeCtlDisplayName": "kubectl",
|
||||
"resourceDeployment.invalidKubectlVersionOutput": "無法剖析 kubectl 版本命令輸出: \"{0}\"",
|
||||
"resourceDeployment.Kubectl.AddingKubectlRepositoryInformation": "正在新增 kubectl 存放庫資訊…",
|
||||
"resourceDeployment.Kubectl.AptGetPackages": "正在取得安裝 kubectl 的必要套件…",
|
||||
"resourceDeployment.Kubectl.AptGetUpdate": "正在更新存放庫資訊…",
|
||||
"resourceDeployment.Kubectl.BackupCurrentBinary": "正在備份安裝位置中任何現有的 kubectl…",
|
||||
"resourceDeployment.Kubectl.CleaningUpOldBackups": "正在清除安裝位置中任何先前備份的版本 (如果有的話)…",
|
||||
"resourceDeployment.Kubectl.DeletePreviousDownloadedKubectl": "正在刪除先前下載的 kubectl (如果有的話)…",
|
||||
"resourceDeployment.Kubectl.DeletePreviousDownloadedKubectl.exe": "正在刪除先前下載的 kubectl.exe (如果有的話)…",
|
||||
"resourceDeployment.Kubectl.DownloadAndInstallingSigningKey": "正在下載並安裝 kubectl 的簽署金鑰…",
|
||||
"resourceDeployment.Kubectl.DownloadingAndInstallingKubectl": "正在下載並安裝最新的 kubectl.exe…",
|
||||
"resourceDeployment.Kubectl.DownloadAndInstallingSigningKey": "正在下載並安裝 kubectl 的簽署金鑰…",
|
||||
"resourceDeployment.Kubectl.DownloadingKubectl": "正在下載最新的 kubectl 版本…",
|
||||
"resourceDeployment.Kubectl.InstallingKubeCtl": "正在安裝 kubectl…",
|
||||
"resourceDeployment.Kubectl.AptGetPackages": "正在取得安裝 kubectl 的必要套件…",
|
||||
"resourceDeployment.Kubectl.InstallingKubectl": "正在安裝 kubectl…",
|
||||
"resourceDeployment.Kubectl.InstallingKubeCtl": "正在安裝 kubectl…",
|
||||
"resourceDeployment.KubeCtlDisplayName": "kubectl",
|
||||
"resourceDeployment.Kubectl.MakingExecutable": "正在建立 kubectl 可執行檔…",
|
||||
"resourceDeployment.Kubectl.MoveToSystemPath": "正在將 kubectl 移至路徑中的安裝位置…",
|
||||
"resourceDeployment.Kubectl.UpdatingBrewRepository": "正在更新您的 brew 存放庫以安裝 kubectl…",
|
||||
"resourceDeployment.invalidKubectlVersionOutput": "無法剖析 kubectl 版本命令輸出: \"{0}\""
|
||||
"resourceDeployment.Kubectl.AptGetUpdate": "正在更新存放庫資訊…",
|
||||
"resourceDeployment.Kubectl.UpdatingBrewRepository": "正在更新您的 brew 存放庫以安裝 kubectl…"
|
||||
},
|
||||
"dist/services/tools/toolBase": {
|
||||
"deployCluster.GetToolVersionError": "擷取版本資訊時發生錯誤。{0}接收到的輸出無效,請取得版本命令輸出: '{1}'",
|
||||
"deployCluster.GetToolVersionErrorInformation": "擷取版本資訊時發生錯誤。如需詳細資料,請參閱輸出通道 '{0}'",
|
||||
"deploymentDialog.ToolInformationalMessage.Brew": "•\t工具的部署需要 brew,而且必須預先安裝才能部署必要工具",
|
||||
"deploymentDialog.ToolInformationalMessage.Curl": "•\t安裝需要 curl,而且必須預先安裝才能部署必要工具",
|
||||
"toolBase.getPip3InstallationLocation.LocationNotFound": " 在輸出中找不到「位置」:",
|
||||
"toolBase.getPip3InstallationLocation.Output": " 輸出:",
|
||||
"toolBase.ManualUninstallCommand": " 使用此命令是可行的解除安裝方法:{0} >{1}",
|
||||
"toolBase.installCore.CannotInstallTool": "因為 OS 發行版的安裝命令未知,所以無法安裝工具:{0}::{1}。請手動安裝 {0} 後再繼續",
|
||||
"deploymentDialog.ToolStatus.Error": "錯誤",
|
||||
"deploymentDialog.ToolStatus.Failed": "失敗",
|
||||
"toolBase.InstallError": "安裝工具 '{0}' [ {1} ] 時發生錯誤。{2}錯誤: {3}{2}如需詳細資料,請參閱輸出通道 '{4}'",
|
||||
"toolBase.InstallErrorInformation": "安裝工具時發生錯誤。如需詳細資料,請參閱輸出通道 '{0}'",
|
||||
"deployCluster.GetToolVersionErrorInformation": "擷取版本資訊時發生錯誤。如需詳細資料,請參閱輸出通道 '{0}'",
|
||||
"deployCluster.GetToolVersionError": "擷取版本資訊時發生錯誤。{0}接收到的輸出無效,請取得版本命令輸出: '{1}'",
|
||||
"deploymentDialog.ToolStatus.Failed": "已失敗",
|
||||
"toolBase.InstallFailInformation": "無法偵測安裝後的版本。如需詳細資料,請參閱輸出通道 '{0}'",
|
||||
"toolBase.InstallFailed": "安裝命令已完成,但無法偵測工具 '{0}' 的版本,因此嘗試安裝失敗。偵測錯誤: {1}{2}清除先前的安裝可改善情況。",
|
||||
"deploymentDialog.ToolStatus.Installed": "已安裝",
|
||||
"deploymentDialog.ToolStatus.Installing": "正在安裝…",
|
||||
"deploymentDialog.ToolStatus.NotInstalled": "未安裝",
|
||||
"toolBase.InstallError": "安裝工具 '{0}' [ {1} ] 時發生錯誤。{2}錯誤: {3}{2}如需詳細資料,請參閱輸出通道 '{4}'",
|
||||
"toolBase.InstallErrorInformation": "安裝工具時發生錯誤。如需詳細資料,請參閱輸出通道 '{0}'",
|
||||
"toolBase.InstallFailInformation": "無法偵測安裝後的版本。如需詳細資料,請參閱輸出通道 '{0}'",
|
||||
"toolBase.InstallFailed": "安裝命令已完成,但無法偵測工具 '{0}' 的版本,因此嘗試安裝失敗。偵測錯誤: {1}{2}清除先前的安裝可改善情況。",
|
||||
"toolBase.ManualUninstallCommand": " 使用此命令是可行的解除安裝方法:{0} >{1}",
|
||||
"toolBase.SeeOutputChannel": "{0}如需詳細資料,請參閱輸出通道 '{1}'",
|
||||
"toolBase.addInstallationSearchPathsToSystemPath.SearchPaths": "工具 '{0}' 的搜尋路徑: {1}",
|
||||
"toolBase.getPip3InstallationLocation.LocationNotFound": " 在輸出中找不到「位置」:",
|
||||
"toolBase.getPip3InstallationLocation.Output": " 輸出:",
|
||||
"toolBase.installCore.CannotInstallTool": "因為 OS 發行版的安裝命令未知,所以無法安裝工具:{0}::{1}。請手動安裝 {0} 後再繼續"
|
||||
"toolBase.SeeOutputChannel": "{0}如需詳細資料,請參閱輸出通道 '{1}'",
|
||||
"deploymentDialog.ToolInformationalMessage.Brew": "•\t工具的部署需要 brew,而且必須預先安裝才能部署必要工具",
|
||||
"deploymentDialog.ToolInformationalMessage.Curl": "•\t安裝需要 curl,而且必須預先安裝才能部署必要工具"
|
||||
},
|
||||
"dist/ui/deployAzureSQLDBWizard/constants": {
|
||||
"deployAzureSQLDB.AzureAccountDropdownLabel": "Azure 帳戶",
|
||||
"deployAzureSQLDB.AzureDatabaseServersDropdownLabel": "伺服器",
|
||||
"deployAzureSQLDB.AzureSettingsPageTitle": "Azure SQL Database - Azure 帳戶設定",
|
||||
"deployAzureSQLDB.AzureAccountDropdownLabel": "Azure 帳戶",
|
||||
"deployAzureSQLDB.AzureSettingsSummaryPageTitle": "Azure 帳戶設定",
|
||||
"deployAzureSQLDB.AzureSubscriptionDropdownLabel": "訂閱",
|
||||
"deployAzureSQLDB.CollationNameLabel": "資料庫定序",
|
||||
"deployAzureSQLDB.CollationNameSummaryLabel": "資料庫的定序",
|
||||
"deployAzureSQLDB.DatabaseNameLabel": "SQL 資料庫名稱",
|
||||
"deployAzureSQLDB.DatabaseSettingsPageTitle": "資料庫設定",
|
||||
"deployAzureSQLDB.EndIpAddressLabel": "防火牆 IP 範圍內的最大 IP 位址",
|
||||
"deployAzureSQLDB.EndIpAddressShortLabel": "最大 IP 位址",
|
||||
"deployAzureSQLDB.FirewallRuleDescription": "建立本機用戶端 IP 的防火牆規則,以便在建立完成後透過 Azure Data Studio 連線到您的資料庫。",
|
||||
"deployAzureSQLDB.FirewallRuleNameLabel": "防火牆規則名稱",
|
||||
"deployAzureSQLDB.FirewallToggleLabel": "建立防火牆規則",
|
||||
"deployAzureSQLDB.IpAddressInfoLabel": "請以 IPv4 格式輸入 IP 位址。",
|
||||
"deployAzureSQLDB.MissingRequiredInfoError": "請填寫標有紅色星號的必要欄位。",
|
||||
"deployAzureSQLDB.FirewallRuleDescription": "建立本機用戶端 IP 的防火牆規則,以便在建立完成後透過 Azure Data Studio 連線到您的資料庫。",
|
||||
"deployAzureSQLDB.CollationNameLabel": "資料庫定序",
|
||||
"deployAzureSQLDB.DatabaseSettingsPageTitle": "資料庫設定",
|
||||
"deployAzureSQLDB.NewSQLDBTitle": "部署 Azure SQL DB",
|
||||
"deployAzureSQLDB.ResourceGroup": "資源群組",
|
||||
"deployAzureSQLDB.ScriptToNotebook": "編寫指令碼到筆記本",
|
||||
"deployAzureSQLDB.IpAddressInfoLabel": "請以 IPv4 格式輸入 IP 位址。",
|
||||
"deployAzureSQLDB.FirewallRuleNameLabel": "防火牆規則名稱",
|
||||
"deployAzureSQLDB.EndIpAddressShortLabel": "最大 IP 位址",
|
||||
"deployAzureSQLDB.EndIpAddressLabel": "防火牆 IP 範圍內的最大 IP 位址",
|
||||
"deployAzureSQLDB.StartIpAddressShortLabel": "最小 IP 位址",
|
||||
"deployAzureSQLDB.StartIpAddressLabel": "防火牆 IP 範圍內的最小 IP 位址",
|
||||
"deployAzureSQLDB.StartIpAddressShortLabel": "最小 IP 位址"
|
||||
"deployAzureSQLDB.MissingRequiredInfoError": "請填寫標有紅色星號的必要欄位。",
|
||||
"deployAzureSQLDB.ResourceGroup": "資源群組",
|
||||
"deployAzureSQLDB.DatabaseNameLabel": "SQL 資料庫名稱",
|
||||
"deployAzureSQLDB.ScriptToNotebook": "編寫指令碼到筆記本",
|
||||
"deployAzureSQLDB.AzureDatabaseServersDropdownLabel": "伺服器",
|
||||
"deployAzureSQLDB.AzureSubscriptionDropdownLabel": "訂用帳戶"
|
||||
},
|
||||
"dist/ui/deployAzureSQLDBWizard/pages/azureSettingsPage": {
|
||||
"deployAzureSQLDB.NoServerError": "在目前的訂閱中找不到任何伺服器。\r\n請選取其他至少包含一部伺服器的訂閱",
|
||||
"deployAzureSQLDB.NoServerLabel": "找不到任何伺服器",
|
||||
"deployAzureSQLDB.NoServerError": "在目前的訂用帳戶中找不到任何伺服器。\r\n請選取其他至少包含一部伺服器的訂用帳戶",
|
||||
"deployAzureSQLDB.azureSignInError": "請先登入 Azure 帳戶"
|
||||
},
|
||||
"dist/ui/deployAzureSQLDBWizard/pages/databaseSettingsPage": {
|
||||
"deployAzureSQLDB.DBCollationLengthError": "定序名稱的長度必須介於 1 到 100 個字元之間。",
|
||||
"deployAzureSQLDB.DBCollationOnlyNumericNameError": "定序名稱不能只包含數字。",
|
||||
"deployAzureSQLDB.DBCollationSpecialCharError": "定序名稱不能包含特殊字元 \\/\"\"[]:|<>+=;,?*@&,。",
|
||||
"deployAzureSQLDB.DBFirewallLengthError": "防火牆名稱的長度必須介於 1 到 100 個字元之間。",
|
||||
"deployAzureSQLDB.DBCollationLengthError": "定序名稱的長度必須介於 1 到 100 個字元之間。",
|
||||
"deployAzureSQLDB.DBNameOnlyNumericNameError": "資料庫名稱不能只包含數字。",
|
||||
"deployAzureSQLDB.DBNameSpecialCharError": "資料庫名稱不能包含特殊字元 \\/\"\"[]:|<>+=;,?*@&,。",
|
||||
"deployAzureSQLDB.DBNameLengthError": "資料庫名稱的長度必須介於 1 到 100 個字元之間。",
|
||||
"deployAzureSQLDB.DBNameExistsError": "資料庫名稱在目前的伺服器中必須是唯一的。",
|
||||
"deployAzureSQLDB.DBFirewallOnlyNumericNameError": "防火牆名稱不能只包含數字。",
|
||||
"deployAzureSQLDB.DBFirewallSpecialCharError": "防火牆名稱不能包含特殊字元 \\/\"\"[]:|<>+=;,?*@&,。",
|
||||
"deployAzureSQLDB.DBFirewallUpperCaseError": "防火牆名稱不允許使用大寫字母",
|
||||
"deployAzureSQLDB.DBFirewallLengthError": "防火牆名稱的長度必須介於 1 到 100 個字元之間。",
|
||||
"deployAzureSQLDB.DBMaxIpInvalidError": "最大 IP 位址無效",
|
||||
"deployAzureSQLDB.DBMinIpInvalidError": "最小 IP 位址無效",
|
||||
"deployAzureSQLDB.DBNameExistsError": "資料庫名稱在目前的伺服器中必須是唯一的。",
|
||||
"deployAzureSQLDB.DBNameLengthError": "資料庫名稱的長度必須介於 1 到 100 個字元之間。",
|
||||
"deployAzureSQLDB.DBNameOnlyNumericNameError": "資料庫名稱不能只包含數字。",
|
||||
"deployAzureSQLDB.DBNameSpecialCharError": "資料庫名稱不能包含特殊字元 \\/\"\"[]:|<>+=;,?*@&,。"
|
||||
"deployAzureSQLDB.DBFirewallUpperCaseError": "防火牆名稱不允許使用大寫字母"
|
||||
},
|
||||
"dist/ui/deployAzureSQLVMWizard/constants": {
|
||||
"deployAzureSQLVM.AzureAccountDropdownLabel": "Azure 帳戶",
|
||||
"deployAzureSQLVM.AzureRegionDropdownLabel": "區域",
|
||||
"deployAzureSQLVM.AzureSettingsPageTitle": "Azure 設定",
|
||||
"deployAzureSQLVM.AzureSubscriptionDropdownLabel": "訂閱",
|
||||
"deployAzureSQLVM.MissingRequiredInfoError": "請填寫標有紅色星號的必要欄位。",
|
||||
"deployAzureSQLVM.NetworkSettingsNewSubnet": "新增子網路",
|
||||
"deployAzureSQLVM.NetworkSettingsNewVirtualNetwork": "新增虛擬網路",
|
||||
"deployAzureSQLVM.NetworkSettingsPageDescription": "進行網路設定",
|
||||
"deployAzureSQLVM.NetworkSettingsPageTitle": "網路",
|
||||
"deployAzureSQLVM.NetworkSettingsUseExistingPublicIp": "新增公用 IP",
|
||||
"deployAzureSQLVM.NewSQLVMTitle": "部署 Azure SQL VM",
|
||||
"deployAzureSQLVM.PublicIPDropdownLabel": "公用 IP",
|
||||
"deployAzureSQLVM.ResourceGroup": "資源群組",
|
||||
"deployAzureSQLVM.ScriptToNotebook": "編寫指令碼到筆記本",
|
||||
"deployAzureSQLVM.SqlAuthenticationConfirmPasswordLabel": "確認密碼",
|
||||
"deployAzureSQLVM.SqlAuthenticationPasswordLabel": "密碼",
|
||||
"deployAzureSQLVM.SqlAuthenticationUsernameLabel": "使用者名稱",
|
||||
"deployAzureSQLVM.SqlConnectivityTypeDropdownLabel": "SQL 連線",
|
||||
"deployAzureSQLVM.SqlEnableSQLAuthenticationLabel": "啟用 SQL 驗證",
|
||||
"deployAzureSQLVM.SqlPortLabel": "連接埠",
|
||||
"deployAzureSQLVM.SqlServerSettingsPageTitle": "SQL Server 設定",
|
||||
"deployAzureSQLVM.SubnetDropdownLabel": "子網路",
|
||||
"deployAzureSQLVM.VirtualNetworkDropdownLabel": "虛擬網路",
|
||||
"deployAzureSQLVM.VmAdminConfirmPasswordTextBoxLabel": "確認密碼",
|
||||
"deployAzureSQLVM.VmAdminPasswordTextBoxLabel": "系統管理員帳戶密碼",
|
||||
"deployAzureSQLVM.VmAdminUsernameTextBoxLabel": "系統管理員帳戶使用者名稱",
|
||||
"deployAzureSQLVM.VmImageDropdownLabel": "映像",
|
||||
"deployAzureSQLVM.VmImageVersionDropdownLabel": "映像版本",
|
||||
"deployAzureSQLVM.VmNameTextBoxLabel": "虛擬機器名稱",
|
||||
"deployAzureSQLVM.AzureAccountDropdownLabel": "Azure 帳戶",
|
||||
"deployAzureSQLVM.AzureSettingsPageTitle": "Azure 設定",
|
||||
"deployeAzureSQLVM.VmSizeLearnMoreLabel": "按一下這裡深入了解定價及支援的 VM 大小",
|
||||
"deployAzureSQLVM.NetworkSettingsPageDescription": "進行網路設定",
|
||||
"deployAzureSQLVM.SqlAuthenticationConfirmPasswordLabel": "確認密碼",
|
||||
"deployAzureSQLVM.VmAdminConfirmPasswordTextBoxLabel": "確認密碼",
|
||||
"deployAzureSQLVM.NewSQLVMTitle": "部署 Azure SQL VM",
|
||||
"deployAzureSQLVM.VmRDPAllowCheckboxLabel": "啟用遠端桌面 (RDP) 輸入連接埠 (3389)",
|
||||
"deployAzureSQLVM.VmSizeDropdownLabel": "大小",
|
||||
"deployAzureSQLVM.SqlEnableSQLAuthenticationLabel": "啟用 SQL 驗證",
|
||||
"deployAzureSQLVM.VmImageDropdownLabel": "映像",
|
||||
"deployAzureSQLVM.VmSkuDropdownLabel": "映像 SKU",
|
||||
"deployeAzureSQLVM.VmSettingsPageTitle": "虛擬機器設定",
|
||||
"deployeAzureSQLVM.VmSizeLearnMoreLabel": "按一下這裡深入了解定價及支援的 VM 大小"
|
||||
"deployAzureSQLVM.VmImageVersionDropdownLabel": "映像版本",
|
||||
"deployAzureSQLVM.NetworkSettingsPageTitle": "網路功能",
|
||||
"deployAzureSQLVM.NetworkSettingsUseExistingPublicIp": "新增公用 IP",
|
||||
"deployAzureSQLVM.NetworkSettingsNewSubnet": "新增子網路",
|
||||
"deployAzureSQLVM.NetworkSettingsNewVirtualNetwork": "新增虛擬網路",
|
||||
"deployAzureSQLVM.SqlAuthenticationPasswordLabel": "密碼",
|
||||
"deployAzureSQLVM.MissingRequiredInfoError": "請填寫標有紅色星號的必要欄位。",
|
||||
"deployAzureSQLVM.SqlPortLabel": "連接埠",
|
||||
"deployAzureSQLVM.PublicIPDropdownLabel": "公用 IP",
|
||||
"deployAzureSQLVM.AzureRegionDropdownLabel": "區域",
|
||||
"deployAzureSQLVM.ResourceGroup": "資源群組",
|
||||
"deployAzureSQLVM.SqlServerSettingsPageTitle": "SQL Server 設定",
|
||||
"deployAzureSQLVM.SqlConnectivityTypeDropdownLabel": "SQL 連線",
|
||||
"deployAzureSQLVM.ScriptToNotebook": "編寫指令碼到筆記本",
|
||||
"deployAzureSQLVM.VmSizeDropdownLabel": "大小",
|
||||
"deployAzureSQLVM.SubnetDropdownLabel": "子網路",
|
||||
"deployAzureSQLVM.AzureSubscriptionDropdownLabel": "訂用帳戶",
|
||||
"deployAzureSQLVM.SqlAuthenticationUsernameLabel": "使用者名稱",
|
||||
"deployAzureSQLVM.VirtualNetworkDropdownLabel": "虛擬網路",
|
||||
"deployAzureSQLVM.VmNameTextBoxLabel": "虛擬機器名稱",
|
||||
"deployeAzureSQLVM.VmSettingsPageTitle": "虛擬機器設定"
|
||||
},
|
||||
"dist/ui/deployAzureSQLVMWizard/deployAzureSQLVMWizardModel": {
|
||||
"sqlVMDeploymentWizard.PasswordLengthError": "密碼的長度必須介於 12 到 123 個字元之間。",
|
||||
@@ -233,10 +233,10 @@
|
||||
},
|
||||
"dist/ui/deployAzureSQLVMWizard/pages/networkSettingsPage": {
|
||||
"deployAzureSQLVM.NewPipError": "建立新的公用 IP",
|
||||
"deployAzureSQLVM.NewPipPlaceholder": "為新的公用 IP 輸入名稱",
|
||||
"deployAzureSQLVM.NewSubnetError": "建立新的子網路",
|
||||
"deployAzureSQLVM.NewSubnetPlaceholder": "為新的子網路輸入名稱",
|
||||
"deployAzureSQLVM.NewVnetError": "建立新的虛擬網路",
|
||||
"deployAzureSQLVM.NewPipPlaceholder": "為新的公用 IP 輸入名稱",
|
||||
"deployAzureSQLVM.NewSubnetPlaceholder": "為新的子網路輸入名稱",
|
||||
"deployAzureSQLVM.NewVnetPlaceholder": "為新的虛擬網路輸入名稱",
|
||||
"deployAzureSQLVM.PipNameError": "公用 IP 名稱的長度必須介於 1 到 80 個字元之間",
|
||||
"deployAzureSQLVM.SubnetNameLengthError": "子網路名稱的長度必須介於 1 到 80 個字元之間",
|
||||
@@ -244,138 +244,138 @@
|
||||
},
|
||||
"dist/ui/deployAzureSQLVMWizard/pages/sqlServerSettingsPage": {
|
||||
"deployAzureSQLVM.LocalConnectivityDropdownOption": "本機 (只在 VM 中)",
|
||||
"deployAzureSQLVM.SqlConfirmPasswordError": "[密碼] 和 [確認密碼] 必須相符。",
|
||||
"deployAzureSQLVM.PrivateConnectivityDropdownOptionDefault": "私人 (在虛擬網路中)",
|
||||
"deployAzureSQLVM.PublicConnectivityDropdownOption": "公用 (網際網路)",
|
||||
"deployAzureSQLVM.SqlConfirmPasswordError": "[密碼] 和 [確認密碼] 必須相符。",
|
||||
"deployAzureSQLVM.SqlUsernameLengthError": "使用者名稱的長度必須介於 2 到 128 個字元之間。",
|
||||
"deployAzureSQLVM.SqlUsernameSpecialCharError": "使用者名稱不得包含特殊字元 \\/\"\"[]:|<>+=;,?*。"
|
||||
"deployAzureSQLVM.SqlUsernameSpecialCharError": "使用者名稱不得包含特殊字元 \\/\"\"[]:|<>+=;,?*。",
|
||||
"deployAzureSQLVM.SqlUsernameLengthError": "使用者名稱的長度必須介於 2 到 128 個字元之間。"
|
||||
},
|
||||
"dist/ui/deployAzureSQLVMWizard/pages/vmSettingsPage": {
|
||||
"deployAzureSQLVM.VMConfirmPasswordError": "[密碼] 和 [確認密碼] 必須相符。",
|
||||
"deployAzureSQLVM.VMUsernameLengthError": "使用者名稱的長度必須介於 1 到 20 個字元之間。",
|
||||
"deployAzureSQLVM.VMUsernameReservedWordsError": "使用者名稱不得包含保留字。",
|
||||
"deployAzureSQLVM.vmDropdownSizeError": "請選取有效的虛擬機器大小。",
|
||||
"deployAzureSQLVM.VMUsernameSpecialCharError": "使用者名稱不能包含特殊字元 \\/\"\"[]:|<>+=;,?*@& 。",
|
||||
"deployAzureSQLVM.VMUsernameSuffixError": "使用者名稱的結尾不能為句號",
|
||||
"deployAzureSQLVM.VNameExistsError": "虛擬機器名稱在目前的資源群組中必須是唯一的。",
|
||||
"deployAzureSQLVM.VNameOnlyNumericNameError": "虛擬機器名稱不可只包含數字。",
|
||||
"deployAzureSQLVM.VMUsernameLengthError": "使用者名稱的長度必須介於 1 到 20 個字元之間。",
|
||||
"deployAzureSQLVM.VMUsernameReservedWordsError": "使用者名稱不得包含保留字。",
|
||||
"deployAzureSQLVM.VNamePrefixSuffixError": "虛擬機器名稱的開頭不能為底線。結尾不能為句號或連字號",
|
||||
"deployAzureSQLVM.VNameOnlyNumericNameError": "虛擬機器名稱不可只包含數字。",
|
||||
"deployAzureSQLVM.VNameSpecialCharError": "虛擬機器名稱不能包含特殊字元 \\/\"\"[]:|<>+=;,?*@&,。",
|
||||
"deployAzureSQLVM.VnameLengthError": "虛擬機器名稱的長度必須介於 1 到 15 個字元之間。",
|
||||
"deployAzureSQLVM.vmDropdownSizeError": "請選取有效的虛擬機器大小。"
|
||||
"deployAzureSQLVM.VNameExistsError": "虛擬機器名稱在目前的資源群組中必須是唯一的。"
|
||||
},
|
||||
"dist/ui/deploymentInputDialog": {
|
||||
"notebookType": "筆記本類型",
|
||||
"deploymentDialog.OkButtonText": "確定",
|
||||
"deploymentDialog.OpenNotebook": "開啟筆記本",
|
||||
"notebookType": "筆記本類型"
|
||||
"deploymentDialog.OpenNotebook": "開啟 Notebook"
|
||||
},
|
||||
"dist/ui/modelViewUtils": {
|
||||
"azure.accessError": "\r\n 錯誤詳細資料: {0}。",
|
||||
"azure.accounts.accountNotFoundError": "選取的帳戶 '{0}' 已無法使用。請按一下 [登入] 重新新增該帳戶,或選取其他帳戶。",
|
||||
"azure.accounts.accountStaleError": "選取的帳戶 '{0}' 存取權杖已失效。請按一下 [登入] 按鈕並重新整理該帳戶,或選取其他帳戶。",
|
||||
"azure.accounts.unexpectedAccountsError": "擷取帳戶時發生未預期的錯誤: {0}",
|
||||
"azure.accounts.unexpectedResourceGroupsError": "擷取訂閱 {0} 的資源群組時發生未預期的錯誤: {1}",
|
||||
"azure.accounts.unexpectedSubscriptionsError": "擷取帳戶 {0} 的訂閱時發生未預期的錯誤: {1}",
|
||||
"getClusterContexts.errorFetchingClusters": "載入或剖析組態檔 {0} 時發生錯誤。錯誤: {1}",
|
||||
"fileChecker.FileNotFound": "找不到檔案 {0}。請選取 kube 組態檔。",
|
||||
"fileChecker.NotFile": "路徑 {0} 不是檔案,請選取有效的 kube 組態檔。",
|
||||
"getClusterContexts.errorFetchingClusters": "載入或剖析組態檔 {0} 時發生錯誤。錯誤: {1}",
|
||||
"invalidSQLPassword": "{0} 不符合密碼複雜度要求。如需詳細資訊,請前往: https://docs.microsoft.com/sql/relational-databases/security/password-policy",
|
||||
"azure.accounts.accountStaleError": "選取的帳戶 '{0}' 存取權杖已失效。請按一下 [登入] 按鈕並重新整理該帳戶,或選取其他帳戶。",
|
||||
"azure.accounts.accountNotFoundError": "選取的帳戶 '{0}' 已無法使用。請按一下 [登入] 重新新增該帳戶,或選取其他帳戶。",
|
||||
"azure.accounts.unexpectedAccountsError": "擷取帳戶時發生未預期的錯誤: {0}",
|
||||
"resourceDeployment.errorFetchingStorageClasses": "擷取可用的 kubectl 儲存體類別時發生未預期的錯誤: {0}",
|
||||
"azure.accounts.unexpectedResourceGroupsError": "擷取訂閱 {0} 的資源群組時發生未預期的錯誤: {1}",
|
||||
"azure.accounts.unexpectedSubscriptionsError": "擷取帳戶 {0} 的訂閱時發生未預期的錯誤: {1}",
|
||||
"passwordNotMatch": "{0} 與確認密碼不符",
|
||||
"resourceDeployment.errorFetchingStorageClasses": "擷取可用的 kubectl 儲存體類別時發生未預期的錯誤: {0}"
|
||||
"invalidSQLPassword": "{0} 不符合密碼複雜度要求。如需詳細資訊,請前往: https://docs.microsoft.com/sql/relational-databases/security/password-policy"
|
||||
},
|
||||
"dist/ui/notebookWizard/notebookWizardAutoSummaryPage": {
|
||||
"notebookWizard.autoSummaryPageTitle": "檢閱您的組態"
|
||||
"notebookWizard.autoSummaryPageTitle": "檢閱您的設定"
|
||||
},
|
||||
"dist/ui/pageLessDeploymentModel": {
|
||||
"resourceDeployment.DownloadAndLaunchTaskName": "下載並啟動安裝程式,URL: {0}",
|
||||
"resourceDeployment.DownloadCompleteText": "已成功下載: {0}",
|
||||
"resourceDeployment.DownloadingText": "正在從 {0} 下載",
|
||||
"resourceDeployment.LaunchingProgramText": "正在啟動: {0}",
|
||||
"resourceDeployment.DownloadCompleteText": "已成功下載: {0}",
|
||||
"resourceDeployment.ProgramLaunchedText": "已成功啟動: {0}"
|
||||
},
|
||||
"dist/ui/resourceTypePickerDialog": {
|
||||
"deploymentDialog.deploymentOptions": "部署選項"
|
||||
},
|
||||
"dist/ui/toolsAndEulaSettingsPage": {
|
||||
"deploymentDialog.FailedEulaValidation": "若要繼續,您必須接受授權條款",
|
||||
"deploymentDialog.FailedToolsInstallation": "仍未探索到某些工具。請確認這些工具已安裝、正在執行並可供探索",
|
||||
"deploymentDialog.InstallToolsHintMany": "尚未安裝工具 {0},您可以按一下 \"{1}\" 按鈕加以安裝。",
|
||||
"deploymentDialog.InstallToolsHintOne": "尚未安裝工具 {0},您可以按一下 \"{1}\" 按鈕加以安裝。",
|
||||
"deploymentDialog.InstalledTools": "已安裝所有必要工具。",
|
||||
"deploymentDialog.NoRequiredTool": "沒有任何必要工具",
|
||||
"deploymentDialog.PendingInstallation": "仍未探索到下列工具: {0}。請確認這些工具已安裝、正在執行並可供探索",
|
||||
"deploymentDialog.ToolDoesNotMeetVersionRequirement": "'{0}' [ {1} ] 不符合最低版本需求,請予以解除安裝並重新啟動 Azure Data Studio。",
|
||||
"deploymentDialog.ToolInformation": "未探索到 '{0}',目前不支援自動安裝。請手動安裝 '{0}',或確認其已啟動並可供探索。完成後,請重新啟動 Azure Data Studio。請參閱 [{1}]。",
|
||||
"deploymentDialog.VersionInformationDebugHint": "如果您手動安裝工具,就必須重新啟動 Azure Data Studio,以更新變更。您可以在 [部署] 與 [Azure Data CLI] 輸出通道中找到其他詳細資料",
|
||||
"resourceDeployment.AgreementTitle": "接受使用條款",
|
||||
"deploymentDialog.InstalledTools": "已安裝所有必要工具。",
|
||||
"notebookWizard.toolsAndEulaPageTitle": "部署必要條件",
|
||||
"deploymentDialog.PendingInstallation": "仍未探索到下列工具: {0}。請確認這些工具已安裝、正在執行並可供探索",
|
||||
"deploymentDialog.loadingRequiredTools": "正在載入必要工具的資訊",
|
||||
"deploymentDialog.loadingRequiredToolsCompleted": "已完成載入必要工具的資訊",
|
||||
"notebookWizard.toolsAndEulaPageTitle": "部署必要條件",
|
||||
"resourceDeployment.AgreementTitle": "接受使用條款"
|
||||
"deploymentDialog.NoRequiredTool": "沒有任何必要工具",
|
||||
"deploymentDialog.FailedToolsInstallation": "仍未探索到某些工具。請確認這些工具已安裝、正在執行並可供探索",
|
||||
"deploymentDialog.FailedEulaValidation": "若要繼續,您必須接受授權條款",
|
||||
"deploymentDialog.InstallToolsHintOne": "尚未安裝工具 {0},您可以按一下 \"{1}\" 按鈕加以安裝。",
|
||||
"deploymentDialog.InstallToolsHintMany": "尚未安裝工具 {0},您可以按一下 \"{1}\" 按鈕加以安裝。",
|
||||
"deploymentDialog.VersionInformationDebugHint": "如果您手動安裝工具,就必須重新啟動 Azure Data Studio,以更新變更。您可以在 [部署] 與 [Azure Data CLI] 輸出通道中找到其他詳細資料"
|
||||
},
|
||||
"package": {
|
||||
"azdata-install-location-description": "用於安裝命令的 azdata 套件位置",
|
||||
"azure-sql-mi-agreement": "我接受 {0} 和 {1}。",
|
||||
"azure-sql-mi-agreement-eula": "Azure SQL MI 授權條款",
|
||||
"azure-sql-mi-display-description": "在 Azure 或客戶自控環境中建立 SQL 受控執行個體",
|
||||
"azure-sql-mi-display-name": "Azure SQL 受控執行個體",
|
||||
"azure-sql-mi-help-text": "Azure SQL 受控執行個體提供完整的 SQL Server 存取及功能相容性,以將 SQL Server 移轉至 Azure,或開發新的應用程式。{0}。",
|
||||
"azure-sql-mi-help-text-learn-more": "深入了解",
|
||||
"azure-sql-mi-okButton-text": "在入口網站中開啟",
|
||||
"azure-sql-mi-resource-type-option-label": "資源類型",
|
||||
"azure-sqldb-agreement": "我接受 {0}、{1} 和 {2}。",
|
||||
"azure-sqldb-agreement-azdata-eula": "azdata 授權條款",
|
||||
"azure-sqlvm-vm-administrator-account-page-label": "系統管理員帳戶",
|
||||
"azure-sqldb-agreement-sqldb-eula": "Azure SQL DB 授權條款",
|
||||
"azure-sqldb-description": "在 Azure 中建立 SQL 資料庫、資料庫伺服器或彈性集區。",
|
||||
"azure-sqldb-display-name": "Azure SQL Database",
|
||||
"azure-sqldb-notebook-ok-button-text": "選取",
|
||||
"azure-sqldb-portal-ok-button-text": "在 Azure 入口網站中建立",
|
||||
"azure-sqlvm-agreement": "我接受 {0}、{1} 和 {2}。",
|
||||
"azure-sqlvm-agreement-azdata-eula": "azdata 授權條款",
|
||||
"azure-sqldb-display-name": "Azure SQL 資料庫",
|
||||
"azure-sql-mi-agreement-eula": "Azure SQL MI 授權條款",
|
||||
"azure-sql-mi-help-text": "Azure SQL 受控執行個體提供完整的 SQL Server 存取及功能相容性,以將 SQL Server 移轉至 Azure,或開發新的應用程式。{0}。",
|
||||
"azure-sqlvm-agreement-sqlvm-eula": "Azure SQL VM 授權條款",
|
||||
"azure-sql-mi-display-name": "Azure SQL 受控執行個體",
|
||||
"azure-sqlvm-azure-account-page-label": "Azure 資訊",
|
||||
"azure-sqlvm-azure-location-label": "Azure 位置",
|
||||
"azure-sqlvm-deploy-dialog-action-text": "編寫指令碼到筆記本",
|
||||
"azure-sqlvm-deploy-dialog-title": "部署 Azure SQL 虛擬機器",
|
||||
"azure-sqlvm-description": "在 Azure 上建立 SQL 虛擬機器。適用於需要 OS 層級存取權的移轉及應用程式。",
|
||||
"azure-sqlvm-display-name": "Azure 虛擬機器上的 SQL Server",
|
||||
"azure-sqlvm-image-label": "映像",
|
||||
"azure-sqlvm-image-sku-label": "VM 映像 SKU",
|
||||
"azure-sqlvm-password-confirm-label": "確認密碼",
|
||||
"azure-sqlvm-password-label": "密碼",
|
||||
"azure-sqlvm-publisher-label": "發行者",
|
||||
"azure-sqlvm-storage-accountname-label": "儲存體帳戶名稱",
|
||||
"azure-sqlvm-storage-page-lable": "儲存體帳戶",
|
||||
"azure-sqlvm-storage-sku-label": "儲存體帳戶 SKU 類型",
|
||||
"azure-sqlvm-username-label": "使用者名稱",
|
||||
"azure-sqlvm-vm-administrator-account-page-label": "系統管理員帳戶",
|
||||
"azure-sqlvm-vm-information-page-label": "VM 資訊",
|
||||
"azure-sqlvm-vm-summary-page-label": "摘要",
|
||||
"azure-sqlvm-vmname-label": "虛擬機器名稱",
|
||||
"azure-sqlvm-vmsize-label": "大小",
|
||||
"deploy-resource-command-category": "部署",
|
||||
"deploy-resource-command-name": "新增部署…",
|
||||
"deployment.configuration.title": "部署組態",
|
||||
"docker-confirm-sql-password-field": "確認密碼",
|
||||
"docker-container-name-field": "容器名稱",
|
||||
"azure-sqlvm-description": "在 Azure 上建立 SQL 虛擬機器。適用於需要 OS 層級存取權的移轉及應用程式。",
|
||||
"azure-sql-mi-display-description": "在 Azure 或客戶自控環境中建立 SQL 受控執行個體",
|
||||
"azure-sqldb-description": "在 Azure 中建立 SQL 資料庫、資料庫伺服器或彈性集區。",
|
||||
"azure-sqldb-portal-ok-button-text": "在 Azure 入口網站中建立",
|
||||
"sql-azure-database-server-display-name": "資料庫伺服器",
|
||||
"azure-sqlvm-deploy-dialog-title": "部署 Azure SQL 虛擬機器",
|
||||
"docker-sql-2017-title": "部署 SQL Server 2017 容器映像",
|
||||
"docker-sql-2019-title": "部署 SQL Server 2019 容器映像",
|
||||
"docker-sql-2022-title": "部署 SQL Server 2022 容器映像",
|
||||
"docker-sql-password-field": "SQL Server 密碼",
|
||||
"deploy-resource-command-category": "部署",
|
||||
"deployment.configuration.title": "部署組態",
|
||||
"sql-azure-elastic-pool-display-name": "彈性集區",
|
||||
"azure-sql-mi-agreement": "我接受 {0} 和 {1}。",
|
||||
"azure-sqldb-agreement": "我接受 {0}、{1} 和 {2}。",
|
||||
"azure-sqlvm-agreement": "我接受 {0}、{1} 和 {2}。",
|
||||
"azure-sqlvm-image-label": "映像",
|
||||
"azure-sql-mi-help-text-learn-more": "深入了解",
|
||||
"azdata-install-location-description": "用於安裝命令的 azdata 套件位置",
|
||||
"microsoft-privacy-statement": "Microsoft 隱私權聲明",
|
||||
"deploy-resource-command-name": "新增部署…",
|
||||
"azure-sql-mi-okButton-text": "在入口網站中開啟",
|
||||
"azure-sqlvm-password-label": "密碼",
|
||||
"docker-sql-port-field": "連接埠",
|
||||
"extension-description": "提供部署 Microsoft SQL Server 的筆記本式體驗",
|
||||
"extension-displayName": "適用於 Azure Data Studio 的 SQL Server 部署延伸模組",
|
||||
"microsoft-privacy-statement": "Microsoft 隱私權聲明",
|
||||
"azure-sqlvm-publisher-label": "發行者",
|
||||
"azure-sql-mi-resource-type-option-label": "資源類型",
|
||||
"resource-type-display-name": "資源類型",
|
||||
"resource-type-sql-image-description": "以 Docker 執行 SQL Server 容器映像",
|
||||
"resource-type-sql-image-display-name": "SQL Server 容器映像",
|
||||
"resource-type-sql-windows-setup-description": "在 Windows 上執行 SQL Server,選取要開始使用的版本。",
|
||||
"resource-type-sql-windows-setup-display-name": "Windows 上的 SQL Server",
|
||||
"sql-2017-display-name": "SQL Server 2017",
|
||||
"sql-2019-display-name": "SQL Server 2019",
|
||||
"sql-2022-display-name": "SQL Server 2022",
|
||||
"sql-azure-database-server-display-name": "資料庫伺服器",
|
||||
"sql-azure-elastic-pool-display-name": "彈性集區",
|
||||
"extension-displayName": "適用於 Azure Data Studio 的 SQL Server 部署延伸模組",
|
||||
"resource-type-sql-image-display-name": "SQL Server 容器映像",
|
||||
"azure-sqlvm-display-name": "Azure 虛擬機器上的 SQL Server",
|
||||
"resource-type-sql-windows-setup-display-name": "Windows 上的 SQL Server",
|
||||
"docker-sql-password-field": "SQL Server 密碼",
|
||||
"azure-sqlvm-deploy-dialog-action-text": "編寫指令碼到筆記本",
|
||||
"azure-sqldb-notebook-ok-button-text": "選取",
|
||||
"sql-azure-single-database-display-name": "單一資料庫",
|
||||
"version-display-name": "版本"
|
||||
"azure-sqlvm-vmsize-label": "大小",
|
||||
"azure-sqlvm-storage-page-lable": "儲存體帳戶",
|
||||
"azure-sqlvm-storage-sku-label": "儲存體帳戶 SKU 類型",
|
||||
"azure-sqlvm-storage-accountname-label": "儲存體帳戶名稱",
|
||||
"azure-sqlvm-vm-summary-page-label": "摘要",
|
||||
"azure-sqlvm-username-label": "使用者名稱",
|
||||
"azure-sqlvm-image-sku-label": "VM 映像 SKU",
|
||||
"azure-sqlvm-vm-information-page-label": "VM 資訊",
|
||||
"version-display-name": "版本",
|
||||
"azure-sqlvm-vmname-label": "虛擬機器名稱",
|
||||
"azure-sqldb-agreement-azdata-eula": "azdata 授權條款",
|
||||
"azure-sqlvm-agreement-azdata-eula": "azdata 授權條款"
|
||||
}
|
||||
}
|
||||
}
|
||||
+63
-63
@@ -9,27 +9,15 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/localizedConstants": {
|
||||
"OptionNotFoundWarningMessage": "標籤: 選項值名稱查閱中不存在 {0}",
|
||||
"SchemaCompare.GeneralOptionsLabel": "一般選項",
|
||||
"SchemaCompare.ObjectTypesOptionsLabel": "包含物件類型",
|
||||
"SchemaCompare.SchemaCompareOptionsDialogLabel": "結構描述比較選項",
|
||||
"SchemaCompareOptionsDialog.Reset": "重設",
|
||||
"file": "FILE",
|
||||
"flat": "一般",
|
||||
"objectType": "物件類型",
|
||||
"schema": "結構描述",
|
||||
"schemaCompare.ApplyConfirmation": "確定要更新目標嗎?",
|
||||
"schemaCompare.CompareDetailsTitle": "比較詳細資料",
|
||||
"schemaCompare.GetConnectionString": "是否要連接到 {0}?",
|
||||
"schemaCompare.RecompareToRefresh": "按下 [比較] 即可重新整理比較結果。",
|
||||
"schemaCompareDialog.differentSourceMessage": "已選取其他來源結構描述。要比較以查看比較結果嗎?",
|
||||
"schemaCompareDialog.differentTargetMessage": "已選取其他目標結構描述。要比較以查看比較結果嗎?",
|
||||
"schemaCompare.actionColumn": "動作",
|
||||
"schemaCompare.addAction": "新增",
|
||||
"schemaCompare.applyButtonDisabledTitle": "當目標為資料庫或資料庫專案時,會啟用套用",
|
||||
"schemaCompare.updateButton": "套用",
|
||||
"schemaCompare.applyButtonEnabledTitle": "將變更套用至目標",
|
||||
"schemaCompare.applyError": "更新專案時發生錯誤",
|
||||
"schemaCompare.applyNoChanges": "沒有任何要套用的變更",
|
||||
"schemaCompare.applySuccess": "已成功更新專案",
|
||||
"schemaCompare.cancelCompareButton": "停止",
|
||||
"schemaCompare.applyButtonDisabledTitle": "當目標為資料庫或資料庫專案時,會啟用套用",
|
||||
"schemaCompare.ApplyConfirmation": "確定要更新目標嗎?",
|
||||
"schemaCompareDialog.cancel": "取消",
|
||||
"schemaCompare.cancelErrorMessage": "取消結構描述比較失敗: '{0}'",
|
||||
"schemaCompare.cannotExcludeMessage": "無法排除 {0}。包含的相依性已存在",
|
||||
"schemaCompare.cannotExcludeMessageWithDependent": "無法排除 {0}。包含的相依性已存在,例如 {1}",
|
||||
@@ -37,78 +25,90 @@
|
||||
"schemaCompare.cannotIncludeMessageWithDependent": "不無法包含 {0}。排除的相依性已存在,例如 {1}",
|
||||
"schemaCompare.changeAction": "變更",
|
||||
"schemaCompare.compareButton": "比較",
|
||||
"schemaCompare.compareErrorMessage": "結構描述比較失敗: {0}",
|
||||
"schemaCompare.dacpacRadioButtonLabel": "資料層應用程式檔案 (.dacpac)",
|
||||
"schemaCompare.databaseButtonLabel": "資料庫",
|
||||
"schemaCompare.deleteAction": "刪除",
|
||||
"schemaCompare.dialogTitle": "結構描述比較",
|
||||
"schemaCompare.CompareDetailsTitle": "比較詳細資料",
|
||||
"schemaCompare.differencesTableTitle": "來源和目標之間的比較",
|
||||
"schemaCompare.dacpacRadioButtonLabel": "資料層應用程式檔案 (.dacpac)",
|
||||
"schemaCompareDialog.databaseDropdownTitle": "資料庫",
|
||||
"schemaCompare.databaseButtonLabel": "資料庫",
|
||||
"schemaCompare.projectButtonLabel": "資料庫專案",
|
||||
"schemaCompare.deleteAction": "刪除",
|
||||
"schemaCompareDialog.differentSourceTargetMessage": "已選取不同的來源和結構描述。要比較以查看比較結果嗎?",
|
||||
"schemaCompare.GetConnectionString": "是否要連接到 {0}?",
|
||||
"file": "FILE",
|
||||
"schemaCompareDialog.fileTextBoxLabel": "檔案",
|
||||
"flat": "一般",
|
||||
"schemaCompareDialog.structureDropdownLabel": "資料夾結構",
|
||||
"SchemaCompare.GeneralOptionsLabel": "一般選項",
|
||||
"schemaCompare.generateScriptButton": "產生指令碼",
|
||||
"schemaCompare.generateScriptErrorMessage": "無法產生指令碼: '{0}'",
|
||||
"schemaCompare.generateScriptButtonDisabledTitle": "當目標為資料庫時,會啟用產生指令碼",
|
||||
"schemaCompare.generateScriptEnabledButton": "產生指令碼以將變更部署至目標",
|
||||
"schemaCompare.generateScriptErrorMessage": "無法產生指令碼: '{0}'",
|
||||
"schemaCompare.includeColumnName": "包括",
|
||||
"SchemaCompare.ObjectTypesOptionsLabel": "包含物件類型",
|
||||
"schemaCompare.waitText": "正在將比較結果初始化。這可能需要一些時間。",
|
||||
"schemaCompare.openScmpButtonTitle": "載入儲存在 .scmp 檔案中的來源、目標和選項",
|
||||
"schemaCompareDialog.No": "否",
|
||||
"schemaCompare.applyNoChanges": "沒有任何要套用的變更",
|
||||
"schemaCompare.generateScriptNoChanges": "指令碼沒有任何變更",
|
||||
"schemaCompare.includeColumnName": "包含",
|
||||
"schemaCompare.includeExcludeInfoMessage": "請注意,包含/排除作業可能需要一些時間來計算受影響的相依性",
|
||||
"schemaCompare.noDifferences": "找不到任何結構描述差異。",
|
||||
"schemaCompareDialog.ok": "確定",
|
||||
"objectType": "物件類型",
|
||||
"schemaCompare.openFile": "開啟",
|
||||
"schemaCompare.openScmpButton": "開啟 .scmp 檔案",
|
||||
"schemaCompare.openScmpButtonTitle": "載入儲存在 .scmp 檔案中的來源、目標和選項",
|
||||
"schemaCompare.openScmpErrorMessage": "無法開啟 scmp: '{0}'",
|
||||
"schemaCompare.optionsButton": "選項",
|
||||
"schemaCompare.projectButtonLabel": "資料庫專案",
|
||||
"schemaCompare.radioButtonsLabel": "類型",
|
||||
"schemaCompareOptions.RecompareMessage": "選項已變更。要重新比較以查看比較嗎?",
|
||||
"schemaCompare.includeExcludeInfoMessage": "請注意,包含/排除作業可能需要一些時間來計算受影響的相依性",
|
||||
"schemaCompare.RecompareToRefresh": "按下 [比較] 即可重新整理比較結果。",
|
||||
"schemaCompare.applySuccess": "已成功更新專案",
|
||||
"SchemaCompareOptionsDialog.Reset": "重設",
|
||||
"schemaCompare.saveFile": "儲存",
|
||||
"schemaCompare.saveScmpButton": "儲存 .scmp 檔案",
|
||||
"schemaCompare.saveScmpButtonTitle": "儲存來源和目標、選項及排除的元素",
|
||||
"schemaCompare.saveScmpErrorMessage": "無法儲存 scmp: '{0}'",
|
||||
"schemaCompare.saveScmpButtonTitle": "儲存來源和目標、選項及排除的元素",
|
||||
"schema": "結構描述",
|
||||
"schemaCompare.dialogTitle": "結構描述比較",
|
||||
"schemaCompare.updateErrorMessage": "結構描述比較套用失敗 '{0}'",
|
||||
"SchemaCompare.SchemaCompareOptionsDialogLabel": "結構描述比較選項",
|
||||
"schemaCompare.compareErrorMessage": "結構描述比較失敗: {0}",
|
||||
"schemaObjectType": "結構描述/物件類型",
|
||||
"schemaCompare.sourceButtonTitle": "選取來源",
|
||||
"schemaCompare.targetButtonTitle": "選取目標",
|
||||
"schemaCompare.selectConnection": "選取連線",
|
||||
"schemaCompare.selectSourceFile": "選取來源檔案",
|
||||
"schemaCompare.selectTargetFile": "選取目標檔案",
|
||||
"schemaCompare.sourceButtonTitle": "選取來源",
|
||||
"schemaCompare.sourceNameColumn": "來源名稱",
|
||||
"schemaCompare.startText": "若要比較兩個結構描述,請先選取來源結構描述,然後按下 [比較]。",
|
||||
"schemaCompare.switchButtonTitle": "切換來源和目標",
|
||||
"schemaCompare.switchDirectionButton": "切換方向",
|
||||
"schemaCompare.targetButtonTitle": "選取目標",
|
||||
"schemaCompare.targetNameColumn": "目標名稱",
|
||||
"schemaCompare.typeColumn": "類型",
|
||||
"schemaCompare.updateButton": "套用",
|
||||
"schemaCompare.updateErrorMessage": "結構描述比較套用失敗 '{0}'",
|
||||
"schemaCompare.waitText": "正在將比較結果初始化。這可能需要一些時間。",
|
||||
"schemaCompareDialog.No": "否",
|
||||
"schemaCompareDialog.serverDropdownTitle": "伺服器",
|
||||
"schemaCompareDialog.SourceTitle": "來源",
|
||||
"schemaCompareDialog.TargetTitle": "目標",
|
||||
"schemaCompareDialog.Yes": "是",
|
||||
"schemaCompareDialog.cancel": "取消",
|
||||
"schemaCompareDialog.databaseDropdownTitle": "資料庫",
|
||||
"schemaCompareDialog.defaultUser": "預設",
|
||||
"schemaCompareDialog.differentSourceMessage": "已選取其他來源結構描述。要比較以查看比較結果嗎?",
|
||||
"schemaCompareDialog.differentSourceTargetMessage": "已選取不同的來源和結構描述。要比較以查看比較結果嗎?",
|
||||
"schemaCompareDialog.differentTargetMessage": "已選取其他目標結構描述。要比較以查看比較結果嗎?",
|
||||
"schemaCompareDialog.dspErrorSource": "來源 .sqlproj 檔案未指定資料庫結構描述元件",
|
||||
"schemaCompareDialog.dspErrorTarget": "目標 .sqlproj 檔案未指定資料庫結構描述元件",
|
||||
"schemaCompareDialog.fileTextBoxLabel": "FILE",
|
||||
"schemaCompareDialog.noProjectExtension": "需要 sql-database-projects 延伸模組,才能與資料庫專案進行結構描述比較",
|
||||
"schemaCompareDialog.noProjectExtensionApply": "需要 sql-database-projects 延伸模組,才能將變更套用至專案",
|
||||
"schemaCompareDialog.ok": "確定",
|
||||
"schemaCompareDialog.serverDropdownTitle": "伺服器",
|
||||
"schemaCompareDialog.sourceDatabaseDropdown": "來源資料庫",
|
||||
"schemaCompare.sourceNameColumn": "來源名稱",
|
||||
"schemaCompareDialog.sourceServerDropdown": "來源伺服器",
|
||||
"schemaCompareDialog.sourceTextBox": "原始程式檔",
|
||||
"schemaCompareDialog.structureDropdownLabel": "資料夾結構",
|
||||
"schemaCompare.cancelCompareButton": "停止",
|
||||
"schemaCompare.switchDirectionButton": "切換方向",
|
||||
"schemaCompare.switchButtonTitle": "切換來源和目標",
|
||||
"schemaCompareDialog.TargetTitle": "目標",
|
||||
"schemaCompareDialog.targetDatabaseDropdown": "目標資料庫",
|
||||
"targetStructure": "目的檔案夾結構",
|
||||
"schemaCompare.targetNameColumn": "目標名稱",
|
||||
"schemaCompareDialog.targetServerDropdown": "目標伺服器",
|
||||
"schemaCompareDialog.targetTextBox": "目標檔案",
|
||||
"schemaCompareOptions.RecompareMessage": "選項已變更。要重新比較以查看比較嗎?",
|
||||
"schemaObjectType": "結構描述/物件類型",
|
||||
"targetStructure": "目的檔案夾結構"
|
||||
"schemaCompareDialog.dspErrorSource": "來源 .sqlproj 檔案未指定資料庫結構描述元件",
|
||||
"schemaCompareDialog.noProjectExtensionApply": "需要 sql-database-projects 延伸模組,才能將變更套用至專案",
|
||||
"schemaCompareDialog.noProjectExtension": "需要 sql-database-projects 延伸模組,才能與資料庫專案進行結構描述比較",
|
||||
"schemaCompareDialog.dspErrorTarget": "目標 .sqlproj 檔案未指定資料庫結構描述元件",
|
||||
"schemaCompare.applyError": "更新專案時發生錯誤",
|
||||
"schemaCompare.startText": "若要比較兩個結構描述,請先選取來源結構描述,然後按下 [比較]。",
|
||||
"schemaCompare.typeColumn": "類型",
|
||||
"schemaCompare.radioButtonsLabel": "類型",
|
||||
"schemaCompareDialog.Yes": "是",
|
||||
"schemaCompareDialog.defaultUser": "預設",
|
||||
"OptionNotFoundWarningMessage": "標籤: 選項值名稱查閱中不存在 {0}"
|
||||
},
|
||||
"package": {
|
||||
"description": "Azure Data Studio 的 SQL Server 結構描述比較支援比較資料庫和 dacpac 的結構描述。",
|
||||
"displayName": "SQL Server 結構描述比較",
|
||||
"schemaCompare.openInScmp": "在 [結構描述比較] 中開啟",
|
||||
"schemaCompare.runComparison": "執行結構描述比較",
|
||||
"displayName": "SQL Server 結構描述比較",
|
||||
"description": "Azure Data Studio 的 SQL Server 結構描述比較支援比較資料庫和 dacpac 的結構描述。",
|
||||
"schemaCompare.start": "結構描述比較"
|
||||
}
|
||||
}
|
||||
+2
-2
@@ -10,9 +10,9 @@
|
||||
"contents": {
|
||||
"dist/constants": {
|
||||
"XEventsFailed": "XEvents 作業失敗。",
|
||||
"XEventsStopped": "Xevent 工作階段 PageContention 和 ObjectContention 已移除。",
|
||||
"XEventsNotSupported": "不支援 Xevent 工作階段。",
|
||||
"XEventsStarted": "已為 PageContention 和 ObjectContention 啟動 Xevent 工作階段。",
|
||||
"XEventsStopped": "Xevent 工作階段 PageContention 和 ObjectContention 已移除。"
|
||||
"XEventsStarted": "已為 PageContention 和 ObjectContention 啟動 Xevent 工作階段。"
|
||||
}
|
||||
}
|
||||
}
|
||||
+33
-33
@@ -9,70 +9,70 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/assessmentResultGrid": {
|
||||
"asmt.column.targetType": "目標型別",
|
||||
"asmt.details.toLearnMore": " 以深入了解。",
|
||||
"asmt.details.clickHere": "點擊這裡",
|
||||
"databaseIconLabel": "資料庫",
|
||||
"asmt.details.recommendation": "建議",
|
||||
"asmt.details.ruleDescription": "規則說明",
|
||||
"asmt.details.toLearnMore": " 以深入了解。",
|
||||
"databaseIconLabel": "資料庫",
|
||||
"serverIconLabel": "伺服器"
|
||||
"serverIconLabel": "伺服器",
|
||||
"asmt.column.targetType": "目標型別"
|
||||
},
|
||||
"dist/localized": {
|
||||
"asmt.apiversion": "API 版本",
|
||||
"asmt.column.checkId": "檢查識別碼",
|
||||
"asmt.rulesetversion": "預設規則集",
|
||||
"asmt.serveredition": "版本",
|
||||
"asmt.sqlReport.Error": "錯誤",
|
||||
"asmt.column.helpLink": "說明連結",
|
||||
"asmt.sqlReport.High": "高",
|
||||
"asmt.section.api.title": "資訊",
|
||||
"asmt.sqlReport.Info": "資訊",
|
||||
"asmt.instancename": "執行個體名稱",
|
||||
"asmt.learnMore": "深入了解",
|
||||
"asmt.sqlReport.Low": "低",
|
||||
"asmt.sqlReport.Medium": "中",
|
||||
"asmt.column.message": "訊息",
|
||||
"asmt.osversion": "作業系統版本",
|
||||
"asmt.sqlReport.resultForDatabase": "資料庫的結果",
|
||||
"asmt.sqlReport.resultForInstance": "伺服器的結果",
|
||||
"asmt.sqlReportTitle": "SQL 評定報表",
|
||||
"asmt.section.instance.title": "SQL Server 執行個體詳細資料",
|
||||
"asmt.column.severity": "嚴重性",
|
||||
"asmt.column.tags": "標籤",
|
||||
"asmt.column.target": "目標",
|
||||
"asmt.instancename": "執行個體名稱",
|
||||
"asmt.learnMore": "深入了解",
|
||||
"asmt.osversion": "作業系統版本",
|
||||
"asmt.rulesetversion": "預設規則集",
|
||||
"asmt.section.api.title": "資訊",
|
||||
"asmt.section.instance.title": "SQL Server 執行個體詳細資料",
|
||||
"asmt.serveredition": "版本",
|
||||
"asmt.serverversion": "版本",
|
||||
"asmt.sqlReport.Error": "錯誤",
|
||||
"asmt.sqlReport.High": "高",
|
||||
"asmt.sqlReport.Info": "資訊",
|
||||
"asmt.sqlReport.Low": "低",
|
||||
"asmt.sqlReport.Medium": "中",
|
||||
"asmt.sqlReport.Warning": "警告",
|
||||
"asmt.sqlReport.resultForDatabase": "資料庫的結果",
|
||||
"asmt.sqlReport.resultForInstance": "伺服器的結果",
|
||||
"asmt.sqlReport.severityMsg": "{0}: {1} 個項目",
|
||||
"asmt.sqlReportTitle": "SQL 評定報表"
|
||||
"asmt.sqlReport.severityMsg": "{0}: {1} 個項目"
|
||||
},
|
||||
"dist/tabs/assessmentMainTab": {
|
||||
"asmtaction.label.cancel": "取消",
|
||||
"msgBoxCopyBtn": "複製",
|
||||
"btnGeneratehtmlreport": "建立 HTML 報告",
|
||||
"btnExportAsScript": "匯出為指令碼",
|
||||
"invokeAssessmentLabelServer": "叫用評定",
|
||||
"invokeAssessmentLabelDatabase": "為 {0} 叫用評定",
|
||||
"ok": "確定",
|
||||
"asmtaction.label.open": "開啟",
|
||||
"asmtaction.openReport": "已儲存報表。要開啟嗎?",
|
||||
"btnExportAsScript": "匯出為指令碼",
|
||||
"btnGeneratehtmlreport": "建立 HTML 報告",
|
||||
"btnViewSamples": "檢視所有規則,並前往 GitHub 深入了解",
|
||||
"btnViewSamplesShort": "在 GitHub 上檢視全部",
|
||||
"getAssessmentItemsDatabase": "檢視適用於 {0} 的規則",
|
||||
"getAssessmentItemsServer": "檢視適用的規則",
|
||||
"invokeAssessmentLabelDatabase": "為 {0} 叫用評定",
|
||||
"invokeAssessmentLabelServer": "叫用評定",
|
||||
"msgBoxAsmtInfo": "SQL 評定資訊",
|
||||
"msgBoxCopied": "已複製 SQL 評定資訊",
|
||||
"msgBoxCopyBtn": "複製",
|
||||
"ok": "確定"
|
||||
"btnViewSamplesShort": "在 GitHub 上檢視全部",
|
||||
"btnViewSamples": "檢視所有規則,並前往 GitHub 深入了解",
|
||||
"getAssessmentItemsServer": "檢視適用的規則",
|
||||
"getAssessmentItemsDatabase": "檢視適用於 {0} 的規則"
|
||||
},
|
||||
"dist/tabs/historyTab": {
|
||||
"asmt.history.back": "<< 返回",
|
||||
"asmt.history.resultsTitle": "來自 {0} 的評定結果",
|
||||
"asmt.history.summaryAsmtDate": "評定日期",
|
||||
"asmt.history.resultsTitle": "來自 {0} 的評定結果",
|
||||
"asmt.history.summaryError": "錯誤",
|
||||
"asmt.history.summaryInfo": "資訊",
|
||||
"asmt.history.summaryWarning": "警告"
|
||||
},
|
||||
"package": {
|
||||
"dashboard.tabName": "SQL 評定",
|
||||
"description": "Azure Data Studio (預覽) 的 SQL 評定提供一種機制來評估 SQL Server 的設定是否為最佳做法。",
|
||||
"displayName": "SQL 評定"
|
||||
"displayName": "SQL 評定",
|
||||
"description": "Azure Data Studio (預覽) 的 SQL 評定提供一種機制來評估 SQL Server 的設定是否為最佳做法。"
|
||||
}
|
||||
}
|
||||
}
|
||||
+229
-229
@@ -9,432 +9,432 @@
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"dist/common/constants": {
|
||||
"BuildHistory": "組建歷程記錄",
|
||||
"Date": "日期",
|
||||
"Failed": "失敗",
|
||||
"InProgress": "進行中",
|
||||
"Move": "移動",
|
||||
"PublishHistory": "發佈歷程記錄",
|
||||
"Status": "狀態",
|
||||
"Success": "成功",
|
||||
"TargetDatabase": "目標資料庫",
|
||||
"TargetPlatform": "目標平台",
|
||||
"TargetServer": "目標伺服器",
|
||||
"Time": "時間",
|
||||
"sqlcmdVariableAlreadyExists": "此專案中已有同名的 SQLCMD 變數",
|
||||
"databaseNameRequiredVariableOptional": "需要資料庫名稱。資料庫變數為選擇性項目。",
|
||||
"databaseNameServerNameVariableRequired": "需要資料庫名稱、伺服器名稱和伺服器變數。資料庫變數為選擇性項目。",
|
||||
"fileAlreadyExists": "磁碟的這個位置已經有名稱為 '{0}' 的檔案存在。請選擇其他名稱。",
|
||||
"folderAlreadyExistsChooseNewLocation": "磁碟的這個位置已經有名稱為 '{0}' 的資料夾存在。請選擇其他位置。",
|
||||
"folderAlreadyExists": "磁碟的這個位置已經有名稱為 '{0}' 的資料夾存在。請選擇其他名稱。",
|
||||
"projectAlreadyExists": "名為 {0} 的專案已存在於 {1}。",
|
||||
"cantAddCircularProjectReference": "無法新增專案 '{0}' 的參考。以參考方式新增此專案將導致循環相依性",
|
||||
"databaseReferenceAlreadyExists": "此專案中已經有這個資料庫的參考。",
|
||||
"deployScriptExists": "{0} 指令碼已存在。新指令碼不會包含在組建中。",
|
||||
"actionLabel": "動作",
|
||||
"addDatabaseReferenceOkButtonText": "新增參考",
|
||||
"addDatabaseReferencedialogName": "新增資料庫參考",
|
||||
"addItemAction": "新增項目",
|
||||
"addSqlCmdVariableWithoutDefaultValue": "是否將 SQLCMD 變數 '{0}' 新增至專案而不使用預設值?",
|
||||
"advancedOptionsButton": "進階...",
|
||||
"advancedPublishOptions": "進階發佈選項",
|
||||
"appSettingPrompt": "是否要以新的連接字串更新 Azure Function local.settings.json?",
|
||||
"applyConfirmation": "確定要更新目標專案嗎?",
|
||||
"applyError": "更新專案時發生錯誤: {0}",
|
||||
"applySuccess": "已成功更新專案。",
|
||||
"artifactReference": "成品參考",
|
||||
"at": "於",
|
||||
"autorestProjectName": "新增 SQL 專案名稱",
|
||||
"azureAccounts": "Azure 帳戶",
|
||||
"azureAddAccount": "新增帳戶...",
|
||||
"azureServerName": "Azure SQL 伺服器名稱",
|
||||
"addDatabaseReferencedialogName": "新增資料庫參考",
|
||||
"addDatabaseReferenceOkButtonText": "新增參考",
|
||||
"advancedPublishOptions": "進階發佈選項",
|
||||
"advancedOptionsButton": "進階...",
|
||||
"updateActionRadiButtonLabel": "套用所有變更",
|
||||
"deleteSqlCmdVariableConfirmation": "確定要刪除 SQLCMD 變數 '{0}' 嗎?",
|
||||
"deleteReferenceConfirmation": "確定要刪除 {0} 的參考嗎?",
|
||||
"deleteConfirmationContents": "您確定要刪除 {0} 及其所有內容嗎?",
|
||||
"deleteConfirmation": "確定要刪除 {0} 嗎?",
|
||||
"moveConfirmationPrompt": "確定要將 {0} 移至 {1} 嗎?",
|
||||
"applyConfirmation": "確定要更新目標專案嗎?",
|
||||
"artifactReference": "成品參考",
|
||||
"nodeButNotAutorestFoundPrompt": "未安裝 Autorest。若要繼續,請選擇是否要透過 'npx' 從暫時位置執行 Autorest,或全域安裝 Autorest 然後執行。",
|
||||
"nodeButNotAutorestFound": "在系統路徑中找不到 Autorest 工具,但找到 Node.js。提示使用者如何繼續。執行 'npm install autorest -g' 以永久安裝並避免出現此訊息。",
|
||||
"emptyAzureDbProjectTypeDisplayName": "Azure SQL Database",
|
||||
"edgeProjectTypeDisplayName": "Azure SQL Edge 資料庫",
|
||||
"azureSqlServerCreated": "Azure SQL 伺服器 '{0}' 已建立",
|
||||
"azureServerName": "Azure SQL 伺服器名稱",
|
||||
"azureAccounts": "Azure 帳戶",
|
||||
"azureSubscription": "Azure 訂用帳戶",
|
||||
"baseDockerImage": "基底 {0} Docker 映像",
|
||||
"browseButtonText": "瀏覽資料夾",
|
||||
"browseEllipsis": "瀏覽...",
|
||||
"browseForProfile": "瀏覽設定檔",
|
||||
"browseEllipsis": "瀏覽...",
|
||||
"buildAction": "組建",
|
||||
"buildElements": "組建元素",
|
||||
"buildFailedCannotStartSchemaCompare": "因為組建失敗,所以無法啟動結構描述比較",
|
||||
"BuildHistory": "組建歷程記錄",
|
||||
"projBuildFailed": "組建失敗。如需詳細資料,請查看輸出窗格。{0}",
|
||||
"cancelButtonText": "取消",
|
||||
"parentTreeItemUnknown": "無法存取提供之樹狀項目的父代",
|
||||
"invalidProjectReload": "無法存取提供的資料庫專案。只能重新載入有效、開啟的資料庫專案。",
|
||||
"cannotResolvePath": "無法解析路徑 {0}",
|
||||
"cantAddCircularProjectReference": "無法新增專案 '{0}' 的參考。以參考方式新增此專案將導致循環相依性",
|
||||
"changeTargetPlatformAction": "變更目標平台",
|
||||
"checkoutOutputMessage": "如需詳細資料,請查看輸出窗格",
|
||||
"chooseAction": "選擇動作",
|
||||
"chooseSqlcmdVarsToModify": "選擇要修改的 SQLCMD 變數",
|
||||
"chooseAction": "選擇動作",
|
||||
"cicularProjectReference": "從專案 {0} 到專案 {1} 的循環參考",
|
||||
"cleaningDockerImagesMessage": "正在清除現有的部署...",
|
||||
"compareActionRadiButtonLabel": "在結構描述比較中檢視變更",
|
||||
"sdkLearnMorePlaceholder": "按一下 [深入了解] 按鈕以深入了解 SDK 樣式專案",
|
||||
"confirmPassword": "確認 {0} 系統管理員密碼",
|
||||
"confirmServerPassword": "確認 {0} 系統管理員密碼",
|
||||
"connectingToSqlServerMessage": "連接到 SQL Server",
|
||||
"targetConnectionLabel": "連線",
|
||||
"connectionFailedError": "連線失敗。錯誤: '{0}'",
|
||||
"connectionRadioButtonLabel": "連線",
|
||||
"containerAlreadyExistForProject": "此專案的容器已存在。您要先刪除這些檔案再部署新的嗎?",
|
||||
"convertToSdkStyleConfirmation": "轉換後,專案 '{0}' 將不會與 SSDT 完全相容。轉換之前,專案檔案備份會先在專案資料夾中建立。有關詳細資訊,可參閱: https://aka.ms/sqlprojsdk。要繼續轉換成 SDK 樣式的專案嗎?",
|
||||
"createNew": "新建立",
|
||||
"updatedToSdkStyleError": "將專案 {0} 轉換成 SDK 樣式失敗。已回復對 .sqlproj 所做的變更。",
|
||||
"errorRetrievingBuildFiles": "無法建置專案。擷取建置所需檔案時發生錯誤。",
|
||||
"createProjectDialogOkButtonText": "建立",
|
||||
"createNew": "新建立",
|
||||
"createProjectFromDatabaseDialogName": "從資料庫建立專案",
|
||||
"createProjectSettings": "設定",
|
||||
"creatingAzureSqlServer": "正在建立 Azure SQL 伺服器 '{0}'...",
|
||||
"creatingDeploymentSettingsMessage": "正在建立部署設定...",
|
||||
"currentTargetPlatform": "專案 {0} 的目標平台現在已{1}",
|
||||
"selectTargetPlatform": "目前的目標平台: {0}。請選取新的目標平台",
|
||||
"sqlDatabaseProjects.NetCoreSupportedVersionInstallationConfirmation": "目前安裝的 .NET SDK 版本是 {0},但不支援此版本。專案組建將無法運作。請安裝 .NET 6 SDK 或更新版本,或在設定中更新 .NET SDK 支援的版本位置 (如果已安裝)。",
|
||||
"dacpacFileLocationRequired": "需要 Dacpac 檔案位置才能將參考新增到資料庫",
|
||||
"dacpacFiles": "dacpac 檔案",
|
||||
"dacpacNotOnSameDrive": "Dacpac 參考必須位於與專案檔相同的磁碟機上。",
|
||||
"dacpacReferenceElement": "Dacpac 参考",
|
||||
"dacpacText": "資料層應用程式 (.dacpac)",
|
||||
"dacpacNotOnSameDrive": "Dacpac 參考必須位於與專案檔相同的磁碟機上。專案檔位於 {0}",
|
||||
"dataSource": "資料來源",
|
||||
"dataSourceDropdownTitle": "資料來源",
|
||||
"dataSourceRadioButtonLabel": "資料來源",
|
||||
"dacpacText": "資料層應用程式 (.dacpac)",
|
||||
"databaseNameLabel": "資料庫",
|
||||
"sqlDatabaseProjects.outputChannel": "資料庫專案",
|
||||
"databaseReferencesNodeName": "資料庫參考",
|
||||
"databaseLocation": "需要資料庫位置才能將參考新增到資料庫",
|
||||
"databaseName": "資料庫名稱",
|
||||
"databaseNameLabel": "資料庫",
|
||||
"databaseNameRequired": "必須有資料庫參考類型才能新增資料庫的參考",
|
||||
"databaseNameRequiredVariableOptional": "需要資料庫名稱。資料庫變數為選擇性項目。",
|
||||
"databaseNameServerNameVariableRequired": "需要資料庫名稱、伺服器名稱和伺服器變數。資料庫變數為選擇性項目。",
|
||||
"databaseProject": "資料庫專案",
|
||||
"databaseReferenceAlreadyExists": "此專案中已經有這個資料庫的參考。",
|
||||
"publishProjectSucceed": "已成功發佈資料庫專案",
|
||||
"databaseReferenceTypeRequired": "必須有資料庫參考類型才能新增資料庫的參考",
|
||||
"databaseReferencesNodeName": "資料庫參考",
|
||||
"databaseSelectionRequired": "必須選取資料庫,才能從資料庫建立專案",
|
||||
"databaseVariable": "資料庫變數",
|
||||
"dataworkspace.projectDirectoryAlreadyExistError": "選取的位置中已有名為 '{0}' 的目錄: '{1}'。",
|
||||
"dataworkspace.projectParentDirectoryNotExistError": "選取的專案位置 '{0}' 不存在或不是目錄。",
|
||||
"default": "預設",
|
||||
"defaultProjectNameStarter": "DatabaseProject",
|
||||
"defaultQuickPickItem": "預設 - 在容器登錄中定義為預設的映射",
|
||||
"deleteAction": "刪除",
|
||||
"deleteConfirmation": "確定要刪除 {0} 嗎?",
|
||||
"deleteConfirmationContents": "您確定要刪除 {0} 及其所有內容嗎?",
|
||||
"deleteReferenceConfirmation": "確定要刪除 {0} 的參考嗎?",
|
||||
"deleteSqlCmdVariableConfirmation": "確定要刪除 SQLCMD 變數 '{0}' 嗎?",
|
||||
"deployAppSettingUpdateFailed": "無法更新應用程式設定 '{0}'",
|
||||
"deployAppSettingUpdating": "正在更新應用程式設定: '{0}'",
|
||||
"deployDbTaskName": "在本機部署 SQL 資料庫專案",
|
||||
"deployProjectFailedMessage": "無法開啟與已部署資料庫的連線",
|
||||
"deployScriptExists": "{0} 指令碼已存在。新指令碼不會包含在組建中。",
|
||||
"emptyAzureDbProjectTypeDescription": "為從空白專案開始的 Azure SQL 資料庫開發及發佈結構描述",
|
||||
"emptyProjectTypeDescription": "為從空白專案開始的 SQL Server 資料庫開發及發佈結構描述",
|
||||
"emptySdkProjectTypeDescription": "從空的 SDK 樣式專案開始,使用 Microsoft.Build.Sql (預覽) 開發及發行 SQL 資料庫架構。",
|
||||
"differentDbDifferentServer": "不同資料庫,不同伺服器",
|
||||
"differentDbSameServer": "不同資料庫,相同伺服器",
|
||||
"dockerContainerCreatedMessage": "Docker 建立的識別碼: '{0}'",
|
||||
"dockerContainerFailedToRunErrorMessage": "無法執行 Docker 容器",
|
||||
"dockerContainerNotRunningErrorMessage": "Docker 容器未執行",
|
||||
"dockerImageEulaMessage": "授權合約:",
|
||||
"dockerImageMessage": "Docker 映像:",
|
||||
"dockerImagesPlaceHolder": "在本機 arm64/Apple Silicon 上使用{0}",
|
||||
"dockerContainerNotRunningErrorMessage": "Docker 容器未執行",
|
||||
"dockerContainerCreatedMessage": "Docker 建立的識別碼: '{0}'",
|
||||
"dockerLogMessage": "Docker 記錄檔: '{0}'",
|
||||
"dockerNotRunningError": "無法驗證 docker。請確定 docker 已安裝且正在執行。錯誤: '{0}'",
|
||||
"done": "完成",
|
||||
"sqlDatabaseProjects.doNotAskAgain": "不要再詢問",
|
||||
"dontUseProfile": "不要使用設定檔",
|
||||
"done": "完成",
|
||||
"downloadError": "下載錯誤",
|
||||
"downloadProgress": "下載進度",
|
||||
"downloading": "正在下載",
|
||||
"downloadingFromTo": "正在從 {0} 下載到 {1}",
|
||||
"downloadingNuget": "正在下載 {0} NuGet 以取得組建 DLL ",
|
||||
"edgeEulaAgreementTitle": "Microsoft Azure SQL Edge 授權合約",
|
||||
"edgeProjectTypeDescription": "從核心元件開始開發及發佈 Azure SQL Edge 資料庫的結構描述",
|
||||
"edgeProjectTypeDisplayName": "Azure SQL Edge 資料庫",
|
||||
"emptyAzureDbProjectTypeDescription": "為從空白專案開始的 Azure SQL 資料庫開發及發佈結構描述",
|
||||
"emptyAzureDbProjectTypeDisplayName": "Azure SQL Database",
|
||||
"emptyProjectTypeDescription": "為從空白專案開始的 SQL Server 資料庫開發及發佈結構描述",
|
||||
"emptyProjectTypeDisplayName": "SQL Server 資料庫",
|
||||
"emptySdkProjectTypeDescription": "從空的 SDK 樣式專案開始,使用 Microsoft.Build.Sql (預覽) 開發及發行 SQL 資料庫架構。",
|
||||
"emptySdkProjectTypeDisplayName": "SQL Database (SDK)",
|
||||
"enterSystemDbName": "輸入此系統資料庫的資料庫名稱",
|
||||
"enterConnStringTemplateDescription": "輸入 SQL 連接字串的範本",
|
||||
"enterConnectionStringEnvName": "輸入連接字串環境變數名稱",
|
||||
"enterConnectionStringEnvNameDescription": "輸入 SQL 連接字串的環境變數",
|
||||
"enterConnectionStringTemplate": "輸入連接字串範本",
|
||||
"enterNewDatabaseName": "輸入新的資料庫名稱",
|
||||
"enterNewName": "請輸入新名稱",
|
||||
"enterNewSqlCmdVariableDefaultValue": "輸入 SQLCMD 變數 '{0}' 的預設值",
|
||||
"enterConnectionStringEnvNameDescription": "輸入 SQL 連接字串的環境變數",
|
||||
"enterNewSqlCmdVariableName": "輸入新的 SQLCMD 變數名稱",
|
||||
"enterNewDatabaseName": "輸入新的資料庫名稱",
|
||||
"enterNewValueForVar": "輸入變數 '{0}' 的新值",
|
||||
"enterNewName": "請輸入新名稱",
|
||||
"projectNamePlaceholderText": "輸入專案名稱",
|
||||
"enterPassword": "輸入 {0} 系統管理員密碼",
|
||||
"enterPortNumber": "輸入 {0} 連接埠號碼或按 Enter 以使用預設值",
|
||||
"enterSystemDbName": "輸入此系統資料庫的資料庫名稱",
|
||||
"enterUser": "輸入 {0} 系統管理員使用者名稱",
|
||||
"equalComparison": "專案已經與資料庫一起更新。",
|
||||
"enterPortNumber": "輸入 {0} 連接埠號碼或按 Enter 以使用預設值",
|
||||
"errorAddingDatabaseReference": "新增資料庫參考至 {0} 時發生錯誤。錯誤: {1}",
|
||||
"errorDownloading": "下載 {0} 時發生錯誤。錯誤: {1}",
|
||||
"errorExtracting": "從 {0} 擷取檔案時發生錯誤。錯誤: {1}",
|
||||
"errorFindingBuildFilesLocation": "尋找組建檔案位置時發生錯誤: {0}",
|
||||
"errorMovingFile": "將檔案從 {0} 移到 {1} 時發生錯誤。錯誤: {2}",
|
||||
"errorNotSupportedInVsCode": "錯誤: VS Code 的 SQL Database 專案目前不支援 {0}。",
|
||||
"errorPrefix": "錯誤: {0}",
|
||||
"profileReadError": "載入發佈設定檔時發生錯誤。{0}",
|
||||
"errorReadingProjectGuid": "嘗試讀取專案 '{1}' 的 {0} 時發生錯誤。{2}",
|
||||
"errorMovingFile": "將檔案從 {0} 移到 {1} 時發生錯誤。錯誤: {2}",
|
||||
"errorRenamingFile": "將檔案從 {0} 重新命名為 {1} 時發生錯誤。錯誤: {2}",
|
||||
"errorRetrievingBuildFiles": "無法建置專案。擷取建置所需檔案時發生錯誤。",
|
||||
"eulaAgreementTemplate": "我接受 {0}。",
|
||||
"eulaAgreementText": "我接受 {0}。",
|
||||
"eulaAgreementTitle": "Microsoft SQL Server 授權合約",
|
||||
"errorPrefix": "錯誤: {0}",
|
||||
"errorNotSupportedInVsCode": "錯誤: VS Code 的 SQL Database 專案目前不支援 {0}。",
|
||||
"exampleUsage": "使用方式範例",
|
||||
"excludeAction": "排除",
|
||||
"excludeFolderNotSupported": "尚不支援排除資料夾",
|
||||
"excludeObjectTypes": "排除物件類型",
|
||||
"excludeFolderNotSupported": "尚不支援排除資料夾",
|
||||
"externalStream": "外部資料流",
|
||||
"externalStreamingJobFriendlyName": "外部資料流作業",
|
||||
"externalStreamingJobValidationPassed": "外部資料流作業的驗證已通過。",
|
||||
"extractTargetRequired": "需要供解壓縮的目標資訊才能建立資料庫專案。",
|
||||
"extractingDacFxDlls": "正在將 DacFx 組建 DLL 解壓縮至 {0}",
|
||||
"taskFailedError.error": "無法完成工作 '{0}'。錯誤: {1}",
|
||||
"deployProjectFailedMessage": "無法開啟與已部署資料庫的連線",
|
||||
"publishToContainerFailed": "無法發佈至容器。{0}",
|
||||
"publishToNewAzureServerFailed": "無法發佈到新的 Azure SQL 伺服器。{0}",
|
||||
"dockerContainerFailedToRunErrorMessage": "無法執行 Docker 容器",
|
||||
"deployAppSettingUpdateFailed": "無法更新應用程式設定 '{0}'",
|
||||
"dockerNotRunningError": "無法驗證 docker。請確定 docker 已安裝且正在執行。錯誤: '{0}'",
|
||||
"file": "檔案",
|
||||
"fileAlreadyExists": "磁碟的這個位置已經有名稱為 '{0}' 的檔案存在。請選擇其他名稱。",
|
||||
"fileFormat": "檔案格式",
|
||||
"fileObject": "檔案",
|
||||
"fileOrFolderDoesNotExist": "檔案或目錄 '{0}' 不存在",
|
||||
"noFileExist": "檔案 {0} 不存在",
|
||||
"flat": "一般",
|
||||
"folderAlreadyExists": "磁碟的這個位置已經有名稱為 '{0}' 的資料夾存在。請選擇其他名稱。",
|
||||
"folderAlreadyExistsChooseNewLocation": "磁碟的這個位置已經有名稱為 '{0}' 的資料夾存在。請選擇其他位置。",
|
||||
"folderElements": "資料夾元素",
|
||||
"folderFriendlyName": "資料夾",
|
||||
"folderObject": "資料夾",
|
||||
"folderElements": "資料夾元素",
|
||||
"folderStructureLabel": "資料夾結構",
|
||||
"generateScriptButtonText": "產生指令碼",
|
||||
"generatingProjectFailed": "透過 AutoRest 產生專案失敗。如需詳細資料,請查看輸出窗格。錯誤: {0}",
|
||||
"generatingProjectFromAutorest": "正在從 {0} 產生新的 SQL 專案...如需詳細資料,請查看輸出視窗。",
|
||||
"hr": "小時",
|
||||
"generatingProjectFailed": "透過 AutoRest 產生專案失敗。如需詳細資料,請查看輸出窗格。錯誤: {0}",
|
||||
"eulaAgreementText": "我接受 {0}。",
|
||||
"eulaAgreementTemplate": "我接受 {0}。",
|
||||
"imageTag": "映像標籤",
|
||||
"importElements": "匯入元素",
|
||||
"include": "包括",
|
||||
"includePermissionsInProject": "在專案中包含權限",
|
||||
"InProgress": "進行中",
|
||||
"include": "包含",
|
||||
"includePermissionsLabel": "包含權限",
|
||||
"includePermissionsInProject": "在專案中包含權限",
|
||||
"sqlDatabaseProjects.Install": "安裝",
|
||||
"installGlobally": "全域安裝",
|
||||
"invalidDataSchemaProvider": ".sqlproj 檔中的 DSP 無效",
|
||||
"invalidDatabaseReference": ".sqlproj 檔中的資料庫參考無效",
|
||||
"invalidGuid": "指定的 GUID 無效: {0}",
|
||||
"invalidInput": "輸入無效: {0}",
|
||||
"invalidProjectReload": "無法存取提供的資料庫專案。只能重新載入有效、開啟的資料庫專案。",
|
||||
"invalidPropertyValueInSqlProj": "在 .sqlproj 中為屬性 '{0}' 指定的值無效",
|
||||
"invalidPropertyValueProvided": "專案屬性值 '{0} 無效",
|
||||
"invalidSQLPassword": "{0} 密碼不符合密碼複雜度要求。如需詳細資訊,請參閱 https://docs.microsoft.com/sql/relational-databases/security/password-policy",
|
||||
"invalidSqlConnectionString": "不正確的 SQL 連接字串",
|
||||
"invalidDatabaseReference": ".sqlproj 檔中的資料庫參考無效",
|
||||
"invalidInput": "輸入無效: {0}",
|
||||
"invalidTargetPlatform": "目標平台無效: {0}。支援的目標平台: {1}",
|
||||
"invalidPropertyValueInSqlProj": "在 .sqlproj 中為屬性 '{0}' 指定的值無效",
|
||||
"outsideFolderPath": "不支援在專案資料夾外具有絕對路徑的專案。請確定專案檔中的路徑與專案資料夾相對。",
|
||||
"learnMore": "深入了解",
|
||||
"dockerImageEulaMessage": "授權合約:",
|
||||
"loadProfilePlaceholderText": "負載設定檔...",
|
||||
"projectLocationLabel": "位置",
|
||||
"location": "位置",
|
||||
"min": "分鐘",
|
||||
"edgeEulaAgreementTitle": "Microsoft Azure SQL Edge 授權合約",
|
||||
"eulaAgreementTitle": "Microsoft SQL Server 授權合約",
|
||||
"missingVersion": "遺漏了 {0} 的 'version' 項目",
|
||||
"moveConfirmationPrompt": "確定要將 {0} 移至 {1} 嗎?",
|
||||
"movingFilesBetweenProjectsNotSupported": "不支援在專案之間移動檔案",
|
||||
"msec": "毫秒",
|
||||
"multipleMostDeploymentScripts": "非預期的 {0} 檔案數: {1}",
|
||||
"multipleSqlProjFilesSelected": "選取了多個 .sqlproj 檔案;請只選取一個。",
|
||||
"projectNameLabel": "名稱",
|
||||
"sqlCmdVariableColumn": "名稱",
|
||||
"nameMustNotBeEmpty": "名稱不得為空白",
|
||||
"nodeNotFound": "在系統路徑中找不到 Autorest 和 Node.js (npx)。請安裝 Node.js 以產生 Autorest。",
|
||||
"new": "新增",
|
||||
"autorestProjectName": "新增 SQL 專案名稱",
|
||||
"newObjectNamePrompt": "新的 {0} 名稱:",
|
||||
"noDataSourcesFile": "找不到 {0}",
|
||||
"noDataSourcesText": "此專案中沒有資料來源",
|
||||
"noFileExist": "檔案 {0} 不存在",
|
||||
"noSchemaCompareExtension": "結構描述比較延伸模組必須安裝至資料庫中的更新專案。",
|
||||
"noSqlFilesGenerated": "Autorest 未產生任何 .sql 檔案。請確認您的規格包含模型定義,或檢查輸出記錄以尋找詳細資料。",
|
||||
"noSqlProjFile": "選取的專案檔不存在",
|
||||
"noSqlProjFilesSelected": "未選取任何 .sqlproj 檔案;請選取一個。",
|
||||
"noString": "否",
|
||||
"noStringDefault": "無 (預設值)",
|
||||
"nodeButNotAutorestFound": "在系統路徑中找不到 Autorest 工具,但找到 Node.js。提示使用者如何繼續。執行 'npm install autorest -g' 以永久安裝並避免出現此訊息。",
|
||||
"nodeButNotAutorestFoundPrompt": "未安裝 Autorest。若要繼續,請選擇是否要透過 'npx' 從暫時位置執行 Autorest,或全域安裝 Autorest 然後執行。",
|
||||
"nodeNotFound": "在系統路徑中找不到 Autorest 和 Node.js (npx)。請安裝 Node.js 以產生 Autorest。",
|
||||
"noSqlFilesGenerated": "Autorest 未產生任何 .sql 檔案。請確認您的規格包含模型定義,或檢查輸出記錄以尋找詳細資料。",
|
||||
"noSqlProjFilesSelected": "未選取任何 .sqlproj 檔案;請選取一個。",
|
||||
"noDataSourcesText": "此專案中沒有資料來源",
|
||||
"noDataSourcesFile": "找不到 {0}",
|
||||
"noneElements": "沒有任何元素",
|
||||
"nupkgNamePlaceholder": "NuGet 套件名稱",
|
||||
"nupkgText": "已發佈的資料層應用程式 (.nupkg)",
|
||||
"versionPlaceholder": "NuGet 套件版本",
|
||||
"objectType": "物件類型",
|
||||
"okString": "確定",
|
||||
"onlyMoveFilesFoldersSupported": "只支援移動檔案和資料夾",
|
||||
"openEulaString": "開啟授權合約",
|
||||
"specSelectionText": "OpenAPI/Swagger 規格",
|
||||
"retrySucceedMessage": "作業 '{0}' 已成功完成。結果: {1}",
|
||||
"retryFailedMessage": "作業 '{0}' 失敗。正在重新嘗試... 目前的結果: {1}。錯誤: '{2}'",
|
||||
"retryMessage": "作業 '{0}' 失敗。正在重新嘗試...錯誤: '{1}' ",
|
||||
"optionDescription": "選項描述",
|
||||
"optionName": "選項名稱",
|
||||
"optionNotFoundWarningMessage": "標籤: 選項值名稱查閱中不存在 {0}",
|
||||
"outsideFolderPath": "不支援在專案資料夾外具有絕對路徑的專案。請確定專案檔中的路徑與專案資料夾相對。",
|
||||
"packageReference": "套件參考",
|
||||
"parentTreeItemUnknown": "無法存取提供之樹狀項目的父代",
|
||||
"passwordNotMatch": "{0} 密碼與確認密碼不相符",
|
||||
"portMustNotBeNumber": "連接埠必須是數字",
|
||||
"postDeployElements": "PreDeploy 元素",
|
||||
"postDeployScriptFriendlyName": "Script.PostDeployment",
|
||||
"preDeployElements": "PreDeploy 元素",
|
||||
"preDeployScriptFriendlyName": "Script.PreDeployment",
|
||||
"prePostDeployCount": "若要成功組建,請更新專案以擁有一個預先部署指令碼和/或一個部署後指令碼",
|
||||
"profile": "設定檔",
|
||||
"profileReadError": "載入發佈設定檔時發生錯誤。{0}",
|
||||
"projBuildFailed": "組建失敗。如需詳細資料,請查看輸出窗格。{0}",
|
||||
"projectAlreadyExists": "名為 {0} 的專案已存在於 {1}。",
|
||||
"projectAlreadyOpened": "專案 '{0}' 已經開啟。",
|
||||
"projectLocString": "專案",
|
||||
"projectLocationLabel": "位置",
|
||||
"projectLocationPlaceholderText": "選取要建立專案的位置",
|
||||
"projectNameLabel": "名稱",
|
||||
"projectNamePlaceholderText": "輸入專案名稱",
|
||||
"projectNeedsUpdatingForCrossPlat": "需要更新目標、參照和系統資料庫參照,以組建 '{0}'。",
|
||||
"projectAlreadyOpened": "專案 '{0}' 已經開啟。",
|
||||
"invalidPropertyValueProvided": "專案屬性值 '{0} 無效",
|
||||
"projectReferenceElement": "專案參考",
|
||||
"projectReferenceNameElement": "專案參考名稱元素",
|
||||
"projectToUpdatePlaceholderText": "選取專案檔",
|
||||
"projectUpdatedToSdkStyle": "專案 {0} 已更新為 SDK 樣式專案。按一下 [深入了解] 以取得 Microsoft.Build.Sql SDK 的詳細資料,以及簡化專案檔的方式。",
|
||||
"applySuccess": "已成功更新專案。",
|
||||
"publish": "發佈",
|
||||
"publishAction": "發佈",
|
||||
"publishDialogName": "發佈專案",
|
||||
"PublishHistory": "發佈歷程記錄",
|
||||
"publishOptions": "發佈選項",
|
||||
"publishProfileElements": "發佈設定檔元素",
|
||||
"publishProfileFriendlyName": "發行設定檔",
|
||||
"publishProjectSucceed": "已成功發佈資料庫專案",
|
||||
"publishSettingsFiles": "發佈設定檔案",
|
||||
"publishTo": "發佈目標",
|
||||
"publishProfileElements": "發佈設定檔元素",
|
||||
"publishDialogName": "發佈專案",
|
||||
"publishToExistingServer": "發佈到現有的 {0}",
|
||||
"publishToAzureEmulator": "發佈到新的 Azure SQL 資料庫模擬器",
|
||||
"publishToContainerFailed": "無法發佈至容器。{0}",
|
||||
"publishToNewAzureServer": "發佈到新的 Azure SQL 邏輯伺服器 (預覽)",
|
||||
"publishToDockerContainer": "發佈到新的 {0} 本機開發容器",
|
||||
"publishToDockerContainerPreview": "發佈到新的 {0} 本機開發容器 (預覽)",
|
||||
"publishToExistingServer": "發佈到現有的 {0}",
|
||||
"publishToNewAzureServer": "發佈到新的 Azure SQL 邏輯伺服器 (預覽)",
|
||||
"publishToNewAzureServerFailed": "無法發佈到新的 Azure SQL 伺服器。{0}",
|
||||
"nupkgText": "已發佈的資料層應用程式 (.nupkg)",
|
||||
"publishingProjectMessage": "正在發佈容器中的專案...",
|
||||
"referenceTypeRadioButtonsGroupTitle": "參考類型",
|
||||
"referenceRadioButtonsGroupTitle": "參考的資料庫類型",
|
||||
"referenceTypeRadioButtonsGroupTitle": "參考型別",
|
||||
"referencedDatabaseType": "參考的資料庫類型",
|
||||
"reloadProject": "要重新載入資料庫專案嗎?",
|
||||
"reset": "重設",
|
||||
"resetAllVars": "重設所有變數",
|
||||
"resourceGroup": "資源群組",
|
||||
"retryFailedMessage": "作業 '{0}' 失敗。正在重新嘗試... 目前的結果: {1}。錯誤: '{2}'",
|
||||
"retryMessage": "作業 '{0}' 失敗。正在重新嘗試...錯誤: '{1}' ",
|
||||
"retryRunMessage": "執行作業 '{2}' 嘗試 {0} / {1}",
|
||||
"retrySucceedMessage": "作業 '{0}' 已成功完成。結果: {1}",
|
||||
"retryWaitMessage": "在另一次嘗試作業 '{0}' 之前等候 {1} 秒",
|
||||
"revertSqlCmdVarsButtonTitle": "將值還原為專案預設值",
|
||||
"runViaNpx": "透過 npx 執行",
|
||||
"retryRunMessage": "執行作業 '{2}' 嘗試 {0} / {1}",
|
||||
"runningDockerMessage": "正在執行 Docker 容器...",
|
||||
"sdkStyleProject": "SDK 樣式專案 (預覽)",
|
||||
"emptySdkProjectTypeDisplayName": "SQL Database (SDK)",
|
||||
"emptyProjectTypeDisplayName": "SQL Server 資料庫",
|
||||
"sqlConnectionStringFriendly": "SQL 連接字串",
|
||||
"sqlCmdTableLabel": "SQLCMD 變數",
|
||||
"sqlcmdVariablesNodeName": "SQLCMD 變數",
|
||||
"sqlcmdVariableNameCannotContainIllegalChars": "SQLCMD 變數名稱 '{0}' 不能包含下列任何字元: {1}",
|
||||
"sqlcmdVariableNameCannotBeWhitespace": "SQLCMD 變數名稱 '{0}' 不能包含空白字元",
|
||||
"sameDatabase": "相同資料庫",
|
||||
"save": "儲存",
|
||||
"saveProfile": "是否將設定儲存在設定檔 (.publish.xml) 中?",
|
||||
"saveProfileAsButtonText": "另存新檔...",
|
||||
"schema": "結構描述",
|
||||
"schemaCompare.compareErrorMessage": "結構描述比較失敗: {0}",
|
||||
"schemaCompareAction": "結構描述比較",
|
||||
"schemaCompare.compareErrorMessage": "結構描述比較失敗: {0}",
|
||||
"buildFailedCannotStartSchemaCompare": "因為組建失敗,所以無法啟動結構描述比較",
|
||||
"schemaCompareNotInstalled": "需要安裝結構描述比較延伸模組,才能執行結構描述比較",
|
||||
"schemaObjectType": "結構描述/物件類型",
|
||||
"scriptFriendlyName": "指令碼",
|
||||
"sdkLearnMorePlaceholder": "按一下 [深入了解] 按鈕以深入了解 SDK 樣式專案",
|
||||
"sdkStyleProject": "SDK 樣式專案 (預覽)",
|
||||
"sec": "秒",
|
||||
"selectBaseImage": "選取基底 {0} docker 映像",
|
||||
"selectConnection": "選取連線",
|
||||
"selectDacpac": "選取 .dacpac",
|
||||
"selectDatabase": "選取資料庫",
|
||||
"selectFileString": "選取檔案",
|
||||
"selectFolderStructure": "選取資料夾結構",
|
||||
"selectImageTag": "選取影像標籤,或按 Enter 以使用預設值",
|
||||
"selectProfile": "選取設定檔",
|
||||
"selectProfileToUse": "選取要載入的發行設定檔",
|
||||
"selectProjectLocation": "選取專案位置",
|
||||
"selectPublishOption": "選取要將專案發佈的位置",
|
||||
"selectSpecFile": "選取 OpenAPI/Swagger 規格檔案",
|
||||
"postDeployScriptFriendlyName": "Script.PostDeployment",
|
||||
"preDeployScriptFriendlyName": "Script.PreDeployment",
|
||||
"selectString": "選取",
|
||||
"selectTargetPlatform": "目前的目標平台: {0}。請選取新的目標平台",
|
||||
"server": "伺服器",
|
||||
"selectDacpac": "選取 .dacpac",
|
||||
"selectFileString": "選取檔案",
|
||||
"selectSpecFile": "選取 OpenAPI/Swagger 規格檔案",
|
||||
"selectProfile": "選取設定檔",
|
||||
"selectConnection": "選取連線",
|
||||
"selectDatabase": "選取資料庫",
|
||||
"selectFolderStructure": "選取資料夾結構",
|
||||
"projectLocationPlaceholderText": "選取要建立專案的位置",
|
||||
"projectToUpdatePlaceholderText": "選取專案檔",
|
||||
"selectProjectLocation": "選取專案位置",
|
||||
"selectProfileToUse": "選取要載入的發行設定檔",
|
||||
"selectBaseImage": "選取基底 {0} docker 映像",
|
||||
"selectImageTag": "選取影像標籤,或按 Enter 以使用預設值",
|
||||
"selectPublishOption": "選取要將專案發佈的位置",
|
||||
"server": "伺服器",
|
||||
"serverCreated": "伺服器已建立",
|
||||
"serverName": "伺服器名稱",
|
||||
"serverPassword": "{0} 系統管理員密碼",
|
||||
"serverPortNumber": "{0} 連接埠號碼",
|
||||
"serverVariable": "伺服器變數",
|
||||
"createProjectSettings": "設定",
|
||||
"sourceDatabase": "來源資料庫",
|
||||
"specSelectionText": "OpenAPI/Swagger 規格",
|
||||
"sqlCmdTableLabel": "SQLCMD 變數",
|
||||
"sqlCmdValueColumn": "值",
|
||||
"sqlCmdVariableColumn": "名稱",
|
||||
"sqlConnectionStringFriendly": "SQL 連接字串",
|
||||
"sqlDatabaseProjects.DotnetInstallationConfirmation": "找不到 .NET SDK。專案組建將無法運作。請安裝 .NET 6 SDK 或更新版本,或在設定中更新 .NET SDK 位置 (如果已安裝)。",
|
||||
"sqlDatabaseProjects.Install": "安裝",
|
||||
"sqlDatabaseProjects.NetCoreSupportedVersionInstallationConfirmation": "目前安裝的 .NET SDK 版本是 {0},但不支援此版本。專案組建將無法運作。請安裝 .NET 6 SDK 或更新版本,或在設定中更新 .NET SDK 支援的版本位置 (如果已安裝)。",
|
||||
"sqlDatabaseProjects.UpdateDotnetLocation": "更新位置",
|
||||
"sqlDatabaseProjects.doNotAskAgain": "不要再詢問",
|
||||
"sqlDatabaseProjects.outputChannel": "資料庫專案",
|
||||
"sqlcmdVariableAlreadyExists": "此專案中已有同名的 SQLCMD 變數",
|
||||
"sqlcmdVariableNameCannotBeWhitespace": "SQLCMD 變數名稱 '{0}' 不能包含空白字元",
|
||||
"sqlcmdVariableNameCannotContainIllegalChars": "SQLCMD 變數名稱 '{0}' 不能包含下列任何字元: {1}",
|
||||
"sqlcmdVariablesNodeName": "SQLCMD 變數",
|
||||
"invalidGuid": "指定的 GUID 無效: {0}",
|
||||
"edgeProjectTypeDescription": "從核心元件開始開發及發佈 Azure SQL Edge 資料庫的結構描述",
|
||||
"storedProcedureFriendlyName": "預存程序",
|
||||
"suppressMissingDependenciesErrors": "隱藏參考的專案中未解析參考造成的錯誤",
|
||||
"systemDatabase": "系統資料庫",
|
||||
"systemDatabaseReferenceRequired": "必須有系統資料庫選取項目,才可將參考加入系統資料庫",
|
||||
"tableFriendlyName": "資料表",
|
||||
"targetConnectionLabel": "連線",
|
||||
"TargetDatabase": "目標資料庫",
|
||||
"TargetPlatform": "目標平台",
|
||||
"TargetServer": "目標伺服器",
|
||||
"extractTargetRequired": "需要供解壓縮的目標資訊才能建立資料庫專案。",
|
||||
"currentTargetPlatform": "專案 {0} 的目標平台現在已{1}",
|
||||
"targetProject": "目標專案",
|
||||
"taskFailedError.error": "無法完成工作 '{0}'。錯誤: {1}",
|
||||
"sqlDatabaseProjects.DotnetInstallationConfirmation": "找不到 .NET SDK。專案組建將無法運作。請安裝 .NET 6 SDK 或更新版本,或在設定中更新 .NET SDK 位置 (如果已安裝)。",
|
||||
"noSchemaCompareExtension": "結構描述比較延伸模組必須安裝至資料庫中的更新專案。",
|
||||
"convertToSdkStyleConfirmation": "轉換後,專案 '{0}' 將不會與 SSDT 完全相容。轉換之前,專案檔案備份會先在專案資料夾中建立。有關詳細資訊,可參閱: https://aka.ms/sqlprojsdk。要繼續轉換成 SDK 樣式的專案嗎?",
|
||||
"equalComparison": "專案已經與資料庫一起更新。",
|
||||
"projectUpdatedToSdkStyle": "專案 {0} 已更新為 SDK 樣式專案。按一下 [深入了解] 以取得 Microsoft.Build.Sql SDK 的詳細資料,以及簡化專案檔的方式。",
|
||||
"noSqlProjFile": "選取的專案檔不存在",
|
||||
"dataworkspace.projectParentDirectoryNotExistError": "選取的專案位置 '{0}' 不存在或不是目錄。",
|
||||
"updateProjectDatabaseReferencesForRoundTrip": "必須更新系統資料庫參考,以建置專案 '{0}'。如果專案是在 SSDT 中建立,它會繼續在這兩個工具中運作。是否要更新專案?",
|
||||
"projectNeedsUpdatingForCrossPlat": "需要更新目標、參照和系統資料庫參照,以組建 '{0}'。",
|
||||
"dataworkspace.projectDirectoryAlreadyExistError": "選取的位置中已有名為 '{0}' 的目錄: '{1}'。",
|
||||
"applyError": "更新專案時發生錯誤: {0}",
|
||||
"prePostDeployCount": "若要成功組建,請更新專案以擁有一個預先部署指令碼和/或一個部署後指令碼",
|
||||
"unableToCreatePublishConnection": "無法建立連線: {0}",
|
||||
"unableToFindFile": "找不到路徑為 '{0}' 的 {1}",
|
||||
"unableToFindReference": "找不到資料庫參考 {0}",
|
||||
"unableToFindSqlCmdVariable": "找不到 SQLCMD 變數 '{0}'",
|
||||
"unableToPerformAction": "找不到 '{0}' 目標: '{1}'。{2}",
|
||||
"unexpectedProjectContext": "無法建立專案內容。從未預期的位置叫用的命令: {0}",
|
||||
"unhandledDeleteType": "刪除期間未處理的項目類型: '{0}",
|
||||
"unableToFindSqlCmdVariable": "找不到 SQLCMD 變數 '{0}'",
|
||||
"unableToFindReference": "找不到資料庫參考 {0}",
|
||||
"unableToFindFile": "找不到路徑為 '{0}' 的 {1}",
|
||||
"unableToPerformAction": "找不到 '{0}' 目標: '{1}'。{2}",
|
||||
"multipleMostDeploymentScripts": "非預期的 {0} 檔案數: {1}",
|
||||
"unhandledDeleteType": "排除期間未處理的項目類型: '{0}",
|
||||
"unhandledMoveNode": "用於移動的未處理節點類型",
|
||||
"unknownDataSourceType": "不明的資料來源類型:",
|
||||
"unrecognizedDataSourcesVersion": "無法辨識的版本:",
|
||||
"updateAction": "更新動作",
|
||||
"updateActionRadiButtonLabel": "套用所有變更",
|
||||
"updateProjectDatabaseReferencesForRoundTrip": "必須更新系統資料庫參考,以建置專案 '{0}'。如果專案是在 SSDT 中建立,它會繼續在這兩個工具中運作。是否要更新專案?",
|
||||
"updateProjectForCrossPlatform": "{0} 如果專案是在 SSDT 中建立,它會繼續在這兩個工具中運作。是否要更新專案?",
|
||||
"updateProjectForCrossPlatformShort": "更新跨平台支援的 {0}?",
|
||||
"updateProjectFromDatabaseDialogName": "從資料庫更新專案",
|
||||
"updateText": "更新",
|
||||
"updatedToSdkStyleError": "將專案 {0} 轉換成 SDK 樣式失敗。已回復對 .sqlproj 所做的變更。",
|
||||
"sqlDatabaseProjects.UpdateDotnetLocation": "更新位置",
|
||||
"updateAction": "更新動作",
|
||||
"updateProjectFromDatabaseDialogName": "從資料庫更新專案",
|
||||
"updateProjectForCrossPlatformShort": "更新跨平台支援的 {0}?",
|
||||
"deployAppSettingUpdating": "正在更新應用程式設定: '{0}'",
|
||||
"updatingProjectFromDatabase": "正在從 {1} 更新 {0}...",
|
||||
"dockerImagesPlaceHolder": "在本機 arm64/Apple Silicon 上使用{0}",
|
||||
"userSelectionCancelled": "使用者已取消選取如何執行自動 autorest。",
|
||||
"userSelectionInstallGlobally": "使用者已選取全域安裝 autorest。正在安裝...",
|
||||
"userSelectionRunNpx": "已選取要透過 npx 執行的使用者。",
|
||||
"externalStreamingJobValidationPassed": "外部資料流作業的驗證已通過。",
|
||||
"sqlCmdValueColumn": "值",
|
||||
"valueCannotBeEmpty": "值不得空白",
|
||||
"version": "版本",
|
||||
"versionMustNotBeEmpty": "版本不可為空白",
|
||||
"versionPlaceholder": "NuGet 套件版本",
|
||||
"viewFriendlyName": "檢視",
|
||||
"compareActionRadiButtonLabel": "在結構描述比較中檢視變更",
|
||||
"retryWaitMessage": "在另一次嘗試作業 '{0}' 之前等候 {1} 秒",
|
||||
"reloadProject": "要重新載入資料庫專案嗎?",
|
||||
"saveProfile": "是否將設定儲存在設定檔 (.publish.xml) 中?",
|
||||
"appSettingPrompt": "是否要以新的連接字串更新 Azure Function local.settings.json?",
|
||||
"yesString": "是",
|
||||
"yesRecommended": "是 (建議)",
|
||||
"yesString": "是"
|
||||
"dacpacFiles": "dacpac 檔案",
|
||||
"optionNotFoundWarningMessage": "標籤: 選項值名稱查閱中不存在 {0}",
|
||||
"updateProjectForCrossPlatform": "{0} 如果專案是在 SSDT 中建立,它會繼續在這兩個工具中運作。是否要更新專案?",
|
||||
"serverPassword": "{0} 系統管理員密碼",
|
||||
"passwordNotMatch": "{0} 密碼與確認密碼不相符",
|
||||
"invalidSQLPassword": "{0} 密碼不符合密碼複雜度要求。如需詳細資訊,請參閱 https://docs.microsoft.com/sql/relational-databases/security/password-policy",
|
||||
"serverPortNumber": "{0} 連接埠號碼",
|
||||
"Date": "日期",
|
||||
"Failed": "失敗",
|
||||
"Move": "移動",
|
||||
"Status": "狀態",
|
||||
"Success": "成功",
|
||||
"Time": "時間",
|
||||
"at": "於",
|
||||
"default": "預設",
|
||||
"fileObject": "檔案",
|
||||
"folderObject": "資料夾",
|
||||
"hr": "小時",
|
||||
"min": "分鐘",
|
||||
"msec": "毫秒",
|
||||
"sec": "秒"
|
||||
},
|
||||
"dist/tools/netcoreTool": {
|
||||
"sqlDatabaseProject.RunCommand.ErroredOut": "\t>>> {0} … 發生錯誤: {1}"
|
||||
},
|
||||
"dist/tools/shellExecutionHelper": {
|
||||
"sqlDatabaseProjects.RunCommand.stderr": " stderr: ",
|
||||
"sqlDatabaseProjects.RunCommand.stdout": " stdout: ",
|
||||
"sqlDatabaseProjects.RunStreamedCommand.ExitedWithCode": " >>> {0} …已結束。代碼: {1}",
|
||||
"sqlDatabaseProjects.RunStreamedCommand.ExitedWithSignal": " >>> {0} …已結束。訊號: {1}"
|
||||
"sqlDatabaseProjects.RunStreamedCommand.ExitedWithSignal": " >>> {0} …已結束。訊號: {1}",
|
||||
"sqlDatabaseProjects.RunCommand.stderr": " stderr: ",
|
||||
"sqlDatabaseProjects.RunCommand.stdout": " stdout: "
|
||||
},
|
||||
"package": {
|
||||
"sqlDatabaseProjects.Settings": "資料庫專案",
|
||||
"sqlDatabaseProjects.addDatabaseReference": "新增資料庫參考",
|
||||
"sqlDatabaseProjects.addExistingItem": "新增現有項目(_I)...",
|
||||
"sqlDatabaseProjects.addSqlCmdVariable": "新增 SQLCMD 變數",
|
||||
"sqlDatabaseProjects.autorestSqlVersion": "要從 NPM 使用的 Autorest.Sql 版本。如果未設定,則會使用最新的版本。",
|
||||
"sqlDatabaseProjects.build": "組建",
|
||||
"sqlDatabaseProjects.changeTargetPlatform": "變更目標平台",
|
||||
"sqlDatabaseProjects.close": "關閉資料庫專案",
|
||||
"sqlDatabaseProjects.collapseProjectNodes": "專案節點是否開始摺疊",
|
||||
"sqlDatabaseProjects.convertToSdkStyleProject": "轉換成 SDK 樣式專案",
|
||||
"sqlDatabaseProjects.createProjectFromDatabase": "從資料庫建立專案",
|
||||
"sqlDatabaseProjects.delete": "刪除",
|
||||
"sqlDatabaseProjects.description": "設計及發佈 SQL 資料庫結構描述",
|
||||
"sqlDatabaseProjects.displayName": "資料庫專案",
|
||||
"sqlDatabaseProjects.dotnetInstallLocation": "電腦上 .NET SDK 的完整路徑。例如,如果 dotnet.exe 位於 C:\\folder1\\dotnet\\dotnet.exe,請將此設定的路徑設定為 C:\\folder1\\dotnet",
|
||||
"sqlDatabaseProjects.edit": "編輯",
|
||||
"sqlDatabaseProjects.editProjectFile": "編輯 .sqlproj 檔",
|
||||
"sqlDatabaseProjects.enablePreviewFeatures": "啟用預覽 SQL 資料庫專案功能",
|
||||
"sqlDatabaseProjects.exclude": "從專案中排除",
|
||||
"sqlDatabaseProjects.generateProjectFromOpenApiSpec": "透過 OpenAPI/Swagger 規格產生 SQL 專案 (預覽)",
|
||||
"sqlDatabaseProjects.microsoftBuildSqlVersion": "要用於建置舊版 SQL 專案的 Microsoft.Build.Sql SDK 版本。範例: 0.1.7-預覽",
|
||||
"sqlDatabaseProjects.netCoreDoNotAsk": "是否在未偵測到時提示使用者安裝 .NET SDK。",
|
||||
"sqlDatabaseProjects.new": "新的資料庫專案",
|
||||
"sqlDatabaseProjects.newExternalStreamingJob": "新增外部資料流作業",
|
||||
"sqlDatabaseProjects.newFolder": "新增資料夾",
|
||||
"sqlDatabaseProjects.newItem": "新增項目...",
|
||||
"sqlDatabaseProjects.newPostDeploymentScript": "新增部署後指令碼",
|
||||
"sqlDatabaseProjects.newPreDeploymentScript": "新增預先部署指令碼",
|
||||
"sqlDatabaseProjects.newPublishProfile": "新增發行設定檔",
|
||||
"sqlDatabaseProjects.addSqlCmdVariable": "新增 SQLCMD 變數",
|
||||
"sqlDatabaseProjects.newScript": "新增指令碼",
|
||||
"sqlDatabaseProjects.newStoredProcedure": "新增預存程序",
|
||||
"sqlDatabaseProjects.newTable": "新增資料表",
|
||||
"sqlDatabaseProjects.newView": "新增檢視",
|
||||
"sqlDatabaseProjects.nodejsDoNotAsk": "是否在未偵測到 Node.js 時提示使用者加以安裝。",
|
||||
"sqlDatabaseProjects.build": "組建",
|
||||
"sqlDatabaseProjects.changeTargetPlatform": "變更目標平台",
|
||||
"sqlDatabaseProjects.close": "關閉資料庫專案",
|
||||
"sqlDatabaseProjects.convertToSdkStyleProject": "轉換成 SDK 樣式專案",
|
||||
"sqlDatabaseProjects.createProjectFromDatabase": "從資料庫建立專案",
|
||||
"sqlDatabaseProjects.Settings": "資料庫專案",
|
||||
"sqlDatabaseProjects.displayName": "資料庫專案",
|
||||
"sqlDatabaseProjects.delete": "刪除",
|
||||
"sqlDatabaseProjects.description": "設計及發佈 SQL 資料庫結構描述",
|
||||
"sqlDatabaseProjects.edit": "編輯",
|
||||
"sqlDatabaseProjects.editProjectFile": "編輯 .sqlproj 檔",
|
||||
"sqlDatabaseProjects.enablePreviewFeatures": "啟用預覽 SQL 資料庫專案功能",
|
||||
"sqlDatabaseProjects.exclude": "從專案中排除",
|
||||
"sqlDatabaseProjects.dotnetInstallLocation": "電腦上 .NET SDK 的完整路徑。例如,如果 dotnet.exe 位於 C:\\folder1\\dotnet\\dotnet.exe,請將此設定的路徑設定為 C:\\folder1\\dotnet",
|
||||
"sqlDatabaseProjects.generateProjectFromOpenApiSpec": "透過 OpenAPI/Swagger 規格產生 SQL 專案 (預覽)",
|
||||
"sqlDatabaseProjects.new": "新的資料庫專案",
|
||||
"sqlDatabaseProjects.welcome": "目前沒有開啟的資料庫專案。\r\n[新專案](command:sqlDatabaseProjects.new)\r\n[開啟的專案](command:sqlDatabaseProjects.open)\r\n[從資料庫建立專案](command:sqlDatabaseProjects.importDatabase)",
|
||||
"sqlDatabaseProjects.openContainingFolder": "開啟所屬資料夾",
|
||||
"sqlDatabaseProjects.open": "開啟資料庫專案",
|
||||
"sqlDatabaseProjects.openContainingFolder": "開啟收納資料夾",
|
||||
"sqlDatabaseProjects.openInDesigner": "在設計工具中開啟",
|
||||
"sqlDatabaseProjects.openReferencedSqlProject": "開啟專案",
|
||||
"title.projectsView": "專案",
|
||||
"sqlDatabaseProjects.properties": "屬性",
|
||||
"sqlDatabaseProjects.publish": "發佈",
|
||||
"sqlDatabaseProjects.rename": "重新命名",
|
||||
"sqlDatabaseProjects.schemaCompare": "結構描述比較",
|
||||
"sqlDatabaseProjects.updateProjectFromDatabase": "從資料庫更新專案",
|
||||
"sqlDatabaseProjects.validateExternalStreamingJob": "驗證外部串流作業",
|
||||
"sqlDatabaseProjects.welcome": "目前沒有開啟的資料庫專案。\r\n[New Project](command:sqlDatabaseProjects.new)\r\n[Open Project](command:sqlDatabaseProjects.open)\r\n[Create Project From Database](command:sqlDatabaseProjects.importDatabase)",
|
||||
"title.projectsView": "專案"
|
||||
"sqlDatabaseProjects.collapseProjectNodes": "專案節點是否開始摺疊",
|
||||
"sqlDatabaseProjects.netCoreDoNotAsk": "是否在未偵測到時提示使用者安裝 .NET SDK。",
|
||||
"sqlDatabaseProjects.nodejsDoNotAsk": "是否在未偵測到 Node.js 時提示使用者加以安裝。",
|
||||
"sqlDatabaseProjects.autorestSqlVersion": "要從 NPM 使用的 Autorest.Sql 版本。如果未設定,則會使用最新的版本。",
|
||||
"sqlDatabaseProjects.microsoftBuildSqlVersion": "要用於建置舊版 SQL 專案的 Microsoft.Build.Sql SDK 版本。範例: 0.1.7-預覽"
|
||||
}
|
||||
}
|
||||
}
|
||||
+808
-804
File diff suppressed because it is too large
Load Diff
@@ -1,567 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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/actionButton": {
|
||||
"scm button commit and push title": "{0} 提交與推送",
|
||||
"scm button commit and push tooltip": "提交與推送變更",
|
||||
"scm button commit and sync title": "{0} 提交與同步處理",
|
||||
"scm button commit and sync tooltip": "提交與同步變更",
|
||||
"scm button commit title": "{0} 認可",
|
||||
"scm button commit to new branch and push tooltip": "提交新的分支與推送變更",
|
||||
"scm button commit to new branch and sync tooltip": "提交新的分支與同步處理變更",
|
||||
"scm button commit to new branch tooltip": "提交新分支的變更",
|
||||
"scm button commit tooltip": "認可變更",
|
||||
"scm button committing and pushing tooltip": "正在提交並推送變更...",
|
||||
"scm button committing and synching tooltip": "正在提交並同步處理變更...",
|
||||
"scm button committing to new branch and pushing tooltip": "正在提交新的分支與推送變更...",
|
||||
"scm button committing to new branch and synching tooltip": "正在提交新的分支與同步處理變更...",
|
||||
"scm button committing to new branch tooltip": "正在提交對新分支的變更...",
|
||||
"scm button committing tooltip": "正在認可變更...",
|
||||
"scm button continue title": "{0} 繼續",
|
||||
"scm button continue tooltip": "繼續重訂基底",
|
||||
"scm button continuing tooltip": "繼續重訂基底...",
|
||||
"scm button publish branch": "發佈 Branch",
|
||||
"scm button publish branch running": "正在發布 Branch...",
|
||||
"scm button sync description": "{0} 同步變更{1}{2}",
|
||||
"scm publish branch action button title": "{0} 發佈 Branch",
|
||||
"scm secondary button commit": "提交",
|
||||
"syncing changes": "正在同步處理變更..."
|
||||
},
|
||||
"dist/askpass-main": {
|
||||
"missOrInvalid": "缺少認證或其無效。"
|
||||
},
|
||||
"dist/autofetch": {
|
||||
"no": "否",
|
||||
"not now": "稍後詢問我",
|
||||
"suggest auto fetch": "您是否要 Azure Data Studio [定期執行 'git fetch']({0})?",
|
||||
"yes": "是"
|
||||
},
|
||||
"dist/commands": {
|
||||
"HEAD not available": "'{0}' 的 HEAD 版本無法使用。",
|
||||
"Theirs": "他們的",
|
||||
"Yours": "您的",
|
||||
"add": "新增到工作區",
|
||||
"add remote": "新增遠端...",
|
||||
"addFrom": "從 URL 新增遠端存放庫",
|
||||
"addfrom": "從 {0} 新增遠端存放庫",
|
||||
"addremote": "新增遠端存放庫",
|
||||
"always": "永遠",
|
||||
"are you sure": "這會建立一個 Git 儲存庫在 '{0}'。確定要繼續嗎?",
|
||||
"auth failed": "無法從遠端向 git 驗證。",
|
||||
"auth failed specific": "無法向 git 遠端存放庫驗證:\r\n\r\n{0}",
|
||||
"branch already exists": "分支名稱 '{0}' 已經存在",
|
||||
"branch name": "分支名稱",
|
||||
"branch name does not match sanitized": "新分支會是 '{0}'",
|
||||
"branch name format invalid": "分支名稱需要匹配 正規表達式: {0}",
|
||||
"cant push": "無法將參考推送到遠端。請先嘗試執行 '提取' 以整合您的變更。",
|
||||
"checkout detached": "簽出已中斷連結...",
|
||||
"choose": "選擇資料夾...",
|
||||
"clean repo": "請先清除您的存放庫工作樹狀再簽出。",
|
||||
"clonefrom": "從 {0} 複製",
|
||||
"cloning": "正在複製 Git 儲存庫 '{0}'... ",
|
||||
"commit": "認可暫存變更",
|
||||
"commit anyway": "建立空白認可",
|
||||
"commit changes": "仍要提交",
|
||||
"commit hash": "認可雜湊",
|
||||
"commit message": "認可訊息",
|
||||
"commit to branch": "提交新的分支",
|
||||
"commitMessageWithHeadLabel2": "訊息 (在 '{0}' 上認可)",
|
||||
"confirm branch protection commit": "您正在嘗試提交受保護的分支,而且可能沒有將提交推到遠端的權限。\r\n\r\n您要如何繼續進行?",
|
||||
"confirm delete": "確定要刪除 {0} 嗎?\r\n此動作無法回復!\r\n此檔案將會永久遺失。",
|
||||
"confirm delete multiple": "確定要刪除 {0} 檔案嗎?\r\n此動作無法復原!\r\n如果繼續,這些檔案會永遠遺失。",
|
||||
"confirm discard": "確定要捨棄 {0} 中的變更嗎?",
|
||||
"confirm discard all": "確定要捨棄 {0} 個檔案中的所有變更嗎?\r\n此動作無法回復!\r\n若繼續,您目前的工作集將會永久遺失。",
|
||||
"confirm discard all 2": "{0}\r\n\r\n此動作無法回復,您目前的工作集將會永久遺失。",
|
||||
"confirm discard all single": "確定要捨棄 {0} 中的變更嗎?",
|
||||
"confirm discard multiple": "確定要捨棄 {0} 檔案中的變更嗎?",
|
||||
"confirm empty commit": "確實要建立空白認可嗎?",
|
||||
"confirm force delete branch": "分支 '{0}' 尚未完整合併. 確定刪除嗎?",
|
||||
"confirm force push": "您即將強制推送自己的變更,這可能具有破壞性,而且可能會不小心覆寫他人所做的變更。\r\n\r\n確定要繼續嗎?",
|
||||
"confirm no verify commit": "您即將在不進行驗證的情況下認可變更,這麼做會跳過預先認可勾點,造成不適當的結果。\r\n\r\n確定要繼續嗎?",
|
||||
"confirm publish branch": "分支 '{0}' 沒有任何遠端分支。您仍想發布這個分支嗎?",
|
||||
"confirm restore": "確定要還原 {0} 嗎?",
|
||||
"confirm restore multiple": "確實要還原 {0} 檔案嗎?",
|
||||
"confirm stage file with merge conflicts": "確定要暫存有合併衝突的 {0} 嗎?",
|
||||
"confirm stage files with merge conflicts": "確定要暫存 {0} 個有合併衝突的檔案嗎?",
|
||||
"create branch": "建立新分支...",
|
||||
"create branch from": "從以下位置建立新分支...",
|
||||
"create repo": "初始化存放庫",
|
||||
"current": "目前",
|
||||
"default": "預設",
|
||||
"delete": "刪除檔案",
|
||||
"delete branch": "刪除分支",
|
||||
"delete file": "刪除檔案",
|
||||
"delete files": "刪除檔案",
|
||||
"deleted by them": "檔案 '{0}' 已由對方刪除,但由我們修改。\r\n\r\n要執行什麼動作?",
|
||||
"deleted by us": "檔案 '{0}' 已由我們刪除,但由對方修改。\r\n\r\n要執行什麼動作?",
|
||||
"discard": "捨棄變更",
|
||||
"discardAll": "捨棄所有 {0} 檔案",
|
||||
"discardAll multiple": "捨棄1個檔案",
|
||||
"drop all stashes": "確定要卸除所有隱藏項目嗎? 有 {0} 個隱藏項目將需要剪除,可能無法復原。",
|
||||
"drop one stash": "確定要卸除所有隱藏項目嗎? 有 1 個隱藏項目將需要剪除,可能無法復原。",
|
||||
"empty commit": "提交作業已取消,因為提交訊息為空白。",
|
||||
"force": "強制簽出",
|
||||
"force push not allowed": "不允許強制更新,請啟用 'git.allowForcePush' 設定。",
|
||||
"git error": "Git 錯誤",
|
||||
"git error details": "Git: {0}",
|
||||
"git.timeline.openDiffCommand": "開啟比較",
|
||||
"git.title.diff": "{0} ↔ {1}",
|
||||
"git.title.diffRefs": "{0} ({1}) ↔ {0} ({2})",
|
||||
"git.title.index": "{0} (索引)",
|
||||
"git.title.ref": "{0} ({1})",
|
||||
"git.title.workingTree": "{0} (工作樹狀)",
|
||||
"init": "選擇工作區資料夾以初始化 git 儲存庫",
|
||||
"init repo": "初始化存放庫",
|
||||
"invalid branch name": "分支名稱無效",
|
||||
"keep ours": "保留我們的版本",
|
||||
"keep theirs": "保留它們的版本",
|
||||
"learn more": "深入了解",
|
||||
"local changes": "您的本機變更會在簽出時被覆寫。",
|
||||
"merge commit": "最後一個認可是合併認可。確定要復原嗎?",
|
||||
"merge conflicts": "合併衝突。提交前請解決衝突。",
|
||||
"missing user info": "請確認您的 Git 使用者名稱及電子郵件。",
|
||||
"never": "永不",
|
||||
"never again": "確定,不要再顯示",
|
||||
"never ask again": "確定,不要再詢問",
|
||||
"no changes": "沒有任何變更要認可。",
|
||||
"no changes stash": "沒有變更可供擱置",
|
||||
"no more": "因為 HEAD 未指向任何認可,所以無法復原。",
|
||||
"no rebase": "沒有進行中的重訂基底。",
|
||||
"no remotes added": "您的存放庫沒有遠端存放庫。",
|
||||
"no remotes to fetch": "您的儲存庫未設定要擷取的遠端來源。",
|
||||
"no remotes to publish": "您的儲存庫未設定要發行的遠端目標。",
|
||||
"no remotes to pull": "您的存放庫未設定要提取的來源遠端。",
|
||||
"no remotes to push": "您的存放庫未設定要推送的目標遠端。",
|
||||
"no staged changes": "沒有任何要認可的暫存變更。\r\n\r\n要暫存所有變更並直接認可嗎?",
|
||||
"no stashes": "儲存庫中沒有擱置的變更",
|
||||
"no tags": "此存放庫沒有標記。",
|
||||
"no verify commit not allowed": "不允許未經驗證的認可,請使用 'git.allowNoVerifyCommit' 設定加以啟用。",
|
||||
"nobranch": "請簽出分支以推送到遠端。",
|
||||
"ok": "確定",
|
||||
"open git log": "開啟 Git 記錄",
|
||||
"open repo": "開啟存放庫",
|
||||
"openrepo": "開啟",
|
||||
"openreponew": "在新視窗中開啟",
|
||||
"pick branch pull": "揀選要提取的來源分支",
|
||||
"pick provider": "挑選要對其發佈分支 '{0}' 的提供者:",
|
||||
"pick remote": "挑選要發行分支 '{0}' 的目標遠端:",
|
||||
"pick remote pull repo": "挑選要將分支提取出的遠端",
|
||||
"pick stash to apply": "取回挑選的擱置套用變更",
|
||||
"pick stash to drop": "挑選要卸除的隱藏項目",
|
||||
"pick stash to pop": "取回挑選的擱置變更",
|
||||
"proposeopen": "要開啟複製的儲存庫嗎?",
|
||||
"proposeopen init": "要開啟初始化的儲存庫嗎?",
|
||||
"proposeopen2": "要開啟以複製的儲存庫, 或將其新增到目前工作區?",
|
||||
"proposeopen2 init": "要開啟初始化的儲存庫,或將其新增到目前工作區?",
|
||||
"provide branch name": "請提供新的分支名稱",
|
||||
"provide commit hash": "請提供認可雜湊",
|
||||
"provide commit message": "請提供認可訊息",
|
||||
"provide remote name": "請提供遠端存放庫名稱",
|
||||
"provide stash message": "可選擇提供擱置變更訊息",
|
||||
"provide tag message": "請提供訊息以標註標籤",
|
||||
"provide tag name": "請提供標籤名稱",
|
||||
"publish to": "發佈至 {0}",
|
||||
"remote already exists": "遠端存放庫 ‘{0}’ 已存在。",
|
||||
"remote branch at": "位於 {0} 的遠端分支",
|
||||
"remote name": "遠端存放庫名稱",
|
||||
"remote name format invalid": "遠端存放庫名稱格式無效",
|
||||
"remove remote": "挑選要移除的遠端存放庫",
|
||||
"repourl": "存放庫 URL",
|
||||
"restore file": "還原檔案",
|
||||
"restore files": "還原檔案",
|
||||
"save and commit": "全部儲存並認可",
|
||||
"save and stash": "全部儲存並隱藏",
|
||||
"select a branch to merge from": "選擇要合併的分支。",
|
||||
"select a branch to rebase onto": "選取要重訂為基底的分支",
|
||||
"select a ref to checkout": "選擇參考進行簽出",
|
||||
"select a ref to checkout detached": "選取要在已中斷連結模式中簽出的參考",
|
||||
"select a ref to create a new branch from": "選取用來建立 ‘{0}’ 分支的來源參考",
|
||||
"select a tag to delete": "選取要刪除的標記",
|
||||
"select branch to delete": "選擇分支進行刪除",
|
||||
"select log level": "選擇紀錄層級",
|
||||
"selectFolder": "選擇儲存庫位置",
|
||||
"show command output": "顯示命令輸出",
|
||||
"stash": "仍要隱藏",
|
||||
"stash merge conflicts": "套用隱藏時發生合併衝突。",
|
||||
"stash message": "擱置變更訊息",
|
||||
"stashcheckout": "隱藏並簽出",
|
||||
"sure drop": "確定要卸除隱藏項目 {0} 嗎?",
|
||||
"sync is unpredictable": "此動作會從 '{0}/{1}' 提取和推送提交。",
|
||||
"tag at": "位於 {0} 的標籤",
|
||||
"tag message": "訊息",
|
||||
"tag name": "標籤名稱",
|
||||
"there are untracked files": "有 {0} 個未追蹤檔案若被捨棄,將會從磁碟中刪除。",
|
||||
"there are untracked files single": "下列未追蹤檔案若被捨棄,將會從磁碟中刪除: {0}。",
|
||||
"undo commit": "復原合併認可",
|
||||
"unsaved files": "有 {0} 個未儲存的檔案。\r\n\r\n要先儲存檔案再認可嗎?",
|
||||
"unsaved files single": "下列檔案有未儲存的變更,若您繼續,變更將不會包含在認可中: {0}。\r\n\r\n要先儲存檔案再認可嗎?",
|
||||
"unsaved stash files": "有 {0} 個未儲存的檔案。\r\n\r\n要先儲存檔案再隱藏嗎?",
|
||||
"unsaved stash files single": "下列檔案有未儲存的變更,若您繼續,變更將不會包含在隱藏項目中: {0}。\r\n\r\n要先儲存檔案再隱藏嗎?",
|
||||
"warn untracked": "此舉將會刪除 {0} 個未追蹤的檔案!\r\n此動作無法回復!\r\n這些檔案將會永久遺失。",
|
||||
"yes": "是",
|
||||
"yes discard tracked": "捨棄 1 個追蹤的檔案",
|
||||
"yes discard tracked multiple": "捨棄 {0} 個追蹤的檔案",
|
||||
"yes never again": "是的,不要再顯示"
|
||||
},
|
||||
"dist/log": {
|
||||
"gitLogLevel": "記錄層級: {0}"
|
||||
},
|
||||
"dist/main": {
|
||||
"skipped": "已略過在下列位置找到的 git: {0}",
|
||||
"using git": "正在使用來自 {1} 的 git {0}",
|
||||
"validating": "正在驗證在下列位置找到的 git: {0}"
|
||||
},
|
||||
"dist/model": {
|
||||
"no repositories": "沒有儲存庫可供使用 ",
|
||||
"not supported": "'git.scanRepositories’ 設定中不支援絕對路徑。",
|
||||
"pick repo": "請選擇儲存庫 ",
|
||||
"repoOnHomeDriveRootWarning": "無法在'{0}'自動開啟 Git 存放庫。若要開啟該 Git 存放庫,請直接在 VS Code 中將它開啟為資料夾。",
|
||||
"too many submodules": "'{0}' 儲存庫有 {1} 個無法自動開啟的子模組。您仍可在其中開啟檔案來個別開啟子模組"
|
||||
},
|
||||
"dist/repository": {
|
||||
"add known": "要將 ‘{0}’ 新增至 .gitignore 嗎?",
|
||||
"added by them": "衝突: 由他人新增",
|
||||
"added by us": "衝突: 由我們新增",
|
||||
"always pull": "一律提取",
|
||||
"both added": "衝突: 兩者皆新增",
|
||||
"both deleted": "衝突: 兩者皆刪除",
|
||||
"both modified": "衝突: 兩者皆修改",
|
||||
"changes": "變更",
|
||||
"commit": "認可",
|
||||
"commit in rebase": "在重訂基底的過程中,無法變更認可訊息。請完成重訂基底作業,並改用互動式重訂基底。",
|
||||
"commitMessage": "訊息 (要認可的 {0})",
|
||||
"commitMessageCountdown": "在目前行數剩餘 {0} 個字元",
|
||||
"commitMessageWarning": "在目前行數有 {0} 個字元已超過 {1} 個",
|
||||
"commitMessageWhitespacesOnlyWarning": "目前認可訊息只包含空白字元",
|
||||
"commitMessageWithHeadLabel": "訊息 (要在 ‘{1}’ 上認可 {0})",
|
||||
"deleted": "已刪除",
|
||||
"deleted by them": "衝突: 由他人刪除",
|
||||
"deleted by us": "衝突: 由我們刪除",
|
||||
"dont pull": "不要提取",
|
||||
"git.title.deleted": "{0} (已刪除)",
|
||||
"git.title.index": "{0} (索引)",
|
||||
"git.title.ours": "{0} (我們的)",
|
||||
"git.title.theirs": "{0} (他們的)",
|
||||
"git.title.untracked": "{0} (已取消追蹤)",
|
||||
"git.title.workingTree": "{0} (工作樹狀)",
|
||||
"huge": "位於 '{0}' 的 Git 儲存庫有過多使用中的變更,只有部份 Git 功能會被啟用。",
|
||||
"ignored": "已忽略",
|
||||
"index added": "已新增索引",
|
||||
"index copied": "已複製索引",
|
||||
"index deleted": "已刪除索引",
|
||||
"index modified": "已修改索引",
|
||||
"index renamed": "已重新命名索引",
|
||||
"intent to add": "要新增的意圖",
|
||||
"merge changes": "合併變更",
|
||||
"modified": "已修改",
|
||||
"neveragain": "不要再顯示",
|
||||
"no": "否",
|
||||
"ok": "確定",
|
||||
"open": "開啟",
|
||||
"open.merge": "開啟合併",
|
||||
"pull": "提取",
|
||||
"pull branch maybe rebased": "目前的分支 '{0}' 可能已重訂基底。確定仍要提取至其中嗎?",
|
||||
"pull maybe rebased": "目前的分支可能已重訂基底。確定仍要提取至其中嗎?",
|
||||
"pull n": "從 {1}/{2} 提取 {0} 個認可",
|
||||
"pull push n": "從 {2}/{3} 間提取 {0} 個認可,並推送 {1} 個認可",
|
||||
"push n": "將 {0} 個認可推送到 {1}/{2}",
|
||||
"push success": "推送成功。",
|
||||
"staged changes": "暫存的變更",
|
||||
"sync changes": "同步處理變更",
|
||||
"sync is unpredictable": "正在同步。取消可能會對存放庫造成嚴重的損害",
|
||||
"tooManyChangesWarning": "偵測到太多變更。下方僅顯示前 {0} 個變更。",
|
||||
"untracked": "已取消追蹤",
|
||||
"untracked changes": "未追蹤的變更",
|
||||
"yes": "是"
|
||||
},
|
||||
"dist/statusbar": {
|
||||
"checkout": "簽出分支/標籤...",
|
||||
"publish branch": "發佈分支",
|
||||
"publish to": "發佈至 {0}",
|
||||
"publish to...": "發佈至...",
|
||||
"rebasing": "正在重訂基底",
|
||||
"syncing changes": "正在同步處理變更..."
|
||||
},
|
||||
"dist/timelineProvider": {
|
||||
"git.timeline.email": "電子郵件",
|
||||
"git.timeline.openComparison": "開啟比較",
|
||||
"git.timeline.source": "Git 歷程記錄",
|
||||
"git.timeline.stagedChanges": "暫存的變更",
|
||||
"git.timeline.uncommitedChanges": "未認可的變更",
|
||||
"git.timeline.you": "您"
|
||||
},
|
||||
"package": {
|
||||
"colors.added": "已新增資源的顏色。",
|
||||
"colors.conflict": "帶有衝突資源的顏色。",
|
||||
"colors.deleted": "刪除資源的顏色",
|
||||
"colors.ignored": "忽略資源的顏色。",
|
||||
"colors.modified": "修改資源的顏色。",
|
||||
"colors.renamed": "重新命名或已複製資源的色彩。",
|
||||
"colors.stageDeleted": "已刪除之資源的色彩。",
|
||||
"colors.stageModified": "已修改之資源的色彩。",
|
||||
"colors.submodule": "子模組資源的顏色",
|
||||
"colors.untracked": "未追蹤資源的顏色。",
|
||||
"command.addRemote": "新增遠端存放庫...",
|
||||
"command.api.getRemoteSources": "取得遠端來源",
|
||||
"command.api.getRepositories": "取得存放庫",
|
||||
"command.api.getRepositoryState": "取得存放庫狀態",
|
||||
"command.branch": "建立分支...",
|
||||
"command.branchFrom": "從下列來源建立分支…",
|
||||
"command.checkout": "簽出至...",
|
||||
"command.checkoutDetached": "簽出至 (已中斷連結)...",
|
||||
"command.cherryPick": "揀選...",
|
||||
"command.clean": "捨棄變更",
|
||||
"command.cleanAll": "捨棄所有變更",
|
||||
"command.cleanAllTracked": "捨棄所有追蹤修訂",
|
||||
"command.cleanAllUntracked": "捨棄所有未追蹤修訂",
|
||||
"command.clone": "複製",
|
||||
"command.cloneRecursive": "複製 (遞迴)",
|
||||
"command.close": "關閉儲存庫",
|
||||
"command.closeAllDiffEditors": "關閉所有 Diff 編輯器",
|
||||
"command.commit": "認可",
|
||||
"command.commitAll": "全部認可",
|
||||
"command.commitAllAmend": "全部認可 (修改) ",
|
||||
"command.commitAllAmendNoVerify": "全部認可 (修改,未驗證)",
|
||||
"command.commitAllNoVerify": "全部認可 (未驗證)",
|
||||
"command.commitAllSigned": "全部認可 (已簽章)",
|
||||
"command.commitAllSignedNoVerify": "全部認可 (已登出,未驗證)",
|
||||
"command.commitEmpty": "認可空白",
|
||||
"command.commitEmptyNoVerify": "認可空白 (未驗證)",
|
||||
"command.commitMessageAccept": "接受提交訊息",
|
||||
"command.commitMessageDiscard": "捨棄提交訊息",
|
||||
"command.commitNoVerify": "認可 (未驗證)",
|
||||
"command.commitStaged": "認可暫存",
|
||||
"command.commitStagedAmend": "認可暫存 (修改)",
|
||||
"command.commitStagedAmendNoVerify": "認可暫存 (修改,未驗證)",
|
||||
"command.commitStagedNoVerify": "認可暫存 (未驗證)",
|
||||
"command.commitStagedSigned": "認可暫存 (已登出)",
|
||||
"command.commitStagedSignedNoVerify": "認可暫存 (已登出,未驗證)",
|
||||
"command.createTag": "建立標籤",
|
||||
"command.deleteBranch": "刪除分支...",
|
||||
"command.deleteTag": "刪除標記",
|
||||
"command.fetch": "擷取",
|
||||
"command.fetchAll": "從所有遠端擷取",
|
||||
"command.fetchPrune": "擷取 (剪除)",
|
||||
"command.git.acceptMerge": "接受合併",
|
||||
"command.ignore": "新增到 .gitignore",
|
||||
"command.init": "初始化存放庫",
|
||||
"command.merge": "合併分支...",
|
||||
"command.openAllChanges": "開啟所有變更",
|
||||
"command.openChange": "開啟變更",
|
||||
"command.openFile": "開啟檔案",
|
||||
"command.openHEADFile": "開啟檔案 (HEAD)",
|
||||
"command.openRepository": "開啟存放庫",
|
||||
"command.publish": "發行分支...",
|
||||
"command.pull": "提取",
|
||||
"command.pullFrom": "從...提取",
|
||||
"command.pullRebase": "提取 (重訂基底)",
|
||||
"command.push": "推送",
|
||||
"command.pushFollowTags": "推送 (跟隨標籤)",
|
||||
"command.pushFollowTagsForce": "推送 (跟隨標籤,強制)",
|
||||
"command.pushForce": "推送(強制更新)",
|
||||
"command.pushTags": "推送標籤",
|
||||
"command.pushTo": "推送至...",
|
||||
"command.pushToForce": "推送至...(強制更新)",
|
||||
"command.rebase": "重訂基底分支...",
|
||||
"command.rebaseAbort": "中止重訂基底",
|
||||
"command.refresh": "重新整理",
|
||||
"command.removeRemote": "移除遠端存放庫",
|
||||
"command.rename": "重新命名",
|
||||
"command.renameBranch": "重新命名分支...",
|
||||
"command.restoreCommitTemplate": "還原認可範本",
|
||||
"command.revealFileInOS.linux": "開啟所屬資料夾",
|
||||
"command.revealFileInOS.mac": "在 Finder 中顯示",
|
||||
"command.revealFileInOS.windows": "在檔案總管中顯示",
|
||||
"command.revealInExplorer": "在 [總管檢視] 中顯示",
|
||||
"command.revertChange": "還原變更",
|
||||
"command.revertSelectedRanges": "還原選取的範圍",
|
||||
"command.setLogLevel": "設定紀錄層級",
|
||||
"command.showOutput": "顯示 Git 輸出",
|
||||
"command.stage": "暫存變更",
|
||||
"command.stageAll": "暫存所有變更 (Stage All Changes)",
|
||||
"command.stageAllMerge": "暫存所有合併變更",
|
||||
"command.stageAllTracked": "暫存所有追蹤修訂",
|
||||
"command.stageAllUntracked": "暫存所有未追蹤修訂",
|
||||
"command.stageChange": "暫存變更",
|
||||
"command.stageSelectedRanges": "暫存選取的範圍",
|
||||
"command.stash": "擱置變更 (Stash)",
|
||||
"command.stashApply": "套用擱置... (Apply Stash)",
|
||||
"command.stashApplyLatest": "套用最新擱置 (Apply Latest Stash)",
|
||||
"command.stashDrop": "卸除隱藏項目...",
|
||||
"command.stashDropAll": "卸除所有隱藏項目...",
|
||||
"command.stashIncludeUntracked": "擱置變更 (包含未被追蹤的檔案)",
|
||||
"command.stashPop": "取回擱置... (Pop Stash)",
|
||||
"command.stashPopLatest": "取回最近的擱置",
|
||||
"command.sync": "同步處理",
|
||||
"command.syncRebase": "同步 (重定基底)",
|
||||
"command.timelineCompareWithSelected": "與選取項目比較",
|
||||
"command.timelineCopyCommitId": "複製認可識別碼",
|
||||
"command.timelineCopyCommitMessage": "複製認可訊息",
|
||||
"command.timelineOpenDiff": "開啟變更",
|
||||
"command.timelineSelectForCompare": "選取以進行比較",
|
||||
"command.undoCommit": "復原上個提交",
|
||||
"command.unstage": "取消暫存變更",
|
||||
"command.unstageAll": "取消所有暫存變更(Unstage All Changes)",
|
||||
"command.unstageSelectedRanges": "取消暫存選取的範圍",
|
||||
"config.allowForcePush": "控制是否啟用強制推送 (不論是否有新的認可)。",
|
||||
"config.allowNoVerifyCommit": "控制是否允許未執行預先認可與認可訊息勾點的認可。",
|
||||
"config.alwaysShowStagedChangesResourceGroup": "一律顯示「暫存變更」的資源群組。",
|
||||
"config.alwaysSignOff": "控制所有認可的簽核旗標。",
|
||||
"config.autoRepositoryDetection": "設定何時自動偵測存放庫。",
|
||||
"config.autoRepositoryDetection.false": "停用自動儲存庫掃描。",
|
||||
"config.autoRepositoryDetection.openEditors": "掃描開啟檔案的父資料夾。",
|
||||
"config.autoRepositoryDetection.subFolders": "掃描目前已開啟資料夾的子資料夾。",
|
||||
"config.autoRepositoryDetection.true": "掃描目前已開啟資料夾的子資料夾與開啟檔案的父資料夾。",
|
||||
"config.autoStash": "先隱藏再提取任何變更,並在成功提取後,將其還原。",
|
||||
"config.autofetch": "設定為 true 時,會自動從目前 Git 存放庫的預設遠端擷取認可。設定為 `all` 將從所有遠端進行擷取。",
|
||||
"config.autofetchPeriod": "當啟用 `#git.autofetch#` 時,每個自動 git 擷取的間隔時間 (秒)。",
|
||||
"config.autorefresh": "是否啟用自動重新整理。",
|
||||
"config.branchPrefix": "建立新分支時使用的首碼。",
|
||||
"config.branchProtection": "受保護分支的清單。根據預設,在將變更提交到受保護的分支之前,會先顯示提示。可使用 `#git.branchProtectionPrompt#` 設定控制提示。",
|
||||
"config.branchProtectionPrompt": "控制是否要在變更提交至受保護的分支之前先提示。",
|
||||
"config.branchProtectionPrompt.alwaysCommit": "一律提交至受保護分支的變更。",
|
||||
"config.branchProtectionPrompt.alwaysCommitToNewBranch": "一律提交新分支的變更。",
|
||||
"config.branchProtectionPrompt.alwaysPrompt": "在變更提交至受保護的分支之前一律提示。",
|
||||
"config.branchRandomNameDictionary": "隨機產生的分支名稱所使用的字典清單。每個值代表用來產生分支名稱區段的字典。支援的字典: '形容詞'、'動物'、'色彩' 和 '數字'。",
|
||||
"config.branchRandomNameDictionary.adjectives": "隨機形容詞",
|
||||
"config.branchRandomNameDictionary.animals": "隨機動物名稱",
|
||||
"config.branchRandomNameDictionary.colors": "隨機色彩名稱",
|
||||
"config.branchRandomNameDictionary.numbers": "介於 100 到 999 之間的隨機數字",
|
||||
"config.branchRandomNameEnable": "控制建立新分支時是否產生隨機名稱。",
|
||||
"config.branchSortOrder": "控制分支的排序順序。",
|
||||
"config.branchValidationRegex": "用於驗證新分支名稱的正規表達式。",
|
||||
"config.branchWhitespaceChar": "要取代新分支名稱中的空格,以及分隔隨機產生之分支名稱區段的字元。",
|
||||
"config.checkoutType": "控制執行 [簽出至...] 時,要列出哪種類型的 Git 參考。",
|
||||
"config.checkoutType.local": "本機分支",
|
||||
"config.checkoutType.remote": "遠端分支",
|
||||
"config.checkoutType.tags": "標籤",
|
||||
"config.closeDiffOnOperation": "控制在隱藏、提交、捨棄、暫存或取消暫存變更時,是否應自動關閉 Diff 編輯器。",
|
||||
"config.commandsToLog": "GIT 命令列表 (例如: commit、push),這些命令的 `stdout` 將被記錄到 [git 輸出](command:git.showOutput)。如果 GIT 命令設定了用戶端勾點,那麼用戶端勾點的 `stdout` 也將被記錄到 [git 輸出](command:git.showOutput)。",
|
||||
"config.confirmEmptyCommits": "一律確認 'Git: Commit Empty' 命令的空白認可建立。",
|
||||
"config.confirmForcePush": "控制強制更新前是否要求確認。",
|
||||
"config.confirmNoVerifyCommit": "控制在認可但未經驗證之前是否要求確認。",
|
||||
"config.confirmSync": "請先確認再同步處理 GIT 存放庫。",
|
||||
"config.countBadge": "控制 Git 計數徽章。",
|
||||
"config.countBadge.all": "計算所有變更的數目。",
|
||||
"config.countBadge.off": "關閉計數器。",
|
||||
"config.countBadge.tracked": "僅計算追蹤的變更數目。",
|
||||
"config.decorations.enabled": "控制 Git 是否會為總管和 [已開啟的編輯器] 檢視貢獻色彩和徽章。",
|
||||
"config.defaultCloneDirectory": "用於複製 Git 存放庫的預設位置。",
|
||||
"config.detectSubmodules": "控制是否自動偵測 Git 子模組。",
|
||||
"config.detectSubmodulesLimit": "控制 Git 子模組的偵測限制",
|
||||
"config.discardAllScope": "控制 `Discard all changes` 命令會捨棄的變更。`all` 會捨棄所有變更。`tracked` 只會捨棄追蹤的檔案。`prompt` 會在每次動作執行時顯示提示對話方塊。",
|
||||
"config.enableCommitSigning": "允許使用 GPG 或 X.509 簽署認可。",
|
||||
"config.enableSmartCommit": "無暫存變更時提交所有變更。",
|
||||
"config.enableStatusBarSync": "控制是否在狀態列顯示 Git 同步命令。",
|
||||
"config.enabled": "是否啟用 Git。",
|
||||
"config.experimental.installGuide": "Git 安裝流程的實驗性改進。",
|
||||
"config.fetchOnPull": "啟用時,會在提取時擷取所有分支。否則僅擷取目前的分支。",
|
||||
"config.followTagsWhenSync": "執行 sync 命令時,追蹤推送所有標籤。",
|
||||
"config.ignoreLegacyWarning": "略過舊的 Git 警告。",
|
||||
"config.ignoreLimitWarning": "當儲存庫中有過多變更時,略過警告。",
|
||||
"config.ignoreMissingGitWarning": "忽略遺漏 Git 時的警告。",
|
||||
"config.ignoreRebaseWarning": "當分支在提取時可能已重訂基底時,忽略警告。",
|
||||
"config.ignoreSubmodules": "忽略檔案樹狀目錄中子模組的修改。",
|
||||
"config.ignoreWindowsGit27Warning": "當 Windows 上安裝了 Git 2.25 - 2.26 時,忽略警告。",
|
||||
"config.ignoredRepositories": "要忽略的 Git 儲存庫清單。",
|
||||
"config.inputValidation": "控制何時顯示認可訊息輸入驗證。",
|
||||
"config.inputValidationLength": "控制顯示警告的認可訊息長度閾值。",
|
||||
"config.inputValidationSubjectLength": "控制用於顯示警告的認可訊息主旨長度閾值。將其取消設定可繼承 `config.inputValidationLength` 的值。",
|
||||
"config.logLevel": "指定要記錄至 [GIT 輸出](command:git.showOutput) 的資訊量 (如果有的話)。",
|
||||
"config.logLevel.critical": "只記錄重大資訊",
|
||||
"config.logLevel.debug": "只記錄偵錯、資訊、警告、錯誤和重大資訊",
|
||||
"config.logLevel.error": "只記錄錯誤和重大資訊",
|
||||
"config.logLevel.info": "只記錄資訊、警告、錯誤和重大資訊",
|
||||
"config.logLevel.off": "不記錄任何項目",
|
||||
"config.logLevel.trace": "記錄所有資訊",
|
||||
"config.logLevel.warn": "只記錄警告、錯誤和重大資訊",
|
||||
"config.mergeEditor": "針對目前發生衝突的檔案開啟合併編輯器。",
|
||||
"config.openAfterClone": "控制是否要在複製後自動開啟存放庫。",
|
||||
"config.openAfterClone.always": "永遠在目前視窗中開啟。",
|
||||
"config.openAfterClone.alwaysNewWindow": "永遠在新視窗中開啟。",
|
||||
"config.openAfterClone.prompt": "永遠提示採取動作。",
|
||||
"config.openAfterClone.whenNoFolderOpen": "只有在未開啟任何資料夾時,才在目前視窗中開啟。",
|
||||
"config.openDiffOnClick": "控制按一下變更時,是否應該開啟 Diff 編輯器。否則將開啟一般編輯器。",
|
||||
"config.path": "Git 可執行檔的路徑與檔案名稱,例如 `C:\\Program Files\\Git\\bin\\git.exe` (Windows)。此亦可為包含多個待查閱路徑的字串值陣列。",
|
||||
"config.postCommitCommand": "成功認可後執行 Git 命令。",
|
||||
"config.postCommitCommand.none": "認可後不要執行任何命令。",
|
||||
"config.postCommitCommand.push": "成功認可後執行 'Git Push'。 ",
|
||||
"config.postCommitCommand.sync": "成功認可後執行 'Git Sync'。 ",
|
||||
"config.promptToSaveFilesBeforeCommit": "控制Git是否應該在提交之前檢查未儲存的檔案。",
|
||||
"config.promptToSaveFilesBeforeCommit.always": "檢查任何未存檔的檔案。",
|
||||
"config.promptToSaveFilesBeforeCommit.never": "停用此檢查。",
|
||||
"config.promptToSaveFilesBeforeCommit.staged": "僅檢查未儲存的暫存檔案。",
|
||||
"config.promptToSaveFilesBeforeStash": "控制 Git 是否應該在隱藏變更之前檢查未儲存的檔案。",
|
||||
"config.promptToSaveFilesBeforeStash.always": "檢查任何未存檔的檔案。",
|
||||
"config.promptToSaveFilesBeforeStash.never": "停用此檢查。",
|
||||
"config.promptToSaveFilesBeforeStash.staged": "僅檢查未儲存的暫存檔案。",
|
||||
"config.pruneOnFetch": "擷取時剪除。",
|
||||
"config.pullTags": "於提取時擷取所有標籤。",
|
||||
"config.rebaseWhenSync": "當執行同步命令時強制 git 使用 rebase。",
|
||||
"config.repositoryScanIgnoredFolders": "若 `#git.autoRepositoryDetection#` 設為 `true` 或 `subFolders`,掃描 Git 儲存機制時忽略的資料夾清單。",
|
||||
"config.repositoryScanMaxDepth": "控制當 '#git.autoRepositoryDetection#' 設定為 'true' 或 'subFolders' 時,掃描 Git 存放庫的工作區資料夾時所使用的深度。可以設為 '-1',表示沒有限制。",
|
||||
"config.requireGitUserConfig": "控制要在沒有組態時要求明確的 Git 使用者組態,還是允許 Git 進行猜測。",
|
||||
"config.scanRepositories": "要在其中搜尋 git 存放庫的路徑清單。",
|
||||
"config.showActionButton": "控制是否可以在原始檔控制檢視中顯示動作按鈕。",
|
||||
"config.showActionButton.commit": "當本地分支有可提交的修改檔案時,顯示提交變更的動作按鈕。",
|
||||
"config.showActionButton.publish": "當本地分支沒有追蹤遠端分支時,顯示發佈的動作按鈕。",
|
||||
"config.showActionButton.sync": "當本地分支位於遠端分支前後時,顯示同步變更的動作按鈕。",
|
||||
"config.showCommitInput": "控制是否要在 Git 原始檔控制台中顯示認可輸入。",
|
||||
"config.showInlineOpenFileAction": "控制是否在Git變更列表中的檔名旁顯示“開啟檔案”的動作按鈕。",
|
||||
"config.showProgress": "控制 git 動作是否應顯示進度。",
|
||||
"config.showPushSuccessNotification": "控制是否要在推送成功時顯示通知。",
|
||||
"config.smartCommitChanges": "控制智慧提交自動暫存的變更。",
|
||||
"config.smartCommitChanges.all": "自動暫存所有變更。",
|
||||
"config.smartCommitChanges.tracked": "僅自動暫存追蹤的變更。",
|
||||
"config.statusLimit": "控制如何限制可以從 Git 狀態命令剖析的變更數。可以設定為 0 表示無限制。",
|
||||
"config.suggestSmartCommit": "建議啟用智慧認可 (在沒有暫存變更時認可所有變更)。",
|
||||
"config.supportCancellation": "控制是否要在執行同步動作時顯示允許使用者取消作業的通知。",
|
||||
"config.terminalAuthentication": "控制是否要讓 VS Code 成為在整合式終端中繁衍之 git 處理序的驗證處理常式。請注意: 您必須重新啟動終端,才能在此設定中挑選變更。",
|
||||
"config.terminalGitEditor": "控制是否要讓 VS Code 成為在整合式終端中繁衍之 git 處理序的 git 編輯器。請注意: 您必須重新啟動終端,才能在此設定中發現變更。",
|
||||
"config.timeline.date": "控制 [時間軸] 檢視中的項目要使用哪個日期。",
|
||||
"config.timeline.date.authored": "使用撰寫日期",
|
||||
"config.timeline.date.committed": "使用認可日期",
|
||||
"config.timeline.showAuthor": "控制是否要在 [時間軸] 檢視中顯示認可作者。",
|
||||
"config.timeline.showUncommitted": "控制是否要在 [時間表] 檢視中顯示未提交的變更。",
|
||||
"config.untrackedChanges": "控制未追蹤修訂的運作方式。",
|
||||
"config.untrackedChanges.hidden": "未追蹤修訂會隱藏並從數個動作中排除。",
|
||||
"config.untrackedChanges.mixed": "所有修訂 (追蹤和未追蹤) 會同時出現並以同等方式運作。",
|
||||
"config.untrackedChanges.separate": "未追蹤修訂個別出現在原始檔控制檢視中。這些修訂也會從數個動作中排除。",
|
||||
"config.useCommitInputAsStashMessage": "控制是否使用認可輸入方塊中的訊息作為預設隱藏訊息。",
|
||||
"config.useEditorAsCommitInput": "控制在提交輸入方塊中未提供訊息時,是否使用全文字編輯器來撰寫提交訊息。",
|
||||
"config.useForcePushWithLease": "控制強制推送是否使用較安全的 force-with-lease 方法。",
|
||||
"config.useIntegratedAskPass": "控制是否應覆寫 GIT_ASKPASS 以使用整合式版本。",
|
||||
"config.verboseCommit": "啟用 '#git.useEditorAsCommitInput#' 時,啟用詳細資訊輸出。",
|
||||
"description": "Git SCM 整合",
|
||||
"displayName": "Git",
|
||||
"submenu.branch": "分支",
|
||||
"submenu.changes": "變更",
|
||||
"submenu.commit": "認可",
|
||||
"submenu.commit.amend": "修改",
|
||||
"submenu.commit.signoff": "登出",
|
||||
"submenu.explorer": "Git",
|
||||
"submenu.pullpush": "提取、推送",
|
||||
"submenu.remotes": "遠端",
|
||||
"submenu.stash": "隱藏",
|
||||
"submenu.tags": "標籤",
|
||||
"view.workbench.cloneRepository": "您可以在本機複製存放庫。\r\n[複製存放庫](command:git.clone '在 GIT 延伸模組啟用後複製存放庫')",
|
||||
"view.workbench.learnMore": "若要深入了解如何在 Azure Data Studio 中使用 git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.disabled": "如果您想要使用 git 功能,請在[設定](command:workbench.action.openSettings?%5B%22git.enabled%22%5D)中啟用 git。\r\n若要深入了解如何在 VS Code 中使用 git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.empty": "如果要使用 git 功能,您可以開啟包含 git 存放庫的資料夾或從 URL 複製。\r\n[開啟資料夾](command:vscode.openFolder)\r\n[複製存放庫](command:git.clone)\r\n若要深入了解如何在 Azure Data Studio 中使用 git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.emptyWorkspace": "目前開啟的工作區沒有任何資料夾包含 git 存放庫。\r\n[新增資料夾至工作區](command:workbench.action.addRootFolder)\r\n如果要深入了解如何在 Azure Data Studio 中使用 git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.folder": "目前開啟的資料夾沒有任何 git 存放庫。您可以將存放庫初始化,以啟用 git 支援的原始檔控制功能。\r\n[將存放庫初始化](command:git.init?%5Btrue%5D)\r\n若要深入了解如何在 Azure Data Studio 中使用 git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.missing": "安裝 Git,這是熱門的原始檔控制系統,以追蹤程式碼變更並與其他人共同作業。在我們的[Git指南](https://aka.ms/vscode-scm)中深入了解。",
|
||||
"view.workbench.scm.missing.linux": "原始檔控制取決於安裝的 Git。\r\n[下載適用於 Linux 的 Git](https://git-scm.com/download/linux)\r\n安裝之後,請 [重新載入](command:workbench.action.reloadWindow) (或[疑難排解](command:git.showOutput))。可[從 Marketplace] 安裝其他原始檔控制提供者 (command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)。",
|
||||
"view.workbench.scm.missing.mac": "[下載適用於 macOS 的 Git](https://git-scm.com/download/mac)\r\n安裝之後,請[重新載入](command:workbench.action.reloadWindow) (或[疑難排解](command:git.showOutput))。可[從 Marketplace] 安裝其他原始檔控制提供者(command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)。",
|
||||
"view.workbench.scm.missing.windows": "[下載適用於 Windows 的 Git](https://git-scm.com/download/win)\r\n安裝之後,請[重新載入](command:workbench.action.reloadWindow) (或[疑難排解](command:git.showOutput))。可[從 Marketplace] 安裝其他原始檔控制提供者(command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)。",
|
||||
"view.workbench.scm.workspace": "目前開啟的工作區沒有任何包含 git 存放庫的資料夾。您可以在資料夾上將存放庫初始化,以啟用 git 支援的原始檔控制功能。\r\n[將存放庫初始化](command:git.init)\r\n若要深入了解如何在 Azure Data Studio 中使用 git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。"
|
||||
}
|
||||
}
|
||||
}
|
||||
+87
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": {
|
||||
"enterPasswordPrompt": "(選擇性) 輸入要儲存在 local.settings.json 中的連線密碼",
|
||||
"azureFunctionsProjectMustBeOpened": "必須要有 C# Azure Functions 專案,才能以 SQL 繫結建立新的 Azure 函數。",
|
||||
"addPackage": "新增套件",
|
||||
"addSqlBinding": "正在將 SQL 繫結新增至函數 \"{0}\"...",
|
||||
"dotnetResult": "正在新增 SQL Nuget 套件:\r\n{0}",
|
||||
"failedToGetConnectionString": "為選取的連線產生連接字串時發生錯誤",
|
||||
"azureFunctionsExtensionNotInstalled": "必須安裝 Azure Functions 延伸模組,才能使用此功能。",
|
||||
"browseEllipsis": "瀏覽...",
|
||||
"closeButton": "關閉",
|
||||
"connectionStringSetting": "連接字串設定名稱",
|
||||
"connectionStringSettingPlaceholder": "在 \"local.settings.json\" 中指定的連接字串設定",
|
||||
"createProject": "建立 Azure 函數專案",
|
||||
"createNewLocalAppSetting": "建立新的本機應用程式設定",
|
||||
"doNotInstall": "不要安裝",
|
||||
"includePassword": "是否要在 local.settings.json 檔案中包含來自此連線的密碼?",
|
||||
"enterTableName": "輸入要查詢的 SQL 資料表",
|
||||
"enterTableNameToUpsert": "輸入 SQL 資料表以 upsert",
|
||||
"enterViewName": "輸入要查詢的 SQL 檢視",
|
||||
"userConnectionString": "輸入連接字串",
|
||||
"enterConnectionString": "輸入連接字串",
|
||||
"enterConnectionStringSettingName": "輸入連接字串設定名稱",
|
||||
"errorNewAzureFunction": "建立新的 Azure 函式時發生錯誤: {0}",
|
||||
"failedToParse": "無法剖析 \"{0}\": {1}。",
|
||||
"unableToSetConnectionString": "無法設定連接字串應用程式設定",
|
||||
"failedToSetSetting": "無法設定連接字串應用程式設定: {0}",
|
||||
"tableListProgressTitle": "正在擷取所選資料庫的資料表...",
|
||||
"viewListProgressTitle": "正在擷取所選資料庫的檢視...",
|
||||
"functionNameTitle": "函式名稱",
|
||||
"userPasswordLater": "為了稍後使用 SQL 連接字串,您必須在 local.settings.json 檔案中手動輸入密碼。",
|
||||
"input": "輸入",
|
||||
"install": "安裝",
|
||||
"learnMore": "深入了解",
|
||||
"SettingAlreadyExists": "本機應用程式設定 '{0}' 已經存在。要覆寫嗎?",
|
||||
"moreInformation": "詳細資訊",
|
||||
"nameMustNotBeEmpty": "名稱不得為空白",
|
||||
"hasSpecialCharacters": "名稱不能包含特殊字元",
|
||||
"noString": "否",
|
||||
"noAzureFunctionsInFile": "目前的作用中檔案中沒有任何 Azure 函式",
|
||||
"noAzureFunctionsProjectsInWorkspace": "在工作區中找不到任何 Azure 函式專案",
|
||||
"openFile": "開啟檔案",
|
||||
"output": "輸出",
|
||||
"inputDescription": "從資料庫擷取資料",
|
||||
"sqlObjectToQuery": "要查詢的 SQL 物件",
|
||||
"sqlTableToUpsert": "要 upsert 的目標 SQL 資料表",
|
||||
"save": "儲存",
|
||||
"outputDescription": "將資料儲存至資料庫",
|
||||
"selectButton": "選取",
|
||||
"selectDatabase": "選擇資料庫",
|
||||
"selectConnectionString": "選取 SQL 連接字串方法",
|
||||
"selectSetting": "從 local.settings.json 選取 SQL 連接字串設定",
|
||||
"connectionProfile": "選取連接設定檔",
|
||||
"selectAzureFunction": "在目前檔案中選取要新增 SQL 繫結的 Azure 函式",
|
||||
"selectAzureFunctionProjFolder": "選取 Azure 函數專案的資料夾",
|
||||
"selectSqlTableOrViewPrompt": "選取要插入或向上插入的物件類型",
|
||||
"selectTable": "選取要使用的資料表",
|
||||
"selectProject": "選取 SQL 繫結的 Azure 函數專案",
|
||||
"selectBindingType": "選取繫結類型",
|
||||
"selectBindingTypeToSpecifiedFunction": "選取函數 '{0}' 的繫結類型",
|
||||
"selectView": "選取要使用的檢視",
|
||||
"table": "資料表",
|
||||
"azureFunctionsExtensionNotFound": "需要 Azure Functions 延伸模組才能建立具有 SQL 繫結的新 Azure 函數,但它尚未安裝,要立即安裝嗎?",
|
||||
"saveChangesInFile": "目前的檔案中有未儲存的變更。要立即儲存嗎?",
|
||||
"timeoutAzureFunctionFileError": "等候 Azure 函數檔案建立時逾時",
|
||||
"timeoutExtensionError": "等候安裝延伸模組時逾時",
|
||||
"valueMustNotBeEmpty": "值不得為空白",
|
||||
"view": "檢視",
|
||||
"yesString": "是"
|
||||
},
|
||||
"package": {
|
||||
"sqlBindings.addSqlBinding": "新增 SQL 繫結 (預覽)",
|
||||
"sqlBindings.createAzureFunction": "使用 SQL 繫結建立 Azure 函數 (預覽)",
|
||||
"description": "讓使用者使用 Azure SQL 繫結來開發及發佈 Azure Functions",
|
||||
"displayName": "SSL 繫結"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,16 +2,16 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"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": {
|
||||
"bundle": {
|
||||
"\"{0}\" has fingerprint \"{1}\"": "「{0}」具有指紋「{1}」。",
|
||||
"$(info) Remote \"{0}\" has no tags.": "$(info) 遠端 \"{0}\" 沒有標籤。",
|
||||
"$(info) This repository has no tags.": "$(info) 此存放庫沒有標籤。",
|
||||
"\"{0}\" has fingerprint \"{1}\"": "「{0}」具有指紋「{1}」。",
|
||||
"A branch named \"{0}\" already exists": "分支名稱 \"{0}\" 已經存在",
|
||||
"A git repository was found in the parent folders of the workspace or the open file(s). Would you like to open the repository?": "在工作區或開啟檔案的上層資料夾中找到一個 Git 存放庫。您要開啟存放庫嗎?",
|
||||
"Absolute paths not supported in \"git.scanRepositories\" setting.": "\"git.scanRepositories\" 設定中不支援絕對路徑。",
|
||||
@@ -26,14 +26,14 @@
|
||||
"Are you sure you want to DELETE {0} files?\\nThis is IRREVERSIBLE!\\nThese files will be FOREVER LOST if you proceed.": "確定要刪除 {0} 個檔案嗎?\\n此動作無法復原!\\n如果繼續,這些檔案會永遠遺失。",
|
||||
"Are you sure you want to DELETE {0}?\\nThis is IRREVERSIBLE!\\nThis file will be FOREVER LOST if you proceed.": "確定要刪除 {0} 嗎?\\n此動作無法回復!\\n此檔案將會永久遺失。",
|
||||
"Are you sure you want to continue connecting?": "確定要繼續連線嗎?",
|
||||
"Are you sure you want to create an empty commit?": "確實要建立空白提交嗎?",
|
||||
"Are you sure you want to create an empty commit?": "確實要建立空白認可嗎?",
|
||||
"Are you sure you want to discard ALL changes in {0} files?\\nThis is IRREVERSIBLE!\\nYour current working set will be FOREVER LOST if you proceed.": "確定要捨棄 {0} 個檔案中的所有變更嗎?\\n此動作無法回復!\\n若繼續,您目前的工作集將會永久遺失。",
|
||||
"Are you sure you want to discard changes in {0} files?": "確定要捨棄 {0} 檔案中的變更嗎?",
|
||||
"Are you sure you want to discard changes in {0}?": "確定要捨棄 {0} 中的變更嗎?",
|
||||
"Are you sure you want to drop ALL stashes? There are {0} stashes that will be subject to pruning, and MAY BE IMPOSSIBLE TO RECOVER.": "確定要卸除所有隱藏項目嗎? 有 {0} 個隱藏項目將需要剪除,可能無法復原。",
|
||||
"Are you sure you want to drop ALL stashes? There is 1 stash that will be subject to pruning, and MAY BE IMPOSSIBLE TO RECOVER.": "確定要卸除所有隱藏項目嗎? 有 1 個隱藏項目將需要剪除,可能無法復原。",
|
||||
"Are you sure you want to drop the stash: {0}?": "確定要卸除隱藏項目 {0} 嗎?",
|
||||
"Are you sure you want to restore {0} files?": "確實要還原 {0} 檔案嗎?",
|
||||
"Are you sure you want to restore {0} files?": "確定要還原 {0} 檔案嗎?",
|
||||
"Are you sure you want to restore {0}?": "確定要還原 {0} 嗎?",
|
||||
"Are you sure you want to stage {0} files with merge conflicts?": "確定要暫存 {0} 個有合併衝突的檔案嗎?",
|
||||
"Are you sure you want to stage {0} with merge conflicts?": "確定要暫存有合併衝突的 {0} 嗎?",
|
||||
@@ -54,16 +54,16 @@
|
||||
"Clone from URL": "存放庫 URL",
|
||||
"Clone from {0}": "從 {0} 複製",
|
||||
"Cloning git repository \"{0}\"...": "正在複製 Git 儲存庫 \"{0}\"...",
|
||||
"Commit": "提交",
|
||||
"Commit": "認可",
|
||||
"Commit & Push Changes": "提交與推送變更",
|
||||
"Commit & Sync Changes": "提交與同步變更",
|
||||
"Commit Anyway": "仍要提交",
|
||||
"Commit Changes": "提交變更",
|
||||
"Commit Changes": "認可變更",
|
||||
"Commit Changes on \"{0}\"": "在「{0}」上提交變更",
|
||||
"Commit Changes to New Branch": "提交新分支的變更",
|
||||
"Commit Hash": "提交雜湊",
|
||||
"Commit Staged Changes": "提交暫存變更",
|
||||
"Commit message": "提交訊息",
|
||||
"Commit Hash": "認可雜湊",
|
||||
"Commit Staged Changes": "認可暫存變更",
|
||||
"Commit message": "認可訊息",
|
||||
"Commit operation was cancelled due to empty commit message.": "提交作業已取消,因為提交訊息為空白。",
|
||||
"Commit to New Branch & Push Changes": "提交新的分支與推送變更",
|
||||
"Commit to New Branch & Synchronize Changes": "提交至新的分支並同步處理變更",
|
||||
@@ -72,7 +72,7 @@
|
||||
"Committing & Pushing Changes...": "正在提交並推送變更...",
|
||||
"Committing & Synchronizing Changes...": "正在提交並同步處理變更...",
|
||||
"Committing Changes to New Branch...": "正在提交對新分支的變更...",
|
||||
"Committing Changes...": "正在提交變更...",
|
||||
"Committing Changes...": "正在認可變更...",
|
||||
"Committing to New Branch & Pushing Changes...": "正在提交新的分支與推送變更...",
|
||||
"Committing to New Branch & Synchronizing Changes...": "正在提交至新的分支並同步處理變更...",
|
||||
"Conflict: Added By Them": "衝突: 由他人新增",
|
||||
@@ -85,11 +85,11 @@
|
||||
"Continue Rebase": "繼續重訂基底",
|
||||
"Continuing Rebase...": "繼續重訂基底...",
|
||||
"Could not clone your repository as Git is not installed.": "因為未安裝 Git,所以無法複製您的存放庫。",
|
||||
"Create Empty Commit": "建立空白提交",
|
||||
"Create Empty Commit": "建立空白認可",
|
||||
"Create new branch from...": "從以下位置建立新分支...",
|
||||
"Create new branch...": "建立新分支...",
|
||||
"Current": "目前",
|
||||
"Current commit message only contains whitespace characters": "目前提交訊息只包含空白字元",
|
||||
"Current commit message only contains whitespace characters": "目前認可訊息只包含空白字元",
|
||||
"Delete Branch": "刪除分支",
|
||||
"Delete File": "刪除檔案",
|
||||
"Delete Files": "刪除檔案",
|
||||
@@ -102,9 +102,8 @@
|
||||
"Discard {0} Tracked Files": "捨棄 {0} 個追蹤的檔案",
|
||||
"Don\\'t Pull": "不要提取",
|
||||
"Don\\'t Show Again": "不要再顯示",
|
||||
"Download Git": "下載 git",
|
||||
"Download Git": "下載 Git",
|
||||
"Email": "電子郵件",
|
||||
"Enables the following features: {0}": "Enables the following features: {0}",
|
||||
"Failed to authenticate to git remote.": "無法從遠端向 git 驗證。",
|
||||
"Failed to authenticate to git remote:\\n\\n{0}": "無法從遠端向 git 驗證:\\n\\n{0}",
|
||||
"File \"{0}\" was deleted by them and modified by us.\\n\\nWhat would you like to do?": "檔案 \"{0}\" 已由對方刪除,但由我們修改。\\n\\n要執行什麼動作?",
|
||||
@@ -114,7 +113,6 @@
|
||||
"Git History": "Git 歷程記錄",
|
||||
"Git error": "Git 錯誤",
|
||||
"Git local working changes": "Git 本機工作變更",
|
||||
"Git not found. Install it or configure it using the \"git.path\" setting.": "找不到 Git。安裝它或使用 \"git.path\" 設置。",
|
||||
"Git repositories were found in the parent folders of the workspace or the open file(s). Would you like to open the repositories?": "在工作區或開啟檔案的上層資料夾中找到 Git 存放庫。您要開啟存放庫嗎?",
|
||||
"Git: {0}": "Git: {0}",
|
||||
"HEAD version of \"{0}\" is not available.": "\"{0}\" 的 HEAD 版本無法使用。",
|
||||
@@ -142,7 +140,7 @@
|
||||
"Message": "訊息",
|
||||
"Message (commit on \"{0}\")": "訊息 (在 \"{0}\" 上提交)",
|
||||
"Message ({0} to commit on \"{1}\")": "訊息 (要在 \"{0}\" 上提交 {1})",
|
||||
"Message ({0} to commit)": "訊息 (要提交的 {0})",
|
||||
"Message ({0} to commit)": "訊息 (要認可的 {0})",
|
||||
"Migrate Changes": "移轉變更",
|
||||
"Modified": "已修改",
|
||||
"Never": "永不",
|
||||
@@ -167,40 +165,38 @@
|
||||
"Pick a remote to remove": "挑選要移除的遠端存放庫",
|
||||
"Pick a repository to mark as safe and open": "挑選標記為安全的存放庫並開啟",
|
||||
"Pick a repository to open": "挑選要開啟的存放庫",
|
||||
"Pick a repository to reopen": "Pick a repository to reopen",
|
||||
"Pick a stash to apply": "取回挑選的擱置套用變更",
|
||||
"Pick a stash to drop": "挑選要卸除的隱藏項目",
|
||||
"Pick a stash to pop": "取回挑選的擱置變更",
|
||||
"Pick workspace folder to initialize git repo in": "選擇工作區資料夾以初始化 git 儲存庫",
|
||||
"Please check out a branch to push to a remote.": "請簽出分支以推送到遠端。",
|
||||
"Please clean your repository working tree before checkout.": "請先清除您的存放庫工作樹狀再簽出。",
|
||||
"Please provide a commit message": "請提供提交訊息",
|
||||
"Please provide a commit message": "請提供認可訊息",
|
||||
"Please provide a message to annotate the tag": "請提供訊息以標註標籤",
|
||||
"Please provide a new branch name": "請提供新的分支名稱",
|
||||
"Please provide a remote name": "請提供遠端存放庫名稱",
|
||||
"Please provide a tag name": "請提供標籤名稱",
|
||||
"Please provide the commit hash": "請提供提交雜湊",
|
||||
"Publish Branch": "發布分支",
|
||||
"Please provide the commit hash": "請提供認可雜湊",
|
||||
"Publish Branch": "發佈分支",
|
||||
"Publish Branch/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "發佈 Branch",
|
||||
"Publish Branch \"{0}\"/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "發佈 Branch \"{0}\"",
|
||||
"Publish Branch/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "發布 Branch",
|
||||
"Publish to {0}": "發布至 {0}",
|
||||
"Publish to...": "發布至...",
|
||||
"Publish to {0}": "發佈至 {0}",
|
||||
"Publish to...": "發佈至...",
|
||||
"Publishing Branch \"{0}\".../{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "正在發佈 Branch \"{0}\"...",
|
||||
"Publishing Branch.../{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "正在發布 Branch...",
|
||||
"Pull": "提取",
|
||||
"Pull {0} and push {1} commits between {2}/{3}": "從 {2}/{3} 間提取 {0} 個提交,並推送 {1} 個提交",
|
||||
"Pull {0} commits from {1}/{2}": "從 {1}/{2} 提取 {0} 個提交",
|
||||
"Push {0} commits to {1}/{2}": "將 {0} 個提交推送到 {1}/{2}",
|
||||
"Pull {0} and push {1} commits between {2}/{3}": "從 {2}/{3} 間提取 {0} 個認可,並推送 {1} 個認可",
|
||||
"Pull {0} commits from {1}/{2}": "從 {1}/{2} 提取 {0} 個認可",
|
||||
"Push {0} commits to {1}/{2}": "將 {0} 個認可推送到 {1}/{2}",
|
||||
"Rebasing": "正在重訂基底",
|
||||
"Remote \"{0}\" already exists.": "遠端存放庫 \"{0}\" 已存在。",
|
||||
"Remote branch at {0}": "位於 {0} 的遠端分支",
|
||||
"Remote name": "遠端存放庫名稱",
|
||||
"Remote name format invalid": "遠端存放庫名稱格式無效",
|
||||
"Reopen Closed Repositories": "Reopen Closed Repositories",
|
||||
"Replace Local Tag(s)": "取代本機標籤",
|
||||
"Restore file": "還原檔案",
|
||||
"Restore files": "還原檔案",
|
||||
"Save All & Commit": "全部儲存並提交",
|
||||
"Save All & Commit": "全部儲存並認可",
|
||||
"Save All & Stash": "全部儲存並隱藏",
|
||||
"Select a branch or tag to checkout": "選取要簽出的分支或標籤",
|
||||
"Select a branch to checkout in detached mode": "選取要在中斷連結模式簽出的分支",
|
||||
@@ -210,7 +206,7 @@
|
||||
"Select a ref to create the branch from": "選取用來建立分支的來源參考",
|
||||
"Select a remote to delete a tag from": "選取要從中刪除標籤的遠端",
|
||||
"Select a remote to fetch": "選取要擷取的遠端",
|
||||
"Select a tag to delete": "選取要刪除的標籤",
|
||||
"Select a tag to delete": "選取要刪除的標記",
|
||||
"Select as Repository Destination": "選取為存放庫目的地",
|
||||
"Show Changes": "顯示變更",
|
||||
"Show Command Output": "顯示命令輸出",
|
||||
@@ -236,14 +232,13 @@
|
||||
"The git repositories in the current folder are potentially unsafe as the folders are owned by someone other than the current user.": "目前資料夾中的 Git 存放庫可能不安全,因為資料夾是由目前使用者外的人所擁有。",
|
||||
"The git repository at \"{0}\" has too many active changes, only a subset of Git features will be enabled.": "位於 \"{0}\" 的 Git 儲存庫有過多使用中的變更,只有部份 Git 功能會被啟用。",
|
||||
"The git repository in the current folder is potentially unsafe as the folder is owned by someone other than the current user.": "目前資料夾中的 Git 存放庫可能不安全,因為資料夾是由目前使用者外的人所擁有。",
|
||||
"The last commit was a merge commit. Are you sure you want to undo it?": "最後一個提交是合併提交。確定要復原嗎?",
|
||||
"The last commit was a merge commit. Are you sure you want to undo it?": "最後一個認可是合併認可。確定要復原嗎?",
|
||||
"The new branch will be \"{0}\"": "新分支會是 \"{0}\"",
|
||||
"The repository does not have any commits. Please make an initial commit before creating a stash.": "存放庫沒有任何認可。請先進行初始認可,再建立隱藏。",
|
||||
"The selection range does not contain any changes.": "選取範圍未包含任何變更。",
|
||||
"There are known issues with the installed Git \"{0}\". Please update to Git >= 2.27 for the git features to work correctly.": "安裝的 Git \"{0}\" 有已知問題。必須更新為 Git >= 2.27,Git 功能才能正常運作。",
|
||||
"There are merge conflicts. Resolve them before committing.": "合併衝突。提交前請解決衝突。",
|
||||
"There are no available repositories": "沒有儲存庫可供使用 ",
|
||||
"There are no changes to commit.": "沒有任何變更要提交。",
|
||||
"There are no changes to commit.": "沒有任何變更要認可。",
|
||||
"There are no changes to stash.": "沒有變更可供擱置",
|
||||
"There are no staged changes to commit.\\n\\nWould you like to stage all your changes and commit them directly?": "沒有任何要提交的暫存變更。\\n\\n要暫存所有變更並直接提交嗎?",
|
||||
"There are no staged changes to stash.": "沒有對隱藏的分段變更。",
|
||||
@@ -258,17 +253,16 @@
|
||||
"This will create a Git repository in \"{0}\". Are you sure you want to continue?": "這會建立一個 Git 儲存庫在 \"{0}\"。確定要繼續嗎?",
|
||||
"Too many changes were detected. Only the first {0} changes will be shown below.": "偵測到太多變更。下方僅顯示前 {0} 個變更。",
|
||||
"Unable to pull from remote repository due to conflicting tag(s): {0}. Would you like to resolve the conflict by replacing the local tag(s)?": "無法從遠端存放庫提取,因為標籤衝突: {0}。您要取代本機標籤來解決衝突嗎?",
|
||||
"Uncommitted Changes": "未提交的變更",
|
||||
"Undo merge commit": "復原合併提交",
|
||||
"Uncommitted Changes": "未認可的變更",
|
||||
"Undo merge commit": "復原合併認可",
|
||||
"Untracked": "已取消追蹤",
|
||||
"Untracked Changes": "未追蹤的變更",
|
||||
"Update Git": "更新 Git",
|
||||
"Using git \"{0}\" from \"{1}\"": "正在使用來自 \"{0}\" 的 Git \"{1}\"",
|
||||
"Validating found git in: \"{0}\"": "正在驗證在下列位置找到的 Git: \"{0}\"",
|
||||
"Would you like to add \"{0}\" to .gitignore?": "要將 \"{0}\" 新增至 .gitignore 嗎?",
|
||||
"Would you like to open the cloned repository, or add it to the current workspace?": "要開啟以複製的儲存庫, 或將其新增到目前工作區?",
|
||||
"Would you like to open the cloned repository, or add it to the current workspace?": "要開啟已複製的儲存庫, 或將其新增到目前工作區?",
|
||||
"Would you like to open the cloned repository?": "要開啟複製的儲存庫嗎?",
|
||||
"Would you like to open the initialized repository, or add it to the current workspace?": "要開啟初始化的儲存庫,或將其新增到目前工作區?",
|
||||
"Would you like to open the initialized repository, or add it to the current workspace?": "要開啟初始化的儲存庫,或將其新增到目前工作區?",
|
||||
"Would you like to open the initialized repository?": "要開啟初始化的儲存庫嗎?",
|
||||
"Would you like {0} to [periodically run \"git fetch\"]({1})?": "是否要 {0} [定期執行 [git 擷取]]({1})?",
|
||||
"Yes": "是",
|
||||
@@ -277,9 +271,8 @@
|
||||
"You are about to commit your changes without verification, this skips pre-commit hooks and can be undesirable.\\n\\nAre you sure to continue?": "您即將在不進行驗證的情況下提交變更,這麼做會跳過預先提交勾點,造成不適當的結果。\\n\\n確定要繼續嗎?",
|
||||
"You are about to force push your changes, this can be destructive and could inadvertently overwrite changes made by others.\\n\\nAre you sure to continue?": "您即將強制推送自己的變更,這可能具有破壞性,而且可能會不小心覆寫他人所做的變更。\\n\\n確定要繼續嗎?",
|
||||
"You are trying to commit to a protected branch and you might not have permission to push your commits to the remote.\\n\\nHow would you like to proceed?": "您正在嘗試提交受保護的分支,而且可能沒有將提交推到遠端的權限。\\n\\n要如何繼續?",
|
||||
"You seem to have git \"{0}\" installed. Code works best with git >= 2": "您似乎已有安裝 Git \"{0}\"。程式碼搭配 Git >= 2 的執行效果最佳",
|
||||
"Your local changes would be overwritten by checkout.": "您的本機變更會在簽出時被覆寫。",
|
||||
"Your repository has no remotes configured to publish to.": "您的儲存庫未設定要發布行的遠端目標。",
|
||||
"Your repository has no remotes configured to publish to.": "您的儲存庫未設定要發行的遠端目標。",
|
||||
"Your repository has no remotes configured to pull from.": "您的存放庫未設定要提取的來源遠端。",
|
||||
"Your repository has no remotes configured to push to.": "您的存放庫未設定要推送的目標遠端。",
|
||||
"Your repository has no remotes.": "您的存放庫沒有遠端存放庫。",
|
||||
@@ -294,7 +287,7 @@
|
||||
"{0} (Working Tree)": "{0} (工作樹狀)",
|
||||
"{0} ({1})": "{0} ({1})",
|
||||
"{0} ({1}) ↔ {0} ({2})": "{0} ({1}) ↔ {0} ({2})",
|
||||
"{0} Commit": "{0} 提交",
|
||||
"{0} Commit": "{0} 認可",
|
||||
"{0} Commit & Push": "{0} 提交與推送",
|
||||
"{0} Commit & Sync": "{0} 提交與同步處理",
|
||||
"{0} Continue": "{0} 繼續",
|
||||
@@ -307,293 +300,290 @@
|
||||
"{0}\\n\\nThis is IRREVERSIBLE, your current working set will be FOREVER LOST.": "{0}\\n\\n這項動作無法復原,您會永久失去目前的工作集。"
|
||||
},
|
||||
"package": {
|
||||
"colors.added": "已新增資源的顏色。",
|
||||
"colors.conflict": "帶有衝突資源的顏色。",
|
||||
"colors.deleted": "刪除資源的顏色",
|
||||
"colors.ignored": "忽略資源的顏色。",
|
||||
"colors.modified": "修改資源的顏色。",
|
||||
"colors.renamed": "重新命名或已複製資源的色彩。",
|
||||
"colors.stageDeleted": "已刪除之資源的色彩。",
|
||||
"colors.stageModified": "已修改之資源的色彩。",
|
||||
"colors.submodule": "子模組資源的顏色",
|
||||
"colors.untracked": "未追蹤資源的顏色。",
|
||||
"view.workbench.scm.repositoryInParentFolders": "在工作區或開啟檔案的上層目錄中發現 Git 存放庫。\r\n[開啟存放庫](command:git.openRepositoriesInParentFolders)\r\n請使用 [git.openRepositoryInParentFolders](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D) 設定控制工作區或開啟檔案上層目錄中 Git 存放庫是否開啟。若要深入了解 [請閱讀我們的文件](https://aka.ms/vscode-git-external-repository)。",
|
||||
"config.branchRandomNameDictionary.adjectives": "隨機形容詞",
|
||||
"config.branchRandomNameDictionary.animals": "隨機動物名稱",
|
||||
"config.branchRandomNameDictionary.colors": "隨機色彩名稱",
|
||||
"config.branchRandomNameDictionary.numbers": "介於 100 到 999 之間的隨機數字",
|
||||
"config.branchValidationRegex": "用於驗證新分支名稱的正規表達式。",
|
||||
"command.mergeAbort": "中止合併",
|
||||
"command.rebaseAbort": "中止重訂基底",
|
||||
"command.commitMessageAccept": "接受提交訊息",
|
||||
"command.addRemote": "新增遠端存放庫...",
|
||||
"command.api.getRemoteSources": "取得遠端來源",
|
||||
"command.api.getRepositories": "取得存放庫",
|
||||
"command.api.getRepositoryState": "取得存放庫狀態",
|
||||
"command.branch": "建立分支...",
|
||||
"command.branchFrom": "從下列來源建立分支…",
|
||||
"command.checkout": "簽出至...",
|
||||
"command.ignore": "新增到 .gitignore",
|
||||
"config.untrackedChanges.mixed": "所有修訂 (追蹤和未追蹤) 會同時出現並以同等方式運作。",
|
||||
"config.branchProtectionPrompt.alwaysCommitToNewBranch": "一律提交新分支的變更。",
|
||||
"config.branchProtectionPrompt.alwaysCommit": "一律提交至受保護分支的變更。",
|
||||
"config.confirmEmptyCommits": "一律確認 'Git: Commit Empty' 命令的空白認可建立。",
|
||||
"config.openRepositoryInParentFolders.always": "永遠在工作區或開啟檔案的上層資料夾中開啟存放庫。",
|
||||
"config.openAfterClone.alwaysNewWindow": "永遠在新視窗中開啟。",
|
||||
"config.openAfterClone.always": "永遠在目前視窗中開啟。",
|
||||
"config.branchProtectionPrompt.alwaysPrompt": "在變更提交至受保護的分支之前一律提示。",
|
||||
"config.openAfterClone.prompt": "永遠提示採取動作。",
|
||||
"config.publishBeforeContinueOn.always": "使用 Git 存放庫的 [繼續工作] 時,一律發佈未發佈的 Git 狀態",
|
||||
"config.alwaysShowStagedChangesResourceGroup": "一律顯示「暫存變更」的資源群組。",
|
||||
"submenu.commit.amend": "修改",
|
||||
"command.stashApplyLatest": "套用最新擱置 (Apply Latest Stash)",
|
||||
"command.stashApply": "套用擱置... (Apply Stash)",
|
||||
"config.smartCommitChanges.all": "自動暫存所有變更。",
|
||||
"config.smartCommitChanges.tracked": "僅自動暫存追蹤的變更。",
|
||||
"submenu.branch": "分支",
|
||||
"submenu.changes": "變更",
|
||||
"config.promptToSaveFilesBeforeCommit.always": "檢查任何未存檔的檔案。",
|
||||
"config.promptToSaveFilesBeforeStash.always": "檢查任何未存檔的檔案。",
|
||||
"config.promptToSaveFilesBeforeCommit.staged": "僅檢查未儲存的暫存檔案。",
|
||||
"config.promptToSaveFilesBeforeStash.staged": "僅檢查未儲存的暫存檔案。",
|
||||
"command.checkoutDetached": "簽出至 (已中斷連結)...",
|
||||
"command.checkout": "簽出至...",
|
||||
"command.cherryPick": "揀選...",
|
||||
"command.clean": "捨棄變更",
|
||||
"command.cleanAll": "捨棄所有變更",
|
||||
"command.cleanAllTracked": "捨棄所有追蹤修訂",
|
||||
"command.cleanAllUntracked": "捨棄所有未追蹤修訂",
|
||||
"command.clone": "複製",
|
||||
"command.cloneRecursive": "複製 (遞迴)",
|
||||
"command.close": "關閉儲存庫",
|
||||
"command.closeAllDiffEditors": "關閉所有 Diff 編輯器",
|
||||
"command.commit": "提交",
|
||||
"command.commitAll": "全部提交",
|
||||
"command.commitAllAmend": "全部提交 (修改) ",
|
||||
"command.commitAllAmendNoVerify": "全部提交 (修改,未驗證)",
|
||||
"command.commitAllNoVerify": "全部提交 (未驗證)",
|
||||
"command.commitAllSigned": "全部提交 (已簽章)",
|
||||
"command.commitAllSignedNoVerify": "全部提交 (已登出,未驗證)",
|
||||
"command.commitEmpty": "提交空白",
|
||||
"command.commitEmptyNoVerify": "提交空白 (未驗證)",
|
||||
"command.commitMessageAccept": "接受提交訊息",
|
||||
"command.commitMessageDiscard": "捨棄提交訊息",
|
||||
"command.commitNoVerify": "提交 (未驗證)",
|
||||
"command.commitStaged": "提交暫存",
|
||||
"command.commitStagedAmend": "提交暫存 (修改)",
|
||||
"command.commitStagedAmendNoVerify": "提交暫存 (修改,未驗證)",
|
||||
"command.commitStagedNoVerify": "提交暫存 (未驗證)",
|
||||
"command.commitStagedSigned": "提交暫存 (已登出)",
|
||||
"command.commitStagedSignedNoVerify": "提交暫存 (已登出,未驗證)",
|
||||
"command.continueInLocalClone": "在桌面上複製存放庫並開啟...",
|
||||
"command.closeAllDiffEditors": "關閉所有 Diff 編輯器",
|
||||
"command.close": "關閉儲存庫",
|
||||
"colors.added": "已新增資源的顏色。",
|
||||
"colors.stageDeleted": "已刪除之資源的色彩。",
|
||||
"colors.deleted": "刪除資源的顏色",
|
||||
"colors.ignored": "忽略資源的顏色。",
|
||||
"colors.stageModified": "已修改之資源的色彩。",
|
||||
"colors.modified": "修改資源的顏色。",
|
||||
"colors.renamed": "重新命名或已複製資源的色彩。",
|
||||
"colors.conflict": "帶有衝突資源的顏色。",
|
||||
"colors.submodule": "子模組資源的顏色",
|
||||
"colors.untracked": "未追蹤資源的顏色。",
|
||||
"submenu.commit": "認可",
|
||||
"command.commit": "認可",
|
||||
"command.commitNoVerify": "認可 (未驗證)",
|
||||
"command.commitAll": "全部認可",
|
||||
"command.commitAllAmend": "全部認可 (修改) ",
|
||||
"command.commitAllAmendNoVerify": "全部認可 (修改,未驗證)",
|
||||
"command.commitAllNoVerify": "全部認可 (未驗證)",
|
||||
"command.commitAllSigned": "全部認可 (已簽章)",
|
||||
"command.commitAllSignedNoVerify": "全部認可 (已登出,未驗證)",
|
||||
"command.commitEmpty": "認可空白",
|
||||
"command.commitEmptyNoVerify": "認可空白 (未驗證)",
|
||||
"command.commitStaged": "認可暫存",
|
||||
"command.commitStagedAmend": "認可暫存 (修改)",
|
||||
"command.commitStagedAmendNoVerify": "認可暫存 (修改,未驗證)",
|
||||
"command.commitStagedNoVerify": "認可暫存 (未驗證)",
|
||||
"command.commitStagedSigned": "認可暫存 (已登出)",
|
||||
"command.commitStagedSignedNoVerify": "認可暫存 (已登出,未驗證)",
|
||||
"config.enableSmartCommit": "無暫存變更時提交所有變更。",
|
||||
"command.timelineCompareWithSelected": "與選取項目比較",
|
||||
"command.git.acceptMerge": "完成合併",
|
||||
"command.git.runGitMerge": "計算與 Git 的衝突",
|
||||
"command.git.runGitMergeDiff3": "計算與 Git (Diff3) 的衝突",
|
||||
"config.autoRepositoryDetection": "設定何時自動偵測存放庫。",
|
||||
"config.confirmSync": "請先確認再同步處理 GIT 存放庫。",
|
||||
"command.continueInLocalClone.qualifiedName": "繼續在新的 [本機複製] 中工作",
|
||||
"config.openRepositoryInParentFolders": "控制是否應開啟工作區或開啟檔案上層資料夾中的存放庫。",
|
||||
"config.smartCommitChanges": "控制智慧提交自動暫存的變更。",
|
||||
"config.statusLimit": "控制如何限制可以從 Git 狀態命令剖析的變更數。可以設定為 0 表示無限制。",
|
||||
"config.untrackedChanges": "控制未追蹤修訂的運作方式。",
|
||||
"config.countBadge": "控制 Git 計數徽章。",
|
||||
"config.inputValidationLength": "控制顯示警告的認可訊息長度閾值。",
|
||||
"config.inputValidationSubjectLength": "控制用於顯示警告的認可訊息主旨長度閾值。將其取消設定可繼承 `config.inputValidationLength` 的值。",
|
||||
"config.repositoryScanMaxDepth": "控制當 '#git.autoRepositoryDetection#' 設定為 'true' 或 'subFolders' 時,掃描 Git 存放庫的工作區資料夾時所使用的深度。可以設為 '-1',表示沒有限制。",
|
||||
"config.detectSubmodulesLimit": "控制 Git 子模組的偵測限制",
|
||||
"config.alwaysSignOff": "控制所有認可的簽核旗標。",
|
||||
"config.branchSortOrder": "控制分支的排序順序。",
|
||||
"config.similarityThreshold": "控制相似性索引的閾值 (即相較於檔案大小新增/刪除的數量),以將一對新增/刪除檔案中的變更視為重新命名。",
|
||||
"config.discardAllScope": "控制 `Discard all changes` 命令會捨棄的變更。`all` 會捨棄所有變更。`tracked` 只會捨棄追蹤的檔案。`prompt` 會在每次動作執行時顯示提示對話方塊。",
|
||||
"config.checkoutType": "控制執行 [簽出至...] 時,要列出哪種類型的 Git 參考。",
|
||||
"config.inputValidation": "控制何時顯示認可訊息輸入驗證。",
|
||||
"config.useIntegratedAskPass": "控制是否應覆寫 GIT_ASKPASS 以使用整合式版本。",
|
||||
"config.decorations.enabled": "控制 Git 是否會為總管和 [已開啟的編輯器] 檢視貢獻色彩和徽章。",
|
||||
"config.promptToSaveFilesBeforeCommit": "控制Git是否應該在提交之前檢查未儲存的檔案。",
|
||||
"config.promptToSaveFilesBeforeStash": "控制 Git 是否應該在隱藏變更之前檢查未儲存的檔案。",
|
||||
"config.pullBeforeCheckout": "控制沒有傳出認可的分支在簽出前是否向前快轉。",
|
||||
"config.useEditorAsCommitInput": "控制在提交輸入方塊中未提供訊息時,是否使用全文字編輯器來撰寫提交訊息。",
|
||||
"config.supportCancellation": "控制是否要在執行同步動作時顯示允許使用者取消作業的通知。",
|
||||
"config.branchProtectionPrompt": "控制是否要在變更提交至受保護的分支之前先顯示提示。",
|
||||
"config.branchRandomNameEnable": "控制建立新分支時是否產生隨機名稱。",
|
||||
"config.showActionButton": "控制是否可以在原始檔控制檢視中顯示動作按鈕。",
|
||||
"config.allowNoVerifyCommit": "控制是否允許未執行預先認可與認可訊息勾點的認可。",
|
||||
"config.allowForcePush": "控制是否啟用強制推送 (不論是否有新的認可)。",
|
||||
"config.useForcePushWithLease": "控制強制推送是否使用較安全的 force-with-lease 方法。",
|
||||
"config.showProgress": "控制 git 動作是否應顯示進度。",
|
||||
"config.enableStatusBarSync": "控制是否在狀態列顯示 Git 同步命令。",
|
||||
"config.closeDiffOnOperation": "控制在隱藏、提交、捨棄、暫存或取消暫存變更時,是否應自動關閉 Diff 編輯器。",
|
||||
"config.openDiffOnClick": "控制按一下變更時,是否應該開啟 Diff 編輯器。否則將開啟一般編輯器。",
|
||||
"config.confirmNoVerifyCommit": "控制在認可但未經驗證之前是否要求確認。",
|
||||
"config.confirmForcePush": "控制強制更新前是否要求確認。",
|
||||
"config.detectSubmodules": "控制是否自動偵測 Git 子模組。",
|
||||
"config.terminalGitEditor": "控制是否要讓 VS Code 成為在整合式終端中繁衍之 Git 處理序的 Git 編輯器。請注意: 您必須重新啟動終端,才能在此設定中發現變更。",
|
||||
"config.terminalAuthentication": "控制是否要讓 VS Code 成為在整合式終端中繁衍之 Git 處理序的驗證處理常式。請注意: 您必須重新啟動終端,才能在此設定中挑選變更。",
|
||||
"config.openAfterClone": "控制是否要在複製後自動開啟存放庫。",
|
||||
"config.optimisticUpdate": "控制是否要在執行 Git 命令之後,樂觀地更新原始檔控制檢視的狀態。",
|
||||
"config.publishBeforeContinueOn": "使用 Git 存放庫的 [繼續工作] 時,控制是否發佈未發佈的 Git 狀態",
|
||||
"config.requireGitUserConfig": "控制要在沒有組態時要求明確的 Git 使用者組態,還是允許 Git 進行猜測。",
|
||||
"config.showPushSuccessNotification": "控制是否要在推送成功時顯示通知。",
|
||||
"config.showInlineOpenFileAction": "控制是否在Git變更列表中的檔名旁顯示“開啟檔案”的動作按鈕。",
|
||||
"config.timeline.showAuthor": "控制是否要在 [時間軸] 檢視中顯示認可作者。",
|
||||
"config.showCommitInput": "控制是否要在 Git 原始檔控制台中顯示認可輸入。",
|
||||
"config.timeline.showUncommitted": "控制是否要在 [時間表] 檢視中顯示未提交的變更。",
|
||||
"config.useCommitInputAsStashMessage": "控制是否使用認可輸入方塊中的訊息作為預設隱藏訊息。",
|
||||
"config.timeline.date": "控制 [時間軸] 檢視中的項目要使用哪個日期。",
|
||||
"command.timelineCopyCommitId": "複製認可識別碼",
|
||||
"command.timelineCopyCommitMessage": "複製認可訊息",
|
||||
"config.countBadge.all": "計算所有變更的數目。",
|
||||
"config.countBadge.tracked": "僅計算追蹤的變更數目。",
|
||||
"command.branchFrom": "從下列來源建立分支…",
|
||||
"command.branch": "建立分支...",
|
||||
"command.createTag": "建立標籤",
|
||||
"command.deleteBranch": "刪除分支...",
|
||||
"command.deleteRemoteTag": "刪除遠端標籤",
|
||||
"command.deleteTag": "刪除標籤",
|
||||
"command.deleteTag": "刪除標記",
|
||||
"config.autoRepositoryDetection.false": "停用自動儲存庫掃描。",
|
||||
"config.promptToSaveFilesBeforeCommit.never": "停用此檢查。",
|
||||
"config.promptToSaveFilesBeforeStash.never": "停用此檢查。",
|
||||
"command.cleanAll": "捨棄所有變更",
|
||||
"command.cleanAllTracked": "捨棄所有追蹤修訂",
|
||||
"command.cleanAllUntracked": "捨棄所有未追蹤修訂",
|
||||
"command.clean": "捨棄變更",
|
||||
"command.commitMessageDiscard": "捨棄提交訊息",
|
||||
"config.postCommitCommand.none": "認可後不要執行任何命令。",
|
||||
"command.stashDropAll": "卸除所有隱藏項目...",
|
||||
"command.stashDrop": "卸除隱藏項目...",
|
||||
"config.autofetchPeriod": "當啟用 `#git.autofetch#` 時,每個自動 git 擷取的間隔時間 (秒)。",
|
||||
"config.verboseCommit": "啟用 '#git.useEditorAsCommitInput#' 時,啟用詳細資訊輸出。",
|
||||
"config.enableCommitSigning": "允許使用 GPG 或 X.509 簽署認可。",
|
||||
"config.experimental.installGuide": "Git 安裝流程的實驗性改進。",
|
||||
"command.fetch": "擷取",
|
||||
"command.fetchAll": "從所有遠端擷取",
|
||||
"command.fetchPrune": "擷取 (剪除)",
|
||||
"command.git.acceptMerge": "完成合併",
|
||||
"command.git.openMergeEditor": "在合併編輯器中解析",
|
||||
"command.git.runGitMerge": "計算與 Git 的衝突",
|
||||
"command.git.runGitMergeDiff3": "計算與 Git (Diff3) 的衝突",
|
||||
"command.ignore": "新增到 .gitignore",
|
||||
"command.fetchAll": "從所有遠端擷取",
|
||||
"config.pullTags": "於提取時擷取所有標籤。",
|
||||
"config.rebaseWhenSync": "當執行同步命令時強制 git 使用 rebase。",
|
||||
"command.api.getRemoteSources": "取得遠端來源",
|
||||
"command.api.getRepositories": "取得存放庫",
|
||||
"command.api.getRepositoryState": "取得存放庫狀態",
|
||||
"submenu.explorer": "Git",
|
||||
"displayName": "Git",
|
||||
"description": "Git SCM 整合",
|
||||
"view.workbench.scm.repositoriesInParentFolders": "在工作區或開啟檔案的上層目錄中發現 Git 存放庫。\r\n[開啟存放庫](command:git.openRepositoriesInParentFolders)\r\n請使用 [git.openRepositoryInParentFolders](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D) 設定控制工作區或開啟檔案上層目錄中 Git 存放庫是否開啟。若要深入了解 [請閱讀我們的文件](https://aka.ms/vscode-git-repository-in-parent-folders)。",
|
||||
"view.workbench.scm.disabled": "如果您想要使用 Git 功能,請在[設定](command:workbench.action.openSettings?%5B%22git.enabled%22%5D)中啟用 Git。\r\n若要深入了解如何在 VS Code 中使用 Git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。",
|
||||
"config.ignoreSubmodules": "忽略檔案樹狀目錄中子模組的修改。",
|
||||
"config.ignoreLegacyWarning": "略過舊的 Git 警告。",
|
||||
"config.ignoreWindowsGit27Warning": "當 Windows 上安裝了 Git 2.25 - 2.26 時,忽略警告。",
|
||||
"config.ignoreMissingGitWarning": "忽略遺漏 Git 時的警告。",
|
||||
"config.ignoreRebaseWarning": "當分支在提取時可能已重訂基底時,忽略警告。",
|
||||
"config.ignoreLimitWarning": "當儲存庫中有過多變更時,略過警告。",
|
||||
"view.workbench.scm.empty": "如果要使用 git 功能,您可以開啟包含 git 存放庫的資料夾或從 URL 複製。\r\n[開啟資料夾](command:vscode.openFolder)\r\n[複製存放庫](command:git.clone)\r\n若要深入了解如何在 Azure Data Studio 中使用 git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。",
|
||||
"command.init": "初始化存放庫",
|
||||
"view.workbench.scm.missing": "安裝 Git,這是熱門的原始檔控制系統,以追蹤程式碼變更並與其他人共同作業。在我們的[Git指南](https://aka.ms/vscode-scm)中深入了解。",
|
||||
"config.branchRandomNameDictionary": "隨機產生的分支名稱所使用的字典清單。每個值代表用來產生分支名稱區段的字典。支援的字典: '形容詞'、'動物'、'色彩' 和 '數字'。",
|
||||
"config.repositoryScanIgnoredFolders": "若 `#git.autoRepositoryDetection#` 設為 `true` 或 `subFolders`,掃描 Git 儲存機制時忽略的資料夾清單。",
|
||||
"config.commandsToLog": "GIT 命令列表 (例如: commit、push),這些命令的 `stdout` 將被記錄到 [git 輸出](command:git.showOutput)。如果 GIT 命令設定了用戶端勾點,那麼用戶端勾點的 `stdout` 也將被記錄到 [git 輸出](command:git.showOutput)。",
|
||||
"config.ignoredRepositories": "要忽略的 Git 儲存庫清單。",
|
||||
"config.scanRepositories": "要在其中搜尋 git 存放庫的路徑清單。",
|
||||
"config.branchProtection": "受保護分支的清單。根據預設,在將變更提交到受保護的分支之前,會先顯示提示。可使用 `#git.branchProtectionPrompt#` 設定控制提示。",
|
||||
"config.checkoutType.local": "本機分支",
|
||||
"command.manageUnsafeRepositories": "管理不安全的存放庫",
|
||||
"command.merge": "合併分支...",
|
||||
"command.mergeAbort": "中止合併",
|
||||
"config.openRepositoryInParentFolders.never": "永不在工作區或開啟檔案上層資料夾中開啟存放庫。",
|
||||
"config.publishBeforeContinueOn.never": "使用 Git 存放庫的 [繼續工作] 時,永不發佈未發佈的 Git 狀態",
|
||||
"config.openAfterClone.whenNoFolderOpen": "只有在未開啟任何資料夾時,才在目前視窗中開啟。",
|
||||
"command.openAllChanges": "開啟所有變更",
|
||||
"command.timelineOpenDiff": "開啟變更",
|
||||
"command.openChange": "開啟變更",
|
||||
"command.revealFileInOS.linux": "開啟收納資料夾",
|
||||
"command.openFile": "開啟檔案",
|
||||
"command.openHEADFile": "開啟檔案 (HEAD)",
|
||||
"command.openRepositoriesInParentFolders": "開啟上層資料夾中的存放庫",
|
||||
"command.openRepository": "開啟存放庫",
|
||||
"command.publish": "發布分支...",
|
||||
"config.mergeEditor": "針對目前發生衝突的檔案開啟合併編輯器。",
|
||||
"config.path": "Git 可執行檔的路徑與檔案名稱,例如 `C:\\Program Files\\Git\\bin\\git.exe` (Windows)。此亦可為包含多個待查閱路徑的字串值陣列。",
|
||||
"command.stashPopLatest": "取回最近的擱置",
|
||||
"command.stashPop": "取回擱置... (Pop Stash)",
|
||||
"config.branchPrefix": "建立新分支時使用的首碼。",
|
||||
"config.openRepositoryInParentFolders.prompt": "在工作區或開啟檔案上層資料夾中開啟存放庫前提示。",
|
||||
"config.publishBeforeContinueOn.prompt": "使用 Git 存放庫的 [繼續工作] 時,提示發佈未發佈的 Git 狀態",
|
||||
"config.pruneOnFetch": "擷取時剪除。",
|
||||
"command.publish": "發行分支...",
|
||||
"command.pull": "提取",
|
||||
"command.pullFrom": "從...提取",
|
||||
"command.pullRebase": "提取 (重訂基底)",
|
||||
"command.pullFrom": "從...提取",
|
||||
"submenu.pullpush": "提取、推送",
|
||||
"command.push": "推送",
|
||||
"command.pushFollowTags": "推送 (跟隨標籤)",
|
||||
"command.pushFollowTagsForce": "推送 (跟隨標籤,強制)",
|
||||
"command.pushForce": "推送(強制更新)",
|
||||
"command.pushTags": "推送標籤",
|
||||
"config.followTagsWhenSync": "執行 sync 命令時,推送所有附註標籤。",
|
||||
"command.pushTo": "推送至...",
|
||||
"command.pushToForce": "推送至...(強制更新)",
|
||||
"command.rebase": "重訂基底分支...",
|
||||
"command.rebaseAbort": "中止重訂基底",
|
||||
"command.refresh": "重新整理",
|
||||
"config.rememberPostCommitCommand": "記住提交後執行的最後一個 git 命令。",
|
||||
"submenu.remotes": "遠端",
|
||||
"config.checkoutType.remote": "遠端分支",
|
||||
"command.removeRemote": "移除遠端存放庫",
|
||||
"command.rename": "重新命名",
|
||||
"command.renameBranch": "重新命名分支...",
|
||||
"command.reopenClosedRepositories": "Reopen Closed Repositories...",
|
||||
"command.restoreCommitTemplate": "還原提交範本",
|
||||
"command.revealFileInOS.linux": "開啟所屬資料夾",
|
||||
"command.revealFileInOS.mac": "在 Finder 中顯示",
|
||||
"command.revealFileInOS.windows": "在檔案總管中顯示",
|
||||
"command.git.openMergeEditor": "在合併編輯器中解析",
|
||||
"command.restoreCommitTemplate": "還原認可範本",
|
||||
"command.revealInExplorer": "在 [總管檢視] 中顯示",
|
||||
"command.revealFileInOS.windows": "在檔案總管中顯示",
|
||||
"command.revealFileInOS.mac": "在 Finder 中顯示",
|
||||
"command.revertChange": "還原變更",
|
||||
"command.revertSelectedRanges": "還原選取的範圍",
|
||||
"config.postCommitCommand.sync": "成功提交後執行 'git pull' 和 'git push'。",
|
||||
"config.postCommitCommand.push": "成功提交後執行 'git push'。",
|
||||
"config.postCommitCommand": "成功提交後執行 git 命令。",
|
||||
"config.autoRepositoryDetection.true": "掃描目前已開啟資料夾的子資料夾與開啟檔案的父資料夾。",
|
||||
"config.autoRepositoryDetection.openEditors": "掃描開啟檔案的父資料夾。",
|
||||
"config.autoRepositoryDetection.subFolders": "掃描目前已開啟資料夾的子資料夾。",
|
||||
"view.workbench.scm.scanFolderForRepositories": "正在掃描 Git 存放庫的資料夾...",
|
||||
"view.workbench.scm.scanWorkspaceForRepositories": "正在掃描 Git 存放庫的工作區...",
|
||||
"command.timelineSelectForCompare": "選取以進行比較",
|
||||
"command.showOutput": "顯示 Git 輸出",
|
||||
"command.stage": "暫存變更",
|
||||
"config.showActionButton.commit": "當本地分支有可提交的修改檔案時,顯示提交變更的動作按鈕。",
|
||||
"config.showActionButton.publish": "當本地分支沒有追蹤遠端分支時,顯示發佈的動作按鈕。",
|
||||
"config.showActionButton.sync": "當本地分支位於遠端分支前後時,顯示同步變更的動作按鈕。",
|
||||
"submenu.commit.signoff": "登出",
|
||||
"view.workbench.scm.missing.linux": "原始檔控制必須安裝 Git。\r\n[下載適用於 Linux 的 Git](https://git-scm.com/download/linux)\r\n安裝之後,請 [重新載入](command:workbench.action.reloadWindow) (或 [疑難排解](command:git.showOutput))。[可從 Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22) 安裝其他原始檔控制提供者。",
|
||||
"command.stageAll": "暫存所有變更 (Stage All Changes)",
|
||||
"command.stageAllMerge": "暫存所有合併變更",
|
||||
"command.stageAllTracked": "暫存所有追蹤修訂",
|
||||
"command.stageAllUntracked": "暫存所有未追蹤修訂",
|
||||
"command.stageChange": "暫存變更",
|
||||
"command.stage": "暫存變更",
|
||||
"command.stageSelectedRanges": "暫存選取的範圍",
|
||||
"submenu.stash": "隱藏",
|
||||
"command.stash": "擱置變更 (Stash)",
|
||||
"command.stashApply": "套用擱置... (Apply Stash)",
|
||||
"command.stashApplyLatest": "套用最新擱置 (Apply Latest Stash)",
|
||||
"command.stashDrop": "卸除隱藏項目...",
|
||||
"command.stashDropAll": "卸除所有隱藏項目...",
|
||||
"command.stashIncludeUntracked": "擱置變更 (包含未被追蹤的檔案)",
|
||||
"command.stashPop": "取回擱置... (Pop Stash)",
|
||||
"command.stashPopLatest": "取回最近的擱置",
|
||||
"command.stashStaged": "隱藏已暫存",
|
||||
"command.stashStaged": "Stash 已暫存",
|
||||
"config.autoStash": "先隱藏再提取任何變更,並在成功提取後,將其還原。",
|
||||
"config.suggestSmartCommit": "建議啟用智慧認可 (在沒有暫存變更時認可所有變更)。",
|
||||
"command.sync": "同步處理",
|
||||
"command.syncRebase": "同步 (重定基底)",
|
||||
"command.timelineCompareWithSelected": "與選取項目比較",
|
||||
"command.timelineCopyCommitId": "複製提交識別碼",
|
||||
"command.timelineCopyCommitMessage": "複製提交訊息",
|
||||
"command.timelineOpenDiff": "開啟變更",
|
||||
"command.timelineSelectForCompare": "選取以進行比較",
|
||||
"command.undoCommit": "復原上個提交",
|
||||
"command.unstage": "取消暫存變更",
|
||||
"command.unstageAll": "取消所有暫存變更(Unstage All Changes)",
|
||||
"command.unstageSelectedRanges": "取消暫存選取的範圍",
|
||||
"config.allowForcePush": "控制是否啟用強制推送 (不論是否有新的認可)。",
|
||||
"config.allowNoVerifyCommit": "控制是否允許未執行預先提交與提交訊息勾點的提交。",
|
||||
"config.alwaysShowStagedChangesResourceGroup": "一律顯示「暫存變更」的資源群組。",
|
||||
"config.alwaysSignOff": "控制所有提交的簽核旗標。",
|
||||
"config.autoRepositoryDetection": "設定何時自動偵測存放庫。",
|
||||
"config.autoRepositoryDetection.false": "停用自動儲存庫掃描。",
|
||||
"config.autoRepositoryDetection.openEditors": "掃描開啟檔案的父資料夾。",
|
||||
"config.autoRepositoryDetection.subFolders": "掃描目前已開啟資料夾的子資料夾。",
|
||||
"config.autoRepositoryDetection.true": "掃描目前已開啟資料夾的子資料夾與開啟檔案的父資料夾。",
|
||||
"config.autoStash": "先隱藏再提取任何變更,並在成功提取後,將其還原。",
|
||||
"config.autofetch": "設定為 true 時,會自動從目前 Git 存放庫的預設遠端擷取提交。設定為 `all` 將從所有遠端進行擷取。",
|
||||
"config.autofetchPeriod": "當啟用 `#git.autofetch#` 時,每個自動 git 擷取的間隔時間 (秒)。",
|
||||
"config.autorefresh": "是否啟用自動重新整理。",
|
||||
"config.branchPrefix": "建立新分支時使用的首碼。",
|
||||
"config.branchProtection": "受保護分支的清單。根據預設,在將變更提交到受保護的分支之前,會先顯示提示。可使用 `#git.branchProtectionPrompt#` 設定控制提示。",
|
||||
"config.branchProtectionPrompt": "控制是否要在變更提交至受保護的分支之前先顯示提示。",
|
||||
"config.branchProtectionPrompt.alwaysCommit": "一律提交至受保護分支的變更。",
|
||||
"config.branchProtectionPrompt.alwaysCommitToNewBranch": "一律提交新分支的變更。",
|
||||
"config.branchProtectionPrompt.alwaysPrompt": "在變更提交至受保護的分支之前一律提示。",
|
||||
"config.branchRandomNameDictionary": "隨機產生的分支名稱所使用的字典清單。每個值代表用來產生分支名稱區段的字典。支援的字典: '形容詞'、'動物'、'色彩' 和 '數字'。",
|
||||
"config.branchRandomNameDictionary.adjectives": "隨機形容詞",
|
||||
"config.branchRandomNameDictionary.animals": "隨機動物名稱",
|
||||
"config.branchRandomNameDictionary.colors": "隨機色彩名稱",
|
||||
"config.branchRandomNameDictionary.numbers": "介於 100 到 999 之間的隨機數字",
|
||||
"config.branchRandomNameEnable": "控制建立新分支時是否產生隨機名稱。",
|
||||
"config.branchSortOrder": "控制分支的排序順序。",
|
||||
"config.branchValidationRegex": "用於驗證新分支名稱的正規表達式。",
|
||||
"config.branchWhitespaceChar": "要取代新分支名稱中的空格,以及分隔隨機產生之分支名稱區段的字元。",
|
||||
"config.checkoutType": "控制執行 [簽出至...] 時,要列出哪種類型的 Git 參考。",
|
||||
"config.checkoutType.local": "本機分支",
|
||||
"config.checkoutType.remote": "遠端分支",
|
||||
"config.checkoutType.tags": "標籤",
|
||||
"config.closeDiffOnOperation": "控制在隱藏、提交、捨棄、暫存或取消暫存變更時,是否應自動關閉 Diff 編輯器。",
|
||||
"config.commandsToLog": "GIT 命令列表 (例如: commit、push),這些命令的 `stdout` 將被記錄到 [git 輸出](command:git.showOutput)。如果 GIT 命令設定了用戶端勾點,那麼用戶端勾點的 `stdout` 也將被記錄到 [git 輸出](command:git.showOutput)。",
|
||||
"config.confirmEmptyCommits": "一律確認 'Git: Commit Empty' 命令的空白提交建立。",
|
||||
"config.confirmForcePush": "控制強制更新前是否要求確認。",
|
||||
"config.confirmNoVerifyCommit": "控制在提交但未經驗證之前是否要求確認。",
|
||||
"config.confirmSync": "請先確認再同步處理 GIT 存放庫。",
|
||||
"config.countBadge": "控制 Git 計數徽章。",
|
||||
"config.countBadge.all": "計算所有變更的數目。",
|
||||
"config.countBadge.off": "關閉計數器。",
|
||||
"config.countBadge.tracked": "僅計算追蹤的變更數目。",
|
||||
"config.decorations.enabled": "控制 Git 是否會為總管和 [已開啟的編輯器] 檢視貢獻色彩和徽章。",
|
||||
"config.defaultBranchName": "初始化新的 Git 存放庫時預設分支的名稱 (例如: 主要、主幹、開發)。設為空白時,將會使用 Git 中設定的預設分支名稱。",
|
||||
"config.defaultCloneDirectory": "用於複製 Git 存放庫的預設位置。",
|
||||
"config.detectSubmodules": "控制是否自動偵測 Git 子模組。",
|
||||
"config.detectSubmodulesLimit": "控制 Git 子模組的偵測限制",
|
||||
"config.discardAllScope": "控制 `Discard all changes` 命令會捨棄的變更。`all` 會捨棄所有變更。`tracked` 只會捨棄追蹤的檔案。`prompt` 會在每次動作執行時顯示提示對話方塊。",
|
||||
"config.enableCommitSigning": "允許使用 GPG 或 X.509 簽署提交。",
|
||||
"config.enableSmartCommit": "無暫存變更時提交所有變更。",
|
||||
"config.enableStatusBarSync": "控制是否在狀態列顯示 Git 同步命令。",
|
||||
"config.enabled": "是否啟用 Git。",
|
||||
"config.experimental.installGuide": "Git 安裝流程的實驗性改進。",
|
||||
"config.fetchOnPull": "啟用時,會在提取時擷取所有分支。否則僅擷取目前的分支。",
|
||||
"config.followTagsWhenSync": "執行 sync 命令時,推送所有附註標籤。",
|
||||
"config.ignoreLegacyWarning": "略過舊的 Git 警告。",
|
||||
"config.ignoreLimitWarning": "當儲存庫中有過多變更時,略過警告。",
|
||||
"config.ignoreMissingGitWarning": "忽略遺漏 Git 時的警告。",
|
||||
"config.ignoreRebaseWarning": "當分支在提取時可能已重訂基底時,忽略警告。",
|
||||
"config.ignoreSubmodules": "忽略檔案樹狀目錄中子模組的修改。",
|
||||
"config.ignoreWindowsGit27Warning": "當 Windows 上安裝了 Git 2.25 - 2.26 時,忽略警告。",
|
||||
"config.ignoredRepositories": "要忽略的 Git 儲存庫清單。",
|
||||
"config.inputValidation": "控制何時顯示提交訊息輸入驗證。",
|
||||
"config.inputValidationLength": "控制顯示警告的提交訊息長度閾值。",
|
||||
"config.inputValidationSubjectLength": "控制用於顯示警告的提交訊息主旨長度閾值。將其取消設定可繼承 `config.inputValidationLength` 的值。",
|
||||
"config.mergeEditor": "針對目前發生衝突的檔案開啟合併編輯器。",
|
||||
"config.openAfterClone": "控制是否要在複製後自動開啟存放庫。",
|
||||
"config.openAfterClone.always": "永遠在目前視窗中開啟。",
|
||||
"config.openAfterClone.alwaysNewWindow": "永遠在新視窗中開啟。",
|
||||
"config.openAfterClone.prompt": "永遠提示採取動作。",
|
||||
"config.openAfterClone.whenNoFolderOpen": "只有在未開啟任何資料夾時,才在目前視窗中開啟。",
|
||||
"config.openDiffOnClick": "控制按一下變更時,是否應該開啟 Diff 編輯器。否則將開啟一般編輯器。",
|
||||
"config.openRepositoryInParentFolders": "控制是否應開啟工作區或開啟檔案上層資料夾中的存放庫。",
|
||||
"config.openRepositoryInParentFolders.always": "永遠在工作區或開啟檔案的上層資料夾中開啟存放庫。",
|
||||
"config.openRepositoryInParentFolders.never": "永不在工作區或開啟檔案上層資料夾中開啟存放庫。",
|
||||
"config.openRepositoryInParentFolders.prompt": "在工作區或開啟檔案上層資料夾中開啟存放庫前提示。",
|
||||
"config.optimisticUpdate": "控制是否要在執行 Git 命令之後,樂觀地更新原始檔控制檢視的狀態。",
|
||||
"config.path": "Git 可執行檔的路徑與檔案名稱,例如 `C:\\Program Files\\Git\\bin\\git.exe` (Windows)。此亦可為包含多個待查閱路徑的字串值陣列。",
|
||||
"config.postCommitCommand": "成功提交後執行 git 命令。",
|
||||
"config.postCommitCommand.none": "提交後不要執行任何命令。",
|
||||
"config.postCommitCommand.push": "成功提交後執行 'git push'。",
|
||||
"config.postCommitCommand.sync": "成功提交後執行 'git pull' 和 'git push'。",
|
||||
"config.promptToSaveFilesBeforeCommit": "控制Git是否應該在提交之前檢查未儲存的檔案。",
|
||||
"config.promptToSaveFilesBeforeCommit.always": "檢查任何未存檔的檔案。",
|
||||
"config.promptToSaveFilesBeforeCommit.never": "停用此檢查。",
|
||||
"config.promptToSaveFilesBeforeCommit.staged": "僅檢查未儲存的暫存檔案。",
|
||||
"config.promptToSaveFilesBeforeStash": "控制 Git 是否應該在隱藏變更之前檢查未儲存的檔案。",
|
||||
"config.promptToSaveFilesBeforeStash.always": "檢查任何未存檔的檔案。",
|
||||
"config.promptToSaveFilesBeforeStash.never": "停用此檢查。",
|
||||
"config.promptToSaveFilesBeforeStash.staged": "僅檢查未儲存的暫存檔案。",
|
||||
"config.pruneOnFetch": "擷取時剪除。",
|
||||
"config.publishBeforeContinueOn": "使用 Git 存放庫的 [繼續工作] 時,控制是否發佈未發佈的 Git 狀態",
|
||||
"config.publishBeforeContinueOn.always": "使用 Git 存放庫的 [繼續工作] 時,一律發佈未發佈的 Git 狀態",
|
||||
"config.publishBeforeContinueOn.never": "使用 Git 存放庫的 [繼續工作] 時,永不發佈未發佈的 Git 狀態",
|
||||
"config.publishBeforeContinueOn.prompt": "使用 Git 存放庫的 [繼續工作] 時,提示發佈未發佈的 Git 狀態",
|
||||
"config.pullBeforeCheckout": "控制沒有傳出認可的分支在簽出前是否向前快轉。",
|
||||
"config.pullTags": "於提取時擷取所有標籤。",
|
||||
"config.rebaseWhenSync": "當執行同步命令時強制 git 使用 rebase。",
|
||||
"config.rememberPostCommitCommand": "記住提交後執行的最後一個 git 命令。",
|
||||
"config.repositoryScanIgnoredFolders": "若 `#git.autoRepositoryDetection#` 設為 `true` 或 `subFolders`,掃描 Git 儲存機制時忽略的資料夾清單。",
|
||||
"config.repositoryScanMaxDepth": "控制當 '#git.autoRepositoryDetection#' 設定為 'true' 或 'subFolders' 時,掃描 Git 存放庫的工作區資料夾時所使用的深度。可以設為 '-1',表示沒有限制。",
|
||||
"config.requireGitUserConfig": "控制要在沒有組態時要求明確的 Git 使用者組態,還是允許 Git 進行猜測。",
|
||||
"config.scanRepositories": "要在其中搜尋 git 存放庫的路徑清單。",
|
||||
"config.showActionButton": "控制是否可以在原始檔控制檢視中顯示動作按鈕。",
|
||||
"config.showActionButton.commit": "當本地分支有可提交的修改檔案時,顯示提交變更的動作按鈕。",
|
||||
"config.showActionButton.publish": "當本地分支沒有追蹤遠端分支時,顯示發佈的動作按鈕。",
|
||||
"config.showActionButton.sync": "當本地分支位於遠端分支前後時,顯示同步變更的動作按鈕。",
|
||||
"config.showCommitInput": "控制是否要在 Git 原始檔控制台中顯示提交輸入。",
|
||||
"config.showInlineOpenFileAction": "控制是否在Git變更列表中的檔名旁顯示“開啟檔案”的動作按鈕。",
|
||||
"config.showProgress": "控制 git 動作是否應顯示進度。",
|
||||
"config.showPushSuccessNotification": "控制是否要在推送成功時顯示通知。",
|
||||
"config.similarityThreshold": "控制相似性索引的閾值 (即相較於檔案大小新增/刪除的數量),以將一對新增/刪除檔案中的變更視為重新命名。",
|
||||
"config.smartCommitChanges": "控制智慧提交自動暫存的變更。",
|
||||
"config.smartCommitChanges.all": "自動暫存所有變更。",
|
||||
"config.smartCommitChanges.tracked": "僅自動暫存追蹤的變更。",
|
||||
"config.statusLimit": "控制如何限制可以從 Git 狀態命令剖析的變更數。可以設定為 0 表示無限制。",
|
||||
"config.suggestSmartCommit": "建議啟用智慧提交 (在沒有暫存變更時提交所有變更)。",
|
||||
"config.supportCancellation": "控制是否要在執行同步動作時顯示允許使用者取消作業的通知。",
|
||||
"config.terminalAuthentication": "控制是否要讓 VS Code 成為在整合式終端中繁衍之 Git 處理序的驗證處理常式。請注意: 您必須重新啟動終端,才能在此設定中挑選變更。",
|
||||
"config.terminalGitEditor": "控制是否要讓 VS Code 成為在整合式終端中繁衍之 Git 處理序的 Git 編輯器。請注意: 您必須重新啟動終端,才能在此設定中發現變更。",
|
||||
"config.timeline.date": "控制 [時間軸] 檢視中的項目要使用哪個日期。",
|
||||
"config.timeline.date.authored": "使用撰寫日期",
|
||||
"config.timeline.date.committed": "使用提交日期",
|
||||
"config.timeline.showAuthor": "控制是否要在 [時間軸] 檢視中顯示提交作者。",
|
||||
"config.timeline.showUncommitted": "控制是否要在 [時間表] 檢視中顯示未提交的變更。",
|
||||
"config.untrackedChanges": "控制未追蹤修訂的運作方式。",
|
||||
"config.untrackedChanges.hidden": "未追蹤修訂會隱藏並從數個動作中排除。",
|
||||
"config.untrackedChanges.mixed": "所有修訂 (追蹤和未追蹤) 會同時出現並以同等方式運作。",
|
||||
"config.untrackedChanges.separate": "未追蹤修訂個別出現在原始檔控制檢視中。這些修訂也會從數個動作中排除。",
|
||||
"config.useCommitInputAsStashMessage": "控制是否使用提交輸入方塊中的訊息作為預設隱藏訊息。",
|
||||
"config.useEditorAsCommitInput": "控制在提交輸入方塊中未提供訊息時,是否使用全文字編輯器來撰寫提交訊息。",
|
||||
"config.useForcePushWithLease": "控制強制推送是否使用較安全的 force-with-lease 方法。",
|
||||
"config.useIntegratedAskPass": "控制是否應覆寫 GIT_ASKPASS 以使用整合式版本。",
|
||||
"config.verboseCommit": "啟用 '#git.useEditorAsCommitInput#' 時,啟用詳細資訊輸出。",
|
||||
"description": "Git SCM 整合",
|
||||
"displayName": "Git",
|
||||
"submenu.branch": "分支",
|
||||
"submenu.changes": "變更",
|
||||
"submenu.commit": "提交",
|
||||
"submenu.commit.amend": "修改",
|
||||
"submenu.commit.signoff": "登出",
|
||||
"submenu.explorer": "Git",
|
||||
"submenu.pullpush": "提取、推送",
|
||||
"submenu.remotes": "遠端",
|
||||
"submenu.stash": "隱藏",
|
||||
"submenu.tags": "標籤",
|
||||
"view.workbench.cloneRepository": "您可以在本機複製存放庫。\r\n[複製存放庫](command:git.clone '在 GIT 延伸模組啟用後複製存放庫')",
|
||||
"view.workbench.learnMore": "若要深入了解如何在 VS Code 中使用 GIT 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.closedRepositories": "Git repositories were found that were previously closed.\r\n[Reopen Closed Repositories](command:git.reopenClosedRepositories)\r\nTo learn more about how to use git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).",
|
||||
"view.workbench.scm.closedRepository": "A git repository was found that was previously closed.\r\n[Reopen Closed Repository](command:git.reopenClosedRepositories)\r\nTo learn more about how to use git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).",
|
||||
"view.workbench.scm.disabled": "如果您想要使用 Git 功能,請在[設定](command:workbench.action.openSettings?%5B%22git.enabled%22%5D)中啟用 Git。\r\n若要深入了解如何在 VS Code 中使用 Git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.empty": "如果要使用 Git 功能,您可以開啟包含 Git 存放庫的資料夾或從 URL 複製。\r\n[開啟資料夾](command:vscode.openFolder)\r\n[複製存放庫](command:git.clone)\r\n若要深入了解如何在 VS Code 中使用 Git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.emptyWorkspace": "目前開啟的工作區沒有任何資料夾包含 Git 存放庫。\r\n[新增資料夾至工作區](command:workbench.action.addRootFolder)\r\n如果要深入了解如何在 VS Code 中使用 Git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.folder": "目前開啟的資料夾沒有任何 git 存放庫。您可以將存放庫初始化,以啟用 git 支援的原始檔控制功能。\r\n[將存放庫初始化](command:git.init?%5Btrue%5D)\r\n若要深入了解如何在 VS Code 中使用 git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.missing": "安裝 Git,這是熱門的原始檔控制系統,以追蹤程式碼變更並與其他人共同作業。在我們的[Git指南](https://aka.ms/vscode-scm)中深入了解。",
|
||||
"view.workbench.scm.missing.linux": "原始檔控制必須安裝 Git。\r\n[下載適用於 Linux 的 Git](https://git-scm.com/download/linux)\r\n安裝之後,請 [重新載入](command:workbench.action.reloadWindow) (或 [疑難排解](command:git.showOutput))。可從 [ Marketplace] 安裝其他原始檔控制提供者 (command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)。",
|
||||
"view.workbench.scm.missing.mac": "[下載適用於 macOS 的 Git](https://git-scm.com/download/mac)\r\n安裝之後,請[重新載入](command:workbench.action.reloadWindow) (或[疑難排解](command:git.showOutput))。可[從 Marketplace] 安裝其他原始檔控制提供者(command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)。",
|
||||
"view.workbench.scm.missing.windows": "[下載適用於 Windows 的 Git](https://git-scm.com/download/win)\r\n安裝之後,請[重新載入](command:workbench.action.reloadWindow) (或[疑難排解](command:git.showOutput))。可[從 Marketplace] 安裝其他原始檔控制提供者(command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22)。",
|
||||
"view.workbench.scm.repositoriesInParentFolders": "在工作區或開啟檔案的上層目錄中發現 Git 存放庫。\r\n[開啟存放庫](command:git.openRepositoriesInParentFolders)\r\n請使用 [git.openRepositoryInParentFolders](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D) 設定控制工作區或開啟檔案上層目錄中 Git 存放庫是否開啟。若要深入了解 [請閱讀我們的文件](https://aka.ms/vscode-git-repository-in-parent-folders)。",
|
||||
"view.workbench.scm.repositoryInParentFolders": "在工作區或開啟檔案的上層目錄中發現 Git 存放庫。\r\n[開啟存放庫](command:git.openRepositoriesInParentFolders)\r\n請使用 [git.openRepositoryInParentFolders](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D) 設定控制工作區或開啟檔案上層目錄中 Git 存放庫是否開啟。若要深入了解 [請閱讀我們的文件](https://aka.ms/vscode-git-external-repository)。",
|
||||
"view.workbench.scm.scanFolderForRepositories": "正在掃描 Git 存放庫的資料夾...",
|
||||
"view.workbench.scm.scanWorkspaceForRepositories": "正在掃描 Git 存放庫的工作區...",
|
||||
"config.checkoutType.tags": "標籤",
|
||||
"config.branchWhitespaceChar": "要取代新分支名稱中的空格,以及分隔隨機產生之分支名稱區段的字元。",
|
||||
"config.defaultCloneDirectory": "用於複製 Git 存放庫的預設位置。",
|
||||
"view.workbench.scm.unsafeRepositories": "偵測到的 Git 存放庫可能不安全,因為資料夾是由目前使用者以外的人所擁有。\r\n[管理不安全的存放庫](command:git.manageUnsafeRepositories)\r\n若要深入了解不安全的存放庫,[請閱讀我們的文件](https://aka.ms/vscode-git-unsafe-repository)。",
|
||||
"view.workbench.scm.unsafeRepository": "偵測到的 Git 存放庫可能不安全,因為資料夾是由目前使用者以外的人所擁有。\r\n[管理不安全的存放庫](command:git.manageUnsafeRepositories)\r\n若要深入了解不安全的存放庫,[請閱讀我們的文件](https://aka.ms/vscode-git-unsafe-repository)。",
|
||||
"view.workbench.scm.workspace": "目前開啟的工作區,沒有任何包含 git 存放庫的資料夾。您可以在資料夾上將存放庫初始化,以啟用 git 支援的原始檔控制功能。\r\n[將存放庫初始化](command:git.init)\r\n若要深入了解如何在 VS Code 中使用 git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。"
|
||||
"view.workbench.scm.folder": "目前開啟的資料夾沒有任何 git 存放庫。您可以將存放庫初始化,以啟用 git 支援的原始檔控制功能。\r\n[將存放庫初始化](command:git.init?%5Btrue%5D)\r\n若要深入了解如何在 Azure Data Studio 中使用 git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。",
|
||||
"config.defaultBranchName": "初始化新的 Git 存放庫時預設分支的名稱 (例如: 主要、主幹、開發)。設為空白時,將會使用 Git 中設定的預設分支名稱。",
|
||||
"view.workbench.scm.workspace": "目前開啟的工作區沒有任何包含 Git 存放庫的資料夾。您可以在資料夾上將存放庫初始化,以啟用 Git 支援的來源控制功能。\r\n[將存放庫初始化](command:git.init)\r\n若要深入了解如何在 Azure Data Studio 中使用 Git 和來源控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.scm.emptyWorkspace": "目前開啟的工作區沒有任何資料夾包含 git 存放庫。\r\n[新增資料夾至工作區](command:workbench.action.addRootFolder)\r\n如果要深入了解如何在 Azure Data Studio 中使用 git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。",
|
||||
"view.workbench.learnMore": "若要深入了解如何在 Azure Data Studio 中使用 git 和原始檔控制,[請參閱我們的文件](https://aka.ms/vscode-scm)。",
|
||||
"config.countBadge.off": "關閉計數器。",
|
||||
"command.undoCommit": "復原上個提交",
|
||||
"command.unstageAll": "取消所有暫存變更(Unstage All Changes)",
|
||||
"command.unstage": "取消暫存變更",
|
||||
"command.unstageSelectedRanges": "取消暫存選取的範圍",
|
||||
"config.untrackedChanges.separate": "未追蹤修訂個別出現在原始檔控制檢視中。這些修訂也會從數個動作中排除。",
|
||||
"config.untrackedChanges.hidden": "未追蹤修訂會隱藏並從數個動作中排除。",
|
||||
"config.timeline.date.authored": "使用撰寫日期",
|
||||
"config.timeline.date.committed": "使用認可日期",
|
||||
"config.fetchOnPull": "啟用時,會在提取時擷取所有分支。否則僅擷取目前的分支。",
|
||||
"config.autofetch": "設定為 true 時,會自動從目前 Git 存放庫的預設遠端擷取認可。設定為 `all` 將從所有遠端進行擷取。",
|
||||
"config.autorefresh": "是否啟用自動重新整理。",
|
||||
"config.enabled": "是否啟用 Git。",
|
||||
"view.workbench.cloneRepository": "您可以在本機複製存放庫。\r\n[複製存放庫](command:git.clone '在 GIT 延伸模組啟用後複製存放庫')",
|
||||
"view.workbench.scm.missing.windows": "[下載適用於 Windows 的 Git](https://git-scm.com/download/win)\r\n安裝之後,請[重新載入](command:workbench.action.reloadWindow) (或[疑難排解](command:git.showOutput))。可[從 Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22) 安裝其他來源控制提供者。",
|
||||
"view.workbench.scm.missing.mac": "[下載適用於 macOS 的 Git](https://git-scm.com/download/mac)\r\n安裝之後,請[重新載入](command:workbench.action.reloadWindow)(或[疑難排解](command:git.showOutput))。可[從 Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22) 安裝其他原始檔控制提供者。"
|
||||
}
|
||||
}
|
||||
}
|
||||
-16
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": {
|
||||
"package": {
|
||||
"description": "為 XML 提供豐富的語言支援。",
|
||||
"displayName": "XML 語言功能"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -13176,20 +13176,6 @@
|
||||
"sql/workbench/contrib/backup/browser/backupUiService": {
|
||||
"backupDialogTitle": "備份資料庫 - {0}:{1}"
|
||||
},
|
||||
"sql/workbench/contrib/backup/common/constants": {
|
||||
"backup.asymmetricKey": "非對稱金鑰",
|
||||
"backup.compressBackup": "壓縮備份",
|
||||
"backup.defaultCompression": "使用預設伺服器設定",
|
||||
"backup.doNotCompress": "不要壓縮備份",
|
||||
"backup.labelDatabase": "資料庫",
|
||||
"backup.labelDifferential": "差異",
|
||||
"backup.labelDisk": "磁碟",
|
||||
"backup.labelFilegroup": "檔案與檔案群組",
|
||||
"backup.labelFull": "完整",
|
||||
"backup.labelLog": "交易記錄",
|
||||
"backup.labelUrl": "URL",
|
||||
"backup.serverCertificate": "伺服器憑證"
|
||||
},
|
||||
"sql/workbench/contrib/charts/browser/actions": {
|
||||
"chartNotFound": "找不到要儲存的圖表",
|
||||
"chartSaved": "已將圖表儲存到路徑: {0}",
|
||||
@@ -13257,18 +13243,6 @@
|
||||
"charts.maxAllowedRowsExceeded": "已超過內建圖表的資料列計數上限,只會使用最先 {0} 個資料列。若要設定值,您可以開啟使用者設定並搜尋: 'builtinCharts.maxRowCount'。",
|
||||
"charts.neverShowAgain": "不要再顯示"
|
||||
},
|
||||
"sql/workbench/contrib/commandLine/electron-browser/commandLine": {
|
||||
"commandline.propertiesFormatError": "無法將進階連線屬性剖析為 JSON,發生錯誤: {0} 收到的屬性值: {1}",
|
||||
"confirmConnect": "確定要連線嗎?",
|
||||
"connectServerDetail": "這會連線到伺服器 {0}",
|
||||
"connectingLabel": "正在連線: {0}",
|
||||
"connectingQueryLabel": "正在連線到查詢檔案",
|
||||
"errConnectUrl": "因為發生錯誤 {0},導致無法開啟 URL",
|
||||
"open": "開啟(&&O)",
|
||||
"openingNewQueryLabel": "正在開啟新查詢: {0}",
|
||||
"runningCommandLabel": "正在執行命令: {0}",
|
||||
"warnServerRequired": "因為未提供伺服器資訊,所以無法連線"
|
||||
},
|
||||
"sql/workbench/contrib/configuration/common/configurationUpgrader": {
|
||||
"workbench.configuration.upgradeUser": "您使用者設定中的 {1} 已取代 {0}。",
|
||||
"workbench.configuration.upgradeWorkspace": "您工作區設定中的 {1} 已取代 {0}。"
|
||||
@@ -13599,7 +13573,7 @@
|
||||
},
|
||||
"sql/workbench/contrib/editData/browser/editDataActions": {
|
||||
"disposeEditFailure": "處理編輯失敗,出現錯誤:",
|
||||
"editData.closeSql": "關閉 SQL 窗格",
|
||||
"editData.hideSql": "隱藏 SQL 窗格",
|
||||
"editData.run": "執行",
|
||||
"editData.showSql": "顯示 SQL 窗格",
|
||||
"editData.stop": "停止"
|
||||
@@ -14408,6 +14382,7 @@
|
||||
"sql/workbench/contrib/query/browser/query.contribution": {
|
||||
"newQuery": "新增查詢",
|
||||
"queryEditor.chart.defaultChartType": "從查詢結果開啟圖表檢視器時要使用的預設圖表類型",
|
||||
"queryEditor.githubCopilotContextualizationEnabled": "(預覽) 啟用 GitHub Copilot 查詢的內容相關性。此設定可在已安裝 Copilot 延伸模組且提供者已實作關聯式化的情況下,協助 GitHub Copilot 傳回改進的建議。",
|
||||
"queryEditor.inMemoryDataProcessingThreshold": "控制允許在記憶體中篩選及排序的資料列數目上限。如果超過此數目,就會停用排序和篩選。警告: 增加此數目可能會影響效能。",
|
||||
"queryEditor.messages.showBatchTime": "是否顯示個別批次的執行時間",
|
||||
"queryEditor.messages.wordwrap": "自動換行訊息",
|
||||
@@ -14429,6 +14404,7 @@
|
||||
"queryEditor.results.saveAsXml.encoding": "將結果另存為 XML 時,要使用的檔案編碼",
|
||||
"queryEditor.results.saveAsXml.formatted": "若設定為 true,會在將結果另存為 XML 時將輸出格式化",
|
||||
"queryEditor.results.showActionBar": "是否要在查詢結果檢視中顯示動作列",
|
||||
"queryEditor.results.showCopyCompletedNotification": "是否在結果方格複製作業完成時顯示通知。",
|
||||
"queryEditor.results.skipNewLineAfterTrailingLineBreak": "如果前一個資料列已經有分行符號,是否要在複製結果時略過在資料列之間新增分行符號。預設值為 false。",
|
||||
"queryEditor.results.streaming": "啟用結果串流;包含些許輕微視覺效果問題",
|
||||
"queryEditor.showConnectionInfoInTitle": "控制是否要在標題中顯示索引標籤的連線資訊。",
|
||||
@@ -14599,123 +14575,6 @@
|
||||
"webViewDialog.close": "關閉",
|
||||
"webViewDialog.ok": "確定"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/gettingStarted/browser/abstractEnablePreviewFeatures": {
|
||||
"enablePreviewFeatures.never": "不,不要再顯示",
|
||||
"enablePreviewFeatures.no": "否",
|
||||
"enablePreviewFeatures.notice": "預覽功能可讓您完整存取新功能及改善的功能,增強您在 Azure Data Studio 的體驗。您可以參閱[這裡]({0})深入了解預覽功能。是否要啟用預覽功能?",
|
||||
"enablePreviewFeatures.yes": "是 (建議)"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/gettingStarted/electron-browser/gettingStarted": {
|
||||
"miGettingStarted": "使用者入門(&&S)",
|
||||
"showReleaseNotes": "顯示使用者入門"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/page/browser/az_data_welcome_page": {
|
||||
"welcomePage.createConnection": "建立連線",
|
||||
"welcomePage.createConnectionBody": "透過連線對話方塊連線到資料庫執行個體。",
|
||||
"welcomePage.createNotebook": "建立筆記本",
|
||||
"welcomePage.createNotebookBody": "使用原生筆記本編輯器建置新的筆記本。",
|
||||
"welcomePage.deployServer": "部署伺服器",
|
||||
"welcomePage.deployServerBody": "在您選擇的平台上建立關聯式資料服務的新執行個體。",
|
||||
"welcomePage.documentation": "文件",
|
||||
"welcomePage.documentationBody": "如需快速入門、操作指南及 PowerShell、API 等參考,請瀏覽文件中心。",
|
||||
"welcomePage.extensions": "延伸模組",
|
||||
"welcomePage.gettingStarted": "使用者入門",
|
||||
"welcomePage.gettingStartedBody": "探索 Azure Data Studio 提供的功能,並了解如何充分利用。",
|
||||
"welcomePage.history": "記錄",
|
||||
"welcomePage.learnMore": "深入了解 ",
|
||||
"welcomePage.location": "位置",
|
||||
"welcomePage.moreRecent": "顯示更多",
|
||||
"welcomePage.name": "名稱",
|
||||
"welcomePage.resources": "資源",
|
||||
"welcomePage.runQuery": "執行查詢",
|
||||
"welcomePage.runQueryBody": "透過查詢編輯器與資料互動。",
|
||||
"welcomePage.showAll": "全部顯示",
|
||||
"welcomePage.showOnStartup": "啟動時顯示歡迎頁面",
|
||||
"welcomePage.usefuLinks": "實用的連結",
|
||||
"welcomePage.videoDescriptionIntroduction": "Azure Data Studio Notebooks 簡介 | 公開的資料",
|
||||
"welcomePage.videoDescriptionOverview": "Azure Data Studio 概觀",
|
||||
"welcomePage.videos": "影片"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/page/browser/gettingStartedTour": {
|
||||
"GuidedTour.addExtensions": "安裝由我們 (Microsoft) 及第三方社群 (您!) 所開發的延伸模組,來擴充 Azure Data Studio 的功能。",
|
||||
"GuidedTour.connections": "連線",
|
||||
"GuidedTour.discoverWelcomePage": "在歡迎頁面中探索常用功能、最近開啟的檔案及建議的延伸模組。如需詳細資訊,以了解如何開始使用 Azure Data Studio,請參閱我們的影片及文件。",
|
||||
"GuidedTour.extensions": "延伸模組",
|
||||
"GuidedTour.finish": "完成",
|
||||
"GuidedTour.five": "5",
|
||||
"GuidedTour.four": "4",
|
||||
"GuidedTour.gettingStartedNotebooks": "開始在單一位置建立您自己的筆記本或筆記本系列。",
|
||||
"GuidedTour.makeConnections": "從 SQL Server、Azure 等處進行連線、查詢及管理您的連線。",
|
||||
"GuidedTour.makeConnesetSettings": "根據您的喜好自訂 Azure Data Studio。您可以進行自動儲存及索引標籤大小等 [設定]、將 [鍵盤快速鍵] 個人化,以及切換至您喜歡的 [色彩佈景主題]。",
|
||||
"GuidedTour.next": "下一個",
|
||||
"GuidedTour.notebooks": "筆記本",
|
||||
"GuidedTour.one": "1",
|
||||
"GuidedTour.readMore": "深入了解",
|
||||
"GuidedTour.settings": "設定",
|
||||
"GuidedTour.three": "3",
|
||||
"GuidedTour.two": "2",
|
||||
"GuidedTour.welcomePage": "歡迎頁面",
|
||||
"guidedTour": "使用者歡迎導覽",
|
||||
"hideGuidedTour": "隱藏歡迎導覽"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/page/browser/welcomePage": {
|
||||
"WelcomePage.TakeATour": "要進行 Azure Data Studio 的快速導覽嗎?",
|
||||
"WelcomePage.welcome": "歡迎使用!",
|
||||
"closeTourBar": "關閉快速導覽列",
|
||||
"details": "詳細資料",
|
||||
"ok": "確定",
|
||||
"welcome.title": "歡迎使用",
|
||||
"welcomePage": "歡迎使用",
|
||||
"welcomePage.PostgreSQL": "PostgreSQL",
|
||||
"welcomePage.PostgreSQLDescription": "使用 Azure Data Studio 進行連線、查詢及管理 Postgres 資料庫",
|
||||
"welcomePage.adminPack": "SQL 管理員套件",
|
||||
"welcomePage.adminPackDescription": "SQL Server 的管理員套件是一套熱門的資料庫管理延伸模組,可協助您管理 SQL Server",
|
||||
"welcomePage.background": "歡迎頁面的背景色彩。",
|
||||
"welcomePage.dataVirtualization": "資料虛擬化",
|
||||
"welcomePage.dataVirtualizationDescription": "使用 SQL Server 2019 將資料虛擬化,並使用互動式精靈建立外部資料表",
|
||||
"welcomePage.deployServer": "部署伺服器",
|
||||
"welcomePage.extensionPackAlreadyInstalled": "支援功能{0}已被安裝。",
|
||||
"welcomePage.extensionPackNotFound": "找不到ID為{1}的{0}支援功能.",
|
||||
"welcomePage.install": "安裝",
|
||||
"welcomePage.installExtensionPack": "安裝 {0} 的其他支援",
|
||||
"welcomePage.installKeymap": "安裝 {0} 鍵盤對應",
|
||||
"welcomePage.installed": "已安裝",
|
||||
"welcomePage.installedExtensionPack": "已安裝 {0} 支援",
|
||||
"welcomePage.installedKeymap": "已安裝 {0} 按鍵對應",
|
||||
"welcomePage.installingExtensionPack": "正在安裝 {0} 的其他支援...",
|
||||
"welcomePage.new": "新增",
|
||||
"welcomePage.newConnection": "新增連線",
|
||||
"welcomePage.newNotebook": "新增筆記本",
|
||||
"welcomePage.newQuery": "新增查詢",
|
||||
"welcomePage.open": "開啟…",
|
||||
"welcomePage.openFile": "開啟檔案…",
|
||||
"welcomePage.openFolder": "開啟資料夾…",
|
||||
"welcomePage.openFolderWithPath": "透過路徑 {1} 開啟資料夾 {0}",
|
||||
"welcomePage.powershell": "PowerShell",
|
||||
"welcomePage.powershellDescription": "使用 Azure Data Studio 的豐富查詢編輯器來寫入及執行 PowerShell 指令碼",
|
||||
"welcomePage.showAdminPack": "SQL 管理員套件",
|
||||
"welcomePage.sqlServerAgent": "SQL Server Agent",
|
||||
"welcomePage.sqlServerDacpac": "SQL Server Dacpac",
|
||||
"welcomePage.sqlServerImport": "SQL Server 匯入",
|
||||
"welcomePage.sqlServerProfiler": "SQL Server Profiler",
|
||||
"welcomePage.startTour": "開始導覽",
|
||||
"welcomePage.willReloadAfterInstallingExtensionPack": "{0} 的其他支援安裝完成後,將會重新載入此視窗。"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/page/browser/welcomePage.contribution": {
|
||||
"miWelcome": "歡迎使用(&&W)",
|
||||
"workbench.startupEditor": "控制在啟動時顯示哪個編輯器,若沒有,則從上個工作階段還原。",
|
||||
"workbench.startupEditor.newUntitledFile": "開啟一個新的無標題檔案 (僅在開啟空白視窗時適用)。",
|
||||
"workbench.startupEditor.none": "不使用編輯器開始。",
|
||||
"workbench.startupEditor.readme": "開啟資料夾時,如果當中包含讀我檔案就開啟讀我檔案,否則改為開啟 'welcomePage'。注意: 只會監看全域設定中的設定,如果是在工作區或資料夾設定中的設定,則會忽略。",
|
||||
"workbench.startupEditor.welcomePage": "開啟包含協助開始使用 Azure Data Studio 和延伸模組內容的歡迎頁面。",
|
||||
"workbench.startupEditor.welcomePageInEmptyWorkbench": "在開啟空的工作台時開啟歡迎頁面。",
|
||||
"workbench.startupEditor.welcomePageWithTour": "使用使用者入門導覽 (預設) 開啟歡迎頁面"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/telemetryOptOut/browser/telemetryOptOut": {
|
||||
"telemetryOptOut.optInNotice": "允許 Microsoft 收集使用率資料來協助改進 Azure Data Studio。閱讀我們的 [隱私權聲明]({0}) 以及學習如何 [選擇參加]({1})。",
|
||||
"telemetryOptOut.optOutNotice": "允許 Microsoft 收集使用率資料來協助改進 Azure Data Studio。閱讀我們的 [隱私權聲明]({0}) 以及學習如何 [選擇退出]({1})。",
|
||||
"telemetryOptOut.readMore": "深入了解"
|
||||
},
|
||||
"sql/workbench/services/accountManagement/browser/accountDialog": {
|
||||
"accountDialog.addConnection": "新增帳戶",
|
||||
"accountDialog.close": "關閉",
|
||||
@@ -14733,6 +14592,8 @@
|
||||
"refreshCredentials": "您需要重新整理此帳戶的登入資訊。"
|
||||
},
|
||||
"sql/workbench/services/accountManagement/browser/accountManagementService": {
|
||||
"accountDialog.didNotPickAuthProvider": "您未選取任何驗證提供者。請再試一次。",
|
||||
"accountDialog.noCloudsRegistered": "您未啟用任何雲端。前往 [設定] -> [搜尋 Azure 帳戶組態] -> 啟用至少一個雲端",
|
||||
"accountManagementService.close": "關閉",
|
||||
"addAccountFailedCodeMessage": "{0} \r\n錯誤訊息: {1}",
|
||||
"addAccountFailedGenericMessage": "新增帳戶失敗,如需詳細資訊,請查看 Azure 帳戶記錄。",
|
||||
@@ -14747,12 +14608,14 @@
|
||||
},
|
||||
"sql/workbench/services/accountManagement/browser/autoOAuthDialog": {
|
||||
"copyAndOpen": "複製並開啟",
|
||||
"deviceCodeAuthDialogTitle": "Azure 驗證: 裝置代碼",
|
||||
"oauthDialog.cancel": "取消",
|
||||
"userCode": "使用者代碼",
|
||||
"website": "網站"
|
||||
},
|
||||
"sql/workbench/services/accountManagement/browser/autoOAuthDialogController": {
|
||||
"oauthFlyoutIsAlreadyOpen": "無法啟動自動 OAuth。自動 OAuth 已在進行中。"
|
||||
"oauthFlyoutIsAlreadyOpen": "無法啟動自動 OAuth。自動 OAuth 已在進行中。",
|
||||
"selfHelpMessage": "無法在此環境中啟動網頁瀏覽器,請啟動瀏覽器、瀏覽至上方的 URL,然後手動輸入程式碼。"
|
||||
},
|
||||
"sql/workbench/services/admin/common/adminService": {
|
||||
"adminService.noHandlerRegistered": "未註冊處理常式",
|
||||
@@ -14830,17 +14693,16 @@
|
||||
},
|
||||
"sql/workbench/services/connection/browser/connectionManagementService": {
|
||||
"cancelConnectionConfirmation": "您確定要取消此連線嗎?",
|
||||
"connection.connTitleGroupSection": " (群組: {0})",
|
||||
"connection.duplicateEditErrorMessage": "無法儲存設定檔,選取的連線符合相同群組中具有相同伺服器資訊的現有設定檔: \r\n\r\n {0}{1}",
|
||||
"connection.extensionNotInstalled": "需要延伸模組 '{0}' 才能連線到此資源。是否要安裝?",
|
||||
"connection.invalidConnectionResult": "連線結果無效。",
|
||||
"connection.neverShowUnsupportedVersionWarning": "不要再顯示",
|
||||
"connection.noAzureAccount": "無法取得連線的 Azure 帳戶權杖",
|
||||
"connection.providerNotFound": "找不到連線提供者 '{0}'",
|
||||
"connection.refreshAzureTokenFailure": "無法重新整理 Azure 帳戶權杖以建立連線",
|
||||
"connection.unknownProvider": "未知的提供者 '{0}'",
|
||||
"connection.unsupportedServerVersionWarning": "Azure Data Studio 不支援伺服器版本,您仍然可以連接到伺服器版本,但 Azure Data Studio 中的某些功能可能無法如預期方式執行。",
|
||||
"connectionDialog.connectionProviderNotSupported": "目前未安裝支援提供者類型 '{0}' 之延伸模組。您要檢視延伸模組嗎?",
|
||||
"connectionManagementService.noProviderForUri": "找不到 URI: {0} 的提供者",
|
||||
"connectionNotAcceptedError": "連線未被接受",
|
||||
"connectionService.no": "否",
|
||||
"connectionService.yes": "是"
|
||||
@@ -15188,7 +15050,9 @@
|
||||
"gridDataProvider.closeNotification": "關閉",
|
||||
"gridDataProvider.copyResultsCompleted": "選取的資料已複製到剪貼簿。資料列計數: {0}。",
|
||||
"gridDataProvider.copying": "正在複製...",
|
||||
"gridDataProvider.loadingRowsInProgress": "正在載入要複製的資料列 ({0}/{1})..."
|
||||
"gridDataProvider.disableCopyNotification": "不要再顯示",
|
||||
"gridDataProvider.loadingRowsInProgress": "正在載入要複製的資料列 ({0}/{1})...",
|
||||
"gridDataProvider.turnOnCopyNotificationsMessage": "複製完成的通知現在已停用。若要重新啟用,請修改設定: queryEditor.results.showCopyCompletedNotification"
|
||||
},
|
||||
"sql/workbench/services/query/common/queryManagement": {
|
||||
"queryManagement.noQueryRunnerForUri": "找不到 URI: {0} 的查詢執行器",
|
||||
@@ -15215,6 +15079,7 @@
|
||||
"msgSaveFailed": "無法儲存結果。",
|
||||
"msgSaveSucceeded": "已成功將結果儲存至 {0}",
|
||||
"openFile": "開啟檔案",
|
||||
"openFileLocation": "開啟檔案位置",
|
||||
"resultsSerializer.saveAsFileExtensionCSVTitle": "CSV (以逗號分隔)",
|
||||
"resultsSerializer.saveAsFileExtensionExcelTitle": "Excel 活頁簿",
|
||||
"resultsSerializer.saveAsFileExtensionJSONTitle": "JSON",
|
||||
@@ -15408,6 +15273,153 @@
|
||||
"InProgressWarning": "1 個或更多的工作正在進行中。是否確實要退出?",
|
||||
"taskService.no": "否",
|
||||
"taskService.yes": "是"
|
||||
},
|
||||
"sql/workbench/common/backup/constants": {
|
||||
"backup.asymmetricKey": "非對稱金鑰",
|
||||
"backup.compressBackup": "壓縮備份",
|
||||
"backup.defaultCompression": "使用預設伺服器設定",
|
||||
"backup.doNotCompress": "不要壓縮備份",
|
||||
"backup.labelDatabase": "資料庫",
|
||||
"backup.labelDifferential": "差異",
|
||||
"backup.labelDisk": "磁碟",
|
||||
"backup.labelFilegroup": "檔案與檔案群組",
|
||||
"backup.labelFull": "完整",
|
||||
"backup.labelLog": "交易記錄",
|
||||
"backup.labelUrl": "URL",
|
||||
"backup.serverCertificate": "伺服器憑證"
|
||||
},
|
||||
"sql/workbench/contrib/commandLine/electron-sandbox/commandLine": {
|
||||
"commandline.propertiesFormatError": "無法將進階連線屬性剖析為 JSON,發生錯誤: {0} 收到的屬性值: {1}",
|
||||
"confirmConnect": "確定要連線嗎?",
|
||||
"connectServerDetail": "這會連線到伺服器 {0}",
|
||||
"connectingLabel": "正在連線: {0}",
|
||||
"connectingQueryLabel": "正在連線到查詢檔案",
|
||||
"errConnectUrl": "因為發生錯誤 {0},導致無法開啟 URL",
|
||||
"open": "開啟(&&O)",
|
||||
"openingNewQueryLabel": "正在開啟新查詢: {0}",
|
||||
"runningCommandLabel": "正在執行命令: {0}",
|
||||
"warnServerRequired": "因為未提供伺服器資訊,所以無法連線"
|
||||
},
|
||||
"sql/workbench/contrib/telemetry/browser/telemetryOptOut": {
|
||||
"telemetryOptOut.optInNotice": "允許 Microsoft 收集使用率資料來協助改進 Azure Data Studio。閱讀我們的 [隱私權聲明]({0}) 以及學習如何 [選擇參加]({1})。",
|
||||
"telemetryOptOut.optOutNotice": "允許 Microsoft 收集使用率資料來協助改進 Azure Data Studio。閱讀我們的 [隱私權聲明]({0}) 以及學習如何 [選擇退出]({1})。",
|
||||
"telemetryOptOut.readMore": "深入了解"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/browser/abstractEnablePreviewFeatures": {
|
||||
"enablePreviewFeatures.never": "不,不要再顯示",
|
||||
"enablePreviewFeatures.no": "否",
|
||||
"enablePreviewFeatures.notice": "預覽功能可讓您完整存取新功能及改善的功能,增強您在 Azure Data Studio 的體驗。您可以參閱[這裡]({0})深入了解預覽功能。是否要啟用預覽功能?",
|
||||
"enablePreviewFeatures.yes": "是 (建議)"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/browser/az_data_welcome_page": {
|
||||
"welcomePage.createConnection": "建立連線",
|
||||
"welcomePage.createConnectionBody": "透過連線對話方塊連線到資料庫執行個體。",
|
||||
"welcomePage.createNotebook": "建立筆記本",
|
||||
"welcomePage.createNotebookBody": "使用原生筆記本編輯器建置新的筆記本。",
|
||||
"welcomePage.deployServer": "部署伺服器",
|
||||
"welcomePage.deployServerBody": "在您選擇的平台上建立關聯式資料服務的新執行個體。",
|
||||
"welcomePage.documentation": "文件",
|
||||
"welcomePage.documentationBody": "如需快速入門、操作指南及 PowerShell、API 等參考,請瀏覽文件中心。",
|
||||
"welcomePage.extensions": "延伸模組",
|
||||
"welcomePage.gettingStarted": "使用者入門",
|
||||
"welcomePage.gettingStartedBody": "探索 Azure Data Studio 提供的功能,並了解如何充分利用。",
|
||||
"welcomePage.history": "記錄",
|
||||
"welcomePage.learnMore": "深入了解 ",
|
||||
"welcomePage.location": "位置",
|
||||
"welcomePage.moreRecent": "顯示更多",
|
||||
"welcomePage.name": "名稱",
|
||||
"welcomePage.resources": "資源",
|
||||
"welcomePage.runQuery": "執行查詢",
|
||||
"welcomePage.runQueryBody": "透過查詢編輯器與資料互動。",
|
||||
"welcomePage.showAll": "全部顯示",
|
||||
"welcomePage.showOnStartup": "啟動時顯示歡迎頁面",
|
||||
"welcomePage.usefuLinks": "實用的連結",
|
||||
"welcomePage.videoDescriptionIntroduction": "Azure Data Studio Notebooks 簡介 | 公開的資料",
|
||||
"welcomePage.videoDescriptionOverview": "Azure Data Studio 概觀",
|
||||
"welcomePage.videos": "影片"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/browser/gettingStartedTour": {
|
||||
"GuidedTour.addExtensions": "安裝由我們 (Microsoft) 及第三方社群 (您!) 所開發的延伸模組,來擴充 Azure Data Studio 的功能。",
|
||||
"GuidedTour.connections": "連線",
|
||||
"GuidedTour.discoverWelcomePage": "在歡迎頁面中探索常用功能、最近開啟的檔案及建議的延伸模組。如需詳細資訊,以了解如何開始使用 Azure Data Studio,請參閱我們的影片及文件。",
|
||||
"GuidedTour.extensions": "延伸模組",
|
||||
"GuidedTour.finish": "完成",
|
||||
"GuidedTour.five": "5",
|
||||
"GuidedTour.four": "4",
|
||||
"GuidedTour.gettingStartedNotebooks": "開始在單一位置建立您自己的筆記本或筆記本系列。",
|
||||
"GuidedTour.makeConnections": "從 SQL Server、Azure 等處進行連線、查詢及管理您的連線。",
|
||||
"GuidedTour.makeConnesetSettings": "根據您的喜好自訂 Azure Data Studio。您可以進行自動儲存及索引標籤大小等 [設定]、將 [鍵盤快速鍵] 個人化,以及切換至您喜歡的 [色彩佈景主題]。",
|
||||
"GuidedTour.next": "下一個",
|
||||
"GuidedTour.notebooks": "筆記本",
|
||||
"GuidedTour.one": "1",
|
||||
"GuidedTour.readMore": "深入了解",
|
||||
"GuidedTour.settings": "設定",
|
||||
"GuidedTour.three": "3",
|
||||
"GuidedTour.two": "2",
|
||||
"GuidedTour.welcomePage": "歡迎頁面",
|
||||
"guidedTour": "使用者歡迎導覽",
|
||||
"hideGuidedTour": "隱藏歡迎導覽"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/browser/welcomePage": {
|
||||
"WelcomePage.TakeATour": "要進行 Azure Data Studio 的快速導覽嗎?",
|
||||
"WelcomePage.welcome": "歡迎使用!",
|
||||
"closeTourBar": "關閉快速導覽列",
|
||||
"details": "詳細資料",
|
||||
"ok": "確定",
|
||||
"welcome.title": "歡迎使用",
|
||||
"welcomePage": "歡迎使用",
|
||||
"welcomePage.PostgreSQL": "PostgreSQL",
|
||||
"welcomePage.PostgreSQLDescription": "使用 Azure Data Studio 進行連線、查詢及管理 Postgres 資料庫",
|
||||
"welcomePage.adminPack": "SQL 管理員套件",
|
||||
"welcomePage.adminPackDescription": "SQL Server 的管理員套件是一套熱門的資料庫管理延伸模組,可協助您管理 SQL Server",
|
||||
"welcomePage.background": "歡迎頁面的背景色彩。",
|
||||
"welcomePage.dataVirtualization": "資料虛擬化",
|
||||
"welcomePage.dataVirtualizationDescription": "使用 SQL Server 2019 將資料虛擬化,並使用互動式精靈建立外部資料表",
|
||||
"welcomePage.deployServer": "部署伺服器",
|
||||
"welcomePage.extensionPackAlreadyInstalled": "支援功能{0}已被安裝。",
|
||||
"welcomePage.extensionPackNotFound": "找不到ID為{1}的{0}支援功能.",
|
||||
"welcomePage.install": "安裝",
|
||||
"welcomePage.installed": "已安裝",
|
||||
"welcomePage.installingExtensionPack": "正在安裝 {0} 的其他支援...",
|
||||
"welcomePage.new": "新增",
|
||||
"welcomePage.newConnection": "新增連線",
|
||||
"welcomePage.newNotebook": "新增筆記本",
|
||||
"welcomePage.newQuery": "新增查詢",
|
||||
"welcomePage.open": "開啟…",
|
||||
"welcomePage.openFile": "開啟檔案…",
|
||||
"welcomePage.openFolder": "開啟資料夾…",
|
||||
"welcomePage.openFolderWithPath": "透過路徑 {1} 開啟資料夾 {0}",
|
||||
"welcomePage.powershell": "PowerShell",
|
||||
"welcomePage.powershellDescription": "使用 Azure Data Studio 的豐富查詢編輯器來寫入及執行 PowerShell 指令碼",
|
||||
"welcomePage.showAdminPack": "SQL 管理員套件",
|
||||
"welcomePage.sqlServerAgent": "SQL Server Agent",
|
||||
"welcomePage.sqlServerDacpac": "SQL Server Dacpac",
|
||||
"welcomePage.sqlServerImport": "SQL Server 匯入",
|
||||
"welcomePage.sqlServerProfiler": "SQL Server Profiler",
|
||||
"welcomePage.startTour": "開始導覽",
|
||||
"welcomePage.willReloadAfterInstallingExtensionPack": "{0} 的其他支援安裝完成後,將會重新載入此視窗。"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/browser/welcomePage.contribution": {
|
||||
"miWelcome": "歡迎使用(&&W)",
|
||||
"workbench.startupEditor": "控制在啟動時顯示哪個編輯器,若沒有,則從上個工作階段還原。",
|
||||
"workbench.startupEditor.newUntitledFile": "開啟一個新的無標題檔案 (僅在開啟空白視窗時適用)。",
|
||||
"workbench.startupEditor.none": "不使用編輯器開始。",
|
||||
"workbench.startupEditor.readme": "開啟資料夾時,如果當中包含讀我檔案就開啟讀我檔案,否則改為開啟 'welcomePage'。注意: 只會監看全域設定中的設定,如果是在工作區或資料夾設定中的設定,則會忽略。",
|
||||
"workbench.startupEditor.welcomePage": "開啟包含協助開始使用 Azure Data Studio 和延伸模組內容的歡迎頁面。",
|
||||
"workbench.startupEditor.welcomePageInEmptyWorkbench": "在開啟空的工作台時開啟歡迎頁面。",
|
||||
"workbench.startupEditor.welcomePageWithTour": "使用使用者入門導覽 (預設) 開啟歡迎頁面"
|
||||
},
|
||||
"sql/workbench/contrib/welcome/electron-sandbox/gettingStarted": {
|
||||
"miGettingStarted": "使用者入門(&&S)",
|
||||
"showReleaseNotes": "顯示使用者入門"
|
||||
},
|
||||
"sql/workbench/services/objectExplorer/browser/dragAndDropController": {
|
||||
"objectExplorer.dragAndDropController.existingIdenticalProfile": "無法將設定檔拖曳到群組: 具有相同選項的設定檔已存在於群組中。"
|
||||
},
|
||||
"sql/workbench/services/profiler/browser/profilerService": {
|
||||
"FileFilterDescription": "XEL 檔案",
|
||||
"FileTooLarge": "檔案太大,無法在分析工具中開啟。分析工具可以開啟小於 1GB 的檔案。",
|
||||
"LargeFileWait": "由於檔案大小,載入檔案可能需要一些時間。"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user