mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
[Loc] Massive fix for March Langpack (#22180)
This commit is contained in:
@@ -42,8 +42,8 @@
|
||||
"azure.NoAuthMethod.Available": "沒有任何可用的 Azure 驗證方法。您必須在 ADS 組態中啟用驗證方法。",
|
||||
"azure.NoAuthMethod.Selected": "未選取任何 Azure 驗證方法。您必須選取要使用的驗證方法。",
|
||||
"azure.deprecatedGetSecurityToken": "已對 azdata.accounts.getSecurityToken 發出呼叫,此方法已淘汰,並將於日後的版本中移除。請改用 getAccountSecurityToken。",
|
||||
"genericTokenError": "Failed to get token",
|
||||
"msalTokenError": "{0} occurred when acquiring token. \r\n{1}"
|
||||
"genericTokenError": "無法取得權杖",
|
||||
"msalTokenError": "取得權杖時發生{0}。\r\n{1}"
|
||||
},
|
||||
"dist/account-provider/azureAccountProviderService": {
|
||||
"clearTokenCacheFailure": "無法清除權杖快取",
|
||||
|
||||
@@ -216,6 +216,7 @@
|
||||
"mssql.connectionOptions.workstationId.description": "連線至 SQL Server 的工作站名稱",
|
||||
"mssql.connectionOptions.workstationId.displayName": "工作站識別碼",
|
||||
"mssql.disabled": "已停用",
|
||||
"mssql.enableSqlAuthenticationProvider": "Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.",
|
||||
"mssql.enabled": "已啟用",
|
||||
"mssql.executionPlan.actualNumberOfRowsForAllExecutions": "使用所有執行的最大實際資料列數來醒目提示執行計畫作業。",
|
||||
"mssql.executionPlan.cost": "以最高成本醒目提示執行計畫作業。",
|
||||
@@ -242,12 +243,13 @@
|
||||
"mssql.logFilesRemovalLimit": "具有到期的 logRetentionMinutes,且要於啟動時移除的舊檔案數上限。因為此限制而未清除的檔案,將於下次 Azure Data Studio 啟動時受到清除。",
|
||||
"mssql.logRetentionMinutes": "為後端服務保留記錄檔的分鐘數。預設為 1 週。",
|
||||
"mssql.objectExplorer.disableGroupBySchema": "依架構停用群組",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: Disable Group By Schema",
|
||||
"mssql.objectExplorer.disableGroupBySchemaTitle": "SQL Server: 依結構描述停用群組",
|
||||
"mssql.objectExplorer.enableGroupBySchema": "依架構啟用群組",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: Enable Group By Schema",
|
||||
"mssql.objectExplorer.enableGroupBySchemaTitle": "SQL Server: 依結構描述啟用群組",
|
||||
"mssql.objectExplorer.expandTimeout": "在物件總管中展開節點的逾時秒數。預設值為 45 秒。",
|
||||
"mssql.objectExplorer.groupBySchema": "啟用時,物件總管中的資料庫物件會依架構分類。",
|
||||
"mssql.parallelMessageProcessing": "[實驗性] 是否應該平行處理對 SQL Tools Service 的要求。這是為了發現探索平行處理所有要求時可能的問題。預設值為 FALSE。當變更值時,需要重新啟動 ADS。",
|
||||
"mssql.parallelMessageProcessing": "[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Azure Data Studio is required to be relaunched when the value is changed.",
|
||||
"mssql.piiLogging": "[Optional] Should Personally Identifiable Information (PII) be logged in the log file.",
|
||||
"mssql.provider.displayName": "Microsoft SQL Server",
|
||||
"mssql.query.alwaysEncryptedParameterization": "啟用 Always Encrypted 的參數化",
|
||||
"mssql.query.ansiDefaults": "啟用 SET ANSI_DEFAULTS",
|
||||
|
||||
@@ -171,12 +171,12 @@
|
||||
"sql.migration.dashboard.help.description.dmsGuide": "移轉文章的中樞,提供在 Azure 中移轉和讓資料資產現代化的逐步指引。",
|
||||
"sql.migration.dashboard.help.description.mi": "將資料庫從 SQL Server 執行個體 (內部部署或 Azure 虛擬機器) 移轉到 Azure SQL 受控執行個體的逐步教學課程,停機時間最短。",
|
||||
"sql.migration.dashboard.help.description.migrateUsingADS": "Azure Data Studio 的 Azure SQL 移轉擴充功能提供評估、取得正確大小的 Azure 建議,以及將 SQL Server 資料庫移轉至 Azure 的功能。",
|
||||
"sql.migration.dashboard.help.description.sqldb": "A step-by-step tutorial to migrate databases from a SQL Server instance (on-premises or Azure Virtual Machines) to Azure SQL Database.",
|
||||
"sql.migration.dashboard.help.description.sqldb": "將資料庫從 SQL Server 執行個體 (內部部署或 Azure 虛擬機器) 移轉至 Azure SQL 資料庫的逐步教學課程。",
|
||||
"sql.migration.dashboard.help.description.vm": "將資料庫從 SQL Server 執行個體 (內部部署) 移轉到 Azure 虛擬機器上 SQL Server 的逐步教學課程,停機時間最短。",
|
||||
"sql.migration.dashboard.help.link.dmsGuide": "Azure 資料庫移轉指南",
|
||||
"sql.migration.dashboard.help.link.mi": "教學課程: 移轉至 Azure SQL 受控執行個體 (線上)",
|
||||
"sql.migration.dashboard.help.link.migrateUsingADS": "使用 Azure Data Studio 來移轉資料庫",
|
||||
"sql.migration.dashboard.help.link.sqldb": "Tutorial: Migrate to SQL Server on Azure SQL Database (offline)",
|
||||
"sql.migration.dashboard.help.link.sqldb": "教學課程: 移轉至 Azure SQL Database 上的 SQL Server (離線)",
|
||||
"sql.migration.dashboard.help.link.vm": "教學課程: 在 Azure 虛擬機器上移轉至 SQL Server (線上)",
|
||||
"sql.migration.dashboard.help.title": "說明文章及影片連結",
|
||||
"sql.migration.dashboard.login.migrate.task.button": "將登入移轉至 Azure SQL",
|
||||
@@ -563,7 +563,7 @@
|
||||
"sql.migration.sku.percentile": "第 {0} 個百分位數",
|
||||
"sql.migration.sku.recommendation": "Azure 建議 (預覽)",
|
||||
"sql.migration.sku.recommendation.view.assessment.mi": "若要移轉至 Azure SQL 受控執行個體,請檢視評定結果並選取一或多個資料庫。",
|
||||
"sql.migration.sku.recommendation.view.assessment.sqldb": "To migrate to Azure SQL Database, view assessment results and select one or more databases.",
|
||||
"sql.migration.sku.recommendation.view.assessment.sqldb": "若要移轉至 Azure SQL Database,請檢視評定結果並選取一或多個資料庫。",
|
||||
"sql.migration.sku.recommendation.view.assessment.vm": "若要移轉至 Azure 虛擬機器上的 SQL Server,請檢視評定結果並選取一或多個資料庫。",
|
||||
"sql.migration.sku.recommendationReason": "建議原因",
|
||||
"sql.migration.sku.recommendations": "建議",
|
||||
@@ -759,7 +759,7 @@
|
||||
"sql.migration.username": "使用者名稱",
|
||||
"sql.migration.username.label": "目標使用者名稱",
|
||||
"sql.migration.username.placeholder": "輸入目標使用者名稱",
|
||||
"sql.migration.validate.error.gatewaytimeout": "A time-out was encountered while validating a resource connection. Learn more: https://aka.ms/dms-migrations-troubleshooting.",
|
||||
"sql.migration.validate.error.gatewaytimeout": "驗證資源連線時發生逾時。深入了解: https://aka.ms/dms-migrations-troubleshooting.",
|
||||
"sql.migration.validate.ir.column.status": "狀態",
|
||||
"sql.migration.validate.ir.column.validation.steps": "驗證步驟",
|
||||
"sql.migration.validate.ir.completed.errors": "驗證完成,錯誤如下:{0}{1}",
|
||||
|
||||
@@ -11344,7 +11344,7 @@
|
||||
"incompatible": "無法安裝延伸模組 '{1}' 的版本 '{0}',因為它與 Azure Data Studio '{2}' 不相容。更新為 Azure Data Studio {3} 以安裝延伸模組。",
|
||||
"installExtensionCompletedAndReloadRequired": "延伸模組 {0} 安裝完成。請重新載入 Azure Data Studio 以啟用此延伸模組。",
|
||||
"maxMemoryForLargeFilesMB": "控制當嘗試開啟大型檔案時,Azure Data Studio 在重新啟動後可用的記憶體。效果與在命令列上指定 `--max-memory=NEWSIZE` 相同。",
|
||||
"miNewDeployment": "New &&Deployment...",
|
||||
"miNewDeployment": "新部署(&&D)…",
|
||||
"miNewNotebook": "新增筆記本(&&N)",
|
||||
"miNewQuery": "新增查詢(&&Q)",
|
||||
"miinstallVsix": "從 VSIX 套件安裝延伸模組",
|
||||
@@ -12417,9 +12417,6 @@
|
||||
"nextSearchItemAction": "下一個相符項目",
|
||||
"previousSearchItemAction": "上一個相符項目"
|
||||
},
|
||||
"sql/workbench/contrib/executionPlan/common/executionPlanInput": {
|
||||
"epCompare.executionPlanEditorName": "ExecutionPlan"
|
||||
},
|
||||
"sql/workbench/contrib/extensions/browser/contributionRenders": {
|
||||
"insight condition": "時間",
|
||||
"insightId": "識別碼",
|
||||
@@ -13336,8 +13333,8 @@
|
||||
},
|
||||
"sql/workbench/services/accountManagement/browser/accountManagementService": {
|
||||
"accountManagementService.close": "關閉",
|
||||
"addAccountFailedCodeMessage": "{0} \r\nError Message: {1}",
|
||||
"addAccountFailedGenericMessage": "Adding account failed, check Azure Accounts log for more info.",
|
||||
"addAccountFailedCodeMessage": "{0} \r\n錯誤訊息: {1}",
|
||||
"addAccountFailedGenericMessage": "新增帳戶失敗,如需詳細資訊,請查看 Azure 帳戶記錄。",
|
||||
"addAccountFailedMessage": "{0}",
|
||||
"loggingIn": "正在新增帳戶...",
|
||||
"refreshCanceled": "使用者已取消重新整理帳戶",
|
||||
@@ -13515,6 +13512,8 @@
|
||||
"warning": "警告"
|
||||
},
|
||||
"sql/workbench/services/executionPlan/common/executionPlanService": {
|
||||
"executionPlanService.ensureCapabilitiesRegistered": "Provider with id {0} was not registered after 30 seconds.",
|
||||
"executionPlanService.ensureFileExtensionHandlerRegistered": "Execution plan provider which supports file format '{0}' was not registered after 30 seconds.",
|
||||
"noHandlerRegistered": "未登錄有效的執行計畫處理常式",
|
||||
"providerIdNotValidError": "需要有效的提供者才能與 ExecutionPlanService 互動",
|
||||
"selectExecutionPlanProvider": "選取要開啟執行計畫的提供者"
|
||||
@@ -13951,6 +13950,9 @@
|
||||
},
|
||||
"sql/workbench/services/dialog/browser/wizardNavigation.component": {
|
||||
"wizardNavigation.stepName": "步驟 {0}: {1}"
|
||||
},
|
||||
"sql/workbench/contrib/executionPlan/browser/executionPlanInput": {
|
||||
"epCompare.executionPlanEditorName": "ExecutionPlan"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user