mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-18 03:21:36 -04:00
166 lines
8.3 KiB
JSON
166 lines
8.3 KiB
JSON
{
|
|
"Copyright": [
|
|
"--------------------------------------------------------------------------------------------",
|
|
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
|
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
|
"--------------------------------------------------------------------------------------------",
|
|
"Do not edit this file. It is machine generated."
|
|
],
|
|
"version": "1.0.0.0",
|
|
"contents": {
|
|
"package": {
|
|
"description": "SQL Server 빅 데이터 클러스터 관리 지원",
|
|
"text.sqlServerBigDataClusters": "SQL Server 빅 데이터 클러스터",
|
|
"command.addController.title": "컨트롤러에 연결",
|
|
"command.deleteController.title": "삭제",
|
|
"command.refreshController.title": "새로 고침",
|
|
"command.manageController.title": "관리",
|
|
"command.mount.title": "HDFS 탑재",
|
|
"command.refreshmount.title": "탑재 새로 고침",
|
|
"command.deletemount.title": "탑재 삭제"
|
|
},
|
|
"dist/bigDataCluster/utils": {
|
|
"state.creating": "만드는 중",
|
|
"state.waiting": "대기 중",
|
|
"state.ready": "준비 완료",
|
|
"state.deleting": "삭제하는 중",
|
|
"state.waitingForDeletion": "삭제 대기 중",
|
|
"state.deleted": "삭제",
|
|
"state.upgrading": "업그레이드하는 중",
|
|
"state.waitingForUpgrade": "업그레이드 대기 중",
|
|
"state.error": "오류",
|
|
"state.running": "실행",
|
|
"endpoint.appproxy": "애플리케이션 프록시",
|
|
"endpoint.controller": "클러스터 관리 서비스",
|
|
"endpoint.gateway": "HDFS 파일에 액세스하기 위한 게이트웨이, Spark",
|
|
"endpoint.managementproxy": "관리 프록시",
|
|
"endpoint.mgmtproxy": "관리 프록시",
|
|
"endpoint.sqlServerEndpoint": "SQL Server 마스터 인스턴스 프런트 엔드",
|
|
"endpoint.grafana": "메트릭 대시보드",
|
|
"endpoint.kibana": "로그 검색 대시보드",
|
|
"endpoint.yarnHistory": "Spark 진단 및 모니터링 대시보드",
|
|
"endpoint.sparkHistory": "Spark 작업 관리 및 모니터링 대시보드",
|
|
"endpoint.webhdfs": "HDFS 파일 시스템 프록시",
|
|
"endpoint.livy": "Spark 문, 작업, 애플리케이션 실행을 위한 프록시",
|
|
"service.sql": "SQL Server",
|
|
"service.hdfs": "HDFS",
|
|
"service.spark": "Spark",
|
|
"service.control": "제어",
|
|
"service.gateway": "게이트웨이",
|
|
"service.app": "응용 프로그램",
|
|
"bdc.healthy": "정상",
|
|
"bdc.unhealthy": "비정상"
|
|
},
|
|
"dist/bigDataCluster/controller/clusterControllerApi": {
|
|
"error.no.activedirectory": "이 클러스터는 Windows 인증을 지원하지 않습니다.",
|
|
"bdc.error.tokenPost": "인증 오류",
|
|
"bdc.error.unauthorized": "Windows 인증을 사용하여 이 클러스터에 로그인할 권한이 없습니다.",
|
|
"bdc.error.getEndPoints": "{0}에서 엔드포인트 검색 오류",
|
|
"bdc.error.getBdcStatus": "{0}에서 BDC 상태 검색 오류",
|
|
"bdc.error.mountHdfs": "탑재 생성 오류",
|
|
"bdc.error.refreshHdfs": "탑재 새로 고침 오류",
|
|
"bdc.error.deleteHdfs": "탑재 삭제 오류"
|
|
},
|
|
"dist/extension": {
|
|
"mount.error.endpointNotFound": "컨트롤러 엔드포인트 정보를 찾을 수 없음",
|
|
"bdc.dashboard.title": "빅 데이터 클러스터 대시보드 -",
|
|
"textYes": "예",
|
|
"textNo": "아니요",
|
|
"textConfirmDeleteController": "'{0}'을(를) 삭제할까요?"
|
|
},
|
|
"dist/bigDataCluster/tree/addControllerNode": {
|
|
"textBigDataClusterControllerWithDots": "SQL Server 빅 데이터 클러스터 컨트롤러 추가...",
|
|
"textConnectToController": "컨트롤러에 연결"
|
|
},
|
|
"dist/bigDataCluster/tree/loadingControllerNode": {
|
|
"textLoadingWithDots": "로드 중..."
|
|
},
|
|
"dist/bigDataCluster/dialog/addControllerDialog": {
|
|
"basicAuthName": "기본",
|
|
"integratedAuthName": "Windows 인증",
|
|
"err.controller.username.required": "사용자 이름은 필수임",
|
|
"err.controller.password.required": "암호는 필수임",
|
|
"textAddNewController": "새 컨트롤러 추가",
|
|
"textUrlLower": "URL",
|
|
"textUsernameLower": "사용자 이름",
|
|
"textPasswordLower": "암호",
|
|
"textRememberPassword": "암호 기억",
|
|
"textUrlCapital": "URL",
|
|
"textAuthCapital": "인증 유형",
|
|
"textUsernameCapital": "사용자 이름",
|
|
"textPasswordCapital": "암호",
|
|
"textAdd": "추가",
|
|
"textCancel": "취소"
|
|
},
|
|
"dist/bigDataCluster/dialog/bdcDashboard": {
|
|
"bdc.dashboard.refreshButton": "새로 고침",
|
|
"bdc.dashboard.troubleshootButton": "문제 해결",
|
|
"bdc.dashboard.overviewNavTitle": "빅 데이터 클러스터 개요",
|
|
"bdc.dashboard.clusterDetails": "클러스터 세부 정보"
|
|
},
|
|
"dist/bigDataCluster/dialog/bdcDashboardResourceStatusPage": {
|
|
"bdc.dashboard.viewHyperlink": "보기",
|
|
"bdc.dashboard.notAvailable": "N/A",
|
|
"bdc.dashboard.healthStatusDetailsHeader": "상태 세부 정보",
|
|
"bdc.dashboard.lastUpdated": "마지막 업데이트: {0}",
|
|
"bdc.dashboard.instanceHeader": "인스턴스",
|
|
"bdc.dashboard.stateHeader": "상태",
|
|
"bdc.dashboard.healthStatusHeader": "상태",
|
|
"bdc.dashboard.metricsAndLogsLabel": "메트릭 및 로그",
|
|
"bdc.dashboard.metricsHeader": "메트릭",
|
|
"bdc.dashboard.logsHeader": "로그",
|
|
"bdc.dashboard.viewDetails": "세부 정보 보기"
|
|
},
|
|
"dist/bigDataCluster/dialog/bdcDashboardOverviewPage": {
|
|
"bdc.dashboard.propertiesHeader": "클러스터 속성",
|
|
"bdc.dashboard.clusterState": "클러스터 상태:",
|
|
"bdc.dashboard.healthStatus": "상태:",
|
|
"bdc.dashboard.overviewHeader": "클러스터 개요",
|
|
"bdc.dashboard.lastUpdated": "마지막 업데이트: {0}",
|
|
"bdc.dashboard.serviceNameHeader": "서비스 이름",
|
|
"bdc.dashboard.stateHeader": "상태",
|
|
"bdc.dashboard.healthStatusHeader": "상태",
|
|
"bdc.dashboard.endpointsLabel": "서비스 엔드포인트",
|
|
"bdc.dashboard.serviceHeader": "서비스",
|
|
"bdc.dashboard.endpointHeader": "끝점",
|
|
"bdc.dashboard.viewDetails": "세부 정보 보기",
|
|
"bdc.dashboard.copyTitle": "복사"
|
|
},
|
|
"dist/bigDataCluster/dialog/mountHdfsDialog": {
|
|
"basicAuthName": "기본",
|
|
"integratedAuthName": "Windows 인증",
|
|
"mount.main.section": "탑재 구성",
|
|
"mount.hdfsPath": "HDFS 경로",
|
|
"mount.err.formatting": "{0}에 있는 자격 증명 형식이 잘못됨",
|
|
"mount.hdfs.loginerror1": "컨트롤러에 로그인하지 못함",
|
|
"mount.hdfs.loginerror2": "컨트롤러에 로그인하지 못함: {0}",
|
|
"err.controller.username.required": "사용자 이름은 필수임",
|
|
"err.controller.password.required": "암호는 필수임",
|
|
"mount.task.name": "경로 {0}에 HDFS 폴더를 탑재하는 중",
|
|
"mount.task.submitted": "탑재 만들기가 시작됨",
|
|
"mount.task.complete": "HDFS 폴더 탑재가 완료됨",
|
|
"mount.task.inprogress": "탑재가 완료될 수 있음, 나중에 다시 확인",
|
|
"mount.task.error": "폴더 탑재 오류: {0}",
|
|
"mount.error.unknown": "탑재 프로세스 중에 알 수 없는 오류가 발생했습니다.",
|
|
"textUrlLower": "URL",
|
|
"textUsernameLower": "사용자 이름",
|
|
"textPasswordLower": "암호",
|
|
"textUrlCapital": "URL",
|
|
"textAuthCapital": "인증 유형",
|
|
"textUsernameCapital": "사용자 이름",
|
|
"textPasswordCapital": "암호",
|
|
"hdsf.dialog.connection.section": "클러스터 연결",
|
|
"hdfs.dialog.ok": "확인",
|
|
"hdfs.dialog.cancel": "취소",
|
|
"mount.dialog.title": "HDFS 폴더 탑재",
|
|
"mount.remoteUri": "원격 URI",
|
|
"mount.credentials": "자격 증명",
|
|
"refreshmount.dialog.title": "탑재 새로 고침",
|
|
"refreshmount.task.name": "경로 {0}에서 HDFS 탑재를 새로 고치는 중",
|
|
"refreshmount.task.submitted": "탑재 새로 고침 요청이 제출됨",
|
|
"deleteMount.dialog.title": "탑재 삭제",
|
|
"deletemount.task.name": "경로 {0}에서 HDFS 탑재를 삭제하는 중",
|
|
"deletemount.task.submitted": "탑재 삭제 요청이 제출됨"
|
|
}
|
|
}
|
|
} |