update localization resource files (#14389)

This commit is contained in:
Alex Ma
2021-02-22 19:42:55 -08:00
committed by GitHub
parent d21ee4dc9e
commit 9148aa1ed5
3162 changed files with 45130 additions and 1848 deletions

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"resourceDeployment.FailedToLoadExtension": "無法載入延伸模組: {0},在 package.json 的資源類型定義中偵測到錯誤,請查看偵錯主控台以取得詳細資料。",
"resourceDeployment.UnknownResourceType": "資源類型: 未定義 {0}"
}

View File

@@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"resourceDeployment.notebookNotFound": "筆記本 {0} 不存在"
}

View File

@@ -0,0 +1,15 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"resourceDeployment.DownloadAndLaunchTaskName": "下載並啟動安裝程式URL: {0}",
"resourceDeployment.DownloadingText": "正在從 {0} 下載",
"resourceDeployment.DownloadCompleteText": "已成功下載: {0}",
"resourceDeployment.LaunchingProgramText": "正在啟動: {0}",
"resourceDeployment.ProgramLaunchedText": "已成功啟動: {0}",
"downloadError": "下載失敗,狀態碼: {0},訊息: {1}"
}

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"resourceDeployment.AzCLIDescription": "用於管理 Azure 資源的命令列工具",
"resourceDeployment.AzCLIDisplayName": "Azure CLI"
}

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"resourceDeployment.AzdataDescription": "以 Python 編寫的命令列公用程式,可讓叢集系統管理員透過 REST API 進行巨量資料叢集的啟動程序和管理",
"resourceDeployment.AzdataDisplayName": "azdata"
}

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"resourceDeployment.DockerDescription": "提供在隔離容器中封裝和執行應用程式的能力",
"resourceDeployment.DockerDisplayName": "Docker"
}

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"resourceDeployment.KubeCtlDescription": "可讓您對 Kubernetes 叢集執行命令的命令列工具",
"resourceDeployment.KubeCtlDisplayName": "kubectl"
}

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"deployCluster.InvalidToolVersionOutput": "收到的輸出無效。",
"deployCluster.GetToolVersionError": "擷取版本資訊時發生錯誤。{0}錯誤: {1}{0}stdout: {2}"
}

View File

@@ -0,0 +1,26 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"deployCluster.SaveConfigFiles": "儲存組態檔",
"deployCluster.ScriptToNotebook": "Notebook 的指令碼",
"deployCluster.Deploy": "部署",
"resourceDeployment.DeployBDCTask": "部署 SQL Server 巨量資料叢集 \"{0}\"",
"resourceDeployment.ConnectToMasterSQLServer": "連線到主要 SQL Server",
"resourceDeployment.DeploymentSucceeded": "已成功部署 SQL Server 巨量資料叢集: {0}",
"resourceDeployment.ErroRetrievingEndpoints": "無法擷取端點清單。{0}{1}",
"resourceDeployment.NoSQLEndpointFound": "找不到主要 SQL Server 端點。",
"resourceDeployment.ViewErrorDetail": "檢視錯誤詳細資料",
"resourceDeployment.DeployFailed": "無法部署 SQL Server 巨量資料叢集 \"{0}\"。",
"resourceDeployment.FailedToOpenNotebook": "啟動輸出筆記本時發生錯誤。{1}{2}。",
"resourceDeployment.DeployFailedNoOutputNotebook": "無法部署 SQL Server 巨量資料叢集,而且未產生任何輸出筆記本。",
"deployCluster.SelectConfigFileFolder": "儲存組態檔",
"deployCluster.SaveConfigFileSucceeded": "已將組態檔儲存到 {0}",
"deployCluster.NewAKSWizardTitle": "在新的 AKS 叢集上部署 SQL Server 2019 巨量資料叢集",
"deployCluster.ExistingAKSWizardTitle": "在現有的 AKS 叢集上部署 SQL Server 2019 巨量資料叢集",
"deployCluster.ExistingKubeAdm": "在現有的 kubeadm 叢集上部署 SQL Server 2019 巨量資料叢集"
}

