Update for langpacks from 1.31 (#16363)

* update for langpacks from 1.31

* changed requirement number

* update for korean
This commit is contained in:
Alex Ma
2021-07-20 14:52:40 -07:00
committed by GitHub
parent 1eb03404ad
commit 43cf19e316
130 changed files with 31851 additions and 20851 deletions

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."
],
"version": "1.0.0",
"contents": {
"package": {
"adminToolExtWin.displayName": "Windows용 데이터베이스 관리 도구 확장",
"adminToolExtWin.description": "Azure Data Studio에 Windows 관련 추가 기능 추가",
"adminToolExtWin.propertiesMenuItem": "속성",
"adminToolExtWin.launchGswMenuItem": "스크립트 생성..."
},
"dist/main": {
"adminToolExtWin.noConnectionContextForProp": "handleLaunchSsmsMinPropertiesDialogCommand에 대한 ConnectionContext가 제공되지 않음",
"adminToolExtWin.noOENode": "connectionContext에서 개체 탐색기 노드를 확인할 수 없습니다. {0}",
"adminToolExtWin.noConnectionContextForGsw": "handleLaunchSsmsMinPropertiesDialogCommand에 대한 ConnectionContext가 제공되지 않음",
"adminToolExtWin.noConnectionProfile": "connectionContext에서 제공된 connectionProfile이 없습니다. {0}",
"adminToolExtWin.launchingDialogStatus": "대화 상자를 시작하는 중...",
"adminToolExtWin.ssmsMinError": "'{0}' 인수로 SsmsMin을 호출하는 중 오류 발생 - {1}"
}
}
}

View File

@@ -0,0 +1,282 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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/dialogs/agentDialog": {
"agentDialog.OK": "확인",
"agentDialog.Cancel": "취소"
},
"dist/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 에이전트 서비스 계정",
"jobStepDialog.nextStep": "다음 단계로 이동",
"jobStepDialog.quitJobSuccess": "성공 보고와 함께 작업 종료",
"jobStepDialog.quitJobFailure": "실패 보고와 함께 작업 종료"
},
"dist/dialogs/pickScheduleDialog": {
"pickSchedule.jobSchedules": "작업 일정",
"pickSchedule.ok": "확인",
"pickSchedule.cancel": "취소",
"pickSchedule.availableSchedules": "사용 가능한 일정:",
"pickSchedule.scheduleName": "이름",
"pickSchedule.scheduleID": "ID",
"pickSchedule.description": "설명"
},
"dist/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": "SQL 문의 구문 오류 - 015",
"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.DelayMinutes": "지연(분)",
"alertDialog.DelaySeconds": "지연(초)"
},
"dist/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": "호출기"
},
"dist/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.removeSchedule": "일정 제거",
"jobDialog.alertsList": "경고 목록",
"jobDialog.newAlert": "새 경고",
"jobDialog.alertNameLabel": "경고 이름",
"jobDialog.alertEnabledLabel": "사용",
"jobDialog.alertTypeLabel": "형식",
"jobDialog.newJob": "새 작업",
"jobDialog.editJob": "작업 편집"
},
"dist/data/jobData": {
"jobData.whenJobCompletes": "작업 완료 시",
"jobData.whenJobFails": "작업 실패 시",
"jobData.whenJobSucceeds": "작업 성공 시",
"jobData.jobNameRequired": "작업 이름을 지정해야 합니다.",
"jobData.saveErrorMessage": "'{0}' 작업을 업데이트하지 못했습니다.",
"jobData.newJobErrorMessage": "'{0}' 작업을 만들지 못했습니다.",
"jobData.saveSucessMessage": "'{0}' 작업을 업데이트했습니다.",
"jobData.newJobSuccessMessage": "'{0}' 작업을 만들었습니다."
},
"dist/data/jobStepData": {
"jobStepData.saveErrorMessage": "'{0}' 단계를 업데이트하지 못했습니다.",
"stepData.jobNameRequired": "작업 이름을 지정해야 합니다.",
"stepData.stepNameRequired": "단계 이름을 지정해야 합니다."
},
"dist/mainController": {
"mainController.notImplemented": "이 기능은 아직 개발 중입니다. 가장 최근 변경 기능을 사용해 보려면 최신 참가자 빌드를 확인하세요.",
"agent.templateUploadSuccessful": "템플릿을 업데이트함",
"agent.templateUploadError": "템플릿 업데이트 실패",
"agent.unsavedFileSchedulingError": "예약하기 전에 전자 필기장을 저장해야 합니다. 저장한 후 예약을 다시 시도하세요.",
"agent.AddNewConnection": "새 연결 추가",
"agent.selectConnection": "연결 선택",
"agent.selectValidConnection": "올바른 연결을 선택하세요"
},
"dist/data/alertData": {
"alertData.saveErrorMessage": "'{0}' 경고를 업데이트하지 못했습니다.",
"alertData.DefaultAlertTypString": "SQL Server 이벤트 경고",
"alertDialog.PerformanceCondition": "SQL Server 성능 조건 경고",
"alertDialog.WmiEvent": "WMI 이벤트 경고"
},
"dist/dialogs/proxyDialog": {
"createProxy.createProxy": "프록시 만들기",
"createProxy.editProxy": "프록시 편집",
"createProxy.General": "일반",
"createProxy.ProxyName": "프록시 이름",
"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"
},
"dist/data/proxyData": {
"proxyData.saveErrorMessage": "프록시를 업데이트하지 못했습니다. '{0}'",
"proxyData.saveSucessMessage": "'{0}' 프록시를 업데이트했습니다.",
"proxyData.newJobSuccessMessage": "'{0}' 프록시를 만들었습니다."
},
"dist/dialogs/notebookDialog": {
"notebookDialog.newJob": "새 Notebook 작업",
"notebookDialog.editJob": "전자 필기장 작업 편집",
"notebookDialog.general": "일반",
"notebookDialog.notebookSection": "Notebook 세부 정보",
"notebookDialog.templateNotebook": "전자 필기장 경로",
"notebookDialog.targetDatabase": "저장소 데이터베이스",
"notebookDialog.executeDatabase": "실행 데이터베이스",
"notebookDialog.defaultDropdownString": "데이터베이스 선택",
"notebookDialog.jobSection": "작업 정보",
"notebookDialog.name": "이름",
"notebookDialog.owner": "소유자",
"notebookDialog.schedulesaLabel": "일정 목록",
"notebookDialog.pickSchedule": "일정 선택",
"notebookDialog.removeSchedule": "일정 제거",
"notebookDialog.description": "설명",
"notebookDialog.templatePath": "PC에서 예약할 전자 필기장 선택",
"notebookDialog.targetDatabaseInfo": "모든 전자 필기장 작업 메타데이터 및 결과를 저장할 데이터베이스 선택",
"notebookDialog.executionDatabaseInfo": "전자 필기장 쿼리를 실행할 데이터베이스 선택"
},
"dist/data/notebookData": {
"notebookData.whenJobCompletes": "전자 필기장이 완료되는 경우",
"notebookData.whenJobFails": "전자 필기장이 실패하는 경우",
"notebookData.whenJobSucceeds": "전자 필기장이 성공하는 경우",
"notebookData.jobNameRequired": "전자 필기장 이름을 제공해야 합니다.",
"notebookData.templatePathRequired": "템플릿 경로를 제공해야 함",
"notebookData.invalidNotebookPath": "전자 필기장 경로가 잘못됨",
"notebookData.selectStorageDatabase": "저장소 데이터베이스 선택",
"notebookData.selectExecutionDatabase": "실행 데이터베이스 선택",
"notebookData.jobExists": "이름이 비슷한 작업이 이미 있음",
"notebookData.saveErrorMessage": "Notebook 업데이트 실패 '{0}'",
"notebookData.newJobErrorMessage": "Notebook 만들기 실패 {0}",
"notebookData.saveSucessMessage": "Notebook '{0}'을(를) 업데이트함",
"notebookData.newJobSuccessMessage": "Notebook '{0}'이(가) 생성됨"
}
}
}

View File

@@ -41,6 +41,7 @@
"dist/azureResource/utils": {
"azure.resource.error": "오류: {0}",
"azure.accounts.getResourceGroups.queryError": "계정 {0}({1}) 구독 {2}({3}) 테넌트 {4}의 리소스 그룹을 가져오는 동안 오류 발생: {5}",
"azure.accounts.getLocations.queryError": "계정 {0}({1}) 구독 {2}({3}) 테넌트 {4}의 위치를 가져오는 동안 오류 발생: {5}",
"azure.accounts.runResourceQuery.errors.invalidQuery": "잘못된 쿼리",
"azure.accounts.getSubscriptions.queryError": "계정 {0} 테넌트 {1}의 구독을 가져오는 동안 오류 발생: {2}",
"azure.accounts.getSelectedSubscriptions.queryError": "{0} 계정의 구독을 가져오는 동안 오류 발생: {1}"
@@ -105,7 +106,7 @@
"azurecore.azureArcsqlManagedInstance": "SQL 관리형 인스턴스 - Azure Arc",
"azurecore.azureArcService": "Data Service - Azure Arc",
"azurecore.sqlServerArc": "SQL Server - Azure Arc",
"azurecore.azureArcPostgres": "Azure Arc 사용 PostgreSQL 하이퍼스케일",
"azurecore.azureArcPostgres": "Azure Arc가 지원되는 PostgreSQL 하이퍼스케일",
"azure.unableToOpenAzureLink": "링크를 열 수 없음, 필요한 값이 없음",
"azure.azureResourcesGridTitle": "Azure 리소스(미리 보기)",
"azurecore.invalidAzureAccount": "잘못된 계정",
@@ -116,7 +117,7 @@
"azureAuth.unidentifiedError": "Azure 인증에서 식별되지 않은 오류 발생",
"azure.tenantNotFound": "ID가 '{0}'인 지정된 테넌트를 찾을 수 없습니다.",
"azure.noBaseToken": "인증 관련 오류가 발생했거나 토큰이 시스템에서 삭제되었습니다. 계정을 다시 Azure Data Studio에 추가해 보세요.",
"azure.responseError": "오류로 인해 토큰 검색에 실패했습니다. 개발자 도구를 열어 오류 확인합니다.",
"azure.responseError": "오류로 인해 토큰 검색에 실패했습니다. 개발자 도구를 열어 오류 확인",
"azure.accessTokenEmpty": "Microsoft OAuth에서 반환된 액세스 토큰 없음",
"azure.noUniqueIdentifier": "해당 사용자는 AAD 내에 고유 식별자가 없습니다.",
"azureWorkAccountDisplayName": "회사 또는 학교 계정",
@@ -141,7 +142,9 @@
"dist/azureResource/tree/flatAccountTreeNode": {
"azure.resource.tree.accountTreeNode.titleLoading": "{0} - 로드 중...",
"azure.resource.tree.accountTreeNode.title": "{0}({1}/{2}개 구독)",
"azure.resource.tree.accountTreeNode.credentialError": "{0} 계정의 자격 증명을 가져오지 못했습니다. 계정 대화 상자로 이동하고 계정을 새로 고치세요."
"azure.resource.tree.accountTreeNode.credentialError": "{0} 계정의 자격 증명을 가져오지 못했습니다. 계정 대화 상자로 이동하고 계정을 새로 고치세요.",
"azure.resource.throttleerror": "이 계정의 요청은 제한되었습니다. 다시 시도하려면 더 적은 수의 구독을 선택하세요.",
"azure.resource.tree.loadresourceerror": "Azure 리소스를 로드하는 동안 오류가 발생했습니다. {0}"
},
"dist/azureResource/tree/accountNotSignedInTreeNode": {
"azure.resource.tree.accountNotSignedInTreeNode.signInLabel": "Azure에 로그인..."
@@ -203,6 +206,9 @@
"dist/azureResource/providers/kusto/kustoTreeDataProvider": {
"azure.resource.providers.KustoContainerLabel": "Azure 데이터 탐색기 클러스터"
},
"dist/azureResource/providers/azuremonitor/azuremonitorTreeDataProvider": {
"azure.resource.providers.AzureMonitorContainerLabel": "Azure Monitor Workspace"
},
"dist/azureResource/providers/postgresServer/postgresServerTreeDataProvider": {
"azure.resource.providers.databaseServer.treeDataProvider.postgresServerContainerLabel": "Azure Database for PostgreSQL 서버"
},

View File

@@ -11,17 +11,17 @@
"package": {
"description": "SQL Server 빅 데이터 클러스터 관리 지원",
"text.sqlServerBigDataClusters": "SQL Server 빅 데이터 클러스터",
"command.connectController.title": "Connect to Existing Controller",
"command.createController.title": "Create New Controller",
"command.removeController.title": "Remove Controller",
"command.connectController.title": "기존 컨트롤러에 연결",
"command.createController.title": "새 컨트롤러 만들기",
"command.removeController.title": "컨트롤러 제거",
"command.refreshController.title": "새로 고침",
"command.manageController.title": "관리",
"command.mount.title": "HDFS 탑재",
"command.refreshmount.title": "탑재 새로 고침",
"command.deletemount.title": "탑재 삭제",
"bdc.configuration.title": "빅 데이터 클러스터",
"bdc.view.welcome.connect": "No SQL Big Data Cluster controllers registered. [Learn More](https://docs.microsoft.com/sql/big-data-cluster/big-data-cluster-overview)\r\n[Connect Controller](command:bigDataClusters.command.connectController)",
"bdc.view.welcome.loading": "Loading controllers...",
"bdc.view.welcome.connect": "등록된 SQL 빅 데이터 클러스터 컨트롤러가 없습니다. [자세한 정보](https://docs.microsoft.com/sql/big-data-cluster/big-data-cluster-overview)\r\n[컨트롤러 연결](command:bigDataClusters.command.connectController)",
"bdc.view.welcome.loading": "컨트롤러를 로드하는 중...",
"bdc.ignoreSslVerification.desc": "True인 경우 HDFS, Spark 및 Controller와 같은 SQL Server 빅 데이터 클러스터 엔드포인트를 대상으로 SSL 확인 오류 무시",
"resource-type-sql-bdc-display-name": "SQL Server 빅 데이터 클러스터",
"resource-type-sql-bdc-description": "SQL Server 빅 데이터 클러스터를 사용하면 Kubernetes에서 실행되는 SQL Server, Spark 및 HDFS 컨테이너의 확장 가능한 클러스터를 배포할 수 있습니다.",
@@ -31,8 +31,8 @@
"bdc-deployment-target-new-aks": "새 Azure Kubernetes Service 클러스터",
"bdc-deployment-target-existing-aks": "기존 Azure Kubernetes Service 클러스터",
"bdc-deployment-target-existing-kubeadm": "기존 Kubernetes 클러스터(kubeadm)",
"bdc-deployment-target-existing-aro": "Existing Azure Red Hat OpenShift cluster",
"bdc-deployment-target-existing-openshift": "Existing OpenShift cluster",
"bdc-deployment-target-existing-aro": "기존 Azure Red Hat OpenShift 클러스터",
"bdc-deployment-target-existing-openshift": "기존 OpenShift 클러스터",
"bdc-cluster-settings-section-title": "SQL Server 빅 데이터 클러스터 설정",
"bdc-cluster-name-field": "클러스터 이름",
"bdc-controller-username-field": "컨트롤러 사용자 이름",
@@ -50,7 +50,7 @@
"bdc-data-size-field": "데이터 용량(GB)",
"bdc-log-size-field": "로그 용량(GB)",
"bdc-agreement": "{0}, {1} 및 {2}에 동의합니다.",
"microsoft-privacy-statement": "Microsoft Privacy Statement",
"microsoft-privacy-statement": "Microsoft 개인정보처리방침",
"bdc-agreement-azdata-eula": "azdata 사용 조건",
"bdc-agreement-bdc-eula": "SQL Server 사용 조건"
},
@@ -103,102 +103,102 @@
"endpointsError": "BDC 엔드포인트를 검색하는 동안 예기치 않은 오류 발생: {0}"
},
"dist/bigDataCluster/localizedConstants": {
"bdc.dashboard.status": "Status Icon",
"bdc.dashboard.instance": "Instance",
"bdc.dashboard.state": "State",
"bdc.dashboard.view": "View",
"bdc.dashboard.notAvailable": "N/A",
"bdc.dashboard.healthStatusDetails": "Health Status Details",
"bdc.dashboard.metricsAndLogs": "Metrics and Logs",
"bdc.dashboard.healthStatus": "Health Status",
"bdc.dashboard.nodeMetrics": "Node Metrics",
"bdc.dashboard.sqlMetrics": "SQL Metrics",
"bdc.dashboard.logs": "Logs",
"bdc.dashboard.viewNodeMetrics": "View Node Metrics {0}",
"bdc.dashboard.viewSqlMetrics": "View SQL Metrics {0}",
"bdc.dashboard.viewLogs": "View Kibana Logs {0}",
"bdc.dashboard.lastUpdated": "Last Updated : {0}",
"basicAuthName": "Basic",
"integratedAuthName": "Windows Authentication",
"addNewController": "Add New Controller",
"bdc.dashboard.status": "상태 아이콘",
"bdc.dashboard.instance": "인스턴스",
"bdc.dashboard.state": "상태",
"bdc.dashboard.view": "보기",
"bdc.dashboard.notAvailable": "해당 없음",
"bdc.dashboard.healthStatusDetails": "상태 세부 정보",
"bdc.dashboard.metricsAndLogs": "메트릭 및 로그",
"bdc.dashboard.healthStatus": "상태",
"bdc.dashboard.nodeMetrics": "노드 메트릭",
"bdc.dashboard.sqlMetrics": "SQL 메트릭",
"bdc.dashboard.logs": "로그",
"bdc.dashboard.viewNodeMetrics": "노드 메트릭 {0} 보기",
"bdc.dashboard.viewSqlMetrics": "SQL 메트릭 {0} 보기",
"bdc.dashboard.viewLogs": "Kibana 로그 {0} 보기",
"bdc.dashboard.lastUpdated": "마지막으로 업데이트한 날짜: {0}",
"basicAuthName": "기본",
"integratedAuthName": "Windows 인증",
"addNewController": "새 컨트롤러 추가",
"url": "URL",
"username": "Username",
"password": "Password",
"rememberPassword": "Remember Password",
"clusterManagementUrl": "Cluster Management URL",
"textAuthCapital": "Authentication type",
"hdsf.dialog.connection.section": "Cluster Connection",
"add": "Add",
"cancel": "Cancel",
"ok": "OK",
"bdc.dashboard.refresh": "Refresh",
"bdc.dashboard.troubleshoot": "Troubleshoot",
"bdc.dashboard.bdcOverview": "Big Data Cluster overview",
"bdc.dashboard.clusterDetails": "Cluster Details",
"bdc.dashboard.clusterOverview": "Cluster Overview",
"bdc.dashboard.serviceEndpoints": "Service Endpoints",
"bdc.dashboard.clusterProperties": "Cluster Properties",
"bdc.dashboard.clusterState": "Cluster State",
"bdc.dashboard.serviceName": "Service Name",
"bdc.dashboard.service": "Service",
"bdc.dashboard.endpoint": "Endpoint",
"copiedEndpoint": "Endpoint '{0}' copied to clipboard",
"bdc.dashboard.copy": "Copy",
"bdc.dashboard.viewDetails": "View Details",
"bdc.dashboard.viewErrorDetails": "View Error Details",
"connectController.dialog.title": "Connect to Controller",
"mount.main.section": "Mount Configuration",
"mount.task.name": "Mounting HDFS folder on path {0}",
"refreshmount.task.name": "Refreshing HDFS Mount on path {0}",
"deletemount.task.name": "Deleting HDFS Mount on path {0}",
"mount.task.submitted": "Mount creation has started",
"refreshmount.task.submitted": "Refresh mount request submitted",
"deletemount.task.submitted": "Delete mount request submitted",
"mount.task.complete": "Mounting HDFS folder is complete",
"mount.task.inprogress": "Mounting is likely to complete, check back later to verify",
"mount.dialog.title": "Mount HDFS Folder",
"mount.hdfsPath.title": "HDFS Path",
"mount.hdfsPath.info": "Path to a new (non-existing) directory which you want to associate with the mount",
"mount.remoteUri.title": "Remote URI",
"mount.remoteUri.info": "The URI to the remote data source. Example for ADLS: abfs://fs@saccount.dfs.core.windows.net/",
"mount.credentials.title": "Credentials",
"mount.credentials.info": "Mount credentials for authentication to remote data source for reads",
"refreshmount.dialog.title": "Refresh Mount",
"deleteMount.dialog.title": "Delete Mount",
"bdc.dashboard.loadingClusterStateCompleted": "Loading cluster state completed",
"bdc.dashboard.loadingHealthStatusCompleted": "Loading health status completed",
"err.controller.username.required": "Username is required",
"err.controller.password.required": "Password is required",
"endpointsError": "Unexpected error retrieving BDC Endpoints: {0}",
"bdc.dashboard.noConnection": "The dashboard requires a connection. Please click retry to enter your credentials.",
"bdc.dashboard.unexpectedError": "Unexpected error occurred: {0}",
"mount.hdfs.loginerror1": "Login to controller failed",
"mount.hdfs.loginerror2": "Login to controller failed: {0}",
"mount.err.formatting": "Bad formatting of credentials at {0}",
"mount.task.error": "Error mounting folder: {0}",
"mount.error.unknown": "Unknown error occurred during the mount process"
"username": "사용자 이름",
"password": "암호",
"rememberPassword": "암호 저장",
"clusterManagementUrl": "클러스터 관리 URL",
"textAuthCapital": "인증 유형",
"hdsf.dialog.connection.section": "클러스터 연결",
"add": "추가",
"cancel": "취소",
"ok": "확인",
"bdc.dashboard.refresh": "새로 고침",
"bdc.dashboard.troubleshoot": "문제 해결",
"bdc.dashboard.bdcOverview": "빅 데이터 클러스터 개요",
"bdc.dashboard.clusterDetails": "클러스터 세부 정보",
"bdc.dashboard.clusterOverview": "클러스터 개요",
"bdc.dashboard.serviceEndpoints": "서비스 엔드포인트",
"bdc.dashboard.clusterProperties": "클러스터 속성",
"bdc.dashboard.clusterState": "클러스터 상태",
"bdc.dashboard.serviceName": "서비스 이름",
"bdc.dashboard.service": "서비스",
"bdc.dashboard.endpoint": "엔드포인트",
"copiedEndpoint": "엔드포인트 '{0}'이(가) 클립보드에 복사됨",
"bdc.dashboard.copy": "복사",
"bdc.dashboard.viewDetails": "세부 정보 보기",
"bdc.dashboard.viewErrorDetails": "오류 세부 정보 보기",
"connectController.dialog.title": "컨트롤러에 연결",
"mount.main.section": "탑재 구성",
"mount.task.name": "경로 {0}에 HDFS 폴더를 탑재하는 중",
"refreshmount.task.name": "경로 {0}에서 HDFS 탑재를 새로 고치는 중",
"deletemount.task.name": "경로 {0}에서 HDFS 탑재를 삭제하는 중",
"mount.task.submitted": "탑재 만들기를 시작했습니다.",
"refreshmount.task.submitted": "탑재 새로 고침 요청이 제출됨",
"deletemount.task.submitted": "탑재 삭제 요청이 제출됨",
"mount.task.complete": "HDFS 폴더 탑재가 완료되었습니다.",
"mount.task.inprogress": "탑재가 완료될 수 있습니다. 나중에 다시 확인하세요.",
"mount.dialog.title": "HDFS 폴더 탑재",
"mount.hdfsPath.title": "HDFS 경로",
"mount.hdfsPath.info": "탑재와 연결하려는 새(기존 항목 아님) 디렉터리의 경로",
"mount.remoteUri.title": "원격 URI",
"mount.remoteUri.info": "원격 데이터 원본에 대한 URI입니다. ADLS의 예: abfs://fs@saccount.dfs.core.windows.net/",
"mount.credentials.title": "자격 증명",
"mount.credentials.info": "읽기 위해 원격 데이터 원본에 인증용 자격 증명 탑재",
"refreshmount.dialog.title": "탑재 새로 고침",
"deleteMount.dialog.title": "탑재 삭제",
"bdc.dashboard.loadingClusterStateCompleted": "클러스터 상태 로드 완료",
"bdc.dashboard.loadingHealthStatusCompleted": "상태 로드 완료",
"err.controller.username.required": "사용자 이름이 필요합니다.",
"err.controller.password.required": "암호는 필수입니다.",
"endpointsError": "BDC 엔드포인트를 검색하는 동안 예기치 않은 오류 발생: {0}",
"bdc.dashboard.noConnection": "대시보드에 연결이 필요합니다. 자격 증명을 입력하려면 다시 시도를 클릭하세요.",
"bdc.dashboard.unexpectedError": "예기치 않은 오류가 발생했습니다. {0}",
"mount.hdfs.loginerror1": "컨트롤러에 로그인하지 못함",
"mount.hdfs.loginerror2": "컨트롤러에 로그인하지 못함: {0}",
"mount.err.formatting": "{0}에 있는 자격 증명 형식이 잘못됨",
"mount.task.error": "폴더 탑재 오류: {0}",
"mount.error.unknown": "탑재 프로세스 중에 알 수 없는 오류가 발생했습니다."
},
"dist/bigDataCluster/controller/clusterControllerApi": {
"error.no.activedirectory": "이 클러스터는 Windows 인증을 지원하지 않습니다.",
"bdc.error.tokenPost": "인증 오류",
"bdc.error.unauthorized": "Windows 인증을 사용하여 이 클러스터에 로그인할 수 있는 권한이 없습니다.",
"bdc.error.getClusterConfig": "Error retrieving cluster config from {0}",
"bdc.error.getClusterConfig": "{0}에서 클러스터 구성을 검색하는 동안 오류 발생",
"bdc.error.getEndPoints": "{0}에서 엔드포인트 검색 중 오류 발생",
"bdc.error.getBdcStatus": "{0}에서 BDC 상태 검색 중 오류 발생",
"bdc.error.mountHdfs": "탑재를 만드는 중 오류 발생",
"bdc.error.statusHdfs": "Error getting mount status",
"bdc.error.statusHdfs": "탑재 상태를 가져오는 동안 오류 발생",
"bdc.error.refreshHdfs": "탑재를 새로 고치는 중 오류 발생",
"bdc.error.deleteHdfs": "탑재를 삭제하는 중 오류 발생"
},
"dist/extension": {
"mount.error.endpointNotFound": "컨트롤러 엔드포인트 정보를 찾을 수 없음",
"bdc.dashboard.title": "Big Data Cluster Dashboard -",
"bdc.dashboard.title": "빅 데이터 클러스터 대시보드 -",
"textYes": "예",
"textNo": "아니요",
"textConfirmRemoveController": "Are you sure you want to remove '{0}'?"
"textConfirmRemoveController": "'{0}'을(를) 제거하시겠습니까?"
},
"dist/bigDataCluster/tree/controllerTreeDataProvider": {
"bdc.controllerTreeDataProvider.error": "Unexpected error loading saved controllers: {0}"
"bdc.controllerTreeDataProvider.error": "저장된 컨트롤러를 로드하는 동안 예기치 않은 오류 발생: {0}"
}
}
}
}

