mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
update localization resource files (#14389)
This commit is contained in:
@@ -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": "출력 Notebook을 시작하는 동안 오류가 발생했습니다. {1}{2}.",
|
||||
"resourceDeployment.DeployFailedNoOutputNotebook": "SQL Server 빅 데이터 클러스터를 배포하지 못했으며 출력 Notebook이 생성되지 않았습니다.",
|
||||
"deployCluster.SelectConfigFileFolder": "구성 파일 저장",
|
||||
"deployCluster.SaveConfigFileSucceeded": "구성 파일이 {0}에 저장됨",
|
||||
"deployCluster.NewAKSWizardTitle": "새 AKS 클러스터에 SQL Server 2019 빅 데이터 클러스터 배포",
|
||||
"deployCluster.ExistingAKSWizardTitle": "기존 AKS 클러스터에 SQL Server 2019 빅 데이터 클러스터 배포",
|
||||
"deployCluster.ExistingKubeAdm": "기존 kubeadm 클러스터에 SQL Server 2019 빅 데이터 클러스터 배포"
|
||||
}
|
||||
@@ -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": "구독 ID",
|
||||
"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 크기 보기"
|
||||
}
|
||||
@@ -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에 사용됩니다. 게이트웨이의 사용자 이름은 root입니다.",
|
||||
"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": "이 페이지에 오류가 있습니다. 오류를 보려면 '세부 정보 표시'를 클릭합니다."
|
||||
}
|
||||
@@ -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": "배포 프로필을 선택하세요."
|
||||
}
|
||||
@@ -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": "관리 프록시",
|
||||
"deployCluster.ServiceProxyDNSName": "관리 프록시 DNS 이름",
|
||||
"deployCluster.ServiceProxyPortName": "관리 프록시 포트",
|
||||
"deployCluster.AppServiceProxyText": "애플리케이션 프록시",
|
||||
"deployCluster.AppServiceProxyDNSName": "애플리케이션 프록시 DNS 이름",
|
||||
"deployCluster.AppServiceProxyPortName": "애플리케이션 프록시 포트",
|
||||
"deployCluster.ReadableSecondaryText": "읽을 수 있는 보조",
|
||||
"deployCluster.ReadableSecondaryDNSName": "읽을 수 있는 보조 DNS 이름",
|
||||
"deployCluster.ReadableSecondaryPortName": "읽을 수 있는 보조 포트",
|
||||
"deployCluster.EndpointSettings": "엔드포인트 설정",
|
||||
"deployCluster.SparkMustBeIncluded": "잘못된 Spark 구성입니다. 'Spark 포함' 확인란을 선택하거나 'Spark 풀 인스턴스'를 1 이상으로 설정해야 합니다."
|
||||
}
|
||||
60
i18n/kor/extensions/resource-deployment/dist/ui/deployClusterWizard/pages/summaryPage.i18n.json
vendored
Normal file
60
i18n/kor/extensions/resource-deployment/dist/ui/deployClusterWizard/pages/summaryPage.i18n.json
vendored
Normal 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": "구독 ID",
|
||||
"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": "애플리케이션 프록시",
|
||||
"deployCluster.ServiceProxyText": "관리 프록시",
|
||||
"deployCluster.ReadableSecondaryText": "읽을 수 있는 보조",
|
||||
"deployCluster.EndpointSettings": "엔드포인트 설정"
|
||||
}
|
||||
@@ -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": "구성 파일을 로드하지 못함"
|
||||
}
|
||||
10
i18n/kor/extensions/resource-deployment/dist/ui/deploymentInputDialog.i18n.json
vendored
Normal file
10
i18n/kor/extensions/resource-deployment/dist/ui/deploymentInputDialog.i18n.json
vendored
Normal 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 열기"
|
||||
}
|
||||
13
i18n/kor/extensions/resource-deployment/dist/ui/modelViewUtils.i18n.json
vendored
Normal file
13
i18n/kor/extensions/resource-deployment/dist/ui/modelViewUtils.i18n.json
vendored
Normal 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": "빨간색 별표가 표시된 필수 필드를 입력하세요."
|
||||
}
|
||||
25
i18n/kor/extensions/resource-deployment/dist/ui/resourceTypePickerDialog.i18n.json
vendored
Normal file
25
i18n/kor/extensions/resource-deployment/dist/ui/resourceTypePickerDialog.i18n.json
vendored
Normal 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 환경 변수를 선택하려면 Azure Data Studio를 다시 시작해야 합니다. 디버그 콘솔에서 추가 세부 정보를 찾을 수 있습니다.",
|
||||
"deploymentDialog.ToolCheckFailed": "일부 필수 도구가 설치되지 않았거나 최소 버전 요구 사항을 충족하지 않습니다."
|
||||
}
|
||||
10
i18n/kor/extensions/resource-deployment/dist/ui/wizardBase.i18n.json
vendored
Normal file
10
i18n/kor/extensions/resource-deployment/dist/ui/wizardBase.i18n.json
vendored
Normal 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}. 자세한 내용을 보려면 '디버거 콘솔'을 엽니다."
|
||||
}
|
||||
Reference in New Issue
Block a user