View File

@@ -0,0 +1,25 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"deployCluster.AzureSettingsPageTitle": "Azure 設定",
"deployCluster.AzureSettingsPageDescription": "進行設定以建立 Azure Kubernetes Service 叢集",
"deployCluster.SubscriptionField": "訂用帳戶識別碼",
"deployCluster.SubscriptionPlaceholder": "使用我的預設 Azure 訂用帳戶",
"deployCluster.SubscriptionDescription": "如果將此欄位保留空白,將會使用預設訂用帳戶。",
"deployCluster.SubscriptionHelpText": "{0}",
"deployCluster.SubscriptionHelpLink": "檢視可用的 Azure 訂用帳戶",
"deployCluster.ResourceGroupName": "新的資源群組名稱",
"deployCluster.Location": "位置",
"deployCluster.LocationHelpText": "{0}",
"deployCluster.AzureLocationHelpLink": "檢視可用的 Azure 位置",
"deployCluster.AksName": "AKS 叢集名稱",
"deployCluster.VMCount": "VM 計數",
"deployCluster.VMSize": "VM 大小",
"deployCluster.VMSizeHelpText": "{0}",
"deployCluster.VMSizeHelpLink": "檢視可用的 VM 大小"
}

View File

@@ -0,0 +1,52 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"deployCluster.ClusterSettingsPageTitle": "叢集設定",
"deployCluster.ClusterSettingsPageDescription": "進行 SQL Server 巨量資料叢集設定",
"deployCluster.ClusterName": "叢集名稱",
"deployCluster.AdminUsername": "系統管理員使用者名稱",
"deployCluster.AdminUsernameDescription": "這個使用者名稱會用於控制器與 SQL Server。閘道的使用者名稱會成為根。",
"deployCluster.AdminPassword": "密碼",
"deployCluster.AdminPasswordDescription": "此密碼可用於存取控制器、SQL Server 和閘道。",
"deployCluster.ConfirmPassword": "確認密碼",
"deployCluster.AuthenticationMode": "驗證模式",
"deployCluster.AuthenticationMode.Basic": "基本",
"deployCluster.AuthenticationMode.ActiveDirectory": "Active Directory",
"deployCluster.DockerSettings": "Docker 設定",
"deployCluster.DockerRegistry": "登錄",
"deployCluster.DockerRepository": "存放庫",
"deployCluster.DockerImageTag": "映像標籤",
"deployCluster.DockerUsername": "使用者名稱",
"deployCluster.DockerPassword": "密碼",
"deployCluster.ActiveDirectorySettings": "Active Directory 設定",
"deployCluster.OuDistinguishedName": "組織單位",
"deployCluster.OuDistinguishedNameDescription": "組織單位的辨別名稱。例如: OU=bdc,DC=contoso,DC=com。",
"deployCluster.DomainControllerFQDNs": "網域控制器 FQDN",
"deployCluster.DomainControllerFQDNsPlaceHolder": "使用逗號分隔值。",
"deployCluster.DomainControllerFQDNDescription": "網域控制器的完整網域名稱。例如: DC1.CONTOSO.COM。請使用逗號分隔多個 FQDN。",
"deployCluster.DomainDNSIPAddresses": "網域 DNS IP 位址",
"deployCluster.DomainDNSIPAddressesPlaceHolder": "使用逗號分隔值。",
"deployCluster.DomainDNSIPAddressesDescription": "網域 DNS 伺服器的 IP 位址。請使用逗號分隔多個 IP 位址。",
"deployCluster.DomainDNSName": "網域 DNS 名稱",
"deployCluster.ClusterAdmins": "叢集系統管理員群組",
"deployCluster.ClusterAdminsDescription": "叢集系統管理員的 Active Directory 群組。",
"deployCluster.ClusterUsers": "叢集使用者",
"deployCluster.ClusterUsersPlaceHolder": "使用逗號分隔值。",
"deployCluster.ClusterUsersDescription": "具有叢集使用者角色的 Active Directory 使用者/群組。請使用逗號分隔多個使用者/群組。",
"deployCluster.DomainServiceAccountUserName": "服務帳戶使用者名稱",
"deployCluster.DomainServiceAccountUserNameDescription": "巨量資料叢集的網域服務帳戶",
"deployCluster.DomainServiceAccountPassword": "服務帳戶密碼",
"deployCluster.AppOwers": "應用程式擁有者",
"deployCluster.AppOwnersPlaceHolder": "使用逗號分隔值。",
"deployCluster.AppOwnersDescription": "具有應用程式擁有者角色的 Active Directory 使用者或群組。請使用逗號分隔多個使用者/群組。",
"deployCluster.AppReaders": "應用程式讀者",
"deployCluster.AppReadersPlaceHolder": "使用逗號分隔值。",
"deployCluster.AppReadersDescription": "應用程式讀者的 Active Directory 使用者或群組。如果有多個使用者/群組,請使用逗號予以分隔。",
"deployCluster.AdminPasswordField": "密碼",
"deployCluster.ValidationError": "此頁面有一些錯誤,按一下 [顯示詳細資料] 即可檢視錯誤。"
}