View File

@@ -0,0 +1,146 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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": {
"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": "목록의 각 문 앞에 쉼표를 표시할지 여부(예: 끝에 'mycolumn1' 대신 ', mycolumn2' 사용)",
"cms.format.placeSelectStatementReferencesOnNewLine": "Select 문에서 개체에 대한 참조를 별도 줄에 분할할지 여부(예: 'SELECT C1, C2 FROM T1'의 경우 C1 및 C2를 별도의 줄에 표시함)",
"cms.logDebugInfo": "[옵션] 디버그 출력을 콘솔에 로깅한 다음(보기 -> 출력), 드롭다운에서 해당 출력 채널을 선택합니다.",
"cms.tracingLevel": "[옵션] 백 엔드 서비스의 로그 수준입니다. Azure Data Studio는 시작할 때마다 파일 이름을 생성하며 파일이 이미 있으면 로그 항목이 해당 파일에 추가됩니다. 이전 로그 파일을 정리하려면 logRetentionMinutes 및 logFilesRemovalLimit 설정을 참조하세요. 기본 tracingLevel에서는 많은 양의 로그가 기록되지 않습니다. 세부 정보 표시를 변경하면 로깅이 광범위해지고 로그의 디스크 공간 요구 사항이 커질 수 있습니다. 오류이면 중요가 포함되고 경고이면 오류가 포함되고 정보이면 경고가 포함되고 세부 정보 표시이면 정보가 포함됩니다.",
"cms.logRetentionMinutes": "백 엔드 서비스의 로그 파일을 유지하는 시간(분)입니다. 기본값은 1주일입니다.",
"cms.logFilesRemovalLimit": "시작 시 제거하려고 하며 mssql.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": "OS 버전",
"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": "Azure Active Directory - MFA가 지원되는 유니버설",
"cms.connectionOptions.userName.displayName": "사용자 이름",
"cms.connectionOptions.userName.description": "데이터 원본에 연결할 때 사용할 사용자 ID를 나타냅니다.",
"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 데이터 공급자에서 비동기 기능의 사용을 활성화합니다.",
"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 Server 컨텍스트에서 시작되어야 함을 나타냅니다. 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": "워크스테이션 ID",
"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": "장애 조치(failover) 파트너",
"cms.connectionOptions.failoverPartner.description": "장애 조치(failover) 파트너 역할을 하는 SQL Server 인스턴스의 이름 또는 네트워크 주소",
"cms.connectionOptions.multiSubnetFailover.displayName": "다중 서브넷 장애 조치(failover)",
"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를 통해 노출할 서버 형식 시스템을 나타냅니다."
},
"dist/cmsResource/tree/cmsResourceTreeNode": {
"cms.resource.cmsResourceTreeNode.noResourcesLabel": "리소스를 찾을 수 없음"
},
"dist/cmsResource/tree/cmsResourceEmptyTreeNode": {
"cms.resource.tree.CmsTreeNode.addCmsServerLabel": "중앙 관리 서버 추가..."
},
"dist/cmsResource/tree/treeProvider": {
"cms.resource.tree.treeProvider.loadError": "저장된 서버를 로드하는 동안 예기치 않은 오류가 발생했습니다. {0}",
"cms.resource.tree.treeProvider.loadingLabel": "로드하는 중..."
},
"dist/cmsResource/cmsResourceCommands": {
"cms.errors.sameCmsServerName": "중앙 관리 서버 그룹에 이름이 {0}인 등록된 서버가 이미 있습니다.",
"cms.errors.azureNotAllowed": "Azure SQL Server는 중앙 관리 서버로 사용될 수 없습니다.",
"cms.confirmDeleteServer": "삭제하시겠습니까?",
"cms.yes": "예",
"cms.no": "아니요",
"cms.AddServerGroup": "서버 그룹 추가",
"cms.OK": "확인",
"cms.Cancel": "취소",
"cms.ServerGroupName": "서버 그룹 이름",
"cms.ServerGroupDescription": "서버 그룹 설명",
"cms.errors.sameServerGroupName": "{0}에 이름이 {1}인 서버 그룹이 이미 있습니다.",
"cms.confirmDeleteGroup": "삭제하시겠습니까?"
},
"dist/cmsUtils": {
"cms.errors.sameServerUnderCms": "구성 서버와 이름이 같은 등록된 공유 서버를 추가할 수 없습니다."
}
}
}

View File

@@ -0,0 +1,78 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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": {
"package": {
"dacFx.settings": "Dacpac",
"dacFx.defaultSaveLocation": ".DACPAC 및 .BACPAC 파일이 기본적으로 저장되는 폴더의 전체 경로입니다."
},
"dist/localizedConstants": {
"dacFx.targetServer": "대상 서버",
"dacFx.sourceServer": "원본 서버",
"dacFx.sourceDatabase": "원본 데이터베이스",
"dacFx.targetDatabase": "대상 데이터베이스",
"dacfx.fileLocation": "파일 위치",
"dacfx.selectFile": "파일 선택",
"dacfx.summaryTableTitle": "설정 요약",
"dacfx.version": "버전",
"dacfx.setting": "설정",
"dacfx.value": "값",
"dacFx.databaseName": "데이터베이스 이름",
"dacFxDeploy.openFile": "열기",
"dacFx.upgradeExistingDatabase": "기존 데이터베이스 업그레이드",
"dacFx.newDatabase": "새 데이터베이스",
"dacfx.dataLossTextWithCount": "나열된 배포 작업의 {0}(으)로 인해 데이터가 손실될 수 있습니다. 배포 관련 문제가 발생하는 경우 사용할 수 있는 백업 또는 스냅샷이 있는지 확인하세요.",
"dacFx.proceedDataLoss": "데이터가 손실되더라도 계속 진행",
"dacfx.noDataLoss": "나열된 배포 작업에서 데이터 손실이 발생하지 않습니다.",
"dacfx.dataLossText": "배포 작업으로 인해 데이터가 손실될 수 있습니다. 배포 관련 문제가 발생하는 경우 사용 가능한 백업 또는 스냅샷이 있는지 확인하세요.",
"dacfx.operation": "작업",
"dacfx.operationTooltip": "배포하는 동안 발생하는 작업(만들기, 변경, 삭제)",
"dacfx.type": "형식",
"dacfx.typeTooltip": "배포의 영향을 받는 개체의 유형",
"dacfx.object": "개체",
"dacfx.objecTooltip": "배포의 영향을 받는 개체의 이름",
"dacfx.dataLoss": "데이터 손실",
"dacfx.dataLossTooltip": "데이터 손실이 발생할 수 있는 작업에는 경고 기호가 표시됩니다.",
"dacfx.save": "저장",
"dacFx.versionText": "버전(x.x.x.x 사용, x는 숫자임)",
"dacFx.deployDescription": "데이터 계층 애플리케이션 .dacpac 파일을 SQL Server의 인스턴스에 배포[Dacpac 배포]",
"dacFx.extractDescription": "SQL Server의 인스턴스에서 데이터 계층 애플리케이션을 .dacpac 파일로 추출[Dacpac 추출]",
"dacFx.importDescription": ".bacpac 파일에서 데이터베이스 만들기[Bacpac 가져오기]",
"dacFx.exportDescription": "데이터베이스의 스키마 및 데이터를 논리적 .bacpac 파일 형식으로 내보내기[Bacpac 내보내기]",
"dacfx.wizardTitle": "데이터 계층 애플리케이션 마법사",
"dacFx.selectOperationPageName": "작업 선택",
"dacFx.deployConfigPageName": "Dacpac 배포 설정 선택",
"dacFx.deployPlanPageName": "배포 플랜 검토",
"dacFx.summaryPageName": "요약",
"dacFx.extractConfigPageName": "Dacpac 추출 설정 선택",
"dacFx.importConfigPageName": "Bacpac 가져오기 설정 선택",
"dacFx.exportConfigPageName": "Bacpac 내보내기 설정 선택",
"dacFx.deployButton": "배포",
"dacFx.extract": "추출",
"dacFx.import": "가져오기",
"dacFx.export": "내보내기",
"dacFx.generateScriptButton": "스크립트 생성",
"dacfx.scriptGeneratingMessage": "마법사가 닫히면 작업 보기에서 스크립트 생성 상태를 볼 수 있습니다. 완료되면 생성된 스크립트가 열립니다.",
"dacfx.default": "기본값",
"dacfx.deployPlanTableTitle": "계획 작업 배포",
"dacfx.databaseNameExistsErrorMessage": "SQL Server 인스턴스에 같은 이름의 데이터베이스가 이미 있습니다.",
"dacfx.undefinedFilenameErrorMessage": "정의되지 않은 네임스페이스:",
"dacfx.filenameEndingInPeriodErrorMessage": "파일 이름은 마침표(.)로 끝날 수 없습니다.",
"dacfx.whitespaceFilenameErrorMessage": "파일 이름은 공백일 수 없습니다.",
"dacfx.invalidFileCharsErrorMessage": "잘못된 파일 문자",
"dacfx.reservedWindowsFilenameErrorMessage": "이 파일 이름은 Windows에서 예약되어 있습니다. 다른 이름을 선택하고 다시 시도하세요.",
"dacfx.reservedValueErrorMessage": "예약된 파일 이름입니다. 다른 이름을 선택하고 다시 시도하십시오.",
"dacfx.trailingWhitespaceErrorMessage": "파일 이름은 공백으로 끝날 수 없습니다.",
"dacfx.tooLongFilenameErrorMessage": "파일 이름이 255자를 초과합니다.",
"dacfx.deployPlanErrorMessage": "배포 플랜 '{0}'을(를) 생성하지 못했습니다.",
"dacfx.generateDeployErrorMessage": "배포 스크립트 생성 실패 '{0}'",
"dacfx.operationErrorMessage": "{0} 작업 실패 '{1}'"
}
}
}

View File

@@ -0,0 +1,66 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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": {
"package": {
"flatfileimport.configuration.title": "플랫 파일 가져오기 구성",
"flatfileimport.logDebugInfo": "[옵션] 디버그 출력을 콘솔에 로깅한 다음(보기 -> 출력), 드롭다운에서 해당 출력 채널을 선택합니다."
},
"out/services/serviceClient": {
"serviceStarted": "{0}이(가) 시작됨",
"serviceStarting": "{0}을(를) 시작하는 중",
"flatFileImport.serviceStartFailed": "{0}:{1}을(를) 시작하지 못함",
"installingServiceDetailed": "{1}에 {0} 설치 중",
"installingService": "{0} 서비스를 설치하는 중",
"serviceInstalled": "설치된 {0}",
"downloadingService": "{0} 다운로드 중",
"downloadingServiceSize": "({0}KB)",
"downloadingServiceStatus": "{0} 다운로드 중",
"downloadingServiceComplete": "{0} 다운로드 완료",
"entryExtractedChannelMsg": "추출된 {0}({1}/{2})"
},
"out/common/constants": {
"import.serviceCrashButton": "사용자 의견 제공",
"serviceCrashMessage": "서비스 구성 요소를 시작할 수 없습니다.",
"flatFileImport.serverDropdownTitle": "데이터베이스가 있는 서버",
"flatFileImport.databaseDropdownTitle": "테이블이 생성된 데이터베이스",
"flatFile.InvalidFileLocation": "잘못된 파일 위치입니다. 다른 입력 파일을 사용해 보세요.",
"flatFileImport.browseFiles": "찾아보기",
"flatFileImport.openFile": "열기",
"flatFileImport.fileTextboxTitle": "가져올 파일의 위치",
"flatFileImport.tableTextboxTitle": "새 테이블 이름",
"flatFileImport.schemaTextboxTitle": "테이블 스키마",
"flatFileImport.importData": "데이터 가져오기",
"flatFileImport.next": "다음",
"flatFileImport.columnName": "열 이름",
"flatFileImport.dataType": "데이터 형식",
"flatFileImport.primaryKey": "기본 키",
"flatFileImport.allowNulls": "Null 허용",
"flatFileImport.prosePreviewMessage": "이 작업은 입력 파일 구조를 분석하여 처음 50개 행의 미리 보기를 아래에 생성했습니다.",
"flatFileImport.prosePreviewMessageFail": "이 작업이 실패했습니다. 다른 입력 파일을 사용해 보세요.",
"flatFileImport.refresh": "새로 고침",
"flatFileImport.importInformation": "정보 가져오기",
"flatFileImport.importStatus": "상태 가져오기",
"flatFileImport.serverName": "서버 이름",
"flatFileImport.databaseName": "데이터베이스 이름",
"flatFileImport.tableName": "테이블 이름",
"flatFileImport.tableSchema": "테이블 스키마",
"flatFileImport.fileImport": "가져올 파일",
"flatFileImport.success.norows": "✔ 테이블에 데이터를 입력했습니다.",
"import.needConnection": "이 마법사를 사용하기 전에 서버에 연결하세요.",
"import.needSQLConnection": "SQL Server 가져오기 확장은 이 유형의 연결을 지원하지 않습니다.",
"flatFileImport.wizardName": "플랫 파일 가져오기 마법사",
"flatFileImport.page1Name": "입력 파일 지정",
"flatFileImport.page2Name": "데이터 미리 보기",
"flatFileImport.page3Name": "열 수정",
"flatFileImport.page4Name": "요약",
"flatFileImport.importNewFile": "새 파일 가져오기"
}
}
}

View File

