mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Extensions Localization (#7426)
* Correct Schema comapre single file path in xlfs * converting SC and Dacpac from Xlf to Json * Adding all exts other than mssql (needs fixing)
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"Copyright": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0.0",
|
||||
"contents": {
|
||||
"extensions/admin-tool-ext-win/package": {
|
||||
"adminToolExtWin.displayName": "適用於 Windows 的資料庫系統管理工具延伸模組",
|
||||
"adminToolExtWin.description": "將額外的 Windows 特定功能新增至 Azure Data Studio",
|
||||
"adminToolExtWin.propertiesMenuItem": "屬性",
|
||||
"adminToolExtWin.launchGswMenuItem": "產生指令碼..."
|
||||
},
|
||||
"extensions/admin-tool-ext-win/out/main": {
|
||||
"adminToolExtWin.noConnectionContextForProp": "未為 handleLaunchSsmsMinPropertiesDialogCommand 提供任何 ConnectionContext",
|
||||
"adminToolExtWin.noOENode": "無法判斷來自 connectionContext 的物件總管節點 : {0}",
|
||||
"adminToolExtWin.noConnectionContextForGsw": "未為 handleLaunchSsmsMinPropertiesDialogCommand 提供任何 ConnectionContext",
|
||||
"adminToolExtWin.noConnectionProfile": "connectionContext 未提供任何 connectionProfile : {0}",
|
||||
"adminToolExtWin.launchingDialogStatus": "正在啟動對話方塊...",
|
||||
"adminToolExtWin.ssmsMinError": "以引數 '{0}' - {1} 呼叫 SsmsMin 時發生錯誤"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,250 @@
|
||||
{
|
||||
"Copyright": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0.0",
|
||||
"contents": {
|
||||
"extensions/agent/out/dialogs/scheduleDialog": {
|
||||
"scheduleDialog.newSchedule": "新增排程",
|
||||
"scheduleDialog.ok": "確定",
|
||||
"scheduleDialog.cancel": "取消",
|
||||
"scheduleDialog.scheduleName": "排程名稱",
|
||||
"scheduleDialog.schedules": "排程"
|
||||
},
|
||||
"extensions/agent/out/dialogs/proxyDialog": {
|
||||
"createProxy.createProxy": "建立 Proxy",
|
||||
"createProxy.editProxy": "編輯 Proxy",
|
||||
"createProxy.General": "一般",
|
||||
"createProxy.ProxyName": "Proxy 名稱",
|
||||
"createProxy.CredentialName": "認證名稱",
|
||||
"createProxy.Description": "描述",
|
||||
"createProxy.SubsystemName": "子系統",
|
||||
"createProxy.OperatingSystem": "作業系統 (cmdexec)",
|
||||
"createProxy.ReplicationSnapshot": "複寫快照集",
|
||||
"createProxy.ReplicationTransactionLog": "複寫交易 - 記錄讀取器",
|
||||
"createProxy.ReplicationDistributor": "複寫散發者",
|
||||
"createProxy.ReplicationMerge": "複寫合併",
|
||||
"createProxy.ReplicationQueueReader": "複本佇列讀取器",
|
||||
"createProxy.SSASQueryLabel": "SQL Server Analysis Services 查詢",
|
||||
"createProxy.SSASCommandLabel": "SQL Server Analysis Services 命令",
|
||||
"createProxy.SSISPackage": "SQL Server Integration Services 套件",
|
||||
"createProxy.PowerShell": "PowerShell",
|
||||
"createProxy.subSystemHeading": "對以下子系統有效"
|
||||
},
|
||||
"extensions/agent/out/dialogs/pickScheduleDialog": {
|
||||
"pickSchedule.jobSchedules": "作業排程",
|
||||
"pickSchedule.ok": "確定",
|
||||
"pickSchedule.cancel": "取消",
|
||||
"pickSchedule.availableSchedules": "可用的排程:",
|
||||
"pickSchedule.scheduleName": "名稱",
|
||||
"pickSchedule.scheduleID": "識別碼",
|
||||
"pickSchedule.description": "描述"
|
||||
},
|
||||
"extensions/agent/out/dialogs/operatorDialog": {
|
||||
"createOperator.createOperator": "建立運算子",
|
||||
"createOperator.editOperator": "編輯運算子",
|
||||
"createOperator.General": "一般",
|
||||
"createOperator.Notifications": "通知",
|
||||
"createOperator.Name": "名稱",
|
||||
"createOperator.Enabled": "啟用",
|
||||
"createOperator.EmailName": "電子郵件名稱",
|
||||
"createOperator.PagerEmailName": "呼叫器電子郵件名稱",
|
||||
"createOperator.PagerMondayCheckBox": "星期一",
|
||||
"createOperator.PagerTuesdayCheckBox": "星期二",
|
||||
"createOperator.PagerWednesdayCheckBox": "星期三",
|
||||
"createOperator.PagerThursdayCheckBox": "星期四",
|
||||
"createOperator.PagerFridayCheckBox": "星期五",
|
||||
"createOperator.PagerSaturdayCheckBox": "星期六",
|
||||
"createOperator.PagerSundayCheckBox": "星期天",
|
||||
"createOperator.workdayBegin": "工作日開始",
|
||||
"createOperator.workdayEnd": "工作日結束",
|
||||
"createOperator.PagerDutySchedule": "呼叫器待命排程",
|
||||
"createOperator.AlertListHeading": "警示清單",
|
||||
"createOperator.AlertNameColumnLabel": "警示名稱",
|
||||
"createOperator.AlertEmailColumnLabel": "電子郵件",
|
||||
"createOperator.AlertPagerColumnLabel": "頁面巡覽區"
|
||||
},
|
||||
"extensions/agent/out/dialogs/jobStepDialog": {
|
||||
"jobStepDialog.fileBrowserTitle": "尋找資料庫檔案 -",
|
||||
"jobStepDialog.ok": "確定",
|
||||
"jobStepDialog.cancel": "取消",
|
||||
"jobStepDialog.general": "一般",
|
||||
"jobStepDialog.advanced": "進階",
|
||||
"jobStepDialog.open": "開啟...",
|
||||
"jobStepDialog.parse": "剖析",
|
||||
"jobStepDialog.successParse": "已成功剖析命令。",
|
||||
"jobStepDialog.failParse": "命令失敗。",
|
||||
"jobStepDialog.blankStepName": "步驟名稱不能留空",
|
||||
"jobStepDialog.processExitCode": "處理成功命令的結束代碼:",
|
||||
"jobStepDialog.stepNameLabel": "步驟名稱",
|
||||
"jobStepDialog.typeLabel": "型別",
|
||||
"jobStepDialog.runAsLabel": "執行身分",
|
||||
"jobStepDialog.databaseLabel": "資料庫",
|
||||
"jobStepDialog.commandLabel": "命令",
|
||||
"jobStepDialog.successAction": "當動作成功時",
|
||||
"jobStepDialog.failureAction": "當動作失敗時",
|
||||
"jobStepDialog.runAsUser": "以使用者身分執行",
|
||||
"jobStepDialog.retryAttempts": "重試嘗試",
|
||||
"jobStepDialog.retryInterval": "重試間隔 (分鐘)",
|
||||
"jobStepDialog.logToTable": "記錄到資料表",
|
||||
"jobStepDialog.appendExistingTableEntry": "將輸出附加到表中現有的項目",
|
||||
"jobStepDialog.includeStepOutputHistory": "在歷程記錄中包含步驟輸出",
|
||||
"jobStepDialog.outputFile": "輸出檔案",
|
||||
"jobStepDialog.appendOutputToFile": "將輸出附加至現有的檔案",
|
||||
"jobStepDialog.selectedPath": "選擇的路徑",
|
||||
"jobStepDialog.filesOfType": "檔案類型",
|
||||
"jobStepDialog.fileName": "檔案名稱",
|
||||
"jobStepDialog.allFiles": "所有檔案 (*)",
|
||||
"jobStepDialog.newJobStep": "新增作業步驟",
|
||||
"jobStepDialog.editJobStep": "編輯作業步驟",
|
||||
"jobStepDialog.TSQL": "Transact-SQL 指令碼 (T-SQL)",
|
||||
"jobStepDialog.powershell": "PowerShell",
|
||||
"jobStepDialog.CmdExec": "作業系統 (cmdexec)",
|
||||
"jobStepDialog.replicationDistribution": "複寫散發者",
|
||||
"jobStepDialog.replicationMerge": "複寫合併",
|
||||
"jobStepDialog.replicationQueueReader": "複本佇列讀取器",
|
||||
"jobStepDialog.replicationSnapshot": "複寫快照集",
|
||||
"jobStepDialog.replicationTransactionLogReader": "複寫交易 - 記錄讀取器",
|
||||
"jobStepDialog.analysisCommand": "SQL Server Analysis Services 命令",
|
||||
"jobStepDialog.analysisQuery": "SQL Server Analysis Services 查詢",
|
||||
"jobStepDialog.servicesPackage": "SQL Server 整合服務套件",
|
||||
"jobStepDialog.agentServiceAccount": "SQL Server Agent 服務帳戶",
|
||||
"jobStepDialog.nextStep": "前往下一步",
|
||||
"jobStepDialog.quitJobSuccess": "退出作業報告成功",
|
||||
"jobStepDialog.quitJobFailure": "結束作業報告失敗"
|
||||
},
|
||||
"extensions/agent/out/dialogs/jobDialog": {
|
||||
"jobDialog.general": "一般",
|
||||
"jobDialog.steps": "步驟",
|
||||
"jobDialog.schedules": "排程",
|
||||
"jobDialog.alerts": "警示",
|
||||
"jobDialog.notifications": "通知",
|
||||
"jobDialog.blankJobNameError": "作業的名稱不得為空。",
|
||||
"jobDialog.name": "名稱",
|
||||
"jobDialog.owner": "擁有者",
|
||||
"jobDialog.category": "分類",
|
||||
"jobDialog.description": "描述",
|
||||
"jobDialog.enabled": "啟用",
|
||||
"jobDialog.jobStepList": "作業步驟清單",
|
||||
"jobDialog.step": "步驟",
|
||||
"jobDialog.type": "型別",
|
||||
"jobDialog.onSuccess": "成功時",
|
||||
"jobDialog.onFailure": "失敗時",
|
||||
"jobDialog.new": "新增步驟",
|
||||
"jobDialog.edit": "編輯步驟",
|
||||
"jobDialog.delete": "刪除步驟",
|
||||
"jobDialog.moveUp": "向上移動",
|
||||
"jobDialog.moveDown": "向下移動",
|
||||
"jobDialog.startStepAt": "開始步驟",
|
||||
"jobDialog.notificationsTabTop": "作業完成時要執行的操作",
|
||||
"jobDialog.email": "電子郵件",
|
||||
"jobDialog.page": "頁面",
|
||||
"jobDialog.eventLogCheckBoxLabel": "寫入 Windows 應用程式事件記錄檔",
|
||||
"jobDialog.deleteJobLabel": "自動刪除作業",
|
||||
"jobDialog.schedulesaLabel": "排程清單",
|
||||
"jobDialog.pickSchedule": "挑選排程",
|
||||
"jobDialog.scheduleNameLabel": "排程名稱",
|
||||
"jobDialog.alertsList": "警示清單",
|
||||
"jobDialog.newAlert": "新增警示",
|
||||
"jobDialog.alertNameLabel": "警示名稱",
|
||||
"jobDialog.alertEnabledLabel": "啟用",
|
||||
"jobDialog.alertTypeLabel": "型別",
|
||||
"jobDialog.newJob": "新工作",
|
||||
"jobDialog.editJob": "編輯作業"
|
||||
},
|
||||
"extensions/agent/out/dialogs/alertDialog": {
|
||||
"alertDialog.createAlert": "建立警示",
|
||||
"alertDialog.editAlert": "編輯警示",
|
||||
"alertDialog.General": "一般",
|
||||
"alertDialog.Response": "回應",
|
||||
"alertDialog.Options": "選項",
|
||||
"alertDialog.eventAlert": "事件警示定義",
|
||||
"alertDialog.Name": "名稱",
|
||||
"alertDialog.Type": "型別",
|
||||
"alertDialog.Enabled": "啟用",
|
||||
"alertDialog.DatabaseName": "資料庫名稱",
|
||||
"alertDialog.ErrorNumber": "錯誤號碼",
|
||||
"alertDialog.Severity": "嚴重性",
|
||||
"alertDialog.RaiseAlertContains": "當訊息包含以下項目時引發警示",
|
||||
"alertDialog.MessageText": "訊息文字",
|
||||
"alertDialog.Severity001": "001 - 其他系統資訊",
|
||||
"alertDialog.Severity002": "002 - 預留",
|
||||
"alertDialog.Severity003": "003 - 已保留",
|
||||
"alertDialog.Severity004": "004 - 已保留",
|
||||
"alertDialog.Severity005": "005 - 已保留",
|
||||
"alertDialog.Severity006": "006 - 已保留",
|
||||
"alertDialog.Severity007": "007 - 通知: 狀態資訊",
|
||||
"alertDialog.Severity008": "008 - 通知: 需要使用者操作",
|
||||
"alertDialog.Severity009": "009 - 已定義使用者",
|
||||
"alertDialog.Severity010": "010 - 資訊",
|
||||
"alertDialog.Severity011": "011 - 找不到指定的資料庫物件",
|
||||
"alertDialog.Severity012": "012 - 未使用",
|
||||
"alertDialog.Severity013": "013 - 使用者交易語法錯誤",
|
||||
"alertDialog.Severity014": "014 - 權限不足",
|
||||
"alertDialog.Severity015": "015 - SQL 陳述式中的語法錯誤",
|
||||
"alertDialog.Severity016": "016 - 其他使用者錯誤",
|
||||
"alertDialog.Severity017": "017 - 資源不足",
|
||||
"alertDialog.Severity018": "018 - 非嚴重內部錯誤",
|
||||
"alertDialog.Severity019": "019 - 資源中的致命錯誤",
|
||||
"alertDialog.Severity020": "020 - 目前的處理發生嚴重錯誤",
|
||||
"alertDialog.Severity021": "021 - 資料庫處理序發生嚴重錯誤",
|
||||
"alertDialog.Severity022": "022 - 嚴重錯誤: 資料表完整性受到質疑",
|
||||
"alertDialog.Severity023": "023 - 嚴重錯誤: 資料庫完整性有疑慮",
|
||||
"alertDialog.Severity024": "024 - 嚴重錯誤: 硬體錯誤",
|
||||
"alertDialog.Severity025": "025 - 嚴重錯誤",
|
||||
"alertDialog.AllDatabases": "<所有資料庫>",
|
||||
"alertDialog.ExecuteJob": "執行作業",
|
||||
"alertDialog.ExecuteJobName": "作業名稱",
|
||||
"alertDialog.NotifyOperators": "通知運算子",
|
||||
"alertDialog.NewJob": "新工作",
|
||||
"alertDialog.OperatorList": "運算子清單",
|
||||
"alertDialog.OperatorName": "運算子",
|
||||
"alertDialog.OperatorEmail": "電子郵件",
|
||||
"alertDialog.OperatorPager": "頁面巡覽區",
|
||||
"alertDialog.NewOperator": "新增運算子",
|
||||
"alertDialog.IncludeErrorInEmail": "在電子郵件中包含警示錯誤文字",
|
||||
"alertDialog.IncludeErrorInPager": "在呼叫器中包括警示文字",
|
||||
"alertDialog.AdditionalNotification": "要傳送的其他通知訊息",
|
||||
"alertDialog.DelayBetweenResponse": "回應之間的延遲",
|
||||
"alertDialog.DelayMinutes": "延遲分鐘數",
|
||||
"alertDialog.DelaySeconds": "延遲秒數"
|
||||
},
|
||||
"extensions/agent/out/dialogs/agentDialog": {
|
||||
"agentDialog.OK": "確定",
|
||||
"agentDialog.Cancel": "取消"
|
||||
},
|
||||
"extensions/agent/out/data/proxyData": {
|
||||
"proxyData.saveErrorMessage": "Proxy 更新失敗 '{0}'",
|
||||
"proxyData.saveSucessMessage": "已成功更新 Proxy '{0}'",
|
||||
"proxyData.newJobSuccessMessage": "已成功建立 '{0}'"
|
||||
},
|
||||
"extensions/agent/out/data/jobStepData": {
|
||||
"jobStepData.saveErrorMessage": "步驟更新失敗 '{0}'",
|
||||
"stepData.jobNameRequired": "必須提供作業名稱",
|
||||
"stepData.stepNameRequired": "必須提供步驟名稱"
|
||||
},
|
||||
"extensions/agent/out/data/jobData": {
|
||||
"jobData.whenJobCompletes": "當作業完成時",
|
||||
"jobData.whenJobFails": "當作業失敗時",
|
||||
"jobData.whenJobSucceeds": "當作業成功時",
|
||||
"jobData.jobNameRequired": "必須提供作業名稱",
|
||||
"jobData.saveErrorMessage": "作業更新失敗 '{0}'",
|
||||
"jobData.newJobErrorMessage": "作業建立失敗 '{0}'",
|
||||
"jobData.saveSucessMessage": "已成功更新作業 '{0}'",
|
||||
"jobData.newJobSuccessMessage": "已成功建立作業 '{0}'"
|
||||
},
|
||||
"extensions/agent/out/data/alertData": {
|
||||
"alertData.saveErrorMessage": "更新失敗 '{0}'",
|
||||
"alertData.DefaultAlertTypString": "SQL Server 事件警示",
|
||||
"alertDialog.PerformanceCondition": "SQL Server 效能條件警示",
|
||||
"alertDialog.WmiEvent": "WMI 事件警示"
|
||||
},
|
||||
"extensions/agent/out/mainController": {
|
||||
"mainController.notImplemented": "這項功能尚未開發完成。如果您想嘗試最新的變更,請試試最新的測試人員組建!"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"Copyright": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0.0",
|
||||
"contents": {
|
||||
"extensions/azurecore/package": {
|
||||
"azure.displayName": "Azure (核心)",
|
||||
"azure.description": "瀏覽並使用 Azure 資源",
|
||||
"azure.title": "Azure",
|
||||
"azure.resource.config.title": "Azure 資源設定",
|
||||
"azure.resource.config.filter.description": "資源篩選,每個元素都是以正斜線分隔的帳戶識別碼、訂用帳戶識別碼和名稱",
|
||||
"azure.resource.explorer.title": "Azure",
|
||||
"azure.resource.refreshall.title": "Azure: 重新整理所有帳戶",
|
||||
"azure.resource.refresh.title": "重新整理",
|
||||
"azure.resource.signin.title": "Azure: 登入",
|
||||
"azure.resource.selectsubscriptions.title": "選取訂用帳戶",
|
||||
"azure.resource.connectsqlserver.title": "連接",
|
||||
"azure.resource.connectsqldb.title": "新增至伺服器",
|
||||
"accounts.clearTokenCache": "清除 Azure 帳戶權杖快取",
|
||||
"config.enablePublicCloudDescription": "是否應啟用 Azure 公用雲端整合",
|
||||
"config.enableUsGovCloudDescription": "是否應啟用 US Government Azure 雲端 (Fairfax) 整合",
|
||||
"config.enableChinaCloudDescription": "是否應啟用 Azure China 整合",
|
||||
"config.enableGermanyCloudDescription": "是否應啟用 Azure 德國整合"
|
||||
},
|
||||
"extensions/azurecore/out/azureResource/providers/databaseServer/databaseServerTreeDataProvider": {
|
||||
"azure.resource.providers.databaseServer.treeDataProvider.databaseServerContainerLabel": "SQL 伺服器"
|
||||
},
|
||||
"extensions/azurecore/out/azureResource/providers/database/databaseTreeDataProvider": {
|
||||
"azure.resource.providers.database.treeDataProvider.databaseContainerLabel": "SQL Database"
|
||||
},
|
||||
"extensions/azurecore/out/azureResource/tree/treeProvider": {
|
||||
"azure.resource.tree.treeProvider.loadingLabel": "正在載入..."
|
||||
},
|
||||
"extensions/azurecore/out/azureResource/tree/subscriptionTreeNode": {
|
||||
"azure.resource.tree.subscriptionTreeNode.noResourcesLabel": "找不到資源。"
|
||||
},
|
||||
"extensions/azurecore/out/azureResource/tree/accountTreeNode": {
|
||||
"azure.resource.tree.accountTreeNode.credentialError": "無法取得帳戶 {0} 的認證。請重新整理該帳戶。",
|
||||
"azure.resource.tree.accountTreeNode.noSubscriptionsLabel": "找不到訂用帳戶。"
|
||||
},
|
||||
"extensions/azurecore/out/azureResource/tree/accountNotSignedInTreeNode": {
|
||||
"azure.resource.tree.accountNotSignedInTreeNode.signInLabel": "登入 Azure…"
|
||||
},
|
||||
"extensions/azurecore/out/azureResource/utils": {
|
||||
"azure.resource.error": "錯誤: {0}"
|
||||
},
|
||||
"extensions/azurecore/out/azureResource/resourceTreeNode": {
|
||||
"azure.resource.resourceTreeNode.noResourcesLabel": "找不到任何資源"
|
||||
},
|
||||
"extensions/azurecore/out/azureResource/commands": {
|
||||
"azure.resource.selectsubscriptions.credentialError": "無法取得帳戶 {0} 的認證。請重新整理該帳戶。"
|
||||
},
|
||||
"extensions/azurecore/out/account-provider/providerSettings": {
|
||||
"publicCloudDisplayName": "Azure"
|
||||
},
|
||||
"extensions/azurecore/out/account-provider/azureAccountProviderService": {
|
||||
"clearTokenCacheSuccess": "已成功清除權杖快取",
|
||||
"clearTokenCacheFailure": "無法清除權杖快取"
|
||||
},
|
||||
"extensions/azurecore/out/account-provider/azureAccountProvider": {
|
||||
"accountProviderNotInitialized": "帳戶提供者未初始化,無法執行動作",
|
||||
"addAccount": "新增 {0} 帳戶",
|
||||
"refreshAccount": "重新整理 {0} 帳戶",
|
||||
"azureWorkAccountDisplayName": "公司或學校帳戶",
|
||||
"microsoftAccountDisplayName": "Microsoft 帳戶"
|
||||
},
|
||||
"extensions/azurecore/out/constants": {
|
||||
"extensionName": "Azure 帳戶"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"Copyright": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0.0",
|
||||
"contents": {
|
||||
"extensions/big-data-cluster/package": {
|
||||
"description": "管理 SQL Server 巨量資料叢集的支援",
|
||||
"text.sqlServerBigDataClusters": "SQL Server 巨量資料叢集",
|
||||
"command.addController.title": "連線到控制器",
|
||||
"command.deleteController.title": "刪除",
|
||||
"command.refreshController.title": "重新整理"
|
||||
},
|
||||
"extensions/big-data-cluster/out/bigDataCluster/tree/controllerTreeNode": {
|
||||
"textSqlServers": "SQL 伺服器"
|
||||
},
|
||||
"extensions/big-data-cluster/out/bigDataCluster/tree/addControllerTreeNode": {
|
||||
"textBigDataClusterControllerWithDots": "新增巨量資料叢集控制器…",
|
||||
"textConnectToController": "連線到控制器"
|
||||
},
|
||||
"extensions/big-data-cluster/out/bigDataCluster/dialog/addControllerDialog": {
|
||||
"textAddNewController": "新增控制項",
|
||||
"textUrlLower": "URL",
|
||||
"textUsernameLower": "使用者名稱",
|
||||
"textPasswordLower": "密碼",
|
||||
"textRememberPassword": "記住密碼",
|
||||
"textUrlCapital": "URL",
|
||||
"textUsernameCapital": "使用者名稱",
|
||||
"textPasswordCapital": "密碼",
|
||||
"textAdd": "加入",
|
||||
"textCancel": "取消"
|
||||
},
|
||||
"extensions/big-data-cluster/out/extension": {
|
||||
"textYes": "是",
|
||||
"textNo": "否",
|
||||
"textConfirmDeleteController": "您確定要刪除 '{0}' 嗎?"
|
||||
}
|
||||
}
|
||||
}
|
||||
144
i18n/language-pack-zh-hant/translations/extensions/cms.i18n.json
Normal file
144
i18n/language-pack-zh-hant/translations/extensions/cms.i18n.json
Normal file
@@ -0,0 +1,144 @@
|
||||
{
|
||||
"Copyright": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0.0",
|
||||
"contents": {
|
||||
"extensions/cms/package": {
|
||||
"cms.displayName": "SQL Server 中央管理伺服器",
|
||||
"cms.description": "管理 SQL Server 中央管理伺服器的支援",
|
||||
"cms.title": "中央管理伺服器",
|
||||
"cms.connectionProvider.displayName": "Microsoft SQL Server",
|
||||
"cms.resource.explorer.title": "中央管理伺服器",
|
||||
"cms.resource.refresh.title": "重新整理",
|
||||
"cms.resource.refreshServerGroup.title": "重新整理伺服器群組",
|
||||
"cms.resource.deleteRegisteredServer.title": "刪除",
|
||||
"cms.resource.addRegisteredServer.title": "新增伺服器註冊...",
|
||||
"cms.resource.deleteServerGroup.title": "刪除",
|
||||
"cms.resource.addServerGroup.title": "新增伺服器群組...",
|
||||
"cms.resource.registerCmsServer.title": "新增中央管理伺服器",
|
||||
"cms.resource.deleteCmsServer.title": "刪除",
|
||||
"cms.configuration.title": "MSSQL 設定",
|
||||
"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.tracingLevel": "[選擇性] 後端服務的記錄層級。每當 Azure Data Studio 啟動,或是檔案已經有附加至該檔案的記錄項目時,Azure Data Studio 都會產生檔案名稱。如需舊記錄檔的清除,請查看 logRetentionMinutes 和 logFilesRemovalLimit 設定。預設 tracingLevel 不會記錄太多項目。變更詳細資訊可能會導致大量記錄和記錄的磁碟空間需求。錯誤包含嚴重,警告包含錯誤,資訊包含警告而詳細資訊包含資訊",
|
||||
"cms.logRetentionMinutes": "為後端服務保留記錄檔的分鐘數。預設為 1 週。",
|
||||
"cms.logFilesRemovalLimit": "具有到期的 logRetentionMinutes,且要於啟動時移除的舊檔案數上限。因為此限制而未清除的檔案,將於下次 Azure Data Studio 啟動時受到清除。",
|
||||
"ignorePlatformWarning": "[選擇性] 不要顯示不支援的平台警告",
|
||||
"onprem.databaseProperties.recoveryModel": "復原模式",
|
||||
"onprem.databaseProperties.lastBackupDate": "上次資料庫備份",
|
||||
"onprem.databaseProperties.lastLogBackupDate": "上次日誌備份",
|
||||
"onprem.databaseProperties.compatibilityLevel": "相容層級",
|
||||
"onprem.databaseProperties.owner": "擁有者",
|
||||
"onprem.serverProperties.serverVersion": "版本",
|
||||
"onprem.serverProperties.serverEdition": "版本",
|
||||
"onprem.serverProperties.machineName": "電腦名稱",
|
||||
"onprem.serverProperties.osVersion": "作業系統版本",
|
||||
"cloud.databaseProperties.azureEdition": "版本",
|
||||
"cloud.databaseProperties.serviceLevelObjective": "定價層",
|
||||
"cloud.databaseProperties.compatibilityLevel": "相容層級",
|
||||
"cloud.databaseProperties.owner": "擁有者",
|
||||
"cloud.serverProperties.serverVersion": "版本",
|
||||
"cloud.serverProperties.serverEdition": "型別",
|
||||
"cms.provider.displayName": "Microsoft SQL Server",
|
||||
"cms.connectionOptions.connectionName.displayName": "名稱 (選擇性)",
|
||||
"cms.connectionOptions.connectionName.description": "連線的自訂名稱",
|
||||
"cms.connectionOptions.serverName.displayName": "伺服器",
|
||||
"cms.connectionOptions.serverName.description": "SQL Server 執行個體的名稱",
|
||||
"cms.connectionOptions.serverDescription.displayName": "伺服器描述",
|
||||
"cms.connectionOptions.serverDescription.description": "SQL Server 執行個體的描述",
|
||||
"cms.connectionOptions.authType.displayName": "驗證類型",
|
||||
"cms.connectionOptions.authType.description": "指定向 SQL Server 驗證的方法",
|
||||
"cms.connectionOptions.authType.categoryValues.sqlLogin": "SQL 登入",
|
||||
"cms.connectionOptions.authType.categoryValues.integrated": "Windows 驗證",
|
||||
"cms.connectionOptions.authType.categoryValues.azureMFA": "具 MFA 支援的 Azure Active Directory - 通用",
|
||||
"cms.connectionOptions.userName.displayName": "使用者名稱",
|
||||
"cms.connectionOptions.userName.description": "代表要在連線至資料來源時使用的使用者識別碼",
|
||||
"cms.connectionOptions.password.displayName": "密碼",
|
||||
"cms.connectionOptions.password.description": "代表要在連線至資料來源時使用的密碼",
|
||||
"cms.connectionOptions.applicationIntent.displayName": "應用程式的意圖",
|
||||
"cms.connectionOptions.applicationIntent.description": "在連線至伺服器時宣告應用程式工作負載類型",
|
||||
"cms.connectionOptions.asynchronousProcessing.displayName": "非同步處理",
|
||||
"cms.connectionOptions.asynchronousProcessing.description": "若為 true,則允許使用 .Net Framework Data Provider 中的非同步功能",
|
||||
"cms.connectionOptions.connectTimeout.displayName": "連線逾時",
|
||||
"cms.connectionOptions.connectTimeout.description": "終止嘗試並產生錯誤前,要等待伺服器連線的時間長度 (秒)",
|
||||
"cms.connectionOptions.currentLanguage.displayName": "目前的語言",
|
||||
"cms.connectionOptions.currentLanguage.description": "SQL Server 語言記錄名稱",
|
||||
"cms.connectionOptions.columnEncryptionSetting.displayName": "資料行加密",
|
||||
"cms.connectionOptions.columnEncryptionSetting.description": "連線上所有命令的預設資料行加密設定",
|
||||
"cms.connectionOptions.encrypt.displayName": "加密",
|
||||
"cms.connectionOptions.encrypt.description": "若為 true,則 SQL Server 會在伺服器已安裝憑證的情況下,對用戶端和伺服器間傳送的所有資料使用 SSL 加密",
|
||||
"cms.connectionOptions.persistSecurityInfo.displayName": "持續安全性資訊",
|
||||
"cms.connectionOptions.persistSecurityInfo.description": "若為 false,則不會於連線中傳回密碼等安全性敏感資訊",
|
||||
"cms.connectionOptions.trustServerCertificate.displayName": "信任伺服器憑證",
|
||||
"cms.connectionOptions.trustServerCertificate.description": "若為 true (且 encrypt=true),則 SQL Server 會對用戶端和伺服器間傳送的所有資料使用 SSL 加密,而不驗證伺服器憑證",
|
||||
"cms.connectionOptions.attachedDBFileName.displayName": "已附加 DB 檔案名稱",
|
||||
"cms.connectionOptions.attachedDBFileName.description": "主要檔案的名稱,包含可附加資料庫的完整路徑名稱",
|
||||
"cms.connectionOptions.contextConnection.displayName": "內容連線",
|
||||
"cms.connectionOptions.contextConnection.description": "若為 true,則表示連線應來自 SQL 伺服器內容。僅可在於 SQL Server 處理序中執行時可用",
|
||||
"cms.connectionOptions.port.displayName": "連接埠",
|
||||
"cms.connectionOptions.connectRetryCount.displayName": "連線重試計數",
|
||||
"cms.connectionOptions.connectRetryCount.description": "嘗試還原連線的次數",
|
||||
"cms.connectionOptions.connectRetryInterval.displayName": "連線重試間隔",
|
||||
"cms.connectionOptions.connectRetryInterval.description": "還原連線之嘗試之間的延遲",
|
||||
"cms.connectionOptions.applicationName.displayName": "應用程式名稱",
|
||||
"cms.connectionOptions.applicationName.description": "應用程式的名稱",
|
||||
"cms.connectionOptions.workstationId.displayName": "工作站識別碼",
|
||||
"cms.connectionOptions.workstationId.description": "連線至 SQL Server 的工作站名稱",
|
||||
"cms.connectionOptions.pooling.displayName": "共用",
|
||||
"cms.connectionOptions.pooling.description": "若為 true,則會從適當的集區提取連線物件,或在有需要時建立並新增至適當的集區",
|
||||
"cms.connectionOptions.maxPoolSize.displayName": "集區大小上限",
|
||||
"cms.connectionOptions.maxPoolSize.description": "集區中允許的連線數上限",
|
||||
"cms.connectionOptions.minPoolSize.displayName": "集區大小下限",
|
||||
"cms.connectionOptions.minPoolSize.description": "集區中允許的連線數下限",
|
||||
"cms.connectionOptions.loadBalanceTimeout.displayName": "負載平衡逾時",
|
||||
"cms.connectionOptions.loadBalanceTimeout.description": "此連線在終結前於集區中存留的時間下限 (秒)",
|
||||
"cms.connectionOptions.replication.displayName": "複寫",
|
||||
"cms.connectionOptions.replication.description": "由 SQL Server 在複寫中使用",
|
||||
"cms.connectionOptions.attachDbFilename.displayName": "附加 DB 檔案名稱",
|
||||
"cms.connectionOptions.failoverPartner.displayName": "容錯移轉合作夥伴",
|
||||
"cms.connectionOptions.failoverPartner.description": "充當容錯移轉合作夥伴之 SQL Server 執行個體的名稱或網路位址",
|
||||
"cms.connectionOptions.multiSubnetFailover.displayName": "多重子網路容錯移轉",
|
||||
"cms.connectionOptions.multipleActiveResultSets.displayName": "多個正在使用的結果集合",
|
||||
"cms.connectionOptions.multipleActiveResultSets.description": "若為 true,則可傳回多個結果集並從一個連線讀取",
|
||||
"cms.connectionOptions.packetSize.displayName": "封包大小",
|
||||
"cms.connectionOptions.packetSize.description": "用於和 SQL Server 執行個體通訊之網路封包的大小 (位元組)",
|
||||
"cms.connectionOptions.typeSystemVersion.displayName": "鍵入系統版本",
|
||||
"cms.connectionOptions.typeSystemVersion.description": "指出會依序透過 DataReader 公開的伺服器類型系統和提供者"
|
||||
},
|
||||
"extensions/cms/out/cmsResource/tree/treeProvider": {
|
||||
"cms.resource.tree.treeProvider.loadingLabel": "正在載入..."
|
||||
},
|
||||
"extensions/cms/out/cmsResource/tree/cmsResourceTreeNode": {
|
||||
"cms.resource.cmsResourceTreeNode.noResourcesLabel": "找不到任何資源"
|
||||
},
|
||||
"extensions/cms/out/cmsResource/tree/cmsResourceEmptyTreeNode": {
|
||||
"cms.resource.tree.CmsTreeNode.addCmsServerLabel": "新增中央管理伺服器..."
|
||||
},
|
||||
"extensions/cms/out/cmsResource/cmsResourceCommands": {
|
||||
"cms.errors.sameCmsServerName": "中央管理伺服器群組已經有名稱為 {0} 的已註冊伺服器",
|
||||
"cms.confirmDeleteServer": "確定要刪除",
|
||||
"cms.yes": "是",
|
||||
"cms.no": "否",
|
||||
"cms.AddServerGroup": "新增伺服器群組",
|
||||
"cms.OK": "確定",
|
||||
"cms.Cancel": "取消",
|
||||
"cms.ServerGroupName": "伺服器群組名稱",
|
||||
"cms.ServerGroupDescription": "伺服器群組描述",
|
||||
"cms.errors.sameServerGroupName": "{0} 已經有名稱為 {1} 的伺服器群組",
|
||||
"cms.confirmDeleteGroup": "確定要刪除"
|
||||
},
|
||||
"extensions/cms/out/cmsUtils": {
|
||||
"cms.errors.sameServerUnderCms": "您無法新增名稱與設定伺服器相同的共用已註冊伺服器"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"Copyright": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0.0",
|
||||
"contents": {
|
||||
"extensions/dacpac/out/wizard/pages/selectOperationpage": {
|
||||
"dacFx.deployRadioButtonLabel": "將資料層應用程式 .dacpac 檔案部署到 SQL Server 的執行個體 [部署 Dacpac]",
|
||||
"dacFx.extractRadioButtonLabel": "從 SQL Server 的執行個體將資料層應用程式擷取為 .dacpac 檔案 [擷取 Dacpac]",
|
||||
"dacFx.importRadioButtonLabel": "從 .bacpac 檔案建立資料庫 [匯入 Bacpac]",
|
||||
"dacFx.exportRadioButtonLabel": "從資料庫將結構描述和資料匯出為邏輯 .bacpac 檔案格式 [匯出 Bacpac]"
|
||||
},
|
||||
"extensions/dacpac/out/wizard/pages/importConfigPage": {
|
||||
"dacFxImport.openFile": "開啟",
|
||||
"dacFxImport.fileTextboxTitle": "檔案位置"
|
||||
},
|
||||
"extensions/dacpac/out/wizard/pages/extractConfigPage": {
|
||||
"dacfxExtract.saveFile": "儲存",
|
||||
"dacFxExtract.fileTextboxTitle": "檔案位置",
|
||||
"dacFxExtract.versionTextboxTitle": "版本 (使用 x.x.x.x,其中 x 是號碼)"
|
||||
},
|
||||
"extensions/dacpac/out/wizard/pages/exportConfigPage": {
|
||||
"dacfxExport.saveFile": "儲存",
|
||||
"dacFxExport.fileTextboxTitle": "檔案位置"
|
||||
},
|
||||
"extensions/dacpac/out/wizard/pages/deployPlanPage": {
|
||||
"dacfx.dataLossTextWithCount": "所列部署動作的 {0} 可能會導致資料遺失。請確認當部署發生問題時,您有備份或快照集可使用。",
|
||||
"dacFx.dataLossCheckbox": "儘管可能遺失資料,仍要繼續",
|
||||
"dacfx.noDataLossText": "列出的部署動作不會導致資料遺失。",
|
||||
"dacfx.dataLossText": "此部署動作可能會導致資料遺失。請確認當部署發生問題時,您有備份或快照集可使用。",
|
||||
"dacfx.operationColumn": "操作",
|
||||
"dacfx.operationTooltip": "部署期間將會發生的作業 (建立、改變、刪除)",
|
||||
"dacfx.typeColumn": "型別",
|
||||
"dacfx.typeTooltip": "部署將影響的物件類型",
|
||||
"dacfx.objectColumn": "物件",
|
||||
"dacfx.objecTooltip": "部署將影響的物件名稱",
|
||||
"dacfx.dataLossColumn": "資料遺失",
|
||||
"dacfx.dataLossTooltip": "可能造成資料遺失的作業標有警告符號"
|
||||
},
|
||||
"extensions/dacpac/out/wizard/pages/deployConfigPage": {
|
||||
"dacFx.databaseNameTextBox": "資料庫名稱",
|
||||
"dacFx.databaseNameDropdown": "資料庫名稱",
|
||||
"dacFxDeploy.openFile": "開啟",
|
||||
"dacFxDeploy.fileTextboxTitle": "檔案位置",
|
||||
"dacFx.upgradeRadioButtonLabel": "升級現有的資料庫",
|
||||
"dacFx.newRadioButtonLabel": "新增資料庫",
|
||||
"dacFx.targetDatabaseRadioButtonsTitle": "目標資料庫",
|
||||
"dacFx.targetDatabaseDropdownTitle": "資料庫名稱"
|
||||
},
|
||||
"extensions/dacpac/out/wizard/pages/dacFxSummaryPage": {
|
||||
"dacfx.targetServerName": "目標伺服器",
|
||||
"dacfx.targetDatabaseName": "目標資料庫",
|
||||
"dacfx.sourceServerName": "來源伺服器",
|
||||
"dacfx.sourceDatabaseName": "來源資料庫",
|
||||
"dacfx.fileLocation": "檔案位置",
|
||||
"dacfxExtract.version": "版本",
|
||||
"dacfx.settingColumn": "設定",
|
||||
"dacfx.valueColumn": "值"
|
||||
},
|
||||
"extensions/dacpac/out/wizard/api/dacFxConfigPage": {
|
||||
"dacFx.targetServerDropdownTitle": "目標伺服器",
|
||||
"dacFx.sourceServerDropdownTitle": "來源伺服器",
|
||||
"dacFx.databaseNameTextBox": "目標資料庫",
|
||||
"dacFx.sourceDatabaseDropdownTitle": "來源資料庫"
|
||||
},
|
||||
"extensions/dacpac/out/wizard/api/basePage": {
|
||||
"basePage.defaultUser": "預設"
|
||||
},
|
||||
"extensions/dacpac/out/wizard/dataTierApplicationWizard": {
|
||||
"dacFx.selectOperationPageName": "選取作業",
|
||||
"dacFx.deployConfigPageName": "選取部署 Dacpac 設定",
|
||||
"dacFx.deployPlanPage": "檢閱部署計劃",
|
||||
"dacFx.summaryPageName": "摘要",
|
||||
"dacFx.extractConfigPageName": "選取擷取 Dacpac 設定",
|
||||
"dacFx.importConfigPageName": "選取匯入 Bacpac 設定",
|
||||
"dacFx.exportConfigPageName": "選取匯出 Bacpac 設定",
|
||||
"dacFx.deployButton": "部署",
|
||||
"dacFx.extractButton": "擷取",
|
||||
"dacFx.importButton": "匯入",
|
||||
"dacFx.exportButton": "匯出",
|
||||
"dacFx.generateScriptButton": "產生指令碼",
|
||||
"alertData.deployErrorMessage": "部署失敗的 '{0}’",
|
||||
"alertData.extractErrorMessage": "擷取失敗的 ‘{0}'",
|
||||
"alertData.exportErrorMessage": "匯出失敗的 ‘{0}’",
|
||||
"alertData.importErrorMessage": "匯入失敗的 ‘{0}'",
|
||||
"dacfx.scriptGeneratingMessage": "精靈關閉後,您可於工作檢視中檢視指令碼產生的狀態。產生的指令碼將於完成時開啟。",
|
||||
"alertData.deployPlanErrorMessage": "產生部署計劃時 ‘{0}’ 失敗"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"Copyright": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0.0",
|
||||
"contents": {
|
||||
"extensions/import/out/wizard/pages/summaryPage": {
|
||||
"flatFileImport.importInformation": "匯入資訊",
|
||||
"flatFileImport.importStatus": "匯入狀態",
|
||||
"flatFileImport.serverName": "伺服器名稱",
|
||||
"flatFileImport.databaseName": "資料庫名稱",
|
||||
"flatFileImport.tableName": "表格名稱",
|
||||
"flatFileImport.tableSchema": "表格結構描述",
|
||||
"flatFileImport.fileImport": "要匯入的檔案",
|
||||
"flatFileImport.success.norows": "✔ 您已成功將資料插入表中。"
|
||||
},
|
||||
"extensions/import/out/wizard/pages/prosePreviewPage": {
|
||||
"flatFileImport.prosePreviewMessage": "這項作業分析了輸出檔案結構,並產生了以下最多包含前 50 列的預覽。",
|
||||
"flatFileImport.prosePreviewMessageFail": "這項作業不成功。請嘗試其他輸入檔案。",
|
||||
"flatFileImport.refresh": "重新整理"
|
||||
},
|
||||
"extensions/import/out/wizard/pages/modifyColumnsPage": {
|
||||
"flatFileImport.importData": "匯入資料",
|
||||
"flatFileImport.next": "下一個",
|
||||
"flatFileImport.columnName": "資料行名稱",
|
||||
"flatFileImport.dataType": "資料型態",
|
||||
"flatFileImport.primaryKey": "主索引鍵",
|
||||
"flatFileImport.allowNulls": "允許 Null"
|
||||
},
|
||||
"extensions/import/out/wizard/pages/fileConfigPage": {
|
||||
"flatFileImport.serverDropdownTitle": "資料庫所在的伺服器",
|
||||
"flatFileImport.databaseDropdownTitle": "表格建立所在的資料庫",
|
||||
"flatFileImport.browseFiles": "瀏覽",
|
||||
"flatFileImport.openFile": "開啟",
|
||||
"flatFileImport.fileTextboxTitle": "要匯入檔案的位置",
|
||||
"flatFileImport.tableTextboxTitle": "新資料表名稱",
|
||||
"flatFileImport.schemaTextboxTitle": "表格結構描述"
|
||||
},
|
||||
"extensions/import/out/wizard/flatFileWizard": {
|
||||
"import.needConnection": "請先連線至伺服器再使用本精靈。",
|
||||
"flatFileImport.wizardName": "匯入一般檔案精靈",
|
||||
"flatFileImport.page1Name": "指定輸入檔",
|
||||
"flatFileImport.page2Name": "預覽資料",
|
||||
"flatFileImport.page3Name": "修改資料行",
|
||||
"flatFileImport.page4Name": "摘要",
|
||||
"flatFileImport.importNewFile": "匯入新檔案"
|
||||
},
|
||||
"extensions/import/out/services/telemetry": {
|
||||
"import.serviceCrashButton": "提供意見反應",
|
||||
"serviceCrashMessage": "服務元件無法啟動"
|
||||
},
|
||||
"extensions/import/out/services/serviceClient": {
|
||||
"serviceStarted": "已啟動服務",
|
||||
"serviceStarting": "正在啟動服務",
|
||||
"flatFileImport.serviceStartFailed": "無法啟動匯入服務{0}",
|
||||
"installingServiceDetailed": "正在將 {0} 服務安裝到 {1}",
|
||||
"installingService": "正在安裝服務",
|
||||
"serviceInstalled": "已安裝",
|
||||
"downloadingService": "正在下載 {0}",
|
||||
"downloadingServiceSize": "({0} KB)",
|
||||
"downloadingServiceStatus": "正在下載服務",
|
||||
"downloadingServiceComplete": "已完成!"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,167 @@
|
||||
{
|
||||
"Copyright": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0.0",
|
||||
"contents": {
|
||||
"extensions/notebook/package": {
|
||||
"displayName": "Notebook 核心延伸模組",
|
||||
"description": "定義以資料通訊協定為基礎的 Notebook 參與,以及許多 Notebook 命令和參與。",
|
||||
"notebook.configuration.title": "Notebook 設定",
|
||||
"notebook.pythonPath.description": "Notebooks 所使用之 python 安裝的本機路徑。",
|
||||
"notebook.useExistingPython.description": "Notebooks 所使用之現有 python 安裝的本機路徑。",
|
||||
"notebook.overrideEditorTheming.description": "覆寫 Notebook 編輯器中的預設設定。設定包含背景色彩、目前的線條色彩和框線",
|
||||
"notebook.maxTableRows.description": "Notebook 編輯器中每一資料表傳回的資料列數上限",
|
||||
"notebook.command.new": "新增 Notebook",
|
||||
"notebook.command.open": "開啟 Notebook",
|
||||
"notebook.analyzeJupyterNotebook": "在 Notebook 中分析",
|
||||
"notebook.command.runactivecell": "執行儲存格",
|
||||
"notebook.command.clearactivecellresult": "清除儲存格結果",
|
||||
"notebook.command.runallcells": "執行儲存格",
|
||||
"notebook.command.addcode": "新增程式碼儲存格",
|
||||
"notebook.command.addtext": "新增文字儲存格",
|
||||
"notebook.command.addcell": "新增儲存格",
|
||||
"title.analyzeJupyterNotebook": "在 Notebook 中分析",
|
||||
"title.newJupyterNotebook": "新增 Notebook",
|
||||
"title.openJupyterNotebook": "開啟 Notebook",
|
||||
"title.jupyter.setContext": "設定 Notebook 的內容",
|
||||
"title.jupyter.setKernel": "設定 Notebook 的核心",
|
||||
"config.jupyter.extraKernelsTitle": "額外核心",
|
||||
"config.jupyter.extraKernelsDescription": "要啟用之額外核心的識別碼",
|
||||
"config.jupyter.kernelConfigValuesDescription": "Jupyter 核心的設定選想。這會自動管理,且不建議手動編輯。",
|
||||
"title.reinstallNotebookDependencies": "重新安裝 Notebook 相依性",
|
||||
"title.configurePython": "為 Notebooks 設定 Python",
|
||||
"title.managePackages": "管理套件"
|
||||
},
|
||||
"extensions/notebook/out/dialog/managePackages/managePackagesDialog": {
|
||||
"managePackages.dialogName": "管理套件",
|
||||
"managePackages.cancelButtonText": "關閉"
|
||||
},
|
||||
"extensions/notebook/out/dialog/managePackages/installedPackagesTab": {
|
||||
"managePackages.installedTabTitle": "已安裝",
|
||||
"managePackages.pkgNameColumn": "名稱",
|
||||
"managePackages.newPkgVersionColumn": "版本",
|
||||
"managePackages.uninstallButtonText": "將選取的套件解除安裝",
|
||||
"managePackages.packageType": "套件類型",
|
||||
"managePackages.packageCount": "已找到 {0} 個 {1} 套件",
|
||||
"managePackages.confirmUninstall": "確定要將指定的套件解除安裝嗎?",
|
||||
"managePackages.backgroundUninstallStarted": "正在將 {0} 解除安裝",
|
||||
"managePackages.backgroundUninstallComplete": "已完成 {0} 的解除安裝",
|
||||
"managePackages.backgroundUninstallFailed": "無法將 {0} 解除安裝。錯誤: {1}"
|
||||
},
|
||||
"extensions/notebook/out/dialog/managePackages/addNewPackageTab": {
|
||||
"managePackages.invalidTextPlaceholder": "N/A",
|
||||
"managePackages.packageNotFound": "找不到指定的套件",
|
||||
"managePackages.searchBarPlaceholder": "搜尋 {0} 個套件",
|
||||
"managePackages.addNewTabTitle": "新增",
|
||||
"managePackages.searchButtonLabel": "搜尋",
|
||||
"managePackages.installButtonText": "安裝",
|
||||
"managePackages.packageNameTitle": "套件名稱",
|
||||
"managePackages.packageVersionTitle": "套件版本",
|
||||
"managePackages.packageSummaryTitle": "套件摘要",
|
||||
"managePackages.noVersionsFound": "無法為指定的套件找到任何有效版本",
|
||||
"managePackages.packageRequestError": "套件資訊要求失敗。錯誤: {0} {1}",
|
||||
"managePackages.backgroundInstallStarted": "正在安裝 {0} {1}",
|
||||
"managePackages.backgroundInstallComplete": "已完成 {0} {1} 的安裝",
|
||||
"managePackages.backgroundInstallFailed": "無法安裝 {0} {1}。錯誤: {2}"
|
||||
},
|
||||
"extensions/notebook/out/protocol/notebookUriHandler": {
|
||||
"notebook.unsupportedAction": "這個處理常式不支援動作 {0}",
|
||||
"unsupportedScheme": "因為只支援 HTTP 和 HTTPS 連結,所以無法開啟連結 {0}",
|
||||
"notebook.confirmOpen": "要下載並開啟 '{0}' 嗎?",
|
||||
"notebook.fileNotFound": "無法尋找指定的檔案",
|
||||
"notebook.fileDownloadError": "檔案開啟要求失敗。錯誤: {0} {1}"
|
||||
},
|
||||
"extensions/notebook/out/jupyter/serverInstance": {
|
||||
"serverStopError": "停止 Notebook 伺服器時發生錯誤: {0}",
|
||||
"notebookStartProcessExitPremature": "Notebook 處理序提前結束。錯誤: {0},StdErr 輸出: {1}",
|
||||
"jupyterError": "從 Jupyter 傳送的錯誤: {0}",
|
||||
"jupyterOutputMsgStartSuccessful": "... Jupyter 正在 {0} 中執行",
|
||||
"jupyterOutputMsgStart": "... 正在啟動 Notebook 伺服器"
|
||||
},
|
||||
"extensions/notebook/out/jupyter/jupyterSettingWriter": {
|
||||
"UnexpectedSettingType": "未預期的設定類型 {0}"
|
||||
},
|
||||
"extensions/notebook/out/jupyter/jupyterSessionManager": {
|
||||
"errorStartBeforeReady": "無法啟動工作階段,管理員尚未初始化",
|
||||
"connectionNotValid": "Spark 核心需要對 SQL Server 巨量資料叢集主要執行個體的連線。"
|
||||
},
|
||||
"extensions/notebook/out/jupyter/jupyterServerManager": {
|
||||
"shutdownError": "無法關閉 Notebook 伺服器: {0}"
|
||||
},
|
||||
"extensions/notebook/out/jupyter/jupyterServerInstallation": {
|
||||
"msgInstallPkgProgress": "正在安裝 Notebook 相依性",
|
||||
"msgPythonDownloadComplete": "Python 下載完成",
|
||||
"msgPythonDownloadError": "下載 python 設定時發生錯誤",
|
||||
"msgPythonDownloadPending": "正在下載 python 套件",
|
||||
"msgPythonUnpackPending": "正在解壓縮 python 套件",
|
||||
"msgPythonDirectoryError": "建立 python 安裝目錄時發生錯誤",
|
||||
"msgPythonUnpackError": "將 python 套件組合解壓縮時發生錯誤",
|
||||
"msgTaskName": "正在安裝 Notebook 相依性",
|
||||
"msgInstallPkgStart": "正在安裝 Notebook 相依性,請參閱 [工作] 檢視以取得詳細資訊",
|
||||
"msgInstallPkgFinish": "Notebook 相依性安裝完成",
|
||||
"msgPythonRunningError": "無法於 python 執行時覆寫現有的 Python 安裝。",
|
||||
"msgPendingInstallError": "另一個 Python 安裝正在進行。",
|
||||
"msgSkipPythonInstall": "Python 已經存在於特定位置。即將跳過安裝。",
|
||||
"msgDependenciesInstallationFailed": "安裝 Notebook 相依性失敗。錯誤: {0}",
|
||||
"msgDownloadPython": "正在下載平台的本機 python: {0} 至 {1}",
|
||||
"msgInstallStart": "正在安裝執行 Notebooks 所需的套件...",
|
||||
"msgJupyterInstallDone": "... Jupyter 安裝完成。",
|
||||
"msgInstallingSpark": "正在安裝 SparkMagic..."
|
||||
},
|
||||
"extensions/notebook/out/jupyter/jupyterNotebookProvider": {
|
||||
"errNotebookUriMissing": "筆記本路徑為必要項"
|
||||
},
|
||||
"extensions/notebook/out/jupyter/jupyterController": {
|
||||
"notebookFileType": "Notebooks",
|
||||
"unsupportedFileType": "僅支援 .ipynb Notebooks",
|
||||
"confirmReinstall": "確定要重新安裝嗎?"
|
||||
},
|
||||
"extensions/notebook/out/dialog/configurePythonDialog": {
|
||||
"configurePython.dialogName": "為 Notebooks 設定 Python",
|
||||
"configurePython.okButtonText": "安裝",
|
||||
"configurePython.cancelButtonText": "取消",
|
||||
"configurePython.browseButtonText": "瀏覽",
|
||||
"configurePython.locationTextBoxText": "Python 安裝位置",
|
||||
"configurePython.selectFileLabel": "選擇",
|
||||
"configurePython.installNote": "這個安裝需要一些時間。建議不要在安裝完成前關閉應用程式。",
|
||||
"configurePython.invalidLocationMsg": "指定的安裝位置無效。",
|
||||
"configurePython.pythonNotFoundMsg": "未於指定的位置找到任何 python 安裝。",
|
||||
"configurePython.pythonInstallDeclined": "Python 安裝已受拒絕。",
|
||||
"configurePython.installationType": "安裝類型",
|
||||
"configurePython.newInstall": "新增 Python 安裝",
|
||||
"configurePython.existingInstall": "使用現有的 Python 安裝"
|
||||
},
|
||||
"extensions/notebook/out/book/bookTreeView": {
|
||||
"openNotebookError": "無法開啟檔案 {0}: {1}",
|
||||
"openMarkdownError": "無法開啟檔案 {0}: {1}",
|
||||
"openExternalLinkError": "開啟連結 {0} 失敗: {1}",
|
||||
"openConfigFileError": "無法開啟檔案 {0}: {1}",
|
||||
"openExternalLinkCommand": "開啟外部連結",
|
||||
"openNotebookCommand": "開啟 Notebook",
|
||||
"openMarkdownCommand": "開啟 Markdown",
|
||||
"missingFileError": "缺少檔案 : {0}"
|
||||
},
|
||||
"extensions/notebook/out/common/utils": {
|
||||
"mkdirOutputMsg": "... 正在建立 {0}",
|
||||
"executeCommandProcessExited": "處理序結束。代碼: {0}"
|
||||
},
|
||||
"extensions/notebook/out/common/localizedConstants": {
|
||||
"msgYes": "是",
|
||||
"msgNo": "否",
|
||||
"msgSampleCodeDataFrame": "這個範例指令碼會將檔案載入資料框架,並顯示前 10 個結果。"
|
||||
},
|
||||
"extensions/notebook/out/extension": {
|
||||
"msgSampleCodeDataFrame": "這個範例指令碼會將檔案載入資料框架,並顯示前 10 個結果。",
|
||||
"noNotebookVisible": "沒有任何正在使用的筆記本編輯器",
|
||||
"codeCellName": "程式碼",
|
||||
"textCellName": "文字",
|
||||
"selectCellType": "您要新增什麼類型的儲存格?",
|
||||
"notebookFiles": "Notebooks"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"Copyright": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0.0",
|
||||
"contents": {
|
||||
"extensions/profiler/client/out/dialogs/profilerCreateSessionDialog": {
|
||||
"createSessionDialog.cancel": "取消",
|
||||
"createSessionDialog.create": "開始",
|
||||
"createSessionDialog.title": "開始新的分析工具工作階段",
|
||||
"createSessionDialog.templatesInvalid": "範本清單無效,無法開啟對話方塊",
|
||||
"createSessionDialog.dialogOwnerInvalid": "對話方塊擁有者無效,無法開啟對話方塊",
|
||||
"createSessionDialog.invalidProviderType": "提供者類型無效,無法開啟對話方塊",
|
||||
"createSessionDialog.selectTemplates": "選取工作階段範本:",
|
||||
"createSessionDialog.enterSessionName": "輸入工作階段名稱:",
|
||||
"createSessionDialog.createSessionFailed": "無法建立工作階段"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"Copyright": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0.0",
|
||||
"contents": {
|
||||
"extensions/resource-deployment/package": {
|
||||
"extension-displayName": "適用於 Azure Data Studio 的 SQL Server 部署延伸模組",
|
||||
"extension-description": "提供部署 Microsoft SQL Server 的筆記本式體驗",
|
||||
"deploy-sql-image-command-name": "在 Docker 上部署 SQL Server...",
|
||||
"deploy-sql-bdc-command-name": "部署 SQL Server 巨量資料叢集...",
|
||||
"deploy-resource-command-name": "部署 SQL Server…",
|
||||
"deploy-resource-command-category": "部署",
|
||||
"resource-type-sql-image-display-name": "SQL Server 容器映像",
|
||||
"resource-type-sql-image-description": "以 Docker 執行 SQL Server 容器映像",
|
||||
"resource-type-sql-bdc-display-name": "SQL Server 巨量資料叢集",
|
||||
"resource-type-sql-bdc-description": "SQL Server 巨量資料叢集,可讓您部署於 Kubernetes 上執行且可調整的 SQL Server、Spark 和 HDFS 容器叢集",
|
||||
"version-display-name": "版本",
|
||||
"sql-2017-display-name": "SQL Server 2017",
|
||||
"sql-2019-display-name": "SQL Server 2019",
|
||||
"sql-2017-docker-notebook": "./notebooks/docker/2017/deploy-sql2017-image.ipynb",
|
||||
"sql-2019-docker-notebook": "./notebooks/docker/2019/deploy-sql2019-image.ipynb",
|
||||
"sql-2019ctp31-display-name": "SQL Server 2019 巨量資料叢集 CTP 3.1",
|
||||
"bdc-deployment-target": "部署目標",
|
||||
"bdc-deployment-target-aks": "新 Azure Kubernetes Service 叢集",
|
||||
"bdc-deployment-target-existing-cluster": "現有的 Kubernetes 叢集",
|
||||
"bdc-ctp31-aks-notebook": "./notebooks/bdc/2019/ctp3-1/deploy-bdc-aks.ipynb",
|
||||
"bdc-ctp31-existing-cluster-notebook": "./notebooks/bdc/2019/ctp3-1/deploy-bdc-existing-cluster.ipynb"
|
||||
},
|
||||
"extensions/resource-deployment/out/services/tools/mssqlCtlTool": {
|
||||
"resourceDeployment.MssqlCtlDescription": "以 Python 編寫的命令列公用程式,可讓叢集系統管理員透過 REST API 進行巨量資料叢集的啟動程序和管理",
|
||||
"resourceDeployment.MssqlCtlDisplayName": "mssqlctl"
|
||||
},
|
||||
"extensions/resource-deployment/out/services/tools/kubeCtlTool": {
|
||||
"resourceDeployment.KubeCtlDescription": "可讓您對 Kubernetes 叢集執行命令的命令列工具",
|
||||
"resourceDeployment.KubeCtlDisplayName": "kubectl"
|
||||
},
|
||||
"extensions/resource-deployment/out/services/tools/dockerTool": {
|
||||
"resourceDeployment.DockerDescription": "提供在隔離容器中封裝和執行應用程式的能力",
|
||||
"resourceDeployment.DockerDisplayName": "Docker"
|
||||
},
|
||||
"extensions/resource-deployment/out/services/tools/azCliTool": {
|
||||
"resourceDeployment.AzCLIDescription": "用於管理 Azure 資源的命令列工具",
|
||||
"resourceDeployment.AzCLIDisplayName": "Azure CLI"
|
||||
},
|
||||
"extensions/resource-deployment/out/ui/resourceDeploymentDialog": {
|
||||
"deploymentDialog.title": "選擇部署選項",
|
||||
"deploymentDialog.OKButtonText": "開啟 Notebook",
|
||||
"deploymentDialog.toolNameColumnHeader": "工具",
|
||||
"deploymentDialog.toolDescriptionColumnHeader": "描述",
|
||||
"deploymentDialog.OptionsTitle": "選項",
|
||||
"deploymentDialog.RequiredToolsTitle": "所需工具"
|
||||
},
|
||||
"extensions/resource-deployment/out/services/resourceTypeService": {
|
||||
"resourceDeployment.extensionFullNameError": "找不到 package.json,或是未設定名稱/發佈者"
|
||||
},
|
||||
"extensions/resource-deployment/out/services/notebookService": {
|
||||
"resourceDeployment.notebookNotFound": "筆記本 {0} 不存在"
|
||||
},
|
||||
"extensions/resource-deployment/out/main": {
|
||||
"resourceDeployment.FailedToLoadExtension": "無法載入延伸模組: {0},在 package.json 的資源類型定義中偵測到錯誤,請查看偵錯主控台以取得詳細資料。",
|
||||
"resourceDeployment.UnknownResourceType": "資源類型: 未定義 {0}"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,318 @@
|
||||
{
|
||||
"Copyright": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0.0",
|
||||
"contents": {
|
||||
"extensions/schema-compare/package": {
|
||||
"displayName": "SQL Server 結構描述比較",
|
||||
"description": "Azure Data Studio 的 SQL Server 結構描述比較支援比較資料庫和 dacpac 的結構描述。",
|
||||
"schemaCompare.start": "結構描述比較"
|
||||
},
|
||||
"extensions/schema-compare/out/dialogs/schemaCompareOptionsDialog": {
|
||||
"SchemaCompareOptionsDialog.Ok": "確定",
|
||||
"SchemaCompareOptionsDialog.Cancel": "取消",
|
||||
"SchemaCompareOptionsDialog.Reset": "重設",
|
||||
"SchemaCompareOptionsDialog.Yes": "是",
|
||||
"SchemaCompareOptionsDialog.No": "否",
|
||||
"schemaCompareOptions.RecompareMessage": "選項已變更。要重新比較以查看比較嗎?",
|
||||
"SchemaCompare.SchemaCompareOptionsDialogLabel": "結構描述比較選項",
|
||||
"SchemaCompare.GeneralOptionsLabel": "一般選項",
|
||||
"SchemaCompare.ObjectTypesOptionsLabel": "包含物件類型",
|
||||
"SchemaCompare.IgnoreTableOptions": "忽略資料表選項",
|
||||
"SchemaCompare.IgnoreSemicolonBetweenStatements": "忽略陳述式之間的分號",
|
||||
"SchemaCompare.IgnoreRouteLifetime": "忽略路由存留期",
|
||||
"SchemaCompare.IgnoreRoleMembership": "忽略角色成員資格",
|
||||
"SchemaCompare.IgnoreQuotedIdentifiers": "忽略引號識別碼",
|
||||
"SchemaCompare.IgnorePermissions": "忽略權限",
|
||||
"SchemaCompare.IgnorePartitionSchemes": "忽略資料分隔配置",
|
||||
"SchemaCompare.IgnoreObjectPlacementOnPartitionScheme": "忽略磁碟分割配置上的物件放置",
|
||||
"SchemaCompare.IgnoreNotForReplication": "忽略不可複寫",
|
||||
"SchemaCompare.IgnoreLoginSids": "忽略登入 Sid",
|
||||
"SchemaCompare.IgnoreLockHintsOnIndexes": "忽略索引的鎖定提示",
|
||||
"SchemaCompare.IgnoreKeywordCasing": "忽略關鍵字大小寫",
|
||||
"SchemaCompare.IgnoreIndexPadding": "忽略索引填補",
|
||||
"SchemaCompare.IgnoreIndexOptions": "忽略索引選項",
|
||||
"SchemaCompare.IgnoreIncrement": "忽略增量",
|
||||
"SchemaCompare.IgnoreIdentitySeed": "忽略識別值種子",
|
||||
"SchemaCompare.IgnoreUserSettingsObjects": "忽略使用者設定物件",
|
||||
"SchemaCompare.IgnoreFullTextCatalogFilePath": "忽略全文檢索目錄 FilePath",
|
||||
"SchemaCompare.IgnoreWhitespace": "忽略空白",
|
||||
"SchemaCompare.IgnoreWithNocheckOnForeignKeys": "忽略 With Nocheck On ForeignKeys",
|
||||
"SchemaCompare.VerifyCollationCompatibility": "驗證定序相容性",
|
||||
"SchemaCompare.UnmodifiableObjectWarnings": "無法修改的物件警告",
|
||||
"SchemaCompare.TreatVerificationErrorsAsWarnings": "將驗證錯誤視為警告",
|
||||
"SchemaCompare.ScriptRefreshModule": "指令碼重新整理模組",
|
||||
"SchemaCompare.ScriptNewConstraintValidation": "指令碼新增條件約束驗證",
|
||||
"SchemaCompare.ScriptFileSize": "指令碼檔案大小",
|
||||
"SchemaCompare.ScriptDeployStateChecks": "指令碼部署 StateChecks",
|
||||
"SchemaCompare.ScriptDatabaseOptions": "指令碼資料庫選項",
|
||||
"SchemaCompare.ScriptDatabaseCompatibility": "指令碼資料庫相容性",
|
||||
"SchemaCompare.ScriptDatabaseCollation": "指令碼資料庫定序",
|
||||
"SchemaCompare.RunDeploymentPlanExecutors": "執行部署計劃執行程式",
|
||||
"SchemaCompare.RegisterDataTierApplication": "註冊 DataTier 應用程式",
|
||||
"SchemaCompare.PopulateFilesOnFileGroups": "填入檔案群組上的檔案",
|
||||
"SchemaCompare.NoAlterStatementsToChangeClrTypes": "不更改陳述式以變更 Cir 類型",
|
||||
"SchemaCompare.IncludeTransactionalScripts": "包含交易指令碼",
|
||||
"SchemaCompare.IncludeCompositeObjects": "包含複合物件",
|
||||
"SchemaCompare.AllowUnsafeRowLevelSecurityDataMovement": "允許不安全的資料列層級安全性資料移動",
|
||||
"SchemaCompare.IgnoreWithNocheckOnCheckConstraints": "忽略 With No check On Check 條件約束",
|
||||
"SchemaCompare.IgnoreFillFactor": "忽略填滿因數",
|
||||
"SchemaCompare.IgnoreFileSize": "忽略檔案大小",
|
||||
"SchemaCompare.IgnoreFilegroupPlacement": "忽略檔案群組放置",
|
||||
"SchemaCompare.DoNotAlterReplicatedObjects": "不要改變已複寫物件",
|
||||
"SchemaCompare.DoNotAlterChangeDataCaptureObjects": "不要更改異動資料擷取物件",
|
||||
"SchemaCompare.DisableAndReenableDdlTriggers": "停用再重新啟用 Ddl 觸發程序",
|
||||
"SchemaCompare.DeployDatabaseInSingleUserMode": "在單一使用者模式中部署資料庫",
|
||||
"SchemaCompare.CreateNewDatabase": "建立新的資料庫",
|
||||
"SchemaCompare.CompareUsingTargetCollation": "使用目標定序進行比較",
|
||||
"SchemaCompare.CommentOutSetVarDeclarations": "Comment Out Set Var 宣告",
|
||||
"SchemaCompare.BlockWhenDriftDetected": "當偵測到飄移時封鎖",
|
||||
"SchemaCompare.BlockOnPossibleDataLoss": "於可能遺失資料時封鎖",
|
||||
"SchemaCompare.BackupDatabaseBeforeChanges": "在變更前備份資料庫",
|
||||
"SchemaCompare.AllowIncompatiblePlatform": "允許不相容的平台",
|
||||
"SchemaCompare.AllowDropBlockingAssemblies": "允許捨棄封鎖的組件",
|
||||
"SchemaCompare.DropConstraintsNotInSource": "捨棄不在來源中的條件約束",
|
||||
"SchemaCompare.DropDmlTriggersNotInSource": "捨棄不在來源中的 Dml 觸發程序",
|
||||
"SchemaCompare.DropExtendedPropertiesNotInSource": "捨棄不在來源中的擴充屬性",
|
||||
"SchemaCompare.DropIndexesNotInSource": "捨棄不在來源中的索引",
|
||||
"SchemaCompare.IgnoreFileAndLogFilePath": "忽略檔案和記錄檔路徑",
|
||||
"SchemaCompare.IgnoreExtendedProperties": "忽略擴充屬性",
|
||||
"SchemaCompare.IgnoreDmlTriggerState": "忽略 Dml 觸發程序狀態",
|
||||
"SchemaCompare.IgnoreDmlTriggerOrder": "忽略 Dml 觸發程序順序",
|
||||
"SchemaCompare.IgnoreDefaultSchema": "忽略預設結構描述",
|
||||
"SchemaCompare.IgnoreDdlTriggerState": "忽略 Ddl 觸發程序狀態",
|
||||
"SchemaCompare.IgnoreDdlTriggerOrder": "忽略 Ddl 觸發程序順序",
|
||||
"SchemaCompare.IgnoreCryptographicProviderFilePath": "忽略密碼編譯提供者 FilePath",
|
||||
"SchemaCompare.VerifyDeployment": "驗證部署",
|
||||
"SchemaCompare.IgnoreComments": "忽略註解",
|
||||
"SchemaCompare.IgnoreColumnCollation": "忽略資料行定序",
|
||||
"SchemaCompare.IgnoreAuthorizer": "忽略授權者",
|
||||
"SchemaCompare.IgnoreAnsiNulls": "忽略 AnsiNulls",
|
||||
"SchemaCompare.GenerateSmartDefaults": "產生 SmartDefaults",
|
||||
"SchemaCompare.DropStatisticsNotInSource": "捨棄不在來源中的統計資料",
|
||||
"SchemaCompare.DropRoleMembersNotInSource": "捨棄不在來源中的角色成員",
|
||||
"SchemaCompare.DropPermissionsNotInSource": "捨棄不在來源中的權限",
|
||||
"SchemaCompare.DropObjectsNotInSource": "捨棄不在來源中的物件",
|
||||
"SchemaCompare.IgnoreColumnOrder": "忽略資料行順序",
|
||||
"SchemaCompare.Aggregates": "彙總",
|
||||
"SchemaCompare.ApplicationRoles": "應用程式角色",
|
||||
"SchemaCompare.Assemblies": "組件",
|
||||
"SchemaCompare.AssemblyFiles": "組件檔",
|
||||
"SchemaCompare.AsymmetricKeys": "非對稱金鑰",
|
||||
"SchemaCompare.BrokerPriorities": "Broker 優先權",
|
||||
"SchemaCompare.Certificates": "憑證",
|
||||
"SchemaCompare.ColumnEncryptionKeys": "資料行加密金鑰",
|
||||
"SchemaCompare.ColumnMasterKeys": "資料行主要金鑰",
|
||||
"SchemaCompare.Contracts": "合約",
|
||||
"SchemaCompare.DatabaseOptions": "資料庫選項",
|
||||
"SchemaCompare.DatabaseRoles": "資料庫角色",
|
||||
"SchemaCompare.DatabaseTriggers": "DatabaseTriggers",
|
||||
"SchemaCompare.Defaults": "預設",
|
||||
"SchemaCompare.ExtendedProperties": "擴充屬性",
|
||||
"SchemaCompare.ExternalDataSources": "外部資料來源",
|
||||
"SchemaCompare.ExternalFileFormats": "外部檔案格式",
|
||||
"SchemaCompare.ExternalTables": "外部資料表",
|
||||
"SchemaCompare.Filegroups": "檔案群組",
|
||||
"SchemaCompare.FileTables": "檔案資料表",
|
||||
"SchemaCompare.FullTextCatalogs": "全文檢索目錄",
|
||||
"SchemaCompare.FullTextStoplists": "全文檢索停用字詞表",
|
||||
"SchemaCompare.MessageTypes": "訊息類型",
|
||||
"SchemaCompare.PartitionFunctions": "資料分割函式",
|
||||
"SchemaCompare.PartitionSchemes": "資料分割配置",
|
||||
"SchemaCompare.Permissions": "權限",
|
||||
"SchemaCompare.Queues": "佇列",
|
||||
"SchemaCompare.RemoteServiceBindings": "遠端服務繫結",
|
||||
"SchemaCompare.RoleMembership": "角色成員資格",
|
||||
"SchemaCompare.Rules": "規則",
|
||||
"SchemaCompare.ScalarValuedFunctions": "純量值函式",
|
||||
"SchemaCompare.SearchPropertyLists": "搜尋屬性清單",
|
||||
"SchemaCompare.SecurityPolicies": "安全性原則",
|
||||
"SchemaCompare.Sequences": "序列",
|
||||
"SchemaCompare.Services": "服務",
|
||||
"SchemaCompare.Signatures": "簽章",
|
||||
"SchemaCompare.StoredProcedures": "StoredProcedures",
|
||||
"SchemaCompare.SymmetricKeys": "SymmetricKeys",
|
||||
"SchemaCompare.Synonyms": "同義資料表",
|
||||
"SchemaCompare.Tables": "資料表",
|
||||
"SchemaCompare.TableValuedFunctions": "資料表值函式",
|
||||
"SchemaCompare.UserDefinedDataTypes": "使用者定義的資料類型",
|
||||
"SchemaCompare.UserDefinedTableTypes": "使用者定義的資料表類型",
|
||||
"SchemaCompare.ClrUserDefinedTypes": "Clr 使用者定義的類型",
|
||||
"SchemaCompare.Users": "使用者",
|
||||
"SchemaCompare.Views": "檢視",
|
||||
"SchemaCompare.XmlSchemaCollections": "XML 結構描述集合",
|
||||
"SchemaCompare.Audits": "稽核",
|
||||
"SchemaCompare.Credentials": "認證",
|
||||
"SchemaCompare.CryptographicProviders": "密碼編譯提供者",
|
||||
"SchemaCompare.DatabaseAuditSpecifications": "資料庫稽核規格",
|
||||
"SchemaCompare.DatabaseEncryptionKeys": "資料庫加密金鑰",
|
||||
"SchemaCompare.DatabaseScopedCredentials": "資料庫範圍認證",
|
||||
"SchemaCompare.Endpoints": "端點",
|
||||
"SchemaCompare.ErrorMessages": "錯誤訊息",
|
||||
"SchemaCompare.EventNotifications": "事件告知",
|
||||
"SchemaCompare.EventSessions": "事件工作階段",
|
||||
"SchemaCompare.LinkedServerLogins": "連結的伺服器登入",
|
||||
"SchemaCompare.LinkedServers": "連結的伺服器",
|
||||
"SchemaCompare.Logins": "登入",
|
||||
"SchemaCompare.MasterKeys": "主要金鑰",
|
||||
"SchemaCompare.Routes": "路由",
|
||||
"SchemaCompare.ServerAuditSpecifications": "伺服器稽核規格",
|
||||
"SchemaCompare.ServerRoleMembership": "伺服器角色成員資格",
|
||||
"SchemaCompare.ServerRoles": "伺服器角色",
|
||||
"SchemaCompare.ServerTriggers": "伺服器觸發程序",
|
||||
"SchemaCompare.Description.IgnoreTableOptions": "指定當您發行至資料庫時,將忽略或更新資料表選項的差異。",
|
||||
"SchemaCompare.Description.IgnoreSemicolonBetweenStatements": "指定當您發行至資料庫時,應該忽略或更新 T-SQL 陳述式間之分號的差異。",
|
||||
"SchemaCompare.Description.IgnoreRouteLifetime": "指定當您發行至資料庫時,應該忽略或更新 SQL Server 將路由保留在路由表中之時間長短的差異。",
|
||||
"SchemaCompare.Description.IgnoreRoleMembership": "指定當您發行至資料庫時,應該忽略或更新登入之角色成員資格的差異。",
|
||||
"SchemaCompare.Description.IgnoreQuotedIdentifiers": "指定當您發行至資料庫時,應該忽略或更新引號識別碼設定的差異。",
|
||||
"SchemaCompare.Description.IgnorePermissions": "指定是否應該忽略權限。",
|
||||
"SchemaCompare.Description.IgnorePartitionSchemes": "指定當您發行至資料庫時,應該忽略或更新資料分割配置和函數的差異。",
|
||||
"SchemaCompare.Description.IgnoreObjectPlacementOnPartitionScheme": "指定當您發行至資料庫時,應該忽略或更新物件在資料分割配置上的位置。",
|
||||
"SchemaCompare.Description.IgnoreNotForReplication": "指定當您發行至資料庫時,應該忽略或更新不可複寫設定。",
|
||||
"SchemaCompare.Description.IgnoreLoginSids": "指定當您發行至資料庫時,應該忽略或更新安全性識別碼 (SID) 的差異。",
|
||||
"SchemaCompare.Description.IgnoreLockHintsOnIndexes": "指定當您發行至資料庫時,應該忽略或更新索引之鎖定提示的差異。",
|
||||
"SchemaCompare.Description.IgnoreKeywordCasing": "指定當您發行至資料庫時,應該忽略或更新關鍵字之大小寫的差異。",
|
||||
"SchemaCompare.Description.IgnoreIndexPadding": "指定當您發行至資料庫時,應該忽略或更新索引填補的差異。",
|
||||
"SchemaCompare.Description.IgnoreIndexOptions": "指定當您發行至資料庫時,應該忽略或更新索引選項的差異。",
|
||||
"SchemaCompare.Description.IgnoreIncrement": "指定當您發行至資料庫時,應該忽略或更新識別欄位之增量的差異。",
|
||||
"SchemaCompare.Description.IgnoreIdentitySeed": "指定當您發行更新至資料庫時,應該忽略或更新識別欄位之種子的差異。",
|
||||
"SchemaCompare.Description.IgnoreUserSettingsObjects": "指定當您發行至資料庫時,將忽略或更新使用者設定物件的差異。",
|
||||
"SchemaCompare.Description.IgnoreFullTextCatalogFilePath": "指定當您發行至資料庫時,應該忽略全文檢索目錄之檔案路徑的差異或應該發出警告。",
|
||||
"SchemaCompare.Description.IgnoreWhitespace": "指定當您發行至資料庫時,將忽略或更新空白字元的差異。",
|
||||
"SchemaCompare.Description.IgnoreWithNocheckOnForeignKeys": "指定當您發行至資料庫時,將忽略或更新外部索引鍵之 WITH NOCHECK 子句值的差異。",
|
||||
"SchemaCompare.Description.VerifyCollationCompatibility": "指定是否驗證定序相容性。",
|
||||
"SchemaCompare.Description.UnmodifiableObjectWarnings": "指定在無法修改的物件中發現差異時 (例如檔案的檔案大小或檔案路徑不同) 是否應該產生警告。",
|
||||
"SchemaCompare.Description.TreatVerificationErrorsAsWarnings": "指定是否應該將發行驗證期間所發生的錯誤視為警告。系統會先針對產生的部署計畫執行檢查,之後再針對您的目標資料庫執行計畫。計畫驗證會偵測出遺漏僅限於目標的物件 (例如索引) 這類必須卸除後才能進行變更的問題。驗證也會偵測因為參考複合物件而有相依性 (例如資料表或檢視) 存在,但是卻不存在目標資料庫中的情況。您可以選擇執行這個動作,以取得所有問題的清單,而不讓發行動作在第一次錯誤時就停止。",
|
||||
"SchemaCompare.Description.ScriptRefreshModule": "在發行指令碼的結尾包含重新整理陳述式。",
|
||||
"SchemaCompare.Description.ScriptNewConstraintValidation": "在發行結束時,系統會將所有條件約束當做單一集合進行驗證,避免檢查或外部索引鍵條件約束在發行進行中導致資料錯誤。如果設定為 False,系統將會發行您的條件約束,但不檢查對應的資料。",
|
||||
"SchemaCompare.Description.ScriptFileSize": "控制將檔案加入 filegroup 時是否指定大小。",
|
||||
"SchemaCompare.Description.ScriptDeployStateChecks": "指定是否在發行指令碼中產生陳述式,來驗證資料庫名稱和伺服器名稱是否符合資料庫專案中指定的名稱。",
|
||||
"SchemaCompare.Description.ScriptDatabaseOptions": "指定是否應該在發行動作中設定或更新目標資料庫屬性。",
|
||||
"SchemaCompare.Description.ScriptDatabaseCompatibility": "指定當您發行至資料庫時,應該忽略或更新資料庫相容性的差異。",
|
||||
"SchemaCompare.Description.ScriptDatabaseCollation": "指定當您發行至資料庫時,應該忽略或更新資料庫定序的差異。",
|
||||
"SchemaCompare.Description.RunDeploymentPlanExecutors": "指定其他作業執行時,是否應該執行 DeploymentPlanExecutor 參與者。",
|
||||
"SchemaCompare.Description.RegisterDataTierApplication": "指定結構描述是否向資料庫伺服器註冊。",
|
||||
"SchemaCompare.Description.PopulateFilesOnFileGroups": "指定在目標資料庫中建立新 FileGroup 時,是否一併建立新檔案。",
|
||||
"SchemaCompare.Description.NoAlterStatementsToChangeClrTypes": "指定發佈應在有差異時一律捨棄並重新建立組件,而非發出 ALTER ASSEMBLY 陳述式",
|
||||
"SchemaCompare.Description.IncludeTransactionalScripts": "指定當您發行至資料庫時,是否應該盡可能使用交易陳述式。",
|
||||
"SchemaCompare.Description.IncludeCompositeObjects": "將所有複合項目包含在單一發行作業中。",
|
||||
"SchemaCompare.Description.AllowUnsafeRowLevelSecurityDataMovement": "若此屬性設定為 true,請勿封鎖具有資料列層級安全性之資料表的資料移動 (data motion)。預設為 false。",
|
||||
"SchemaCompare.Description.IgnoreWithNocheckOnCheckConstraints": "指定當您發行至資料庫時,將忽略或更新檢查條件約束之 WITH NOCHECK 子句值的差異。",
|
||||
"SchemaCompare.Description.IgnoreFillFactor": "指定當您發行至資料庫時,應該忽略索引儲存體之填滿因數的差異或應該發出警告。",
|
||||
"SchemaCompare.Description.IgnoreFileSize": "指定當您發行至資料庫時,應該忽略檔案大小的差異或應該發出警告。",
|
||||
"SchemaCompare.Description.IgnoreFilegroupPlacement": "指定當您發行至資料庫時,應該忽略或更新 FILEGROUP 中物件位置的差異。",
|
||||
"SchemaCompare.Description.DoNotAlterReplicatedObjects": "指定驗證期間是否識別有複寫的物件。",
|
||||
"SchemaCompare.Description.DoNotAlterChangeDataCaptureObjects": "如果為 true,則不會改變變更資料擷取物件。",
|
||||
"SchemaCompare.Description.DisableAndReenableDdlTriggers": "指定是否在發行程序開始時停用 Data Definition Language (DDL) 觸發程序,並在發行動作結束時重新啟用。",
|
||||
"SchemaCompare.Description.DeployDatabaseInSingleUserMode": "若為 true,則會在部署前將資料庫設為單一使用者模式。",
|
||||
"SchemaCompare.Description.CreateNewDatabase": "指定當您發行至資料庫時,應該更新目標資料庫或應該卸除並重新建立目標資料庫。",
|
||||
"SchemaCompare.Description.CompareUsingTargetCollation": "這項設定會指出部署期間的資料庫定序處理方式; 根據預設,如果目標資料庫的定序與來源所指定的定序不相符,就會受到更新。設定此選項時,應使用目標資料庫 (或伺服器) 的定序。",
|
||||
"SchemaCompare.Description.CommentOutSetVarDeclarations": "指定在產生的發行指令碼中是否應該將 SETVAR 變數的宣告標記為註解。如果您計畫在使用 SQLCMD.EXE 一類工具進行發行時在命令列指定值,就可以選擇這種作法。",
|
||||
"SchemaCompare.Description.BlockWhenDriftDetected": "指定是否封鎖更新結構描述不再符合註冊或已取消註冊的資料庫。",
|
||||
"SchemaCompare.Description.BlockOnPossibleDataLoss": "指定如果發行作業可能導致資料遺失,就應該終止發行事件。",
|
||||
"SchemaCompare.Description.BackupDatabaseBeforeChanges": "在部署任何變更之前,先備份資料庫。",
|
||||
"SchemaCompare.Description.AllowIncompatiblePlatform": "指定儘管 SQL Server 平台不相容,是否仍要嘗試動作。",
|
||||
"SchemaCompare.Description.AllowDropBlockingAssemblies": "這個屬性是供 SqlClr 部署用來使任何封鎖的組件會在部署計畫中卸除。根據預設,如果必須卸除任何參考組件,則該封鎖/參考組件將會封鎖組件更新。",
|
||||
"SchemaCompare.Description.DropConstraintsNotInSource": "指定當您發行至資料庫時,是否要從目標資料庫中卸除不存在資料庫快照集 (.dacpac) 檔案中的條件約束。",
|
||||
"SchemaCompare.Description.DropDmlTriggersNotInSource": "指定當您發行至資料庫時,是否要從目標資料庫中卸除不存在資料庫快照集 (.dacpac) 檔案中的 DML 觸發程序。",
|
||||
"SchemaCompare.Description.DropExtendedPropertiesNotInSource": "指定當您發行至資料庫時,是否要從目標資料庫中卸除不存在資料庫快照集 (.dacpac) 檔案中的擴充屬性。",
|
||||
"SchemaCompare.Description.DropIndexesNotInSource": "指定當您發行至資料庫時,是否要從目標資料庫中卸除不存在資料庫快照集 (.dacpac) 檔案中的索引。",
|
||||
"SchemaCompare.Description.IgnoreFileAndLogFilePath": "指定當您發行至資料庫時,應該忽略或更新檔案和記錄檔之路徑的差異。",
|
||||
"SchemaCompare.Description.IgnoreExtendedProperties": "指定是否應該忽略擴充屬性。",
|
||||
"SchemaCompare.Description.IgnoreDmlTriggerState": "指定當您發行至資料庫時,應該忽略或更新 DML 觸發程序之啟用或停用狀態的差異。",
|
||||
"SchemaCompare.Description.IgnoreDmlTriggerOrder": "指定當您發行至資料庫時,應該忽略或更新 Data Manipulation Language (DML) triggers 的順序差異。",
|
||||
"SchemaCompare.Description.IgnoreDefaultSchema": "指定當您發行至資料庫時,應該忽略或更新預設結構描述的差異。",
|
||||
"SchemaCompare.Description.IgnoreDdlTriggerState": "指定當您發行至資料庫時,應該忽略或更新 Data Definition Language (DDL) triggers 之啟用或停用狀態的差異。",
|
||||
"SchemaCompare.Description.IgnoreDdlTriggerOrder": "指定當您發行至資料庫或伺服器時,應該忽略或更新 Data Definition Language (DDL) triggers 的順序差異。",
|
||||
"SchemaCompare.Description.IgnoreCryptographicProviderFilePath": "指定當您發行至資料庫時,應該忽略或更新密碼編譯提供者之檔案路徑的差異。",
|
||||
"SchemaCompare.Description.VerifyDeployment": "指定是否應該先執行檢查,以防止發行因為出現阻止發行成功的問題而停止發行動作。例如,如果目標資料庫有不存在資料庫專案中的外部索引鍵,該外部索引鍵會在發行時造成錯誤,則您的發行動作就可能會停止。",
|
||||
"SchemaCompare.Description.IgnoreComments": "指定當您發行至資料庫時,應該忽略或更新註解的差異。",
|
||||
"SchemaCompare.Description.IgnoreColumnCollation": "指定當您發行至資料庫時,應該忽略或更新資料行定序的差異。",
|
||||
"SchemaCompare.Description.IgnoreAuthorizer": "指定當您發行至資料庫時,應該忽略或更新授權者的差異。",
|
||||
"SchemaCompare.Description.IgnoreAnsiNulls": "指定當您發行至資料庫時,應該忽略或更新 ANSI NULLS 設定的差異。",
|
||||
"SchemaCompare.Description.GenerateSmartDefaults": "在更新含有資料且資料行不允許 null 值的資料表時,自動提供預設值。",
|
||||
"SchemaCompare.Description.DropStatisticsNotInSource": "指定當您發行至資料庫時,是否要從目標資料庫卸除不存在資料庫快照集 (.dacpac) 檔案中的統計資料。",
|
||||
"SchemaCompare.Description.DropRoleMembersNotInSource": "指定是否要在您對資料庫發佈更新時,將未於資料庫快照集 (.dacpac) 檔案中定義的角色成員從目標資料庫捨棄。</",
|
||||
"SchemaCompare.Description.DropPermissionsNotInSource": "指定當您發行更新至資料庫時,是否要從目標資料庫中卸除不存在資料庫快照集 (.dacpac) 檔案中的權限。",
|
||||
"SchemaCompare.Description.DropObjectsNotInSource": "指定當您發行至資料庫時,是否要從目標資料庫卸除不存在於資料庫快照集 (.dacpac) 檔案中的物件。這個值的優先順序高過 DropExtendedProperties。",
|
||||
"SchemaCompare.Description.IgnoreColumnOrder": "指定當您發行至資料庫時,是否應略過或更新資料表資料行順序的差異。"
|
||||
},
|
||||
"extensions/schema-compare/out/dialogs/schemaCompareDialog": {
|
||||
"schemaCompareDialog.ok": "確定",
|
||||
"schemaCompareDialog.cancel": "取消",
|
||||
"schemaCompareDialog.SourceTitle": "來源",
|
||||
"schemaCompareDialog.TargetTitle": "目標",
|
||||
"schemaCompareDialog.fileTextBoxLabel": "FILE",
|
||||
"schemaCompare.dacpacRadioButtonLabel": "資料層應用程式檔案 (.dacpac)",
|
||||
"schemaCompare.databaseButtonLabel": "資料庫",
|
||||
"schemaCompare.radioButtonsLabel": "型別",
|
||||
"schemaCompareDialog.serverDropdownTitle": "伺服器",
|
||||
"schemaCompareDialog.databaseDropdownTitle": "資料庫",
|
||||
"schemaCompare.noActiveConnectionsText": "沒有使用中的連接",
|
||||
"schemaCompare.dialogTitle": "結構描述比較",
|
||||
"schemaCompareDialog.differentSourceMessage": "已選取其他來源結構描述。要比較以查看比較嗎?",
|
||||
"schemaCompareDialog.differentTargetMessage": "已選取其他目標結構描述。要比較以查看比較嗎?",
|
||||
"schemaCompareDialog.differentSourceTargetMessage": "已選取不同的來源和結構描述。要比較以查看比較嗎?",
|
||||
"schemaCompareDialog.Yes": "是",
|
||||
"schemaCompareDialog.No": "否",
|
||||
"schemaCompare.openFile": "開啟",
|
||||
"schemaCompareDialog.defaultUser": "預設"
|
||||
},
|
||||
"extensions/schema-compare/out/schemaCompareMainWindow": {
|
||||
"schemaCompare.CompareDetailsTitle": "比較詳細資料",
|
||||
"schemaCompare.ApplyConfirmation": "確定要更新目標嗎?",
|
||||
"schemaCompare.RecompareToRefresh": "按下 [比較] 即可重新整理比較。",
|
||||
"schemaCompare.generateScriptEnabledButton": "產生指令碼以將變更部署至目標",
|
||||
"schemaCompare.generateScriptNoChanges": "指令碼沒有任何變更",
|
||||
"schemaCompare.applyButtonEnabledTitle": "將變更套用至目標",
|
||||
"schemaCompare.applyNoChanges": "沒有任何要套用的變更",
|
||||
"schemaCompare.deleteAction": "刪除",
|
||||
"schemaCompare.changeAction": "變更",
|
||||
"schemaCompare.addAction": "加入",
|
||||
"schemaCompare.Title": "結構描述比較",
|
||||
"schemaCompare.sourceLabel": "來源",
|
||||
"schemaCompare.targetLabel": "目標",
|
||||
"schemaCompare.switchLabel": "➔",
|
||||
"schemaCompare.waitText": "正在將比較初始化。這可能需要一些時間。",
|
||||
"schemaCompare.startText": "若要比較兩個結構描述,請先選取來源結構描述,然後按下 [比較]。",
|
||||
"schemaCompare.noDifferences": "找不到任何結構描述差異。",
|
||||
"schemaCompare.compareErrorMessage": "結構描述比較失敗: {0}",
|
||||
"schemaCompare.typeColumn": "型別",
|
||||
"schemaCompare.sourceNameColumn": "來源名稱",
|
||||
"schemaCompare.includeColumnName": "包含",
|
||||
"schemaCompare.actionColumn": "動作",
|
||||
"schemaCompare.targetNameColumn": "目標名稱",
|
||||
"schemaCompare.generateScriptButtonDisabledTitle": "當目標為資料庫時,會啟用產生指令碼",
|
||||
"schemaCompare.applyButtonDisabledTitle": "當目標為資料庫時會啟用套用",
|
||||
"schemaCompare.compareButton": "比較",
|
||||
"schemaCompare.compareButtonTitle": "比較",
|
||||
"schemaCompare.cancelCompareButton": "停止",
|
||||
"schemaCompare.cancelCompareButtonTitle": "停止",
|
||||
"schemaCompare.cancelErrorMessage": "取消結構描述比較失敗: '{0}'",
|
||||
"schemaCompare.generateScriptButton": "產生指令碼",
|
||||
"schemaCompare.generateScriptErrorMessage": "無法產生指令碼: '{0}'",
|
||||
"schemaCompare.optionsButton": "選項",
|
||||
"schemaCompare.optionsButtonTitle": "選項",
|
||||
"schemaCompare.updateButton": "套用",
|
||||
"schemaCompare.ApplyYes": "是",
|
||||
"schemaCompare.updateErrorMessage": "結構描述比較套用失敗 '{0}'",
|
||||
"schemaCompare.switchDirectionButton": "切換方向",
|
||||
"schemaCompare.switchButtonTitle": "切換來源和目標",
|
||||
"schemaCompare.sourceButtonTitle": "選取來源",
|
||||
"schemaCompare.targetButtonTitle": "選取目標",
|
||||
"schemaCompare.openScmpButton": "開啟 .scmp 檔案",
|
||||
"schemaCompare.openScmpButtonTitle": "載入儲存在 .scmp 檔案中的來源、目標和選項",
|
||||
"schemaCompare.openFile": "開啟",
|
||||
"schemaCompare.openScmpErrorMessage": "無法開啟 scmp: '{0}'",
|
||||
"schemaCompare.saveScmpButton": "儲存 .scmp 檔案",
|
||||
"schemaCompare.saveScmpButtonTitle": "儲存來源和目標、選項及排除的元素",
|
||||
"schemaCompare.saveFile": "儲存",
|
||||
"schemaCompare.saveScmpErrorMessage": "無法儲存 scmp: '{0}'"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user