View File

@@ -0,0 +1,28 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"deployCluster.summaryPageTitle": "部署組態範本",
"deployCluster.summaryPageDescription": "選取目標組態範本",
"deployCluster.ProfileHintText": "注意: 您可在之後的步驟中自訂部署設定檔的設定。",
"deployCluster.loadProfileFailed": "無法載入部署設定檔: {0}",
"deployCluster.serviceLabel": "服務",
"deployCluster.instancesLabel": "執行個體",
"deployCluster.masterPoolLabel": "SQL Server 主機",
"deployCluster.computePoolLable": "計算",
"deployCluster.dataPoolLabel": "資料",
"deployCluster.hdfsLabel": "HDFS + Spark",
"deployCluster.storageSize": "儲存大小",
"deployCluster.gbPerInstance": "每個執行個體的 GB 數",
"deployCluster.defaultDataStorage": "資料儲存",
"deployCluster.defaultLogStorage": "記錄儲存",
"deployCluster.features": "功能",
"deployCluster.basicAuthentication": "基本驗證",
"deployCluster.activeDirectoryAuthentication": "Active Directory 驗證",
"deployCluster.hadr": "高可用性",
"deployCluster.ProfileNotSelectedError": "請選取部署設定檔。"
}

View File

@@ -0,0 +1,49 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"deployCluster.ServiceSettingsPageTitle": "服務設定",
"deployCluster.scaleSectionTitle": "調整設定",
"deployCluster.MasterSqlServerInstances": "SQL Server 主要執行個體",
"deployCluster.ComputePoolInstances": "計算集區執行個體",
"deployCluster.DataPoolInstances": "資料集區執行個體",
"deployCluster.SparkPoolInstances": "Spark 集區執行個體",
"deployCluster.StoragePoolInstances": "儲存集區 (HDFS) 執行個體",
"deployCluster.IncludeSparkInStoragePool": "在儲存集區中包含 Spark",
"deployCluster.storageFieldTooltip": "使用者控制器設定",
"deployCluster.DataStorageClassName": "資料的儲存類別",
"deployCluster.DataClaimSize": "宣告資料的大小 (GB)",
"deployCluster.LogStorageClassName": "記錄的儲存類別",
"deployCluster.LogsClaimSize": "宣告記錄的大小 (GB)",
"deployCluster.ControllerText": "控制器",
"deployCluster.AdvancedStorageDescription": "根據預設,控制器儲存設定也會套用到其他服務,您可以展開進階儲存設定來設定其他服務的儲存。",
"deployCluster.AdvancedStorageSectionTitle": "進階儲存設定",
"deployCluster.StoragePool": "儲存集區 (HDFS)",
"deployCluster.DataPool": "資料集區",
"deployCluster.MasterSqlText": "SQL Server 主機",
"deployCluster.StorageSectionTitle": "儲存設定值",
"deployCluster.DNSNameHeader": "DNS 名稱",
"deployCluster.PortHeader": "連接埠",
"deployCluster.ControllerDNSName": "控制器 DNS 名稱",
"deployCluster.ControllerPortName": "控制器連接埠",
"deployCluster.MasterSQLServerDNSName": "SQL Server 主要 DNS 名稱",
"deployCluster.MasterSQLServerPortName": "SQL Server 主要連接埠",
"deployCluster.GatewayText": "閘道",
"deployCluster.GatewayDNSName": "閘道 DNS 名稱",
"deployCluster.GatewayPortName": "閘道連接埠",
"deployCluster.ServiceProxyText": "管理 Proxy",
"deployCluster.ServiceProxyDNSName": "管理 Proxy DNS 名稱",
"deployCluster.ServiceProxyPortName": "管理 Proxy 連接埠",
"deployCluster.AppServiceProxyText": "應用程式 Proxy",
"deployCluster.AppServiceProxyDNSName": "應用程式 Proxy DNS 名稱",
"deployCluster.AppServiceProxyPortName": "應用程式 Proxy 連接埠",
"deployCluster.ReadableSecondaryText": "可讀取的次要",
"deployCluster.ReadableSecondaryDNSName": "可讀取的次要 DNS 名稱",
"deployCluster.ReadableSecondaryPortName": "可讀取的次要連接埠",
"deployCluster.EndpointSettings": "端點設定",
"deployCluster.SparkMustBeIncluded": "Spark 組態無效,您必須選取 [包含 Spark] 核取方塊,或至少將 [Spark 集區執行個體] 設定為 1."
}