@@ -14,13 +14,16 @@
"notebook.configuration.title": "Notebook 구성",
"notebook.pythonPath.description": "Notebook에서 사용하는 python 설치의 로컬 경로입니다.",
"notebook.useExistingPython.description": "Notebook에서 사용하는 기존 python 설치의 로컬 경로입니다.",
"notebook.dontPromptPythonUpdate.description": "Python을 업데이트하라는 메시지가 표시되지 않습니다.",
"notebook.jupyterServerShutdownTimeout.description": "모든 전자 필기장이 닫힌 후 서버를 종료하기 전에 대기해야 할 시간(분)입니다(종료하지 않으려면 0을 입력하세요).",
"notebook.overrideEditorTheming.description": "Notebook 편집기에서 편집기 기본 설정을 재정의합니다. 설정에는 배경색, 현재 선 색 및 테두리가 포함됩니다.",
"notebook.maxTableRows.description": "Notebook 편집기에서 테이블당 반환된 최대 행 수",
"notebook.trustedBooks.description": "Notebooks contained in these books will automatically be trusted.",
"notebook.trustedBooks.description": "이 Book에 포함된 Notebook은 자동으로 신뢰할 수 있습니다.",
"notebook.maxBookSearchDepth.description": "책을 검색할 하위 디렉터리의 최대 깊이(무한의 경우 0 입력)",
"notebook.collapseBookItems.description": "Collapse Book items at root level in the Notebooks Viewlet",
"notebook.remoteBookDownloadTimeout.description": "Download timeout in milliseconds for GitHub books",
"notebook.pinnedNotebooks.description": "Notebooks that are pinned by the user for the current workspace",
"notebook.collapseBookItems.description": "Notebook 뷰렛에서 루트 수준의 Book 항목 축소",
"notebook.remoteBookDownloadTimeout.description": "GitHub 문서의 다운로드 시간 제한(밀리초)",
"notebook.pinnedNotebooks.description": "사용자가 현재 작업 영역에 고정한 Notebook",
"notebook.allowRoot.description": "Allow Jupyter server to run as root user",
"notebook.command.new": "새 Notebook",
"notebook.command.open": "Notebook 열기",
"notebook.analyzeJupyterNotebook": "Notebook에서 분석",
@@ -43,108 +46,121 @@
"title.managePackages": "패키지 관리",
"title.SQL19PreviewBook": "SQL Server 2019 가이드",
"books-preview-category": "Jupyter Book",
"title.saveJupyterBook": " 저장",
"title.trustBook": "Trust Book",
"title.searchJupyterBook": " 검색",
"title.SavedBooks": "Notebooks",
"title.ProvidedBooks": "Provided Books",
"title.PinnedBooks": "Pinned notebooks",
"title.PreviewLocalizedBook": "Get localized SQL Server 2019 guide",
"title.openJupyterBook": "Open Jupyter Book",
"title.closeJupyterBook": "Close Jupyter Book",
"title.closeJupyterNotebook": "Close Jupyter Notebook",
"title.revealInBooksViewlet": "Reveal in Books",
"title.createJupyterBook": "Create Book (Preview)",
"title.openNotebookFolder": "Open Notebooks in Folder",
"title.openRemoteJupyterBook": "Add Remote Jupyter Book",
"title.pinNotebook": "Pin Notebook",
"title.unpinNotebook": "Unpin Notebook",
"title.moveTo": "Move to ..."
"title.saveJupyterBook": "Jupyter Book 저장",
"title.trustBook": "Jupyter Book 신뢰",
"title.searchJupyterBook": "Jupyter Book 검색",
"title.SavedBooks": "Notebook",
"title.ProvidedBooks": "Jupyter Book 제공",
"title.PinnedBooks": "고정된 Notebook",
"title.PreviewLocalizedBook": "지역화된 SQL Server 2019 가이드 가져오기",
"title.openJupyterBook": "Jupyter Book 열기",
"title.closeJupyterBook": "Jupyter Book 닫기",
"title.closeNotebook": "Notebook 닫기",
"title.removeNotebook": "Notebook 제거",
"title.addNotebook": "Notebook 추가",
"title.addMarkdown": "Markdown 파일 추가",
"title.revealInBooksViewlet": "Book에 표시",
"title.createJupyterBook": "Jupyter Book 만들기",
"title.openNotebookFolder": "폴더에서 Notebook 열기",
"title.openRemoteJupyterBook": "원격 Jupyter Book 추가",
"title.pinNotebook": "Notebook 고정",
"title.unpinNotebook": "Notebook 고정 해제",
"title.moveTo": "이동 대상..."
},
"dist/common/utils": {
"ensureDirOutputMsg": "... Ensuring {0} exists",
"executeCommandProcessExited": "Process exited with error code: {0}. StdErr Output: {1}"
"ensureDirOutputMsg": "... {0}이(가) 있는지 확인",
"executeCommandProcessExited": "프로세스가 종료되었습니다(오류 코드: {0}). StdErr 출력: {1}"
},
"dist/common/constants": {
"managePackages.localhost": "localhost",
"managePackages.packageNotFound": "Could not find the specified package"
"managePackages.packageNotFound": "지정된 패키지를 찾을 수 없습니다."
},
"dist/common/localizedConstants": {
"msgYes": "예",
"msgNo": "아니요",
"msgSampleCodeDataFrame": "이 샘플 코드는 파일을 데이터 프레임에 로드하고 처음 10개의 결과를 표시합니다.",
"noBDCConnectionError": "Spark kernels require a connection to a SQL Server Big Data Cluster master instance.",
"providerNotValidError": "Non-MSSQL providers are not supported for spark kernels.",
"allFiles": "All Files",
"labelSelectFolder": "Select Folder",
"labelBookFolder": "Select Book",
"confirmReplace": "Folder already exists. Are you sure you want to delete and replace this folder?",
"openNotebookCommand": "Open Notebook",
"openMarkdownCommand": "Open Markdown",
"openExternalLinkCommand": "Open External Link",
"msgBookTrusted": "Book is now trusted in the workspace.",
"msgBookAlreadyTrusted": "Book is already trusted in this workspace.",
"msgBookUntrusted": "Book is no longer trusted in this workspace",
"msgBookAlreadyUntrusted": "Book is already untrusted in this workspace.",
"msgBookPinned": "Book {0} is now pinned in the workspace.",
"msgBookUnpinned": "Book {0} is no longer pinned in this workspace",
"bookInitializeFailed": "Failed to find a Table of Contents file in the specified book.",
"noBooksSelected": "No books are currently selected in the viewlet.",
"labelBookSection": "Select Book Section",
"labelAddToLevel": "Add to this level",
"missingFileError": "Missing file : {0} from {1}",
"InvalidError.tocFile": "Invalid toc file",
"Invalid toc.yml": "Error: {0} has an incorrect toc.yml file",
"configFileError": "Configuration file missing",
"openBookError": "Open book {0} failed: {1}",
"readBookError": "Failed to read book {0}: {1}",
"openNotebookError": "Open notebook {0} failed: {1}",
"openMarkdownError": "Open markdown {0} failed: {1}",
"openUntitledNotebookError": "Open untitled notebook {0} as untitled failed: {1}",
"openExternalLinkError": "Open link {0} failed: {1}",
"closeBookError": "Close book {0} failed: {1}",
"duplicateFileError": "File {0} already exists in the destination folder {1} \r\n The file has been renamed to {2} to prevent data loss.",
"editBookError": "Error while editing book {0}: {1}",
"selectBookError": "Error while selecting a book or a section to edit: {0}",
"noBDCConnectionError": "Spark 커널을 SQL Server 빅 데이터 클러스터 마스터 인스턴스에 연결해야 합니다.",
"providerNotValidError": "MSSQL 공급자는 Spark 커널에서 지원되지 않습니다.",
"allFiles": "모든 파일",
"labelSelectFolder": "폴더 선택",
"labelBookFolder": "Jupyter Book 선택",
"confirmReplace": "폴더가 이미 있습니다. 이 폴더를 삭제하고 바꾸시겠습니까?",
"openNotebookCommand": "Notebook 열기",
"openMarkdownCommand": "Markdown 열기",
"openExternalLinkCommand": "외부 링크 열기",
"msgBookTrusted": "이제 Jupyter Book은 작업 영역에서 신뢰할 수 있습니다.",
"msgBookAlreadyTrusted": "Jupyter Book은 이미 이 작업 영역에서 신뢰할 수 있습니다.",
"msgBookUntrusted": "Jupyter Book은 더 이상 이 작업 영역에서 신뢰할 수 없습니다.",
"msgBookAlreadyUntrusted": "Jupyter Book은 이미 이 작업 영역에서 신뢰할 수 없습니다.",
"msgBookPinned": "Jupyter Book {0}는 이제 작업 영역에 고정됩니다.",
"msgBookUnpinned": "Jupyter Book {0}은(는) 더 이상 이 작업 영역에 고정되지 않습니다.",
"bookInitializeFailed": "지정된 Jupyter Book에서 목차 파일을 찾지 못했습니다.",
"noBooksSelected": "뷰렛에 현재 선택된 Jupyter Book이 없습니다.",
"labelBookSection": "Jupyter Book 섹션 선택",
"labelAddToLevel": "이 수준에 추가",
"missingFileError": "누락된 파일: {1}의 {0}",
"InvalidError.tocFile": "잘못된 toc 파일",
"Invalid toc.yml": "오류: {0}에 잘못된 toc.yml 파일이 있음",
"configFileError": "구성 파일 없음",
"openBookError": "Jupyter Book {0} 열기 실패: {1}",
"readBookError": "Jupyter Book {0}을(를) 읽지 못했습니다. {1}",
"openNotebookError": "{0} Notebook을 열지 못함: {1}",
"openMarkdownError": "{0} Markdown을 열지 못함: {1}",
"openUntitledNotebookError": "제목 없는 Notebook {0}을(를) 제목 없음으로 열지 못함: {1}",
"openExternalLinkError": "링크 {0} 열기 실패: {1}",
"closeBookError": "Jupyter Book {0} 닫기 실패: {1}",
"duplicateFileError": "대상 폴더 {1}에 {0} 파일이 이미 있습니다. \r\n 데이터 손실을 방지하기 위해 파일 이름이 {2}(으)로 바뀌었습니다.",
"editBookError": "Jupyter Book {0}을(를) 편집하는 동안 오류 발생: {1}",
"selectBookError": "Jupyter Book 또는 편집할 섹션을 선택하는 동안 오류 발생: {0}",
"sectionNotFound": "{1}에서 {0} 섹션을 찾지 못했습니다.",
"url": "URL",
"repoUrl": "Repository URL",
"location": "Location",
"addRemoteBook": "Add Remote Book",
"repoUrl": "리포지토리 URL",
"location": "위치",
"addRemoteBook": "원격 Jupyter Book 추가",
"onGitHub": "GitHub",
"onsharedFile": "Shared File",
"releases": "Releases",
"book": "Book",
"version": "Version",
"language": "Language",
"booksNotFound": "No books are currently available on the provided link",
"urlGithubError": "The url provided is not a Github release url",
"search": "Search",
"add": "Add",
"close": "Close",
"onsharedFile": "공유 파일",
"releases": "릴리스",
"book": "Jupyter Book",
"version": "버전",
"language": "언어",
"booksNotFound": "제공된 링크에 현재 사용 가능한 Jupyter Book이 없습니다.",
"urlGithubError": "제공된 URL은 GitHub 릴리스 URL이 아닙니다.",
"search": "검색",
"add": "추가",
"close": "닫기",
"invalidTextPlaceholder": "-",
"msgRemoteBookDownloadProgress": "Remote Book download is in progress",
"msgRemoteBookDownloadComplete": "Remote Book download is complete",
"msgRemoteBookDownloadError": "Error while downloading remote Book",
"msgRemoteBookUnpackingError": "Error while decompressing remote Book",
"msgRemoteBookDirectoryError": "Error while creating remote Book directory",
"msgTaskName": "Downloading Remote Book",
"msgResourceNotFound": "Resource not Found",
"msgBookNotFound": "Books not Found",
"msgReleaseNotFound": "Releases not Found",
"msgUndefinedAssetError": "The selected book is not valid",
"httpRequestError": "Http Request failed with error: {0} {1}",
"msgDownloadLocation": "Downloading to {0}",
"newGroup": "New Group",
"groupDescription": "Groups are used to organize Notebooks.",
"locationBrowser": "Browse locations...",
"selectContentFolder": "Select content folder",
"browse": "Browse",
"create": "Create",
"name": "Name",
"saveLocation": "Save location",
"contentFolder": "Content folder (Optional)",
"msgContentFolderError": "Content folder path does not exist",
"msgSaveFolderError": "Save location path does not exist"
"msgRemoteBookDownloadProgress": "원격 Jupyter Book 다운로드가 진행 중입니다.",
"msgRemoteBookDownloadComplete": "원격 Jupyter Book 다운로드가 완료되었습니다.",
"msgRemoteBookDownloadError": "원격 Jupyter Book을 다운로드하는 동안 오류 발생",
"msgRemoteBookUnpackingError": "원격 Jupyter Book의 압축을 푸는 동안 오류 발생",
"msgRemoteBookDirectoryError": "원격 Jupyter Book 디렉터리를 만드는 동안 오류 발생",
"msgTaskName": "원격 Jupyter Book 다운로드",
"msgResourceNotFound": "리소스를 찾을 수 없음",
"msgBookNotFound": "Jupyter Book을 찾을 수 없음",
"msgReleaseNotFound": "릴리스를 찾을 수 없음",
"msgUndefinedAssetError": "선택한 Jupyter Book이 유효하지 않습니다.",
"httpRequestError": "오류로 인해 Http 요청 실패: {0} {1}",
"msgDownloadLocation": "{0}에 다운로드",
"newBook": "새 Jupyter Book(미리 보기)",
"bookDescription": "Jupyter Book은 Notebook을 구성하는 데 사용됩니다.",
"learnMore": "자세히 알아보세요.",
"contentFolder": "콘텐츠 폴더",
"browse": "찾아보기",
"create": "만들기",
"name": "이름",
"saveLocation": "저장 위치",
"contentFolderOptional": "콘텐츠 폴더(선택 사항)",
"msgContentFolderError": "콘텐츠 폴더 경로가 없습니다.",
"msgSaveFolderError": "저장 위치 경로가 없습니다.",
"msgCreateBookWarningMsg": "{0}에 액세스하는 동안 오류가 발생했습니다.",
"newNotebook": "새 Notebook(미리 보기)",
"newMarkdown": "새 Markdown(미리 보기)",
"fileExtension": "파일 확장명",
"confirmOverwrite": "파일이 이미 있습니다. 이 파일을 덮어쓰시겠습니까?",
"title": "제목",
"fileName": "파일 이름",
"msgInvalidSaveFolder": "저장 위치 경로가 유효하지 않습니다.",
"msgDuplicadFileName": "{0} 파일이 대상 폴더에 이미 있습니다."
},
"dist/jupyter/jupyterServerInstallation": {
"msgInstallPkgProgress": "Notebook 종속성 설치가 진행 중입니다.",
@@ -159,20 +175,26 @@
"msgInstallPkgFinish": "Notebook 종속성 설치를 완료했습니다.",
"msgPythonRunningError": "Python이 실행되는 동안 기존 Python 설치를 덮어쓸 수 없습니다. 계속하기 전에 활성 Notebook을 닫으세요.",
"msgWaitingForInstall": "현재 다른 Python 설치를 진행 중입니다. 완료될 때까지 기다립니다.",
"msgShutdownNotebookSessions": "업데이트를 하기 위해 활성 Python Notebook 세션이 종료됩니다. 지금 계속하시겠습니까?",
"msgPythonVersionUpdatePrompt": "이제 python {0}에서 Azure Data Studio를 사용할 수 있습니다. 현재 Python 버전(3.6.6)은 2021년 12월에 지원되지 않습니다. 지금 Python {0}을(를) 업데이트하시겠습니까?",
"msgPythonVersionUpdateWarning": "Python {0}이(가) 설치되고 Python 3.6.6을 대체합니다. 일부 패키지는 더 이상 새 버전과 호환되지 않거나 다시 설치해야 할 수 있습니다. 모든 pip 패키지를 다시 설치하는 데 도움이 되는 전자 필기장이 만들어집니다. 지금 업데이트를 계속하시겠습니까?",
"msgDependenciesInstallationFailed": "오류: {0}(을) 나타내며 Notebook 종속성 설치에 실패했습니다.",
"msgDownloadPython": "{0} 플랫폼용 로컬 python을 {1}(으)로 다운로드하는 중",
"msgPackageRetrievalFailed": "Encountered an error when trying to retrieve list of installed packages: {0}",
"msgGetPythonUserDirFailed": "Encountered an error when getting Python user path: {0}"
"msgPackageRetrievalFailed": "설치된 패키지 목록을 검색하는 동안 오류가 발생했습니다. {0}",
"msgGetPythonUserDirFailed": "Python 사용자 경로를 가져올 때 오류가 발생했습니다. {0}",
"yes": "예",
"no": "아니요",
"dontAskAgain": "다시 묻지 않음"
},
"dist/dialog/configurePython/configurePythonWizard": {
"configurePython.okButtonText": "Install",
"configurePython.invalidLocationMsg": "The specified install location is invalid.",
"configurePython.pythonNotFoundMsg": "No Python installation was found at the specified location.",
"configurePython.wizardNameWithKernel": "Configure Python to run {0} kernel",
"configurePython.wizardNameWithoutKernel": "Configure Python to run kernels",
"configurePython.page0Name": "Configure Python Runtime",
"configurePython.page1Name": "Install Dependencies",
"configurePython.pythonInstallDeclined": "Python installation was declined."
"configurePython.okButtonText": "설치",
"configurePython.invalidLocationMsg": "지정된 설치 위치가 잘못되었습니다.",
"configurePython.pythonNotFoundMsg": "지정된 위치에서 Python 설치를 찾을 수 없습니다.",
"configurePython.wizardNameWithKernel": "{0} 커널을 실행하도록 Python 구성",
"configurePython.wizardNameWithoutKernel": "커널을 실행하도록 Python 구성",
"configurePython.page0Name": "Python 런타임 구성",
"configurePython.page1Name": "종속성 설치",
"configurePython.pythonInstallDeclined": "Python 설치가 거부되었습니다."
},
"dist/extension": {
"codeCellName": "코드",
@@ -185,34 +207,34 @@
"confirmReinstall": "다시 설치하시겠습니까?"
},
"dist/dialog/configurePython/configurePathPage": {
"configurePython.browseButtonText": "Browse",
"configurePython.selectFileLabel": "Select",
"configurePython.descriptionWithKernel": "The {0} kernel requires a Python runtime to be configured and dependencies to be installed.",
"configurePython.descriptionWithoutKernel": "Notebook kernels require a Python runtime to be configured and dependencies to be installed.",
"configurePython.installationType": "Installation Type",
"configurePython.locationTextBoxText": "Python Install Location",
"configurePython.pythonConfigured": "Python runtime configured!",
"configurePythyon.dropdownPathLabel": "{0} (Python {1})",
"configurePythyon.noVersionsFound": "No supported Python versions found.",
"configurePythyon.defaultPathLabel": "{0} (Default)",
"configurePython.newInstall": "New Python installation",
"configurePython.existingInstall": "Use existing Python installation",
"configurePythyon.customPathLabel": "{0} (Custom)"
"configurePython.browseButtonText": "찾아보기",
"configurePython.selectFileLabel": "선택",
"configurePython.descriptionWithKernel": "{0} 커널을 사용하려면 Python 런타임을 구성하고 종속성을 설치해야 합니다.",
"configurePython.descriptionWithoutKernel": "Notebook 커널에서는 Python 런타임을 구성하고 종속성을 설치해야 합니다.",
"configurePython.installationType": "설치 유형",
"configurePython.locationTextBoxText": "Python 설치 위치",
"configurePython.pythonConfigured": "Python 런타임이 구성되었습니다.",
"configurePythyon.dropdownPathLabel": "{0}(Python {1})",
"configurePythyon.noVersionsFound": "지원되는 Python 버전을 찾을 수 없습니다.",
"configurePythyon.defaultPathLabel": "{0}(기본값)",
"configurePython.newInstall": " Python 설치",
"configurePython.existingInstall": "기존 Python 설치 사용",
"configurePythyon.customPathLabel": "{0}(사용자 지정)"
},
"dist/dialog/configurePython/pickPackagesPage": {
"configurePython.pkgNameColumn": "Name",
"configurePython.existingVersionColumn": "Existing Version",
"configurePython.requiredVersionColumn": "Required Version",
"configurePython.kernelLabel": "Kernel",
"configurePython.requiredDependencies": "Install required kernel dependencies",
"msgUnsupportedKernel": "Could not retrieve packages for kernel {0}"
"configurePython.pkgNameColumn": "이름",
"configurePython.existingVersionColumn": "기존 버전",
"configurePython.requiredVersionColumn": "필요한 버전",
"configurePython.kernelLabel": "커널",
"configurePython.requiredDependencies": "필요한 커널 종속성 설치",
"msgUnsupportedKernel": "{0} 커널의 패키지를 검색할 수 없음"
},
"dist/jupyter/jupyterServerManager": {
"shutdownError": "Notebook 서버 종료 실패: {0}"
},
"dist/jupyter/serverInstance": {
"serverStopError": "Notebook 서버 중지 오류: {0}",
"notebookStartProcessExitPremature": "Notebook process exited prematurely with error code: {0}. StdErr Output: {1}",
"notebookStartProcessExitPremature": "Notebook 프로세스가 조기에 종료되었습니다(오류 코드: {0}). StdErr 출력: {1}",
"jupyterError": "Jupyter에서 보낸 오류: {0}",
"jupyterOutputMsgStartSuccessful": "... Jupyter가 {0}에서 실행되고 있습니다.",
"jupyterOutputMsgStart": "... Notebook 서버 시작 중"
@@ -222,11 +244,11 @@
},
"dist/jupyter/jupyterSessionManager": {
"errorStartBeforeReady": "세션을 시작할 수 없습니다. 관리자가 아직 초기화되지 않았습니다.",
"notebook.couldNotFindKnoxGateway": "Could not find Knox gateway endpoint",
"promptBDCUsername": "{0}Please provide the username to connect to the BDC Controller:",
"promptBDCPassword": "Please provide the password to connect to the BDC Controller",
"bdcConnectError": "Error: {0}. ",
"clusterControllerConnectionRequired": "A connection to the cluster controller is required to run Spark jobs"
"notebook.couldNotFindKnoxGateway": "Knox 게이트웨이 엔드포인트를 찾을 수 없음",
"promptBDCUsername": "{0}BDC 컨트롤러에 연결하려면 사용자 이름을 제공하세요.",
"promptBDCPassword": "BDC 컨트롤러에 연결하려면 암호를 제공하세요.",
"bdcConnectError": "오류: {0}. ",
"clusterControllerConnectionRequired": "Spark 작업을 실행하려면 클러스터 컨트롤러에 대한 연결이 필요합니다."
},
"dist/dialog/managePackages/managePackagesDialog": {
"managePackages.dialogName": "패키지 관리",
@@ -236,10 +258,10 @@
"managePackages.installedTabTitle": "설치됨",
"managePackages.pkgNameColumn": "이름",
"managePackages.newPkgVersionColumn": "버전",
"managePackages.deleteColumn": "Delete",
"managePackages.deleteColumn": "삭제",
"managePackages.uninstallButtonText": "선택한 패키지 제거",
"managePackages.packageType": "패키지 유형",
"managePackages.location": "Location",
"managePackages.location": "위치",
"managePackages.packageCount": "{0} {1}개의 패키지 찾음",
"managePackages.confirmUninstall": "지정된 패키지를 제거하시겠습니까?",
"managePackages.backgroundUninstallStarted": "{0} 제거 중",
@@ -261,16 +283,16 @@
"managePackages.backgroundInstallFailed": "{0} {1}을(를) 설치하지 못했습니다. 오류: {2}"
},
"dist/jupyter/pypiClient": {
"managePackages.packageRequestError": "Package info request failed with error: {0} {1}"
"managePackages.packageRequestError": "{0} {1} 오류를 나타내며 패키지 정보 요청 실패"
},
"dist/common/notebookUtils": {
"msgSampleCodeDataFrame": "This sample code loads the file into a data frame and shows the first 10 results.",
"noNotebookVisible": "No notebook editor is active",
"notebookFiles": "Notebooks"
"msgSampleCodeDataFrame": "이 샘플 코드는 파일을 데이터 프레임에 로드하고 처음 10개의 결과를 표시합니다.",
"noNotebookVisible": "Notebook 편집기가 활성 상태가 아님",
"notebookFiles": "Notebook"
},
"dist/protocol/notebookUriHandler": {
"notebook.unsupportedAction": "이 처리기에는 {0} 작업이 지원되지 않습니다.",
"unsupportedScheme": "HTTP HTTPS 링크만 지원되기 때문에 {0} 링크를 열 수 없습니다.",
"unsupportedScheme": "HTTP, HTTPS 및 파일 링크만 지원되므로 링크 {0}을(를) 열 수 없",
"notebook.confirmOpen": "'{0}'을(를) 다운로드하고 여시겠습니까?",
"notebook.fileNotFound": "지정한 파일을 찾을 수 없습니다.",
"notebook.fileDownloadError": "{0} {1} 오류를 나타내며 파일 열기 요청 실패"

View File

@@ -0,0 +1,23 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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/dialogs/profilerCreateSessionDialog": {
"createSessionDialog.cancel": "취소",
"createSessionDialog.create": "시작",
"createSessionDialog.title": "새 Profiler 세션 시작",
"createSessionDialog.templatesInvalid": "템플릿 목록이 잘못되었습니다. 대화 상자를 열 수 없습니다.",
"createSessionDialog.dialogOwnerInvalid": "대화 상자 소유자가 잘못되었습니다. 대화 상자를 열 수 없습니다.",
"createSessionDialog.invalidProviderType": "공급자 유형이 잘못되었습니다. 대화 상자를 열 수 없습니다.",
"createSessionDialog.selectTemplates": "세션 템플릿 선택:",
"createSessionDialog.enterSessionName": "세션 이름 입력:",
"createSessionDialog.createSessionFailed": "세션을 만들지 못함"
}
}
}

