Files
azuredatastudio/i18n/ads-language-pack-zh-hant/translations/extensions/Microsoft.resource-deployment.i18n.json
Alex Ma 523dd8ad4b 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
2023-09-14 10:10:49 -07:00

381 lines
28 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"": [
"--------------------------------------------------------------------------------------------",
"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": {
"deploymentDialog.RecheckEulaButton": "接受 EULA 並選取",
"resourceTypePickerDialog.resourceTypeCategoryAll": "全部",
"resourceDeployment.FailedToOpenNotebook": "開啟輸出筆記本時發生錯誤。{1}{2}。",
"getIsPassword.unknownVariableName": "嘗試取得未知變數 {0} 的 isPassword",
"getVariableValue.unknownVariableName": "嘗試取得未知變數 {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.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": "檢視錯誤詳細資料",
"optionsTypeNotFound": "當 FieldInfo.options 為物件時,其必須具有 'optionsType' 屬性",
"optionsTypeRadioOrDropdown": "若 optionsType 並非 {0},則一定是 {1}",
"azure.yes": "是"
},
"dist/main": {
"resourceDeployment.UnknownResourceType": "資源類型: 未定義 {0}"
},
"dist/services/notebookService": {
"resourceDeployment.notebookNotFound": "筆記本 {0} 不存在"
},
"dist/services/platformService": {
"platformService.RunCommand.IgnoringError": "\t>>> 正在忽略執行中的錯誤並繼續工具部署",
"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.AzCLIDisplayName": "Azure CLI",
"resourceDeployment.AzCLIDescription": "管理 Azure 資源",
"resourceDeployment.AziCli.AddingAzureCliRepositoryInformation": "正在新增 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.AptGetUpdateAgain": "正再次更新存放庫資訊,以取得 azure-cli…",
"resourceDeployment.AziCli.AptGetUpdate": "正在更新存放庫資訊,然後再安裝 azure-cli…",
"resourceDeployment.AziCli.UpdatingBrewRepository": "正在更新 Brew 存放庫以安裝 azure-cli…"
},
"dist/services/tools/dockerTool": {
"resourceDeployment.DockerDescription": "封裝應用程式並在隔離的容器中執行",
"resourceDeployment.DockerDisplayName": "Docker"
},
"dist/services/tools/kubeCtlTool": {
"resourceDeployment.KubeCtlDescription": "對 Kubernetes 叢集執行命令",
"resourceDeployment.invalidKubectlVersionOutput": "無法剖析 kubectl 版本命令輸出: \"{0}\"",
"resourceDeployment.Kubectl.AddingKubectlRepositoryInformation": "正在新增 kubectl 存放庫資訊…",
"resourceDeployment.Kubectl.BackupCurrentBinary": "正在備份安裝位置中任何現有的 kubectl…",
"resourceDeployment.Kubectl.CleaningUpOldBackups": "正在清除安裝位置中任何先前備份的版本 (如果有的話)…",
"resourceDeployment.Kubectl.DeletePreviousDownloadedKubectl": "正在刪除先前下載的 kubectl (如果有的話)…",
"resourceDeployment.Kubectl.DeletePreviousDownloadedKubectl.exe": "正在刪除先前下載的 kubectl.exe (如果有的話)…",
"resourceDeployment.Kubectl.DownloadingAndInstallingKubectl": "正在下載並安裝最新的 kubectl.exe…",
"resourceDeployment.Kubectl.DownloadAndInstallingSigningKey": "正在下載並安裝 kubectl 的簽署金鑰…",
"resourceDeployment.Kubectl.DownloadingKubectl": "正在下載最新的 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.AptGetUpdate": "正在更新存放庫資訊…",
"resourceDeployment.Kubectl.UpdatingBrewRepository": "正在更新您的 brew 存放庫以安裝 kubectl…"
},
"dist/services/tools/toolBase": {
"toolBase.getPip3InstallationLocation.LocationNotFound": " 在輸出中找不到「位置」:",
"toolBase.getPip3InstallationLocation.Output": " 輸出:",
"toolBase.ManualUninstallCommand": " 使用此命令是可行的解除安裝方法:{0} >{1}",
"toolBase.installCore.CannotInstallTool": "因為 OS 發行版的安裝命令未知,所以無法安裝工具:{0}::{1}。請手動安裝 {0} 後再繼續",
"deploymentDialog.ToolStatus.Error": "錯誤",
"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.addInstallationSearchPathsToSystemPath.SearchPaths": "工具 '{0}' 的搜尋路徑: {1}",
"toolBase.SeeOutputChannel": "{0}如需詳細資料,請參閱輸出通道 '{1}'",
"deploymentDialog.ToolInformationalMessage.Brew": "•\t工具的部署需要 brew而且必須預先安裝才能部署必要工具",
"deploymentDialog.ToolInformationalMessage.Curl": "•\t安裝需要 curl而且必須預先安裝才能部署必要工具"
},
"dist/ui/deployAzureSQLDBWizard/constants": {
"deployAzureSQLDB.AzureSettingsPageTitle": "Azure SQL Database - Azure 帳戶設定",
"deployAzureSQLDB.AzureAccountDropdownLabel": "Azure 帳戶",
"deployAzureSQLDB.AzureSettingsSummaryPageTitle": "Azure 帳戶設定",
"deployAzureSQLDB.CollationNameSummaryLabel": "資料庫的定序",
"deployAzureSQLDB.FirewallToggleLabel": "建立防火牆規則",
"deployAzureSQLDB.FirewallRuleDescription": "建立本機用戶端 IP 的防火牆規則,以便在建立完成後透過 Azure Data Studio 連線到您的資料庫。",
"deployAzureSQLDB.CollationNameLabel": "資料庫定序",
"deployAzureSQLDB.DatabaseSettingsPageTitle": "資料庫設定",
"deployAzureSQLDB.NewSQLDBTitle": "部署 Azure SQL DB",
"deployAzureSQLDB.IpAddressInfoLabel": "請以 IPv4 格式輸入 IP 位址。",
"deployAzureSQLDB.FirewallRuleNameLabel": "防火牆規則名稱",
"deployAzureSQLDB.EndIpAddressShortLabel": "最大 IP 位址",
"deployAzureSQLDB.EndIpAddressLabel": "防火牆 IP 範圍內的最大 IP 位址",
"deployAzureSQLDB.StartIpAddressShortLabel": "最小 IP 位址",
"deployAzureSQLDB.StartIpAddressLabel": "防火牆 IP 範圍內的最小 IP 位址",
"deployAzureSQLDB.MissingRequiredInfoError": "請填寫標有紅色星號的必要欄位。",
"deployAzureSQLDB.ResourceGroup": "資源群組",
"deployAzureSQLDB.DatabaseNameLabel": "SQL 資料庫名稱",
"deployAzureSQLDB.ScriptToNotebook": "編寫指令碼到筆記本",
"deployAzureSQLDB.AzureDatabaseServersDropdownLabel": "伺服器",
"deployAzureSQLDB.AzureSubscriptionDropdownLabel": "訂用帳戶"
},
"dist/ui/deployAzureSQLDBWizard/pages/azureSettingsPage": {
"deployAzureSQLDB.NoServerLabel": "找不到任何伺服器",
"deployAzureSQLDB.NoServerError": "在目前的訂用帳戶中找不到任何伺服器。\r\n請選取其他至少包含一部伺服器的訂用帳戶",
"deployAzureSQLDB.azureSignInError": "請先登入 Azure 帳戶"
},
"dist/ui/deployAzureSQLDBWizard/pages/databaseSettingsPage": {
"deployAzureSQLDB.DBCollationOnlyNumericNameError": "定序名稱不能只包含數字。",
"deployAzureSQLDB.DBCollationSpecialCharError": "定序名稱不能包含特殊字元 \\/\"\"[]:|<>+=;,?*@&,。",
"deployAzureSQLDB.DBCollationLengthError": "定序名稱的長度必須介於 1 到 100 個字元之間。",
"deployAzureSQLDB.DBNameOnlyNumericNameError": "資料庫名稱不能只包含數字。",
"deployAzureSQLDB.DBNameSpecialCharError": "資料庫名稱不能包含特殊字元 \\/\"\"[]:|<>+=;,?*@&,。",
"deployAzureSQLDB.DBNameLengthError": "資料庫名稱的長度必須介於 1 到 100 個字元之間。",
"deployAzureSQLDB.DBNameExistsError": "資料庫名稱在目前的伺服器中必須是唯一的。",
"deployAzureSQLDB.DBFirewallOnlyNumericNameError": "防火牆名稱不能只包含數字。",
"deployAzureSQLDB.DBFirewallSpecialCharError": "防火牆名稱不能包含特殊字元 \\/\"\"[]:|<>+=;,?*@&,。",
"deployAzureSQLDB.DBFirewallLengthError": "防火牆名稱的長度必須介於 1 到 100 個字元之間。",
"deployAzureSQLDB.DBMaxIpInvalidError": "最大 IP 位址無效",
"deployAzureSQLDB.DBMinIpInvalidError": "最小 IP 位址無效",
"deployAzureSQLDB.DBFirewallUpperCaseError": "防火牆名稱不允許使用大寫字母"
},
"dist/ui/deployAzureSQLVMWizard/constants": {
"deployAzureSQLVM.VmAdminPasswordTextBoxLabel": "系統管理員帳戶密碼",
"deployAzureSQLVM.VmAdminUsernameTextBoxLabel": "系統管理員帳戶使用者名稱",
"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.SqlEnableSQLAuthenticationLabel": "啟用 SQL 驗證",
"deployAzureSQLVM.VmImageDropdownLabel": "映像",
"deployAzureSQLVM.VmSkuDropdownLabel": "映像 SKU",
"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 個字元之間。",
"sqlVMDeploymentWizard.PasswordSpecialCharRequirementError": "密碼必須要有下列項目中的 3 項: 1 個小寫字元、1 個大寫字元、1 個數字與 1 個特殊字元。"
},
"dist/ui/deployAzureSQLVMWizard/pages/networkSettingsPage": {
"deployAzureSQLVM.NewPipError": "建立新的公用 IP",
"deployAzureSQLVM.NewSubnetError": "建立新的子網路",
"deployAzureSQLVM.NewVnetError": "建立新的虛擬網路",
"deployAzureSQLVM.NewPipPlaceholder": "為新的公用 IP 輸入名稱",
"deployAzureSQLVM.NewSubnetPlaceholder": "為新的子網路輸入名稱",
"deployAzureSQLVM.NewVnetPlaceholder": "為新的虛擬網路輸入名稱",
"deployAzureSQLVM.PipNameError": "公用 IP 名稱的長度必須介於 1 到 80 個字元之間",
"deployAzureSQLVM.SubnetNameLengthError": "子網路名稱的長度必須介於 1 到 80 個字元之間",
"deployAzureSQLVM.VnetNameLengthError": "虛擬網路名稱的長度必須介於 2 到 64 個字元之間"
},
"dist/ui/deployAzureSQLVMWizard/pages/sqlServerSettingsPage": {
"deployAzureSQLVM.LocalConnectivityDropdownOption": "本機 (只在 VM 中)",
"deployAzureSQLVM.SqlConfirmPasswordError": "[密碼] 和 [確認密碼] 必須相符。",
"deployAzureSQLVM.PrivateConnectivityDropdownOptionDefault": "私人 (在虛擬網路中)",
"deployAzureSQLVM.PublicConnectivityDropdownOption": "公用 (網際網路)",
"deployAzureSQLVM.SqlUsernameSpecialCharError": "使用者名稱不得包含特殊字元 \\/\"\"[]:|<>+=;,?*。",
"deployAzureSQLVM.SqlUsernameLengthError": "使用者名稱的長度必須介於 2 到 128 個字元之間。"
},
"dist/ui/deployAzureSQLVMWizard/pages/vmSettingsPage": {
"deployAzureSQLVM.VMConfirmPasswordError": "[密碼] 和 [確認密碼] 必須相符。",
"deployAzureSQLVM.vmDropdownSizeError": "請選取有效的虛擬機器大小。",
"deployAzureSQLVM.VMUsernameSpecialCharError": "使用者名稱不能包含特殊字元 \\/\"\"[]:|<>+=;,?*@& 。",
"deployAzureSQLVM.VMUsernameSuffixError": "使用者名稱的結尾不能為句號",
"deployAzureSQLVM.VMUsernameLengthError": "使用者名稱的長度必須介於 1 到 20 個字元之間。",
"deployAzureSQLVM.VMUsernameReservedWordsError": "使用者名稱不得包含保留字。",
"deployAzureSQLVM.VNamePrefixSuffixError": "虛擬機器名稱的開頭不能為底線。結尾不能為句號或連字號",
"deployAzureSQLVM.VNameOnlyNumericNameError": "虛擬機器名稱不可只包含數字。",
"deployAzureSQLVM.VNameSpecialCharError": "虛擬機器名稱不能包含特殊字元 \\/\"\"[]:|<>+=;,?*@&,。",
"deployAzureSQLVM.VnameLengthError": "虛擬機器名稱的長度必須介於 1 到 15 個字元之間。",
"deployAzureSQLVM.VNameExistsError": "虛擬機器名稱在目前的資源群組中必須是唯一的。"
},
"dist/ui/deploymentInputDialog": {
"notebookType": "筆記本類型",
"deploymentDialog.OkButtonText": "確定",
"deploymentDialog.OpenNotebook": "開啟 Notebook"
},
"dist/ui/modelViewUtils": {
"azure.accessError": "\r\n 錯誤詳細資料: {0}。",
"getClusterContexts.errorFetchingClusters": "載入或剖析組態檔 {0} 時發生錯誤。錯誤: {1}",
"fileChecker.FileNotFound": "找不到檔案 {0}。請選取 kube 組態檔。",
"fileChecker.NotFile": "路徑 {0} 不是檔案,請選取有效的 kube 組態檔。",
"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} 與確認密碼不符",
"invalidSQLPassword": "{0} 不符合密碼複雜度要求。如需詳細資訊,請前往: https://docs.microsoft.com/sql/relational-databases/security/password-policy"
},
"dist/ui/notebookWizard/notebookWizardAutoSummaryPage": {
"notebookWizard.autoSummaryPageTitle": "檢閱您的設定"
},
"dist/ui/pageLessDeploymentModel": {
"resourceDeployment.DownloadAndLaunchTaskName": "下載並啟動安裝程式URL: {0}",
"resourceDeployment.DownloadingText": "正在從 {0} 下載",
"resourceDeployment.LaunchingProgramText": "正在啟動: {0}",
"resourceDeployment.DownloadCompleteText": "已成功下載: {0}",
"resourceDeployment.ProgramLaunchedText": "已成功啟動: {0}"
},
"dist/ui/resourceTypePickerDialog": {
"deploymentDialog.deploymentOptions": "部署選項"
},
"dist/ui/toolsAndEulaSettingsPage": {
"deploymentDialog.ToolDoesNotMeetVersionRequirement": "'{0}' [ {1} ] 不符合最低版本需求,請予以解除安裝並重新啟動 Azure Data Studio。",
"deploymentDialog.ToolInformation": "未探索到 '{0}',目前不支援自動安裝。請手動安裝 '{0}',或確認其已啟動並可供探索。完成後,請重新啟動 Azure Data Studio。請參閱 [{1}]。",
"resourceDeployment.AgreementTitle": "接受使用條款",
"deploymentDialog.InstalledTools": "已安裝所有必要工具。",
"notebookWizard.toolsAndEulaPageTitle": "部署必要條件",
"deploymentDialog.PendingInstallation": "仍未探索到下列工具: {0}。請確認這些工具已安裝、正在執行並可供探索",
"deploymentDialog.loadingRequiredTools": "正在載入必要工具的資訊",
"deploymentDialog.loadingRequiredToolsCompleted": "已完成載入必要工具的資訊",
"deploymentDialog.NoRequiredTool": "沒有任何必要工具",
"deploymentDialog.FailedToolsInstallation": "仍未探索到某些工具。請確認這些工具已安裝、正在執行並可供探索",
"deploymentDialog.FailedEulaValidation": "若要繼續,您必須接受授權條款",
"deploymentDialog.InstallToolsHintOne": "尚未安裝工具 {0},您可以按一下 \"{1}\" 按鈕加以安裝。",
"deploymentDialog.InstallToolsHintMany": "尚未安裝工具 {0},您可以按一下 \"{1}\" 按鈕加以安裝。",
"deploymentDialog.VersionInformationDebugHint": "如果您手動安裝工具,就必須重新啟動 Azure Data Studio以更新變更。您可以在 [部署] 與 [Azure Data CLI] 輸出通道中找到其他詳細資料"
},
"package": {
"azure-sqlvm-vm-administrator-account-page-label": "系統管理員帳戶",
"azure-sqldb-agreement-sqldb-eula": "Azure SQL DB 授權條款",
"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-password-confirm-label": "確認密碼",
"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 容器映像",
"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 的筆記本式體驗",
"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-windows-setup-description": "在 Windows 上執行 SQL Server選取要開始使用的版本。",
"sql-2017-display-name": "SQL Server 2017",
"sql-2019-display-name": "SQL Server 2019",
"sql-2022-display-name": "SQL Server 2022",
"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": "單一資料庫",
"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 授權條款"
}
}
}