View File

@@ -0,0 +1,60 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"deployCluster.summaryPageTitle": "摘要",
"resourceDeployment.NewAKSBrowserWindowPrompt": "在 SQL Server 巨量資料叢集部署期間會開啟用來登入 Azure 的瀏覽器視窗。",
"deployCluster.DeploymentTarget": "部署目標",
"deployCluster.Kubeconfig": "Kube 組態",
"deployCluster.ClusterContext": "叢集內容",
"deployCluster.ClusterSettings": "叢集設定",
"deployCluster.DeploymentProfile": "部署設定檔",
"deployCluster.ClusterName": "叢集名稱",
"deployCluster.ControllerUsername": "控制器使用者名稱",
"deployCluster.AuthenticationMode": "驗證模式",
"deployCluster.AuthenticationMode.ActiveDirectory": "Active Directory",
"deployCluster.AuthenticationMode.Basic": "基本",
"deployCluster.OuDistinguishedName": "組織單位",
"deployCluster.DomainControllerFQDNs": "網域控制器 FQDN",
"deployCluster.DomainDNSIPAddresses": "網域 DNS IP 位址",
"deployCluster.DomainDNSName": "網域 DNS 名稱",
"deployCluster.ClusterAdmins": "叢集系統管理員群組",
"deployCluster.ClusterUsers": "叢集使用者",
"deployCluster.AppOwers": "應用程式擁有者",
"deployCluster.AppReaders": "應用程式讀者",
"deployCluster.DomainServiceAccountUserName": "服務帳戶使用者名稱",
"deployCluster.AzureSettings": "Azure 設定",
"deployCluster.SubscriptionId": "訂用帳戶識別碼",
"deployCluster.DefaultSubscription": "預設 Azure 訂用帳戶",
"deployCluster.ResourceGroup": "資源群組",
"deployCluster.Location": "位置",
"deployCluster.AksClusterName": "AKS 叢集名稱",
"deployCluster.VMSize": "VM 大小",
"deployCluster.VMCount": "VM 計數",
"deployCluster.ScaleSettings": "調整設定",
"deployCluster.MasterSqlServerInstances": "SQL Server 主要執行個體",
"deployCluster.ComputePoolInstances": "計算集區執行個體",
"deployCluster.DataPoolInstances": "資料集區執行個體",
"deployCluster.SparkPoolInstances": "Spark 集區執行個體",
"deployCluster.StoragePoolInstances": "儲存集區 (HDFS) 執行個體",
"deployCluster.WithSpark": "(包含 Spark)",
"deployCluster.DataStorageClassName": "資料的儲存類別",
"deployCluster.DataClaimSize": "宣告資料的大小 (GB)",
"deployCluster.LogStorageClassName": "記錄的儲存類別",
"deployCluster.LogsClaimSize": "宣告記錄的大小 (GB)",
"deployCluster.ControllerText": "控制器",
"deployCluster.StoragePool": "儲存集區 (HDFS)",
"deployCluster.DataText": "資料",
"deployCluster.MasterSqlText": "SQL Server 主機",
"deployCluster.StorageSettings": "儲存設定值",
"deployCluster.SqlServerText": "SQL Server 主機",
"deployCluster.GatewayText": "閘道",
"deployCluster.AppServiceProxyText": "應用程式 Proxy",
"deployCluster.ServiceProxyText": "管理 Proxy",
"deployCluster.ReadableSecondaryText": "可讀取的次要",
"deployCluster.EndpointSettings": "端點設定"
}