View File

@@ -11,306 +11,309 @@
"package": {
"extension-displayName": "Azure Data Studio용 SQL Server 배포 확장",
"extension-description": "Microsoft SQL Server 배포를 위한 Notebook 기반 환경을 제공합니다.",
"deploy-resource-command-name": "New Deployment…",
"deploy-resource-command-name": "새 배포...",
"deploy-resource-command-category": "배포",
"resource-type-sql-image-display-name": "SQL Server 컨테이너 이미지",
"resource-type-sql-image-description": "Docker를 사용하여 SQL Server 컨테이너 이미지 실행",
"version-display-name": "버전",
"sql-2017-display-name": "SQL Server 2017",
"sql-2019-display-name": "SQL Server 2019",
"docker-sql-2017-title": "Deploy SQL Server 2017 container images",
"docker-sql-2019-title": "Deploy SQL Server 2019 container images",
"docker-sql-2017-title": "SQL Server 2017 컨테이너 이미지 배포",
"docker-sql-2019-title": "SQL Server 2019 컨테이너 이미지 배포",
"docker-container-name-field": "컨테이너 이름",
"docker-sql-password-field": "SQL Server 암호",
"docker-confirm-sql-password-field": "암호 확인",
"docker-sql-port-field": "포트",
"resource-type-sql-windows-setup-display-name": "Windows의 SQL Server",
"resource-type-sql-windows-setup-description": "Windows에서 SQL Server를 실행하고 시작할 버전을 선택합니다.",
"microsoft-privacy-statement": "Microsoft Privacy Statement",
"deployment.configuration.title": "Deployment configuration",
"azdata-install-location-description": "Location of the azdata package used for the install command",
"azure-sqlvm-display-name": "SQL Server on Azure Virtual Machine",
"azure-sqlvm-description": "Create SQL virtual machines on Azure. Best for migrations and applications requiring OS-level access.",
"azure-sqlvm-deploy-dialog-title": "Deploy Azure SQL virtual machine",
"azure-sqlvm-deploy-dialog-action-text": "Script to notebook",
"azure-sqlvm-agreement": "I accept {0}, {1} and {2}.",
"azure-sqlvm-agreement-sqlvm-eula": "Azure SQL VM License Terms",
"azure-sqlvm-agreement-azdata-eula": "azdata License Terms",
"azure-sqlvm-azure-account-page-label": "Azure information",
"azure-sqlvm-azure-location-label": "Azure locations",
"azure-sqlvm-vm-information-page-label": "VM information",
"azure-sqlvm-image-label": "Image",
"azure-sqlvm-image-sku-label": "VM image SKU",
"azure-sqlvm-publisher-label": "Publisher",
"azure-sqlvm-vmname-label": "Virtual machine name",
"azure-sqlvm-vmsize-label": "Size",
"azure-sqlvm-storage-page-lable": "Storage account",
"azure-sqlvm-storage-accountname-label": "Storage account name",
"azure-sqlvm-storage-sku-label": "Storage account SKU type",
"azure-sqlvm-vm-administrator-account-page-label": "Administrator account",
"azure-sqlvm-username-label": "Username",
"azure-sqlvm-password-label": "Password",
"azure-sqlvm-password-confirm-label": "Confirm password",
"azure-sqlvm-vm-summary-page-label": "Summary",
"microsoft-privacy-statement": "Microsoft 개인정보처리방침",
"deployment.configuration.title": "배포 구성",
"azdata-install-location-description": "설치 명령에 사용되는 azdata 패키지의 위치",
"azure-sqlvm-display-name": "Azure 가상 머신의 SQL Server",
"azure-sqlvm-description": "Azure에서 SQL 가상 머신을 만듭니다. OS 수준 액세스가 필요한 마이그레이션 및 애플리케이션에 가장 적합합니다.",
"azure-sqlvm-deploy-dialog-title": "Azure SQL 가상 머신 배포",
"azure-sqlvm-deploy-dialog-action-text": "Notebook으로 스크립트",
"azure-sqlvm-agreement": "{0}, {1} {2}에 동의합니다.",
"azure-sqlvm-agreement-sqlvm-eula": "Azure SQL VM 사용 조건",
"azure-sqlvm-agreement-azdata-eula": "azdata 사용 조건",
"azure-sqlvm-azure-account-page-label": "Azure 정보",
"azure-sqlvm-azure-location-label": "Azure 위치",
"azure-sqlvm-vm-information-page-label": "VM 정보",
"azure-sqlvm-image-label": "이미지",
"azure-sqlvm-image-sku-label": "VM 이미지 SKU",
"azure-sqlvm-publisher-label": "게시자",
"azure-sqlvm-vmname-label": "가상 머신 이름",
"azure-sqlvm-vmsize-label": "크기",
"azure-sqlvm-storage-page-lable": "스토리지 계정",
"azure-sqlvm-storage-accountname-label": "스토리지 계정 이름",
"azure-sqlvm-storage-sku-label": "스토리지 계정 SKU 유형",
"azure-sqlvm-vm-administrator-account-page-label": "관리자 계정",
"azure-sqlvm-username-label": "사용자 이름",
"azure-sqlvm-password-label": "암호",
"azure-sqlvm-password-confirm-label": "암호 확인",
"azure-sqlvm-vm-summary-page-label": "요약",
"azure-sqldb-display-name": "Azure SQL Database",
"azure-sqldb-description": "Create a SQL database, database server, or elastic pool in Azure.",
"azure-sqldb-portal-ok-button-text": "Create in Azure portal",
"azure-sqldb-notebook-ok-button-text": "Select",
"resource-type-display-name": "Resource Type",
"sql-azure-single-database-display-name": "Single Database",
"sql-azure-elastic-pool-display-name": "Elastic Pool",
"sql-azure-database-server-display-name": "Database Server",
"azure-sqldb-agreement": "I accept {0}, {1} and {2}.",
"azure-sqldb-agreement-sqldb-eula": "Azure SQL DB License Terms",
"azure-sqldb-agreement-azdata-eula": "azdata License Terms",
"azure-sql-mi-display-name": "Azure SQL managed instance",
"azure-sql-mi-display-description": "Create a SQL Managed Instance in either Azure or a customer-managed environment",
"azure-sql-mi-okButton-text": "Open in Portal",
"azure-sql-mi-resource-type-option-label": "Resource Type",
"azure-sql-mi-agreement": "I accept {0} and {1}.",
"azure-sql-mi-agreement-eula": "Azure SQL MI License Terms",
"azure-sql-mi-help-text": "Azure SQL Managed Instance provides full SQL Server access and feature compatibility for migrating SQL Servers to Azure, or developing new applications. {0}.",
"azure-sql-mi-help-text-learn-more": "Learn More"
"azure-sqldb-description": "Azure에서 SQL 데이터베이스, 데이터베이스 서버 또는 탄력적 풀을 만듭니다.",
"azure-sqldb-portal-ok-button-text": "Azure Portal에서 만들기",
"azure-sqldb-notebook-ok-button-text": "선택",
"resource-type-display-name": "리소스 종류",
"sql-azure-single-database-display-name": "단일 데이터베이스",
"sql-azure-elastic-pool-display-name": "탄력적 풀",
"sql-azure-database-server-display-name": "데이터베이스 서버",
"azure-sqldb-agreement": "{0}, {1} {2}에 동의합니다.",
"azure-sqldb-agreement-sqldb-eula": "Azure SQL DB 사용 조건",
"azure-sqldb-agreement-azdata-eula": "azdata 사용 조건",
"azure-sql-mi-display-name": "Azure SQL Managed Instance",
"azure-sql-mi-display-description": "Azure 또는 고객 관리형 환경에서 SQL Managed Instance 만들기",
"azure-sql-mi-okButton-text": "Portal에서 열기",
"azure-sql-mi-resource-type-option-label": "리소스 종류",
"azure-sql-mi-agreement": "{0} {1}에 동의합니다.",
"azure-sql-mi-agreement-eula": "Azure SQL MI 사용 조건",
"azure-sql-mi-help-text": "Azure SQL Managed Instance는 SQL Server를 Azure로 마이그레이션하거나 새 애플리케이션을 개발하는 데 필요한 전체 SQL Server 액세스 및 기능 호환성을 제공합니다. {0}.",
"azure-sql-mi-help-text-learn-more": "자세한 정보"
},
"dist/localizedConstants": {
"azure.account": "Azure Account",
"azure.account.subscription": "Subscription (selected subset)",
"azure.account.subscriptionDescription": "Change the currently selected subscriptions through the 'Select Subscriptions' action on an account listed in the 'Azure' tree view of the 'Connections' viewlet",
"azure.account.resourceGroup": "Resource Group",
"azure.account.location": "Azure Location",
"filePicker.browse": "Browse",
"button.label": "Select",
"kubeConfigClusterPicker.kubeConfigFilePath": "Kube config file path",
"kubeConfigClusterPicker.clusterContextNotFound": "No cluster context information found",
"azure.signin": "Sign in…",
"azure.refresh": "Refresh",
"azure.yes": "Yes",
"azure.no": "No",
"azure.resourceGroup.createNewResourceGroup": "Create a new resource group",
"azure.resourceGroup.NewResourceGroupAriaLabel": "New resource group name",
"deployCluster.Realm": "Realm",
"UnknownFieldTypeError": "Unknown field type: \"{0}\"",
"optionsSource.alreadyDefined": "Options Source with id:{0} is already defined",
"valueProvider.alreadyDefined": "Value Provider with id:{0} is already defined",
"optionsSource.notDefined": "No Options Source defined for id: {0}",
"valueProvider.notDefined": "No Value Provider defined for id: {0}",
"getVariableValue.unknownVariableName": "Attempt to get variable value for unknown variable:{0}",
"getIsPassword.unknownVariableName": "Attempt to get isPassword for unknown variable:{0}",
"optionsNotDefined": "FieldInfo.options was not defined for field type: {0}",
"optionsNotObjectOrArray": "FieldInfo.options must be an object if it is not an array",
"optionsTypeNotFound": "When FieldInfo.options is an object it must have 'optionsType' property",
"optionsTypeRadioOrDropdown": "When optionsType is not {0} then it must be {1}",
"azdataEulaNotAccepted": "Deployment cannot continue. Azure Data CLI license terms have not yet been accepted. Please accept the EULA to enable the features that requires Azure Data CLI.",
"azdataEulaDeclined": "Deployment cannot continue. Azure Data CLI license terms were declined.You can either Accept EULA to continue or Cancel this operation",
"deploymentDialog.RecheckEulaButton": "Accept EULA & Select",
"resourceTypePickerDialog.title": "Select the deployment options",
"resourceTypePickerDialog.resourceSearchPlaceholder": "Filter resources...",
"resourceTypePickerDialog.tagsListViewTitle": "Categories",
"validation.multipleValidationErrors": "There are some errors on this page, click 'Show Details' to view the errors.",
"ui.ScriptToNotebookButton": "Script",
"ui.DeployButton": "Run",
"resourceDeployment.ViewErrorDetail": "View error detail",
"resourceDeployment.FailedToOpenNotebook": "An error occurred opening the output notebook. {1}{2}.",
"resourceDeployment.BackgroundExecutionFailed": "The task \"{0}\" has failed.",
"resourceDeployment.TaskFailedWithNoOutputNotebook": "The task \"{0}\" failed and no output Notebook was generated.",
"resourceTypePickerDialog.resourceTypeCategoryAll": "All",
"resourceTypePickerDialog.resourceTypeCategoryOnPrem": "On-premises",
"azure.account": "Azure 계정",
"azure.account.subscription": "구독(선택한 하위 집합)",
"azure.account.subscriptionDescription": "'연결' 뷰렛의 'Azure' 트리 뷰에 나열된 계정의 '구독 선택' 작업을 통해 현재 선택된 구독 변경",
"azure.account.resourceGroup": "리소스 그룹",
"azure.account.location": "Azure 위치",
"filePicker.browse": "찾아보기",
"button.label": "선택",
"kubeConfigClusterPicker.kubeConfigFilePath": "Kube 구성 파일 경로",
"kubeConfigClusterPicker.clusterContextNotFound": "클러스터 컨텍스트 정보를 찾을 수 없음",
"azure.signin": "로그인…",
"azure.refresh": "새로 고침",
"azure.yes": "",
"azure.no": "아니요",
"azure.resourceGroup.createNewResourceGroup": "새 리소스 그룹 만들기",
"azure.resourceGroup.NewResourceGroupAriaLabel": "새 리소스 그룹 이름",
"deployCluster.Realm": "영역",
"UnknownFieldTypeError": "알 수 없는 필드 형식: \"{0}\"",
"optionsSource.alreadyDefined": "ID가 {0}인 옵션 원본이 이미 정의되어 있습니다.",
"valueProvider.alreadyDefined": "ID가 {0}인 값 공급자가 이미 정의되어 있습니다.",
"optionsSource.notDefined": "{0} ID에 대해 정의된 옵션 원본 없음",
"valueProvider.notDefined": "{0} ID에 대해 정의된 값 공급자 없음",
"getVariableValue.unknownVariableName": "알 수 없는 변수 {0}의 변수 값을 가져오려고 시도합니다.",
"getIsPassword.unknownVariableName": "알 수 없는 변수 {0}의 isPassword를 가져오려고 시도합니다.",
"optionsNotDefined": "FieldInfo.options가 필드 형식 {0}에 대해 정의되지 않았습니다.",
"optionsNotObjectOrArray": "FieldInfo.options는 배열이 아닌 경우 개체여야 합니다.",
"optionsTypeNotFound": "FieldInfo.options가 개체인 경우 'optionsType' 속성을 포함해야 합니다.",
"optionsTypeRadioOrDropdown": "optionsType이 {0}이(가) 아니면 {1}이어야 합니다.",
"azdataEulaNotAccepted": "배포를 계속할 수 없습니다. Azure Data CLI 사용 조건에 아직 동의하지 않았습니다. Azure Data CLI가 필요한 기능을 사용하려면 EULA에 동의하세요.",
"azdataEulaDeclined": "배포를 계속할 수 없습니다. Azure Data CLI 사용 조건이 거부되었습니다. EULA에 동의하여 계속하거나 이 작업을 취소할 수 있습니다.",
"deploymentDialog.RecheckEulaButton": "EULA에 동의 및 선택",
"resourceDeployment.extensionRequiredPrompt": "이 리소스를 배포하려면 '{0}' 확장이 필요합니다. 지금 설치하시겠습니까?",
"resourceDeployment.install": "설치",
"resourceDeployment.installingExtension": "'{0}' 확장을 설치하는 중...",
"resourceDeployment.unknownExtension": "'{0}'은(는) 알 수 없는 확장입니다.",
"resourceTypePickerDialog.title": "배포 옵션 선택",
"resourceTypePickerDialog.resourceSearchPlaceholder": "리소스 필터링...",
"resourceTypePickerDialog.tagsListViewTitle": "범주",
"validation.multipleValidationErrors": "이 페이지에 오류가 있습니다. 오류를 보려면 '세부 정보 표시'를 클릭합니다.",
"ui.ScriptToNotebookButton": "스크립트",
"ui.DeployButton": "실행",
"resourceDeployment.ViewErrorDetail": "오류 세부 정보 보기",
"resourceDeployment.FailedToOpenNotebook": "출력 Notebook을 여는 동안 오류가 발생했습니다. {1}{2}.",
"resourceDeployment.BackgroundExecutionFailed": "\"{0}\" 작업이 실패했습니다.",
"resourceDeployment.TaskFailedWithNoOutputNotebook": "\"{0}\" 작업이 실패했으며 출력 Notebook이 생성되지 않았습니다.",
"resourceTypePickerDialog.resourceTypeCategoryAll": "모두",
"resourceTypePickerDialog.resourceTypeCategoryOnPrem": "온-프레미스",
"resourceTypePickerDialog.resourceTypeCategoriesSqlServer": "SQL Server",
"resourceTypePickerDialog.resourceTypeCategoryOnHybrid": "Hybrid",
"resourceTypePickerDialog.resourceTypeCategoryOnHybrid": "하이브리드",
"resourceTypePickerDialog.resourceTypeCategoryOnPostgreSql": "PostgreSQL",
"resourceTypePickerDialog.resourceTypeCategoryOnCloud": "Cloud",
"resourceDeployment.Description": "Description",
"resourceDeployment.Tool": "Tool",
"resourceDeployment.Status": "Status",
"resourceDeployment.Version": "Version",
"resourceDeployment.RequiredVersion": "Required Version",
"resourceDeployment.discoverPathOrAdditionalInformation": "Discovered Path or Additional Information",
"resourceDeployment.requiredTools": "Required tools",
"resourceDeployment.InstallTools": "Install tools",
"resourceDeployment.Options": "Options",
"deploymentDialog.InstallingTool": "Required tool '{0}' [ {1} ] is being installed now."
"resourceTypePickerDialog.resourceTypeCategoryOnCloud": "클라우드",
"resourceDeployment.Description": "설명",
"resourceDeployment.Tool": "도구",
"resourceDeployment.Status": "상태",
"resourceDeployment.Version": "버전",
"resourceDeployment.RequiredVersion": "필요한 버전",
"resourceDeployment.discoverPathOrAdditionalInformation": "검색된 경로 또는 추가 정보",
"resourceDeployment.requiredTools": "필요한 도구",
"resourceDeployment.InstallTools": "도구 설치",
"resourceDeployment.Options": "옵션",
"deploymentDialog.InstallingTool": "지금 필요한 도구 '{0}'[{1}]을(를) 설치하는 중입니다."
},
"dist/ui/modelViewUtils": {
"getClusterContexts.errorFetchingClusters": "An error ocurred while loading or parsing the config file:{0}, error is:{1}",
"fileChecker.NotFile": "Path: {0} is not a file, please select a valid kube config file.",
"fileChecker.FileNotFound": "File: {0} not found. Please select a kube config file.",
"azure.accounts.unexpectedAccountsError": "Unexpected error fetching accounts: {0}",
"resourceDeployment.errorFetchingStorageClasses": "Unexpected error fetching available kubectl storage classes : {0}",
"azure.accounts.unexpectedSubscriptionsError": "Unexpected error fetching subscriptions for account {0}: {1}",
"azure.accounts.accountNotFoundError": "The selected account '{0}' is no longer available. Click sign in to add it again or select a different account.",
"azure.accessError": "\r\n Error Details: {0}.",
"azure.accounts.accountStaleError": "The access token for selected account '{0}' is no longer valid. Please click the sign in button and refresh the account or select a different account.",
"azure.accounts.unexpectedResourceGroupsError": "Unexpected error fetching resource groups for subscription {0}: {1}",
"getClusterContexts.errorFetchingClusters": "{0} 구성 파일을 로드하거나 구문 분석하는 동안 오류가 발생했습니다. 오류: {1}",
"fileChecker.NotFile": "{0} 경로가 파일이 아닙니다. 유효한 kube 구성 파일을 선택하세요.",
"fileChecker.FileNotFound": "{0} 파일을 찾을 수 없습니다. kube 구성 파일을 선택하세요.",
"azure.accounts.unexpectedAccountsError": "계정을 가져오는 동안 예기치 않은 오류 발생: {0}",
"resourceDeployment.errorFetchingStorageClasses": "사용 가능한 kubectl 스토리지 클래스를 가져오는 동안 예기치 않은 오류 발생: {0}",
"azure.accounts.unexpectedSubscriptionsError": "{0} 계정의 구독을 가져오는 동안 예기치 않은 오류 발생: {1}",
"azure.accounts.accountNotFoundError": "선택한 계정 '{0}'은(는) 더 이상 사용할 수 없습니다. [로그인]을 클릭하여 다시 추가하거나 다른 계정을 선택합니다.",
"azure.accessError": "\r\n 오류 세부 정보: {0}.",
"azure.accounts.accountStaleError": "선택한 계정 '{0}'의 액세스 토큰이 더 이상 유효하지 않습니다. [로그인] 단추를 클릭하고 계정을 새로 고치거나, 다른 계정을 선택하세요.",
"azure.accounts.unexpectedResourceGroupsError": "{0} 구독의 리소스 그룹을 가져오는 동안 예기치 않은 오류 발생: {1}",
"invalidSQLPassword": "{0}이(가) 암호 복잡성 요구 사항을 충족하지 않습니다. 자세한 정보: https://docs.microsoft.com/sql/relational-databases/security/password-policy",
"passwordNotMatch": "{0}이(가) 확인 암호와 일치하지 않습니다."
},
"dist/ui/deployAzureSQLVMWizard/constants": {
"deployAzureSQLVM.NewSQLVMTitle": "Deploy Azure SQL VM",
"deployAzureSQLVM.ScriptToNotebook": "Script to Notebook",
"deployAzureSQLVM.MissingRequiredInfoError": "Please fill out the required fields marked with red asterisks.",
"deployAzureSQLVM.AzureSettingsPageTitle": "Azure settings",
"deployAzureSQLVM.AzureAccountDropdownLabel": "Azure Account",
"deployAzureSQLVM.AzureSubscriptionDropdownLabel": "Subscription",
"deployAzureSQLVM.ResourceGroup": "Resource Group",
"deployAzureSQLVM.AzureRegionDropdownLabel": "Region",
"deployeAzureSQLVM.VmSettingsPageTitle": "Virtual machine settings",
"deployAzureSQLVM.VmNameTextBoxLabel": "Virtual machine name",
"deployAzureSQLVM.VmAdminUsernameTextBoxLabel": "Administrator account username",
"deployAzureSQLVM.VmAdminPasswordTextBoxLabel": "Administrator account password",
"deployAzureSQLVM.VmAdminConfirmPasswordTextBoxLabel": "Confirm password",
"deployAzureSQLVM.VmImageDropdownLabel": "Image",
"deployAzureSQLVM.VmSkuDropdownLabel": "Image SKU",
"deployAzureSQLVM.VmImageVersionDropdownLabel": "Image Version",
"deployAzureSQLVM.VmSizeDropdownLabel": "Size",
"deployeAzureSQLVM.VmSizeLearnMoreLabel": "Click here to learn more about pricing and supported VM sizes",
"deployAzureSQLVM.NetworkSettingsPageTitle": "Networking",
"deployAzureSQLVM.NetworkSettingsPageDescription": "Configure network settings",
"deployAzureSQLVM.NetworkSettingsNewVirtualNetwork": "New virtual network",
"deployAzureSQLVM.NewSQLVMTitle": "Azure SQL VM 배포",
"deployAzureSQLVM.ScriptToNotebook": "Notebook으로 스크립트",
"deployAzureSQLVM.MissingRequiredInfoError": "빨간색 별표가 표시된 필수 필드를 입력하세요.",
"deployAzureSQLVM.AzureSettingsPageTitle": "Azure 설정",
"deployAzureSQLVM.AzureAccountDropdownLabel": "Azure 계정",
"deployAzureSQLVM.AzureSubscriptionDropdownLabel": "구독",
"deployAzureSQLVM.ResourceGroup": "리소스 그룹",
"deployAzureSQLVM.AzureRegionDropdownLabel": "지역",
"deployeAzureSQLVM.VmSettingsPageTitle": "가상 머신 설정",
"deployAzureSQLVM.VmNameTextBoxLabel": "가상 머신 이름",
"deployAzureSQLVM.VmAdminUsernameTextBoxLabel": "관리자 계정 사용자 이름",
"deployAzureSQLVM.VmAdminPasswordTextBoxLabel": "관리자 계정 암호",
"deployAzureSQLVM.VmAdminConfirmPasswordTextBoxLabel": "암호 확인",
"deployAzureSQLVM.VmImageDropdownLabel": "이미지",
"deployAzureSQLVM.VmSkuDropdownLabel": "이미지 SKU",
"deployAzureSQLVM.VmImageVersionDropdownLabel": "이미지 버전",
"deployAzureSQLVM.VmSizeDropdownLabel": "크기",
"deployeAzureSQLVM.VmSizeLearnMoreLabel": "가격 책정 및 지원되는 VM 크기를 자세히 알아보려면 여기를 클릭합니다.",
"deployAzureSQLVM.NetworkSettingsPageTitle": "네트워킹",
"deployAzureSQLVM.NetworkSettingsPageDescription": "네트워크 설정 구성",
"deployAzureSQLVM.NetworkSettingsNewVirtualNetwork": "새 가상 네트워크",
"deployAzureSQLVM.VirtualNetworkDropdownLabel": "Virtual Network",
"deployAzureSQLVM.NetworkSettingsNewSubnet": "New subnet",
"deployAzureSQLVM.SubnetDropdownLabel": "Subnet",
"deployAzureSQLVM.PublicIPDropdownLabel": "Public IP",
"deployAzureSQLVM.NetworkSettingsUseExistingPublicIp": "New public ip",
"deployAzureSQLVM.VmRDPAllowCheckboxLabel": "Enable Remote Desktop (RDP) inbound port (3389)",
"deployAzureSQLVM.SqlServerSettingsPageTitle": "SQL Servers settings",
"deployAzureSQLVM.SqlConnectivityTypeDropdownLabel": "SQL connectivity",
"deployAzureSQLVM.SqlPortLabel": "Port",
"deployAzureSQLVM.SqlEnableSQLAuthenticationLabel": "Enable SQL authentication",
"deployAzureSQLVM.SqlAuthenticationUsernameLabel": "Username",
"deployAzureSQLVM.SqlAuthenticationPasswordLabel": "Password",
"deployAzureSQLVM.SqlAuthenticationConfirmPasswordLabel": "Confirm password"
"deployAzureSQLVM.NetworkSettingsNewSubnet": "새 서브넷",
"deployAzureSQLVM.SubnetDropdownLabel": "서브넷",
"deployAzureSQLVM.PublicIPDropdownLabel": "공용 IP",
"deployAzureSQLVM.NetworkSettingsUseExistingPublicIp": "새 공용 IP",
"deployAzureSQLVM.VmRDPAllowCheckboxLabel": "RDP(원격 데스크톱) 인바운드 포트(3389) 사용",
"deployAzureSQLVM.SqlServerSettingsPageTitle": "SQL Server 설정",
"deployAzureSQLVM.SqlConnectivityTypeDropdownLabel": "SQL 연결",
"deployAzureSQLVM.SqlPortLabel": "포트",
"deployAzureSQLVM.SqlEnableSQLAuthenticationLabel": "SQL 인증 사용",
"deployAzureSQLVM.SqlAuthenticationUsernameLabel": "사용자 이름",
"deployAzureSQLVM.SqlAuthenticationPasswordLabel": "암호",
"deployAzureSQLVM.SqlAuthenticationConfirmPasswordLabel": "암호 확인"
},
"dist/ui/deployClusterWizard/deployClusterWizardModel": {
"deployCluster.SaveConfigFiles": "Save config files",
"deployCluster.ScriptToNotebook": "Script to Notebook",
"deployCluster.SelectConfigFileFolder": "Save config files",
"deployCluster.SaveConfigFileSucceeded": "Config files saved to {0}",
"deployCluster.NewAKSWizardTitle": "Deploy SQL Server 2019 Big Data Cluster on a new AKS cluster",
"deployCluster.ExistingAKSWizardTitle": "Deploy SQL Server 2019 Big Data Cluster on an existing AKS cluster",
"deployCluster.ExistingKubeAdm": "Deploy SQL Server 2019 Big Data Cluster on an existing kubeadm cluster",
"deployCluster.ExistingARO": "Deploy SQL Server 2019 Big Data Cluster on an existing Azure Red Hat OpenShift cluster",
"deployCluster.ExistingOpenShift": "Deploy SQL Server 2019 Big Data Cluster on an existing OpenShift cluster"
"deployCluster.SaveConfigFiles": "구성 파일 저장",
"deployCluster.ScriptToNotebook": "Notebook으로 스크립트",
"deployCluster.SelectConfigFileFolder": "구성 파일 저장",
"deployCluster.SaveConfigFileSucceeded": "구성 파일이 {0}에 저장됨",
"deployCluster.NewAKSWizardTitle": "새 AKS 클러스터에 SQL Server 2019 빅 데이터 클러스터 배포",
"deployCluster.ExistingAKSWizardTitle": "기존 AKS 클러스터에 SQL Server 2019 빅 데이터 클러스터 배포",
"deployCluster.ExistingKubeAdm": "기존 kubeadm 클러스터에 SQL Server 2019 빅 데이터 클러스터 배포",
"deployCluster.ExistingARO": "기존 Azure Red Hat OpenShift 클러스터에 SQL Server 2019 빅 데이터 클러스터 배포",
"deployCluster.ExistingOpenShift": "기존 OpenShift 클러스터에 SQL Server 2019 빅 데이터 클러스터 배포"
},
"dist/services/tools/toolBase": {
"deploymentDialog.ToolStatus.NotInstalled": "Not Installed",
"deploymentDialog.ToolStatus.Installed": "Installed",
"deploymentDialog.ToolStatus.Installing": "Installing…",
"deploymentDialog.ToolStatus.Error": "Error",
"deploymentDialog.ToolStatus.Failed": "Failed",
"deploymentDialog.ToolInformationalMessage.Brew": "•\tbrew is needed for deployment of the tools and needs to be pre-installed before necessary tools can be deployed",
"deploymentDialog.ToolInformationalMessage.Curl": "•\tcurl is needed for installation and needs to be pre-installed before necessary tools can be deployed",
"toolBase.getPip3InstallationLocation.LocationNotFound": " Could not find 'Location' in the output:",
"toolBase.getPip3InstallationLocation.Output": " output:",
"toolBase.InstallError": "Error installing tool '{0}' [ {1} ].{2}Error: {3}{2}See output channel '{4}' for more details",
"toolBase.InstallErrorInformation": "Error installing tool. See output channel '{0}' for more details",
"toolBase.InstallFailed": "Installation commands completed but version of tool '{0}' could not be detected so our installation attempt has failed. Detection Error: {1}{2}Cleaning up previous installations would help.",
"toolBase.InstallFailInformation": "Failed to detect version post installation. See output channel '{0}' for more details",
"toolBase.ManualUninstallCommand": " A possibly way to uninstall is using this command:{0} >{1}",
"toolBase.SeeOutputChannel": "{0}See output channel '{1}' for more details",
"toolBase.installCore.CannotInstallTool": "Cannot install tool:{0}::{1} as installation commands are unknown for your OS distribution, Please install {0} manually before proceeding",
"toolBase.addInstallationSearchPathsToSystemPath.SearchPaths": "Search Paths for tool '{0}': {1}",
"deployCluster.GetToolVersionErrorInformation": "Error retrieving version information. See output channel '{0}' for more details",
"deployCluster.GetToolVersionError": "Error retrieving version information.{0}Invalid output received, get version command output: '{1}' "
"deploymentDialog.ToolStatus.NotInstalled": "설치되지 않음",
"deploymentDialog.ToolStatus.Installed": "설치됨",
"deploymentDialog.ToolStatus.Installing": "설치하는 중...",
"deploymentDialog.ToolStatus.Error": "오류",
"deploymentDialog.ToolStatus.Failed": "실패",
"deploymentDialog.ToolInformationalMessage.Brew": "•\tbrew는 도구를 배포하는 데 필요하며 필요한 도구를 배포하기 전에 미리 설치해야 합니다.",
"deploymentDialog.ToolInformationalMessage.Curl": "•\tcurl은 설치에 필요하며 필요한 도구를 배포하기 전에 미리 설치해야 합니다.",
"toolBase.getPip3InstallationLocation.LocationNotFound": " 출력에서 'Location'을 찾을 수 없습니다.",
"toolBase.getPip3InstallationLocation.Output": " 출력:",
"toolBase.InstallError": "'{0}'[{1}] 도구를 설치하는 동안 오류가 발생했습니다. {2}오류: {3}{2}자세한 내용은 출력 채널 '{4}'을(를) 참조하세요.",
"toolBase.InstallErrorInformation": "도구를 설치하는 동안 오류가 발생했습니다. 자세한 내용은 출력 채널 '{0}'을(를) 참조하세요.",
"toolBase.InstallFailed": "설치 명령이 완료되었지만 '{0}' 도구의 버전을 검색할 수 없어서 설치하지 못했습니다. 검색 오류: {1}{2}이전 설치를 정리하는 것이 도움이 됩니다.",
"toolBase.InstallFailInformation": "설치 후 버전을 검색하지 못했습니다. 자세한 내용은 출력 채널 '{0}'을(를) 참조하세요.",
"toolBase.ManualUninstallCommand": " 제거할 수 있는 방법은 {0} >{1} 명령을 사용하는 것입니다.",
"toolBase.SeeOutputChannel": "{0}자세한 내용은 출력 채널 '{1}' 참조",
"toolBase.installCore.CannotInstallTool": "OS 배포를 위한 설치 명령을 알 수 없으므로 {0}::{1} 도구를 설치할 수 없습니다. 계속하기 전에 {0}을(를) 수동으로 설치하세요.",
"toolBase.addInstallationSearchPathsToSystemPath.SearchPaths": "'{0}' 도구의 검색 경로: {1}",
"deployCluster.GetToolVersionErrorInformation": "버전 정보를 검색하는 동안 오류가 발생했습니다. 자세한 내용은 출력 채널 '{0}'을(를) 참조하세요.",
"deployCluster.GetToolVersionError": "버전 정보를 검색하는 동안 오류가 발생했습니다. {0}잘못된 출력이 수신되었습니다. 버전 명령 출력 '{1}'을(를) 가져옵니다. "
},
"dist/ui/deployAzureSQLDBWizard/constants": {
"deployAzureSQLDB.NewSQLDBTitle": "Deploy Azure SQL DB",
"deployAzureSQLDB.ScriptToNotebook": "Script to Notebook",
"deployAzureSQLDB.MissingRequiredInfoError": "Please fill out the required fields marked with red asterisks.",
"deployAzureSQLDB.AzureSettingsPageTitle": "Azure SQL Database - Azure account settings",
"deployAzureSQLDB.AzureSettingsSummaryPageTitle": "Azure account settings",
"deployAzureSQLDB.AzureAccountDropdownLabel": "Azure account",
"deployAzureSQLDB.AzureSubscriptionDropdownLabel": "Subscription",
"deployAzureSQLDB.AzureDatabaseServersDropdownLabel": "Server",
"deployAzureSQLDB.ResourceGroup": "Resource group",
"deployAzureSQLDB.DatabaseSettingsPageTitle": "Database settings",
"deployAzureSQLDB.FirewallRuleNameLabel": "Firewall rule name",
"deployAzureSQLDB.DatabaseNameLabel": "SQL database name",
"deployAzureSQLDB.CollationNameLabel": "Database collation",
"deployAzureSQLDB.CollationNameSummaryLabel": "Collation for database",
"deployAzureSQLDB.IpAddressInfoLabel": "Enter IP addresses in IPv4 format.",
"deployAzureSQLDB.StartIpAddressLabel": "Min IP address in firewall IP range",
"deployAzureSQLDB.EndIpAddressLabel": "Max IP address in firewall IP range",
"deployAzureSQLDB.StartIpAddressShortLabel": "Min IP address",
"deployAzureSQLDB.EndIpAddressShortLabel": "Max IP address",
"deployAzureSQLDB.FirewallRuleDescription": "Create a firewall rule for your local client IP in order to connect to your database through Azure Data Studio after creation is completed.",
"deployAzureSQLDB.FirewallToggleLabel": "Create a firewall rule"
"deployAzureSQLDB.NewSQLDBTitle": "Azure SQL DB 배포",
"deployAzureSQLDB.ScriptToNotebook": "Notebook으로 스크립트",
"deployAzureSQLDB.MissingRequiredInfoError": "빨간색 별표가 표시된 필수 필드를 입력하세요.",
"deployAzureSQLDB.AzureSettingsPageTitle": "Azure SQL Database - Azure 계정 설정",
"deployAzureSQLDB.AzureSettingsSummaryPageTitle": "Azure 계정 설정",
"deployAzureSQLDB.AzureAccountDropdownLabel": "Azure 계정",
"deployAzureSQLDB.AzureSubscriptionDropdownLabel": "구독",
"deployAzureSQLDB.AzureDatabaseServersDropdownLabel": "서버",
"deployAzureSQLDB.ResourceGroup": "리소스 그룹",
"deployAzureSQLDB.DatabaseSettingsPageTitle": "데이터베이스 설정",
"deployAzureSQLDB.FirewallRuleNameLabel": "방화벽 규칙 이름",
"deployAzureSQLDB.DatabaseNameLabel": "SQL 데이터베이스 이름",
"deployAzureSQLDB.CollationNameLabel": "데이터베이스 데이터 정렬",
"deployAzureSQLDB.CollationNameSummaryLabel": "데이터베이스 데이터 정렬",
"deployAzureSQLDB.IpAddressInfoLabel": "IPv4 형식으로 IP 주소를 입력합니다.",
"deployAzureSQLDB.StartIpAddressLabel": "방화벽 IP 범위의 최소 IP 주소",
"deployAzureSQLDB.EndIpAddressLabel": "방화벽 IP 범위의 최대 IP 주소",
"deployAzureSQLDB.StartIpAddressShortLabel": "최소 IP 주소",
"deployAzureSQLDB.EndIpAddressShortLabel": "최대 IP 주소",
"deployAzureSQLDB.FirewallRuleDescription": "만들기가 완료된 후 Azure Data Studio를 통해 데이터베이스에 연결하려면 로컬 클라이언트 IP의 방화벽 규칙을 만듭니다.",
"deployAzureSQLDB.FirewallToggleLabel": "방화벽 규칙 만들기"
},
"dist/services/tools/kubeCtlTool": {
"resourceDeployment.KubeCtlDescription": "Runs commands against Kubernetes clusters",
"resourceDeployment.KubeCtlDescription": "Kubernetes 클러스터에 대해 명령 실행",
"resourceDeployment.KubeCtlDisplayName": "kubectl",
"resourceDeployment.invalidKubectlVersionOutput": "Unable to parse the kubectl version command output: \"{0}\"",
"resourceDeployment.Kubectl.UpdatingBrewRepository": "updating your brew repository for kubectl installation …",
"resourceDeployment.Kubectl.InstallingKubeCtl": "installing kubectl …",
"resourceDeployment.Kubectl.AptGetUpdate": "updating repository information …",
"resourceDeployment.Kubectl.AptGetPackages": "getting packages needed for kubectl installation …",
"resourceDeployment.Kubectl.DownloadAndInstallingSigningKey": "downloading and installing the signing key for kubectl …",
"resourceDeployment.Kubectl.AddingKubectlRepositoryInformation": "adding the kubectl repository information …",
"resourceDeployment.Kubectl.InstallingKubectl": "installing kubectl …",
"resourceDeployment.Kubectl.DeletePreviousDownloadedKubectl.exe": "deleting previously downloaded kubectl.exe if one exists …",
"resourceDeployment.Kubectl.DownloadingAndInstallingKubectl": "downloading and installing the latest kubectl.exe …",
"resourceDeployment.Kubectl.DeletePreviousDownloadedKubectl": "deleting previously downloaded kubectl if one exists …",
"resourceDeployment.Kubectl.DownloadingKubectl": "downloading the latest kubectl release …",
"resourceDeployment.Kubectl.MakingExecutable": "making kubectl executable …",
"resourceDeployment.Kubectl.CleaningUpOldBackups": "cleaning up any previously backed up version in the install location if they exist …",
"resourceDeployment.Kubectl.BackupCurrentBinary": "backing up any existing kubectl in the install location …",
"resourceDeployment.Kubectl.MoveToSystemPath": "moving kubectl into the install location in the PATH …"
"resourceDeployment.invalidKubectlVersionOutput": "Kubectl 버전 명령 출력을 구문 분석할 수 없음: \"{0}\"",
"resourceDeployment.Kubectl.UpdatingBrewRepository": "kubectl 설치를 위해 brew 리포지토리를 업데이트하는 중...",
"resourceDeployment.Kubectl.InstallingKubeCtl": "kubectl을 설치하는 중...",
"resourceDeployment.Kubectl.AptGetUpdate": "리포지토리 정보를 업데이트하는 중...",
"resourceDeployment.Kubectl.AptGetPackages": "kubectl 설치에 필요한 패키지를 가져오는 중...",
"resourceDeployment.Kubectl.DownloadAndInstallingSigningKey": "kubectl의 서명 키를 다운로드하고 설치하는 중...",
"resourceDeployment.Kubectl.AddingKubectlRepositoryInformation": "kubectl 리포지토리 정보를 추가하는 중...",
"resourceDeployment.Kubectl.InstallingKubectl": "kubectl을 설치하는 중...",
"resourceDeployment.Kubectl.DeletePreviousDownloadedKubectl.exe": "이전에 다운로드한 kubectl.exe 삭제 중(있는 경우)...",
"resourceDeployment.Kubectl.DownloadingAndInstallingKubectl": "최신 kubectl.exe를 다운로드하고 설치하는 중...",
"resourceDeployment.Kubectl.DeletePreviousDownloadedKubectl": "이전에 다운로드한 kubectl 삭제 중(있는 경우)...",
"resourceDeployment.Kubectl.DownloadingKubectl": "최신 kubectl 릴리스를 다운로드하는 중...",
"resourceDeployment.Kubectl.MakingExecutable": "kubectl 실행 파일을 만드는 중...",
"resourceDeployment.Kubectl.CleaningUpOldBackups": "설치 위치에서 이전에 백업된 버전을 정리하는 중(있는 경우)...",
"resourceDeployment.Kubectl.BackupCurrentBinary": "설치 위치의 기존 kubectl을 백업하는 중...",
"resourceDeployment.Kubectl.MoveToSystemPath": "PATH에서 설치 위치로 kubectl을 이동하는 중..."
},
"dist/ui/notebookWizard/notebookWizardPage": {
"wizardPage.ValidationError": "There are some errors on this page, click 'Show Details' to view the errors."
"wizardPage.ValidationError": "이 페이지에 오류가 있습니다. 오류를 보려면 '세부 정보 표시'를 클릭합니다."
},
"dist/ui/deploymentInputDialog": {
"deploymentDialog.OpenNotebook": "Open Notebook",
"deploymentDialog.OkButtonText": "OK",
"notebookType": "Notebook type"
"deploymentDialog.OpenNotebook": "Notebook 열기",
"deploymentDialog.OkButtonText": "확인",
"notebookType": "Notebook 유형"
},
"dist/main": {
"resourceDeployment.FailedToLoadExtension": "{0} 확장을 로드하지 못했습니다. package.json의 리소스 종류 정의에서 오류가 감지되었습니다. 자세한 내용은 디버그 콘솔을 참조하세요.",
"resourceDeployment.UnknownResourceType": "리소스 종류 {0}이(가) 정의되지 않았습니다."
},
"dist/services/notebookService": {
"resourceDeployment.notebookNotFound": "{0} Notebook이 없습니다."
},
"dist/services/platformService": {
"resourceDeployment.outputChannel": "Deployments",
"platformService.RunCommand.ErroredOut": "\t>>> {0} … errored out: {1}",
"platformService.RunCommand.IgnoringError": "\t>>> Ignoring error in execution and continuing tool deployment",
"resourceDeployment.outputChannel": "배포",
"platformService.RunCommand.ErroredOut": "\t>>> {0} ... 오류가 발생했습니다. {1}",
"platformService.RunCommand.IgnoringError": "\t>>> 실행 시 오류 무시 및 도구 배포 계속",
"platformService.RunCommand.stdout": " stdout: ",
"platformService.RunCommand.stderr": " stderr: ",
"platformService.RunStreamedCommand.ExitedWithCode": " >>> {0} … exited with code: {1}",
"platformService.RunStreamedCommand.ExitedWithSignal": " >>> {0} … exited with signal: {1}"
"platformService.RunStreamedCommand.ExitedWithCode": " >>> {0} … 종료됨(코드: {1})",
"platformService.RunStreamedCommand.ExitedWithSignal": " >>> {0} … 종료됨(신호: {1})"
},
"dist/services/resourceTypeService": {
"downloadError": "다운로드 실패, 상태 코드: {0}, 메시지: {1}"
},
"dist/ui/deployClusterWizard/pages/deploymentProfilePage": {
"deployCluster.serviceScaleTableTitle": "Service scale settings (Instances)",
"deployCluster.storageTableTitle": "Service storage settings (GB per Instance)",
"deployCluster.featureTableTitle": "Features",
"deployCluster.yesText": "Yes",
"deployCluster.noText": "No",
"deployCluster.summaryPageTitle": "Deployment configuration profile",
"deployCluster.summaryPageDescription": "Select the target configuration profile",
"deployCluster.serviceScaleTableTitle": "서비스 스케일링 설정(인스턴스)",
"deployCluster.storageTableTitle": "서비스 스토리지 설정(인스턴스당 GB)",
"deployCluster.featureTableTitle": "기능",
"deployCluster.yesText": "",
"deployCluster.noText": "아니요",
"deployCluster.summaryPageTitle": "배포 구성 프로필",
"deployCluster.summaryPageDescription": "대상 구성 프로필 선택",
"deployCluster.ProfileHintText": "참고: 배포 프로필의 설정은 이후 단계에서 사용자 지정할 수 있습니다.",
"deployCluster.loadingProfiles": "Loading profiles",
"deployCluster.loadingProfilesCompleted": "Loading profiles completed",
"deployCluster.profileRadioGroupLabel": "Deployment configuration profile",
"deployCluster.loadingProfiles": "프로필 로드",
"deployCluster.loadingProfilesCompleted": "프로필 로드 완료",
"deployCluster.profileRadioGroupLabel": "배포 구성 프로필",
"deployCluster.loadProfileFailed": "배포 프로필 {0}을(를) 로드하지 못했습니다.",
"deployCluster.masterPoolLabel": "SQL Server 마스터",
"deployCluster.computePoolLable": "컴퓨팅",
"deployCluster.dataPoolLabel": "데이터",
"deployCluster.hdfsLabel": "HDFS + Spark",
"deployCluster.ServiceName": "Service",
"deployCluster.dataStorageType": "Data",
"deployCluster.logsStorageType": "Logs",
"deployCluster.StorageType": "Storage type",
"deployCluster.ServiceName": "서비스",
"deployCluster.dataStorageType": "데이터",
"deployCluster.logsStorageType": "로그",
"deployCluster.StorageType": "스토리지 유형",
"deployCluster.basicAuthentication": "기본 인증",
"deployCluster.activeDirectoryAuthentication": "Active Directory 인증",
"deployCluster.hadr": "고가용성",
"deployCluster.featureText": "Feature",
"deployCluster.featureText": "기능",
"deployCluster.ProfileNotSelectedError": "배포 프로필을 선택하세요."
},
"dist/ui/deployClusterWizard/pages/azureSettingsPage": {
"deployCluster.MissingRequiredInfoError": "Please fill out the required fields marked with red asterisks.",
"deployCluster.MissingRequiredInfoError": "빨간색 별표가 표시된 필수 필드를 입력하세요.",
"deployCluster.AzureSettingsPageTitle": "Azure 설정",
"deployCluster.AzureSettingsPageDescription": "Azure Kubernetes Service 클러스터를 만들기 위한 설정 구성",
"deployCluster.SubscriptionField": "구독 ID",
@@ -326,7 +329,7 @@
"deployCluster.VMSizeHelpLink": "사용 가능한 VM 크기 보기"
},
"dist/ui/deployClusterWizard/pages/clusterSettingsPage": {
"deployCluster.ClusterNameDescription": "The cluster name must consist only of alphanumeric lowercase characters or '-' and must start and end with an alphanumeric character.",
"deployCluster.ClusterNameDescription": "클러스터 이름은 영숫자 소문자 또는 '-'로만 구성되어야 하며 영숫자 문자로 시작하고 끝나야 합니다.",
"deployCluster.ClusterSettingsPageTitle": "클러스터 설정",
"deployCluster.ClusterSettingsPageDescription": "SQL Server 빅 데이터 클러스터 설정 구성",
"deployCluster.ClusterName": "클러스터 이름",
@@ -354,7 +357,7 @@
"deployCluster.DomainDNSIPAddressesPlaceHolder": "쉼표를 사용하여 값을 구분합니다.",
"deployCluster.DomainDNSIPAddressesDescription": "도메인 DNS 서버의 IP 주소입니다. 쉼표를 사용하여 여러 IP 주소를 구분합니다.",
"deployCluster.DomainDNSName": "도메인 DNS 이름",
"deployCluster.RealmDescription": "If not provided, the domain DNS name will be used as the default value.",
"deployCluster.RealmDescription": "제공하지 않으면 도메인 DNS 이름이 기본값으로 사용됩니다.",
"deployCluster.ClusterAdmins": "클러스터 관리자 그룹",
"deployCluster.ClusterAdminsDescription": "클러스터 관리자의 Active Directory 그룹입니다.",
"deployCluster.ClusterUsers": "클러스터 사용자",
@@ -363,16 +366,16 @@
"deployCluster.DomainServiceAccountUserName": "서비스 계정 사용자 이름",
"deployCluster.DomainServiceAccountUserNameDescription": "빅 데이터 클러스터의 도메인 서비스 계정",
"deployCluster.DomainServiceAccountPassword": "서비스 계정 암호",
"deployCluster.AppOwners": "App owners",
"deployCluster.AppOwners": "앱 소유자",
"deployCluster.AppOwnersPlaceHolder": "쉼표를 사용하여 값을 구분합니다.",
"deployCluster.AppOwnersDescription": "앱 소유자 역할이 있는 Active Directory 사용자 또는 그룹입니다. 쉼표를 사용하여 여러 사용자/그룹을 구분합니다.",
"deployCluster.AppReaders": "앱 읽기 권한자",
"deployCluster.AppReadersPlaceHolder": "쉼표를 사용하여 값을 구분합니다.",
"deployCluster.AppReadersDescription": "앱 읽기 권한자의 Active Directory 사용자 또는 그룹입니다. 여러 사용자/그룹이 있는 경우 쉼표를 구분 기호로 사용합니다.",
"deployCluster.Subdomain": "Subdomain",
"deployCluster.SubdomainDescription": "A unique DNS subdomain to use for this SQL Server Big Data Cluster. If not provided, the cluster name will be used as the default value.",
"deployCluster.AccountPrefix": "Account prefix",
"deployCluster.AccountPrefixDescription": "A unique prefix for AD accounts SQL Server Big Data Cluster will generate. If not provided, the subdomain name will be used as the default value. If a subdomain is not provided, the cluster name will be used as the default value.",
"deployCluster.Subdomain": "하위 도메인",
"deployCluster.SubdomainDescription": "이 SQL Server 빅 데이터 클러스터에 사용할 고유한 DNS 하위 도메인입니다. 제공되지 않으면 클러스터 이름이 기본값으로 사용됩니다.",
"deployCluster.AccountPrefix": "계정 접두사",
"deployCluster.AccountPrefixDescription": "AD 계정 SQL Server 빅 데이터 클러스터의 고유한 접두사가 생성됩니다. 제공되지 않으면 하위 도메인 이름이 기본값으로 사용됩니다. 하위 도메인이 제공되지 않으면 클러스터 이름이 기본값으로 사용됩니다.",
"deployCluster.AdminPasswordField": "암호",
"deployCluster.ValidationError": "이 페이지에 오류가 있습니다. 오류를 보려면 '세부 정보 표시'를 클릭합니다."
},
@@ -408,30 +411,30 @@
"deployCluster.EndpointSettings": "엔드포인트 설정",
"deployCluster.storageFieldTooltip": "컨트롤러 설정 사용",
"deployCluster.AdvancedStorageDescription": "기본적으로 컨트롤러 스토리지 설정은 다른 서비스에도 적용되며 고급 스토리지 설정을 확장하여 다른 서비스용으로 스토리지를 구성할 수 있습니다.",
"deployCluster.controllerDataStorageClass": "Controller's data storage class",
"deployCluster.controllerDataStorageClaimSize": "Controller's data storage claim size",
"deployCluster.controllerLogsStorageClass": "Controller's logs storage class",
"deployCluster.controllerLogsStorageClaimSize": "Controller's logs storage claim size",
"deployCluster.controllerDataStorageClass": "컨트롤러의 데이터 스토리지 클래스",
"deployCluster.controllerDataStorageClaimSize": "컨트롤러의 데이터 스토리지 클레임 크기",
"deployCluster.controllerLogsStorageClass": "컨트롤러의 로그 스토리지 클래스",
"deployCluster.controllerLogsStorageClaimSize": "컨트롤러의 로그 스토리지 클레임 크기",
"deployCluster.StoragePool": "스토리지 풀(HDFS)",
"deployCluster.storagePoolDataStorageClass": "Storage pool's data storage class",
"deployCluster.storagePoolDataStorageClaimSize": "Storage pool's data storage claim size",
"deployCluster.storagePoolLogsStorageClass": "Storage pool's logs storage class",
"deployCluster.storagePoolLogsStorageClaimSize": "Storage pool's logs storage claim size",
"deployCluster.storagePoolDataStorageClass": "스토리지 풀의 데이터 스토리지 클래스",
"deployCluster.storagePoolDataStorageClaimSize": "스토리지 풀의 데이터 스토리지 클레임 크기",
"deployCluster.storagePoolLogsStorageClass": "스토리지 풀의 로그 스토리지 클래스",
"deployCluster.storagePoolLogsStorageClaimSize": "스토리지 풀의 로그 스토리지 클레임 크기",
"deployCluster.DataPool": "데이터 풀",
"deployCluster.dataPoolDataStorageClass": "Data pool's data storage class",
"deployCluster.dataPoolDataStorageClaimSize": "Data pool's data storage claim size",
"deployCluster.dataPoolLogsStorageClass": "Data pool's logs storage class",
"deployCluster.dataPoolLogsStorageClaimSize": "Data pool's logs storage claim size",
"deployCluster.sqlServerMasterDataStorageClass": "SQL Server master's data storage class",
"deployCluster.sqlServerMasterDataStorageClaimSize": "SQL Server master's data storage claim size",
"deployCluster.sqlServerMasterLogsStorageClass": "SQL Server master's logs storage class",
"deployCluster.sqlServerMasterLogsStorageClaimSize": "SQL Server master's logs storage claim size",
"deployCluster.ServiceName": "Service name",
"deployCluster.dataPoolDataStorageClass": "데이터 풀의 데이터 스토리지 클래스",
"deployCluster.dataPoolDataStorageClaimSize": "데이터 풀의 데이터 스토리지 클레임 크기",
"deployCluster.dataPoolLogsStorageClass": "데이터 풀의 로그 스토리지 클래스",
"deployCluster.dataPoolLogsStorageClaimSize": "데이터 풀의 로그 스토리지 클레임 크기",
"deployCluster.sqlServerMasterDataStorageClass": "SQL Server 마스터의 데이터 스토리지 클래스",
"deployCluster.sqlServerMasterDataStorageClaimSize": "SQL Server 마스터의 데이터 스토리지 클레임 크기",
"deployCluster.sqlServerMasterLogsStorageClass": "SQL Server 마스터의 로그 스토리지 클래스",
"deployCluster.sqlServerMasterLogsStorageClaimSize": "SQL Server 마스터의 로그 스토리지 클레임 크기",
"deployCluster.ServiceName": "서비스 이름",
"deployCluster.DataStorageClassName": "데이터용 스토리지 클래스",
"deployCluster.DataClaimSize": "데이터의 클레임 크기(GB)",
"deployCluster.LogStorageClassName": "로그용 스토리지 클래스",
"deployCluster.LogsClaimSize": "로그의 클레임 크기(GB)",
"deployCluster.StorageSettings": "Storage settings",
"deployCluster.StorageSettings": "스토리지 설정",
"deployCluster.StorageSectionTitle": "스토리지 설정",
"deployCluster.SparkMustBeIncluded": "잘못된 Spark 구성입니다. 'Spark 포함' 확인란을 선택하거나 'Spark 풀 인스턴스'를 1 이상으로 설정해야 합니다."
},
@@ -453,10 +456,10 @@
"deployCluster.DomainDNSName": "도메인 DNS 이름",
"deployCluster.ClusterAdmins": "클러스터 관리자 그룹",
"deployCluster.ClusterUsers": "클러스터 사용자",
"deployCluster.AppOwners": "App owners",
"deployCluster.AppOwners": "앱 소유자",
"deployCluster.AppReaders": "앱 읽기 권한자",
"deployCluster.Subdomain": "Subdomain",
"deployCluster.AccountPrefix": "Account prefix",
"deployCluster.Subdomain": "하위 도메인",
"deployCluster.AccountPrefix": "계정 접두사",
"deployCluster.DomainServiceAccountUserName": "서비스 계정 사용자 이름",
"deployCluster.AzureSettings": "Azure 설정",
"deployCluster.SubscriptionId": "구독 ID",
@@ -473,7 +476,7 @@
"deployCluster.SparkPoolInstances": "Spark 풀 인스턴스",
"deployCluster.StoragePoolInstances": "스토리지 풀(HDFS) 인스턴스",
"deployCluster.WithSpark": "(Spark 포함)",
"deployCluster.ServiceName": "Service",
"deployCluster.ServiceName": "서비스",
"deployCluster.DataStorageClassName": "데이터용 스토리지 클래스",
"deployCluster.DataClaimSize": "데이터의 클레임 크기(GB)",
"deployCluster.LogStorageClassName": "로그용 스토리지 클래스",
@@ -502,138 +505,129 @@
"deployCluster.ConfigParseError": "구성 파일을 로드하지 못함"
},
"dist/ui/deployAzureSQLVMWizard/deployAzureSQLVMWizardModel": {
"sqlVMDeploymentWizard.PasswordLengthError": "Password must be between 12 and 123 characters long.",
"sqlVMDeploymentWizard.PasswordSpecialCharRequirementError": "Password must have 3 of the following: 1 lower case character, 1 upper case character, 1 number, and 1 special character."
"sqlVMDeploymentWizard.PasswordLengthError": "암호는 12~123자여야 합니다.",
"sqlVMDeploymentWizard.PasswordSpecialCharRequirementError": "암호는 소문자 1자, 대문자 1자, 숫자 1자 및 특수 문자 1자 중 3가지를 포함해야 합니다."
},
"dist/ui/deployAzureSQLVMWizard/pages/vmSettingsPage": {
"deployAzureSQLVM.VnameLengthError": "Virtual machine name must be between 1 and 15 characters long.",
"deployAzureSQLVM.VNameOnlyNumericNameError": "Virtual machine name cannot contain only numbers.",
"deployAzureSQLVM.VNamePrefixSuffixError": "Virtual machine name Can't start with underscore. Can't end with period or hyphen",
"deployAzureSQLVM.VNameSpecialCharError": "Virtual machine name cannot contain special characters \\/\"\"[]:|<>+=;,?*@&, .",
"deployAzureSQLVM.VNameExistsError": "Virtual machine name must be unique in the current resource group.",
"deployAzureSQLVM.VMUsernameLengthError": "Username must be between 1 and 20 characters long.",
"deployAzureSQLVM.VMUsernameSuffixError": "Username cannot end with period",
"deployAzureSQLVM.VMUsernameSpecialCharError": "Username cannot contain special characters \\/\"\"[]:|<>+=;,?*@& .",
"deployAzureSQLVM.VMUsernameReservedWordsError": "Username must not include reserved words.",
"deployAzureSQLVM.VMConfirmPasswordError": "Password and confirm password must match.",
"deployAzureSQLVM.vmDropdownSizeError": "Select a valid virtual machine size."
"deployAzureSQLVM.VnameLengthError": "가상 머신 이름은 1~15자여야 합니다.",
"deployAzureSQLVM.VNameOnlyNumericNameError": "가상 머신 이름을 숫자로만 설정할 수는 없습니다.",
"deployAzureSQLVM.VNamePrefixSuffixError": "가상 머신 이름은 밑줄로 시작할 수 없습니다. 마침표 또는 하이픈으로 끝날 수 없습니다.",
"deployAzureSQLVM.VNameSpecialCharError": "가상 머신 이름에는 특수 문자 \\/\"\"[]:|<>+=;,?*@&,가 포함될 수 없습니다.",
"deployAzureSQLVM.VNameExistsError": "가상 머신 이름은 현재 리소스 그룹에서 고유해야 합니다.",
"deployAzureSQLVM.VMUsernameLengthError": "사용자 이름은 1~20자여야 합니다.",
"deployAzureSQLVM.VMUsernameSuffixError": "사용자 이름은 마침표로 끝날 수 없습니다.",
"deployAzureSQLVM.VMUsernameSpecialCharError": "사용자 이름에는 특수 문자 \\/\"\"[]:|<>+=;,?*@&를 사용할 수 없습니다.",
"deployAzureSQLVM.VMUsernameReservedWordsError": "사용자 이름은 예약어를 포함하지 않아야 합니다.",
"deployAzureSQLVM.VMConfirmPasswordError": "암호와 확인 암호가 일치해야 합니다.",
"deployAzureSQLVM.vmDropdownSizeError": "유효한 가상 머신 크기를 선택합니다."
},
"dist/ui/deployAzureSQLVMWizard/pages/networkSettingsPage": {
"deployAzureSQLVM.NewVnetPlaceholder": "Enter name for new virtual network",
"deployAzureSQLVM.NewSubnetPlaceholder": "Enter name for new subnet",
"deployAzureSQLVM.NewPipPlaceholder": "Enter name for new public IP",
"deployAzureSQLVM.VnetNameLengthError": "Virtual Network name must be between 2 and 64 characters long",
"deployAzureSQLVM.NewVnetError": "Create a new virtual network",
"deployAzureSQLVM.SubnetNameLengthError": "Subnet name must be between 1 and 80 characters long",
"deployAzureSQLVM.NewSubnetError": "Create a new sub network",
"deployAzureSQLVM.PipNameError": "Public IP name must be between 1 and 80 characters long",
"deployAzureSQLVM.NewPipError": "Create a new new public Ip"
"deployAzureSQLVM.NewVnetPlaceholder": "새 가상 네트워크의 이름 입력",
"deployAzureSQLVM.NewSubnetPlaceholder": "새 서브넷의 이름 입력",
"deployAzureSQLVM.NewPipPlaceholder": "새 공용 IP의 이름 입력",
"deployAzureSQLVM.VnetNameLengthError": "Virtual Network 이름은 2~64자여야 합니다.",
"deployAzureSQLVM.NewVnetError": "새 가상 네트워크 만들기",
"deployAzureSQLVM.SubnetNameLengthError": "서브넷 이름은 1~80자여야 합니다.",
"deployAzureSQLVM.NewSubnetError": "새 하위 네트워크 만들기",
"deployAzureSQLVM.PipNameError": "공용 IP 이름은 1~80자여야 합니다.",
"deployAzureSQLVM.NewPipError": "새 공용 IP 만들기"
},
"dist/ui/deployAzureSQLVMWizard/pages/sqlServerSettingsPage": {
"deployAzureSQLVM.PrivateConnectivityDropdownOptionDefault": "Private (within Virtual Network)",
"deployAzureSQLVM.LocalConnectivityDropdownOption": "Local (inside VM only)",
"deployAzureSQLVM.PublicConnectivityDropdownOption": "Public (Internet)",
"deployAzureSQLVM.SqlUsernameLengthError": "Username must be between 2 and 128 characters long.",
"deployAzureSQLVM.SqlUsernameSpecialCharError": "Username cannot contain special characters \\/\"\"[]:|<>+=;,?* .",
"deployAzureSQLVM.SqlConfirmPasswordError": "Password and confirm password must match."
"deployAzureSQLVM.PrivateConnectivityDropdownOptionDefault": "프라이빗(가상 네트워크 내)",
"deployAzureSQLVM.LocalConnectivityDropdownOption": "로컬(VM 내부 전용)",
"deployAzureSQLVM.PublicConnectivityDropdownOption": "퍼블릭(인터넷)",
"deployAzureSQLVM.SqlUsernameLengthError": "암호는 2~128자여야 합니다.",
"deployAzureSQLVM.SqlUsernameSpecialCharError": "사용자 이름에는 특수 문자(\\/\"\"[]:|<>+=;,?*)를 사용할 수 없습니다.",
"deployAzureSQLVM.SqlConfirmPasswordError": "암호와 확인 암호가 일치해야 합니다."
},
"dist/ui/notebookWizard/notebookWizardAutoSummaryPage": {
"notebookWizard.autoSummaryPageTitle": "Review your configuration"
"notebookWizard.autoSummaryPageTitle": "구성 검토"
},
"dist/ui/deployAzureSQLDBWizard/pages/databaseSettingsPage": {
"deployAzureSQLDB.DBMinIpInvalidError": "Min Ip address is invalid",
"deployAzureSQLDB.DBMaxIpInvalidError": "Max Ip address is invalid",
"deployAzureSQLDB.DBFirewallOnlyNumericNameError": "Firewall name cannot contain only numbers.",
"deployAzureSQLDB.DBFirewallLengthError": "Firewall name must be between 1 and 100 characters long.",
"deployAzureSQLDB.DBFirewallSpecialCharError": "Firewall name cannot contain special characters \\/\"\"[]:|<>+=;,?*@&, .",
"deployAzureSQLDB.DBFirewallUpperCaseError": "Upper case letters are not allowed for firewall name",
"deployAzureSQLDB.DBNameOnlyNumericNameError": "Database name cannot contain only numbers.",
"deployAzureSQLDB.DBNameLengthError": "Database name must be between 1 and 100 characters long.",
"deployAzureSQLDB.DBNameSpecialCharError": "Database name cannot contain special characters \\/\"\"[]:|<>+=;,?*@&, .",
"deployAzureSQLDB.DBNameExistsError": "Database name must be unique in the current server.",
"deployAzureSQLDB.DBCollationOnlyNumericNameError": "Collation name cannot contain only numbers.",
"deployAzureSQLDB.DBCollationLengthError": "Collation name must be between 1 and 100 characters long.",
"deployAzureSQLDB.DBCollationSpecialCharError": "Collation name cannot contain special characters \\/\"\"[]:|<>+=;,?*@&, ."
"deployAzureSQLDB.DBMinIpInvalidError": "최소 IP 주소가 잘못되었습니다.",
"deployAzureSQLDB.DBMaxIpInvalidError": "최대 IP 주소가 잘못되었습니다.",
"deployAzureSQLDB.DBFirewallOnlyNumericNameError": "방화벽 이름에 숫자만 사용할 수는 없습니다.",
"deployAzureSQLDB.DBFirewallLengthError": "방화벽 이름은 1~100자여야 합니다.",
"deployAzureSQLDB.DBFirewallSpecialCharError": "방화벽 이름에는 특수 문자 \\/\"\"[]:|<>+=;,?*@&,를 사용할 수 없습니다.",
"deployAzureSQLDB.DBFirewallUpperCaseError": "방화벽 이름에는 대문자를 사용할 수 없습니다.",
"deployAzureSQLDB.DBNameOnlyNumericNameError": "데이터베이스 이름은 숫자만 포함할 수 없습니다.",
"deployAzureSQLDB.DBNameLengthError": "데이터베이스 이름은 1~100자여야 합니다.",
"deployAzureSQLDB.DBNameSpecialCharError": "데이터베이스 이름에는 특수 문자 \\/\"\"[]:|<>+=;,?*@&,를 사용할 수 없습니다.",
"deployAzureSQLDB.DBNameExistsError": "데이터베이스 이름은 현재 서버에서 고유해야 합니다.",
"deployAzureSQLDB.DBCollationOnlyNumericNameError": "데이터 정렬 이름은 숫자만 포함할 수 없습니다.",
"deployAzureSQLDB.DBCollationLengthError": "데이터 정렬 이름은 1~100자여야 합니다.",
"deployAzureSQLDB.DBCollationSpecialCharError": "데이터 정렬 이름에는 특수 문자 \\/\"\"[]:|<>+=;,?*@&,를 사용할 수 없습니다."
},
"dist/ui/deployAzureSQLDBWizard/pages/azureSettingsPage": {
"deployAzureSQLDB.azureSignInError": "Sign in to an Azure account first",
"deployAzureSQLDB.NoServerLabel": "No servers found",
"deployAzureSQLDB.NoServerError": "No servers found in current subscription.\r\nSelect a different subscription containing at least one server"
"deployAzureSQLDB.azureSignInError": "먼저 Azure 계정에 로그인",
"deployAzureSQLDB.NoServerLabel": "서버를 찾을 수 없음",
"deployAzureSQLDB.NoServerError": "현재 구독에서 서버를 찾을 수 없습니다.\r\n하나 이상의 서버를 포함하는 다른 구독을 선택합니다."
},
"dist/ui/toolsAndEulaSettingsPage": {
"notebookWizard.toolsAndEulaPageTitle": "Deployment pre-requisites",
"deploymentDialog.FailedEulaValidation": "To proceed, you must accept the terms of the End User License Agreement(EULA)",
"deploymentDialog.FailedToolsInstallation": "Some tools were still not discovered. Please make sure that they are installed, running and discoverable",
"deploymentDialog.loadingRequiredToolsCompleted": "Loading required tools information completed",
"deploymentDialog.loadingRequiredTools": "Loading required tools information",
"resourceDeployment.AgreementTitle": "Accept terms of use",
"deploymentDialog.ToolDoesNotMeetVersionRequirement": "'{0}' [ {1} ] does not meet the minimum version requirement, please uninstall it and restart Azure Data Studio.",
"deploymentDialog.InstalledTools": "All required tools are installed now.",
"deploymentDialog.PendingInstallation": "Following tools: {0} were still not discovered. Please make sure that they are installed, running and discoverable",
"deploymentDialog.ToolInformation": "'{0}' was not discovered and automated installation is not currently supported. Install '{0}' manually or ensure it is started and discoverable. Once done please restart Azure Data Studio. See [{1}] .",
"deploymentDialog.VersionInformationDebugHint": "You will need to restart Azure Data Studio if the tools are installed manually to pick up the change. You may find additional details in 'Deployments' and 'Azure Data CLI' output channels",
"deploymentDialog.InstallToolsHintOne": "Tool: {0} is not installed, you can click the \"{1}\" button to install it.",
"deploymentDialog.InstallToolsHintMany": "Tools: {0} are not installed, you can click the \"{1}\" button to install them.",
"deploymentDialog.NoRequiredTool": "No tools required"
"notebookWizard.toolsAndEulaPageTitle": "배포 필수 구성 요소",
"deploymentDialog.FailedToolsInstallation": "일부 도구가 아직 검색되지 않았습니다. 해당 도구가 설치되고, 실행 중이며, 검색 가능한지 확인하세요.",
"deploymentDialog.FailedEulaValidation": "계속 진행하려면 EULA(최종 사용자 사용권 계약) 약관에 동의해야 합니다.",
"deploymentDialog.loadingRequiredToolsCompleted": "필요한 도구 정보 로드 완료",
"deploymentDialog.loadingRequiredTools": "필요한 도구 정보 로드",
"resourceDeployment.AgreementTitle": "사용 약관에 동의",
"deploymentDialog.ToolDoesNotMeetVersionRequirement": "'{0}'[{1}]이(가) 최소 버전 요구 사항을 충족하지 않습니다. 해당 도구를 제거하고 Azure Data Studio를 다시 시작하세요.",
"deploymentDialog.InstalledTools": "이제 모든 필수 도구가 설치되었습니다.",
"deploymentDialog.PendingInstallation": "{0} 도구가 아직 검색되지 않았습니다. 해당 도구가 설치되고, 실행 중이며, 검색 가능한지 확인하세요.",
"deploymentDialog.ToolInformation": "'{0}'이(가) 검색되지 않았고 현재 자동화된 설치가 지원되지 않습니다. '{0}'을(를) 수동으로 설치하거나 해당 항목이 시작되고 검색 가능한지 확인합니다. 완료되면 Azure Data Studio를 다시 시작하세요. [{1}] 항목을 참조하세요.",
"deploymentDialog.VersionInformationDebugHint": "변경 내용을 선택하기 위해 도구를 수동으로 설치한 경우에는 Azure Data Studio를 다시 시작해야 합니다. '배포' 및 'Azure Data CLI' 출력 채널에서 추가적인 세부 정보를 찾을 수 있습니다.",
"deploymentDialog.InstallToolsHintOne": "{0} 도구가 설치되지 않았습니다. \"{1}\" 단추를 클릭하여 설치할 수 있습니다.",
"deploymentDialog.InstallToolsHintMany": "{0} 도구가 설치되지 않았습니다. \"{1}\" 단추를 클릭하여 설치할 수 있습니다.",
"deploymentDialog.NoRequiredTool": "도구가 필요하지 않음"
},
"dist/ui/pageLessDeploymentModel": {
"resourceDeployment.DownloadAndLaunchTaskName": "Download and launch installer, URL: {0}",
"resourceDeployment.DownloadingText": "Downloading from: {0}",
"resourceDeployment.DownloadCompleteText": "Successfully downloaded: {0}",
"resourceDeployment.LaunchingProgramText": "Launching: {0}",
"resourceDeployment.ProgramLaunchedText": "Successfully launched: {0}"
"resourceDeployment.DownloadAndLaunchTaskName": "설치 관리자 다운로드 및 시작, URL: {0}",
"resourceDeployment.DownloadingText": "{0}에서 다운로드",
"resourceDeployment.DownloadCompleteText": "다운로드함: {0}",
"resourceDeployment.LaunchingProgramText": "{0} 시작 중",
"resourceDeployment.ProgramLaunchedText": "시작함: {0}"
},
"dist/services/tools/dockerTool": {
"resourceDeployment.DockerDescription": "Packages and runs applications in isolated containers",
"resourceDeployment.DockerDescription": "격리된 컨테이너에서 애플리케이션 패키지 및 실행",
"resourceDeployment.DockerDisplayName": "Docker"
},
"dist/services/tools/azCliTool": {
"resourceDeployment.AzCLIDescription": "Manages Azure resources",
"resourceDeployment.AzCLIDescription": "Azure 리소스 관리",
"resourceDeployment.AzCLIDisplayName": "Azure CLI",
"resourceDeployment.AziCli.DeletingPreviousAzureCli.msi": "deleting previously downloaded azurecli.msi if one exists …",
"resourceDeployment.AziCli.DownloadingAndInstallingAzureCli": "downloading azurecli.msi and installing azure-cli …",
"resourceDeployment.AziCli.DisplayingInstallationLog": "displaying the installation log …",
"resourceDeployment.AziCli.UpdatingBrewRepository": "updating your brew repository for azure-cli installation …",
"resourceDeployment.AziCli.InstallingAzureCli": "installing azure-cli …",
"resourceDeployment.AziCli.AptGetUpdate": "updating repository information before installing azure-cli …",
"resourceDeployment.AziCli.AptGetPackages": "getting packages needed for azure-cli installation …",
"resourceDeployment.AziCli.DownloadAndInstallingSigningKey": "downloading and installing the signing key for azure-cli …",
"resourceDeployment.AziCli.AddingAzureCliRepositoryInformation": "adding the azure-cli repository information …",
"resourceDeployment.AziCli.AptGetUpdateAgain": "updating repository information again for azure-cli …",
"resourceDeployment.AziCli.ScriptedInstall": "download and invoking script to install azure-cli …"
"resourceDeployment.AziCli.DeletingPreviousAzureCli.msi": "이전에 다운로드한 azurecli.msi 삭제 중(있는 경우)...",
"resourceDeployment.AziCli.DownloadingAndInstallingAzureCli": "azurecli.msi를 다운로드하고 azure-cli를 설치하는 중…",
"resourceDeployment.AziCli.DisplayingInstallationLog": "설치 로그를 표시하는 중...",
"resourceDeployment.AziCli.UpdatingBrewRepository": "azure-cli 설치를 위해 brew 리포지토리를 업데이트하는 중...",
"resourceDeployment.AziCli.InstallingAzureCli": "azure-cli를 설치하는 중...",
"resourceDeployment.AziCli.AptGetUpdate": "azure-cli를 설치하기 전에 리포지토리 정보를 업데이트하는 중...",
"resourceDeployment.AziCli.AptGetPackages": "azure-cli 설치에 필요한 패키지를 가져오는 중...",
"resourceDeployment.AziCli.DownloadAndInstallingSigningKey": "azure-cli의 서명 키를 다운로드하고 설치하는 중...",
"resourceDeployment.AziCli.AddingAzureCliRepositoryInformation": "azure-cli 리포지토리 정보를 추가하는 중...",
"resourceDeployment.AziCli.AptGetUpdateAgain": "azure-cli의 리포지토리 정보를 다시 업데이트하는 중...",
"resourceDeployment.AziCli.ScriptedInstall": "azure-cli를 설치하는 스크립트 다운로드 및 호출 중..."
},
"dist/services/tools/azdataTool": {
"resourceDeployment.AzdataDescription": "Azure Data command line interface",
"resourceDeployment.AzdataDescription": "Azure 데이터 명령줄 인터페이스",
"resourceDeployment.AzdataDisplayName": "Azure Data CLI",
"deployCluster.GetToolVersionErrorInformation": "Error retrieving version information. See output channel '{0}' for more details",
"deployCluster.GetToolVersionError": "Error retrieving version information.{0}Invalid output received, get version command output: '{1}' ",
"resourceDeployment.Azdata.DeletingPreviousAzdata.msi": "deleting previously downloaded Azdata.msi if one exists …",
"resourceDeployment.Azdata.DownloadingAndInstallingAzdata": "downloading Azdata.msi and installing azdata-cli …",
"resourceDeployment.Azdata.DisplayingInstallationLog": "displaying the installation log …",
"resourceDeployment.Azdata.TappingBrewRepository": "tapping into the brew repository for azdata-cli …",
"resourceDeployment.Azdata.UpdatingBrewRepository": "updating the brew repository for azdata-cli installation …",
"resourceDeployment.Azdata.InstallingAzdata": "installing azdata …",
"resourceDeployment.Azdata.AptGetUpdate": "updating repository information …",
"resourceDeployment.Azdata.AptGetPackages": "getting packages needed for azdata installation …",
"resourceDeployment.Azdata.DownloadAndInstallingSigningKey": "downloading and installing the signing key for azdata …",
"resourceDeployment.Azdata.AddingAzdataRepositoryInformation": "adding the azdata repository information …"
"deploy.azdataExtMissing": "이 리소스를 배포하려면 Azure Data CLI 확장을 설치해야 합니다. 확장 갤러리를 통해 설치한 후 다시 시도하세요.",
"deployCluster.GetToolVersionErrorInformation": "버전 정보를 검색하는 동안 오류가 발생했습니다. 자세한 내용은 출력 채널 '{0}'을(를) 참조하세요.",
"deployCluster.GetToolVersionError": "버전 정보를 검색하는 동안 오류가 발생했습니다. {0}잘못된 출력이 수신되었습니다. 버전 명령 출력 '{1}'을(를) 가져옵니다. "
},
"dist/services/tools/azdataToolOld": {
"resourceDeployment.AzdataDescription": "Azure Data command line interface",
"resourceDeployment.AzdataDescription": "Azure 데이터 명령줄 인터페이스",
"resourceDeployment.AzdataDisplayName": "Azure Data CLI",
"resourceDeployment.Azdata.DeletingPreviousAzdata.msi": "deleting previously downloaded Azdata.msi if one exists …",
"resourceDeployment.Azdata.DownloadingAndInstallingAzdata": "downloading Azdata.msi and installing azdata-cli …",
"resourceDeployment.Azdata.DisplayingInstallationLog": "displaying the installation log …",
"resourceDeployment.Azdata.TappingBrewRepository": "tapping into the brew repository for azdata-cli …",
"resourceDeployment.Azdata.UpdatingBrewRepository": "updating the brew repository for azdata-cli installation …",
"resourceDeployment.Azdata.InstallingAzdata": "installing azdata …",
"resourceDeployment.Azdata.AptGetUpdate": "updating repository information …",
"resourceDeployment.Azdata.AptGetPackages": "getting packages needed for azdata installation …",
"resourceDeployment.Azdata.DownloadAndInstallingSigningKey": "downloading and installing the signing key for azdata …",
"resourceDeployment.Azdata.AddingAzdataRepositoryInformation": "adding the azdata repository information …"
"resourceDeployment.Azdata.DeletingPreviousAzdata.msi": "이전에 다운로드한 Azdata.msi를 삭제하는 중(있는 경우)...",
"resourceDeployment.Azdata.DownloadingAndInstallingAzdata": "Azdata.msi를 다운로드하고 azdata-cli를 설치하는 중...",
"resourceDeployment.Azdata.DisplayingInstallationLog": "설치 로그를 표시하는 중...",
"resourceDeployment.Azdata.TappingBrewRepository": "azdata-cli의 brew 리포지토리를 활용하는 중...",
"resourceDeployment.Azdata.UpdatingBrewRepository": "azdata-cli 설치를 위해 brew 리포지토리를 업데이트하는 중...",
"resourceDeployment.Azdata.InstallingAzdata": "azdata를 설치하는 중...",
"resourceDeployment.Azdata.AptGetUpdate": "리포지토리 정보를 업데이트하는 중...",
"resourceDeployment.Azdata.AptGetPackages": "azdata 설치에 필요한 패키지를 가져오는 중...",
"resourceDeployment.Azdata.DownloadAndInstallingSigningKey": "azdata의 서명 키를 다운로드하고 설치하는 중...",
"resourceDeployment.Azdata.AddingAzdataRepositoryInformation": "azdata 리포지토리 정보를 추가하는 중..."
},
"dist/ui/resourceTypePickerDialog": {
"deploymentDialog.deploymentOptions": "Deployment options"
"deploymentDialog.deploymentOptions": "배포 옵션"
}
}
}
}