View File

@@ -0,0 +1,18 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"deployCluster.TargetClusterContextPageTitle": "目標叢集內容",
"deployCluster.TargetClusterContextPageDescription": "選取 kube 組態檔,然後從清單選取叢集內容",
"deployCluster.ClusterContextNotSelectedMessage": "請選取叢集內容。",
"deployCluster.kubeConfigFileLabelText": "Kube 設定檔路徑",
"deployCluster.browseText": "瀏覽",
"deployCluster.clusterContextsLabelText": "叢集內容",
"deployCluster.errorLoadingClustersText": "在設定檔中找不到叢集資訊,或載入設定檔時發生錯誤",
"deployCluster.selectKubeConfigFileText": "選擇",
"deployCluster.ConfigParseError": "無法載入組態檔"
}

View File

@@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"deploymentDialog.OKButtonText": "開啟 Notebook"
}

View File

@@ -0,0 +1,13 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"UnknownFieldTypeError": "未知的欄位類型: “{0}\"",
"invalidSQLPassword": "{0} 不符合密碼複雜度要求。如需詳細資訊,請前往: https://docs.microsoft.com/sql/relational-databases/security/password-policy",
"passwordNotMatch": "{0} 與確認密碼不符",
"deployCluster.MissingRequiredInfoError": "請填寫標有紅色星號的必要欄位。"
}

View File

@@ -0,0 +1,25 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"resourceTypePickerDialog.title": "選擇部署選項",
"deploymentDialog.OKButtonText": "選擇",
"deploymentDialog.AcceptAgreements": "您必須同意授權合約才能繼續。",
"deploymentDialog.toolNameColumnHeader": "工具",
"deploymentDialog.toolDescriptionColumnHeader": "描述",
"deploymentDialog.toolStatusColumnHeader": "已安裝",
"deploymentDialog.toolVersionColumnHeader": "版本",
"deploymentDialog.OptionsTitle": "選項",
"deploymentDialog.RequiredToolsTitle": "所需工具",
"deploymentDialog.NoRequiredTool": "無需工具",
"deploymentDialog.ToolInformation": "{0}: {1}",
"deploymentDialog.DetailToolStatusDescription": "工具的其他狀態資訊: {0}。{1}",
"deploymentDialog.YesText": "是",
"deploymentDialog.NoText": "否",
"deploymentDialog.VersionInformationDebugHint": "如果在啟動 Azure Data Studio 後才安裝工具,您必須重新啟動 Azure Data Studio才能取得更新的 PATH 環境變數。您可以在偵錯主控台中找到其他詳細資料。",
"deploymentDialog.ToolCheckFailed": "某些必要工具未安裝或不符最低版本要求。"
}

View File

@@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"resourceDeployment.DisposableError": "關閉精靈時發生錯誤: {0},如需詳細資訊,請開啟 [偵錯工具主控台]。"
}

View File

@@ -8,8 +8,6 @@
],
"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 容器映像",
@@ -18,13 +16,49 @@
"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-2019-display-name": "SQL Server 2019 RC",
"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-2019-display-name": "SQL Server 2019 RC",
"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"
"bdc-deployment-target-new-aks": "新 Azure Kubernetes Service 叢集",
"bdc-deployment-target-existing-aks": "現有的 Azure Kubernetes 服務叢集",
"bdc-deployment-target-existing-kubeadm": "現有的 Kubernetes 叢集 (kubeadm)",
"bdc-2019-aks-notebook": "./notebooks/bdc/2019/deploy-bdc-aks.ipynb",
"bdc-2019-existing-aks-notebook": "./notebooks/bdc/2019/deploy-bdc-existing-aks.ipynb",
"bdc-2019-existing-kubeadm-notebook": "./notebooks/bdc/2019/deploy-bdc-existing-kubeadm.ipynb",
"azdata-bdc-2019-aks-notebook": "./notebooks/bdc/2019/azdata/deploy-bdc-aks.ipynb",
"azdata-bdc-2019-existing-aks-notebook": "./notebooks/bdc/2019/azdata/deploy-bdc-existing-aks.ipynb",
"azdata-bdc-2019-existing-kubeadm-notebook": "./notebooks/bdc/2019/azdata/deploy-bdc-existing-kubeadm.ipynb",
"docker-sql-2017-title": "使用 docker 部署 SQL Server 2017 容器映像",
"docker-sql-2019-title": "使用 docker 部署 SQL Server 2019 容器映像",
"docker-container-name-field": "容器名稱",
"docker-sql-password-field": "SQL Server 密碼",
"docker-confirm-sql-password-field": "確認密碼",
"docker-sql-port-field": "連接埠",
"bdc-new-aks-dialog-title": "部署目標: 新增 AKS 叢集",
"bdc-existing-aks-dialog-title": "部署目標: 現有的 AKS 叢集",
"bdc-cluster-settings-section-title": "SQL Server 巨量資料叢集設定",
"bdc-cluster-name-field": "叢集名稱",
"bdc-controller-username-field": "控制器使用者名稱",
"bdc-password-field": "密碼",
"bdc-confirm-password-field": "確認密碼",
"bdc-azure-settings-section-title": "Azure 設定",
"bdc-azure-subscription-id-field": "訂用帳戶識別碼",
"bdc-azure-subscription-id-placeholder": "使用我的預設 Azure 訂用帳戶",
"bdc-azure-resource-group-field": "資源群組名稱",
"bdc-azure-region-field": "區域",
"bdc-azure-aks-name-field": "AKS 叢集名稱",
"bdc-azure-vm-size-field": "VM 大小",
"bdc-azure-vm-count-field": "VM 計數",
"bdc-existing-kubeadm-dialog-title": "部署目標: 現有的 Kubernetes 叢集 (kubeadm)",
"bdc-storage-class-field": "儲存類別名稱",
"bdc-data-size-field": "資料的容量 (GB)",
"bdc-log-size-field": "記錄的容量 (GB)",
"resource-type-sql-windows-setup-display-name": "Windows 上的 SQL Server",
"resource-type-sql-windows-setup-description": "在 Windows 上執行 SQL Server選取要開始使用的版本。",
"bdc-agreement": "我接受 {0}、{1} 和 {2}。",
"bdc-agreement-privacy-statement": "Microsoft 隱私權聲明",
"bdc-agreement-azdata-eula": "azdata 授權條款",
"bdc-agreement-bdc-eula": "SQL Server 授權條款"
}