View File

@@ -0,0 +1,319 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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": {
"package": {
"displayName": "SQL Server 스키마 비교",
"description": "Azure Data Studio에 대한 SQL Server 스키마 비교는 데이터베이스 및 Dacpac의 스키마 비교를 지원합니다.",
"schemaCompare.start": "스키마 비교"
},
"dist/localizedConstants": {
"schemaCompareDialog.ok": "확인",
"schemaCompareDialog.cancel": "취소",
"schemaCompareDialog.SourceTitle": "원본",
"schemaCompareDialog.TargetTitle": "대상",
"schemaCompareDialog.fileTextBoxLabel": "파일",
"schemaCompare.dacpacRadioButtonLabel": "데이터 계층 애플리케이션 파일(.dacpac)",
"schemaCompare.databaseButtonLabel": "데이터베이스",
"schemaCompare.radioButtonsLabel": "형식",
"schemaCompareDialog.serverDropdownTitle": "서버",
"schemaCompareDialog.databaseDropdownTitle": "데이터베이스",
"schemaCompare.dialogTitle": "스키마 비교",
"schemaCompareDialog.differentSourceMessage": "다른 원본 스키마를 선택했습니다. 비교를 확인하려면 비교를 누르세요.",
"schemaCompareDialog.differentTargetMessage": "다른 대상 스키마를 선택했습니다. 비교를 확인하려면 비교를 누르세요.",
"schemaCompareDialog.differentSourceTargetMessage": "다른 원본 및 대상 스키마를 선택했습니다. 비교를 확인하려면 비교를 누르세요.",
"schemaCompareDialog.Yes": "예",
"schemaCompareDialog.No": "아니요",
"schemaCompareDialog.sourceTextBox": "원본 파일",
"schemaCompareDialog.targetTextBox": "대상 파일",
"schemaCompareDialog.sourceDatabaseDropdown": "원본 데이터베이스",
"schemaCompareDialog.targetDatabaseDropdown": "대상 데이터베이스",
"schemaCompareDialog.sourceServerDropdown": "원본 서버",
"schemaCompareDialog.targetServerDropdown": "대상 서버",
"schemaCompareDialog.defaultUser": "기본값",
"schemaCompare.openFile": "열기",
"schemaCompare.selectSourceFile": "원본 파일 선택",
"schemaCompare.selectTargetFile": "대상 파일 선택",
"SchemaCompareOptionsDialog.Reset": "다시 설정",
"schemaCompareOptions.RecompareMessage": "옵션이 변경되었습니다. 비교를 확인하려면 다시 비교를 누르세요.",
"SchemaCompare.SchemaCompareOptionsDialogLabel": "스키마 비교 옵션",
"SchemaCompare.GeneralOptionsLabel": "일반 옵션",
"SchemaCompare.ObjectTypesOptionsLabel": "개체 유형 포함",
"schemaCompare.CompareDetailsTitle": "세부 정보 비교",
"schemaCompare.ApplyConfirmation": "대상을 업데이트하시겠습니까?",
"schemaCompare.RecompareToRefresh": "비교를 눌러 비교를 새로 고칩니다.",
"schemaCompare.generateScriptEnabledButton": "대상에 변경 내용을 배포하는 스크립트 생성",
"schemaCompare.generateScriptNoChanges": "스크립트 변경 내용 없음",
"schemaCompare.applyButtonEnabledTitle": "대상에 변경 내용 적용",
"schemaCompare.applyNoChanges": "적용할 변경 내용 없음",
"schemaCompare.includeExcludeInfoMessage": "포함/제외 작업은 영향을 받는 종속성을 계산하는 데 잠시 걸릴 수 있습니다.",
"schemaCompare.deleteAction": "삭제",
"schemaCompare.changeAction": "변경",
"schemaCompare.addAction": "추가",
"schemaCompare.differencesTableTitle": "원본과 대상 간의 비교",
"schemaCompare.waitText": "비교를 초기화하는 중입니다. 시간이 약간 걸릴 수 있습니다.",
"schemaCompare.startText": "두 스키마를 비교하려면 먼저 원본 스키마 및 대상 스키마를 선택한 다음, 비교를 누릅니다.",
"schemaCompare.noDifferences": "스키마 차이를 찾을 수 없습니다.",
"schemaCompare.typeColumn": "형식",
"schemaCompare.sourceNameColumn": "원본 이름",
"schemaCompare.includeColumnName": "포함",
"schemaCompare.actionColumn": "작업",
"schemaCompare.targetNameColumn": "대상 이름",
"schemaCompare.generateScriptButtonDisabledTitle": "대상이 데이터베이스이면 스크립트 생성이 사용하도록 설정됩니다.",
"schemaCompare.applyButtonDisabledTitle": "대상이 데이터베이스이면 적용이 사용하도록 설정됩니다.",
"schemaCompare.cannotExcludeMessageWithDependent": "{0}을(를) 제외할 수 없습니다. {1} 같은 포함된 종속 항목이 있습니다.",
"schemaCompare.cannotIncludeMessageWithDependent": "{0}을(를) 포함할 수 없습니다. {1} 같은 제외된 종속 항목이 있습니다.",
"schemaCompare.cannotExcludeMessage": "{0}을(를) 제외할 수 없습니다. 포함된 종속 항목이 있습니다.",
"schemaCompare.cannotIncludeMessage": "{0}을(를) 포함할 수 없습니다. 제외된 종속 항목이 있습니다.",
"schemaCompare.compareButton": "비교",
"schemaCompare.cancelCompareButton": "중지",
"schemaCompare.generateScriptButton": "스크립트 생성",
"schemaCompare.optionsButton": "옵션",
"schemaCompare.updateButton": "적용",
"schemaCompare.switchDirectionButton": "방향 전환",
"schemaCompare.switchButtonTitle": "원본과 대상 전환",
"schemaCompare.sourceButtonTitle": "원본 선택",
"schemaCompare.targetButtonTitle": "대상 선택",
"schemaCompare.openScmpButton": ".scmp 파일 열기",
"schemaCompare.openScmpButtonTitle": ".scmp 파일에 저장된 원본, 대상 및 옵션 로드",
"schemaCompare.saveScmpButton": ".scmp 파일 저장",
"schemaCompare.saveScmpButtonTitle": "원본 및 대상, 옵션 및 제외된 요소 저장",
"schemaCompare.saveFile": "저장",
"schemaCompare.GetConnectionString": "{0}에 연결하시겠습니까?",
"schemaCompare.selectConnection": "연결 선택",
"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": "ID 시드 무시",
"SchemaCompare.IgnoreUserSettingsObjects": "사용자 설정 개체 무시",
"SchemaCompare.IgnoreFullTextCatalogFilePath": "전체 텍스트 카탈로그 파일 경로 무시",
"SchemaCompare.IgnoreWhitespace": "공백 무시",
"SchemaCompare.IgnoreWithNocheckOnForeignKeys": "외래 키의 WITH NOCHECK 무시",
"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": "CLR 유형을 변경하기 위한 Alter 문 사용 안 함",
"SchemaCompare.IncludeTransactionalScripts": "트랜잭션 스크립트 포함",
"SchemaCompare.IncludeCompositeObjects": "복합 개체 포함",
"SchemaCompare.AllowUnsafeRowLevelSecurityDataMovement": "안전하지 않은 행 수준 보안 데이터 이동 허용",
"SchemaCompare.IgnoreWithNocheckOnCheckConstraints": "CHECK 제약 조건의 WITH NOCHECK 무시",
"SchemaCompare.IgnoreFillFactor": "채우기 비율 무시",
"SchemaCompare.IgnoreFileSize": "파일 크기 무시",
"SchemaCompare.IgnoreFilegroupPlacement": "파일 그룹 배치 무시",
"SchemaCompare.DoNotAlterReplicatedObjects": "복제된 개체 변경 안 함",
"SchemaCompare.DoNotAlterChangeDataCaptureObjects": "변경 데이터 캡처 개체 변경 안 함",
"SchemaCompare.DisableAndReenableDdlTriggers": "DDL 트리거를 해제한 후 다시 설정",
"SchemaCompare.DeployDatabaseInSingleUserMode": "단일 사용자 모드에서 데이터베이스 배포",
"SchemaCompare.CreateNewDatabase": "새 데이터베이스 만들기",
"SchemaCompare.CompareUsingTargetCollation": "대상 데이터 정렬을 사용하여 비교",
"SchemaCompare.CommentOutSetVarDeclarations": "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": "암호화 공급자 파일 경로 무시",
"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": "데이터베이스 트리거",
"SchemaCompare.Defaults": "기본값",
"SchemaCompare.ExtendedProperties": "확장 속성",
"SchemaCompare.ExternalDataSources": "외부 데이터 원본",
"SchemaCompare.ExternalFileFormats": "외부 파일 형식",
"SchemaCompare.ExternalStreams": "외부 스트림",
"SchemaCompare.ExternalStreamingJobs": "외부 스트리밍 작업",
"SchemaCompare.ExternalTables": "외부 테이블",
"SchemaCompare.Filegroups": "파일 그룹",
"SchemaCompare.Files": "파일",
"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": "저장 프로시저",
"SchemaCompare.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(보안 ID)의 차이를 무시할지 또는 업데이트할지를 지정합니다.",
"SchemaCompare.Description.IgnoreLockHintsOnIndexes": "데이터베이스에 게시할 때 인덱스의 잠금 힌트 차이를 무시할지 또는 업데이트할지를 지정합니다.",
"SchemaCompare.Description.IgnoreKeywordCasing": "데이터베이스에 게시할 때 키워드의 대/소문자 구분 차이를 무시할지 또는 업데이트할지를 지정합니다.",
"SchemaCompare.Description.IgnoreIndexPadding": "데이터베이스에 게시할 때 인덱스 패딩 차이를 무시할지 또는 업데이트할지를 지정합니다.",
"SchemaCompare.Description.IgnoreIndexOptions": "데이터베이스에 게시할 때 인덱스 옵션 차이를 무시할지 또는 업데이트할지를 지정합니다.",
"SchemaCompare.Description.IgnoreIncrement": "데이터베이스에 게시할 때 ID 열의 증분 차이를 무시할지 또는 업데이트할지를 지정합니다.",
"SchemaCompare.Description.IgnoreIdentitySeed": "데이터베이스에 게시할 때 ID 열의 시드 차이를 무시할지 또는 업데이트할지를 지정합니다.",
"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": "게시가 끝나면 모든 제약 조건을 하나의 세트로 확인하여 게시 중에 CHECK 또는 FOREIGN KEY 제약 조건으로 인한 데이터 오류를 방지합니다. False로 설정하면 해당 데이터를 검사하지 않고 제약 조건이 게시됩니다.",
"SchemaCompare.Description.ScriptFileSize": "파일 그룹에 파일을 추가할 때 크기를 지정할지 여부를 제어합니다.",
"SchemaCompare.Description.ScriptDeployStateChecks": "데이터베이스 이름 및 서버 이름이 데이터베이스 프로젝트에 지정된 이름과 일치하는지 확인하는 문을 게시 스크립트에 생성할지 여부를 지정합니다.",
"SchemaCompare.Description.ScriptDatabaseOptions": "게시 동작의 일부로 대상 데이터베이스 속성을 설정할지 또는 업데이트할지를 지정합니다.",
"SchemaCompare.Description.ScriptDatabaseCompatibility": "데이터베이스에 게시할 때 데이터베이스 호환성 차이를 무시할지 또는 업데이트할지를 지정합니다.",
"SchemaCompare.Description.ScriptDatabaseCollation": "데이터베이스에 게시할 때 데이터베이스 데이터 정렬의 차이를 무시할지 또는 업데이트할지를 지정합니다.",
"SchemaCompare.Description.RunDeploymentPlanExecutors": "다른 작업을 실행할 때 DeploymentPlanExecutor 기여자를 실행할지 여부를 지정합니다.",
"SchemaCompare.Description.RegisterDataTierApplication": "스키마가 데이터베이스 서버에 등록되는지 여부를 지정합니다.",
"SchemaCompare.Description.PopulateFilesOnFileGroups": "대상 데이터베이스에 새 파일 그룹을 만들 때 새 파일도 만들어지는지 여부를 지정합니다.",
"SchemaCompare.Description.NoAlterStatementsToChangeClrTypes": "ALTER ASSEMBLY 문을 실행하는 대신, 차이가 있는 경우 게시에서 항상 어셈블리를 삭제했다가 다시 만들도록 지정합니다.",
"SchemaCompare.Description.IncludeTransactionalScripts": "데이터베이스에 게시할 때 가능한 경우 트랜잭션 문을 사용할지 여부를 지정합니다.",
"SchemaCompare.Description.IncludeCompositeObjects": "모든 복합 요소를 단일 게시 작업의 일부로 포함합니다.",
"SchemaCompare.Description.AllowUnsafeRowLevelSecurityDataMovement": "이 속성을 True로 설정하면 행 수준 보안이 설정된 테이블에서 데이터 이동을 차단하지 않습니다. 기본값은 False입니다.",
"SchemaCompare.Description.IgnoreWithNocheckOnCheckConstraints": "데이터베이스에 게시할 때 CHECK 제약 조건의 WITH NOCHECK 절 값의 차이를 무시할지 또는 업데이트할지를 지정합니다.",
"SchemaCompare.Description.IgnoreFillFactor": "데이터베이스에 게시할 때 인덱스 스토리지의 채우기 비율 차이를 무시할지 또는 경고를 발생시킬지 여부를 지정합니다.",
"SchemaCompare.Description.IgnoreFileSize": "데이터베이스에 게시할 때 파일 크기 차이를 무시할지 또는 경고를 발생시킬지를 지정합니다.",
"SchemaCompare.Description.IgnoreFilegroupPlacement": "데이터베이스에 게시할 때 FILEGROUP에서의 개체 배치 차이를 무시할지 또는 업데이트할지를 지정합니다.",
"SchemaCompare.Description.DoNotAlterReplicatedObjects": "확인하는 동안 복제된 개체를 식별할지 여부를 지정합니다.",
"SchemaCompare.Description.DoNotAlterChangeDataCaptureObjects": "true이면 변경 데이터 캡처 개체가 변경되지 않습니다.",
"SchemaCompare.Description.DisableAndReenableDdlTriggers": "게시 프로세스가 시작될 때 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": "데이터베이스에 게시할 때 DML(데이터 조작 언어) 트리거 순서의 차이를 무시할지 또는 업데이트할지를 지정합니다.",
"SchemaCompare.Description.IgnoreDefaultSchema": "데이터베이스에 게시할 때 기본 스키마의 차이를 무시할지 또는 업데이트할지를 지정합니다.",
"SchemaCompare.Description.IgnoreDdlTriggerState": "데이터베이스에 게시할 때 DDL(데이터 정의 언어) 트리거 사용/사용 안 함 상태의 차이를 무시할지 또는 업데이트할지를 지정합니다.",
"SchemaCompare.Description.IgnoreDdlTriggerOrder": "데이터베이스 또는 서버에 게시할 때 DDL(데이터 정의 언어) 트리거 순서의 차이를 무시할지 또는 업데이트할지를 지정합니다.",
"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": "데이터베이스에 게시할 때 테이블 열 순서의 차이를 무시할지 또는 업데이트할지를 지정합니다.",
"schemaCompare.compareErrorMessage": "스키마 비교 실패: {0}",
"schemaCompare.saveScmpErrorMessage": "scmp 저장 실패: '{0}'",
"schemaCompare.cancelErrorMessage": "스키마 비교 취소 실패: '{0}'",
"schemaCompare.generateScriptErrorMessage": "스크립트 생성 실패: '{0}'",
"schemaCompare.updateErrorMessage": "스키마 비교 적용 실패 '{0}'",
"schemaCompare.openScmpErrorMessage": "scmp 열기 실패: '{0}'"
}
}
}

File diff suppressed because it is too large Load Diff