mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
update localization resource files (#14389)
This commit is contained in:
26
i18n/kor/extensions/mssql/dist/dashboard/serviceEndpoints.i18n.json
vendored
Normal file
26
i18n/kor/extensions/mssql/dist/dashboard/serviceEndpoints.i18n.json
vendored
Normal 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."
|
||||
],
|
||||
"grafana": "메트릭 대시보드",
|
||||
"kibana": "로그 검색 대시보드",
|
||||
"sparkHistory": "Spark 작업 관리 및 모니터링 대시보드",
|
||||
"yarnHistory": "Spark 진단 및 모니터링 대시보드",
|
||||
"copyText": "복사",
|
||||
"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 문, 작업, 애플리케이션 실행을 위한 프록시"
|
||||
}
|
||||
13
i18n/kor/extensions/mssql/dist/hdfs/hdfsModel.i18n.json
vendored
Normal file
13
i18n/kor/extensions/mssql/dist/hdfs/hdfsModel.i18n.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"mssql.recursivePermissionOpStarted": "'{0}'에서 권한 변경 내용을 재귀적으로 적용하는 중",
|
||||
"mssql.recursivePermissionOpSucceeded": "권한 변경 내용을 적용했습니다.",
|
||||
"mssql.recursivePermissionOpProgress": "권한 변경 내용을 '{0}'에 적용하는 중입니다.",
|
||||
"mssql.recursivePermissionOpError": "권한 변경 내용 적용 오류: {0}"
|
||||
}
|
||||
19
i18n/kor/extensions/mssql/dist/hdfs/webhdfs.i18n.json
vendored
Normal file
19
i18n/kor/extensions/mssql/dist/hdfs/webhdfs.i18n.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"webhdfs.invalidDataStructure": "잘못된 데이터 구조",
|
||||
"webhdfs.missingProperties": "누락된 옵션으로 인해 WebHDFS 클라이언트를 만들 수 없습니다. ${0}",
|
||||
"webhdfs.undefinedArgument": "'${0}'이(가) 정의되지 않았습니다.",
|
||||
"webhdfs.httpError400": "잘못된 요청",
|
||||
"webhdfs.httpError401": "권한 없음",
|
||||
"webhdfs.httpError403": "금지됨",
|
||||
"webhdfs.httpError404": "찾을 수 없음",
|
||||
"webhdfs.httpError500": "내부 서버 오류",
|
||||
"webhdfs.unknownError": "알 수 없는 오류",
|
||||
"webhdfs.unexpectedRedirect": "예기치 않은 리디렉션"
|
||||
}
|
||||
46
i18n/kor/extensions/mssql/dist/localizedConstants.i18n.json
vendored
Normal file
46
i18n/kor/extensions/mssql/dist/localizedConstants.i18n.json
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"msgMissingNodeContext": "노드가 전달되지 않고 호출된 노드 명령",
|
||||
"mssql.manageAccessTitle": "액세스 관리",
|
||||
"mssql.locationTitle": "위치: ",
|
||||
"mssql.permissionsTitle": "권한",
|
||||
"mssql.ownerPostfix": " - 소유자",
|
||||
"mssql.owningGroupPostfix": " - 소유 그룹",
|
||||
"mssql.everyone": "모든 사용자",
|
||||
"mssql.userLabel": "사용자",
|
||||
"mssql.groupLabel": "그룹",
|
||||
"mssql.accessHeader": "액세스",
|
||||
"mssql.defaultHeader": "기본값",
|
||||
"mssql.delete": "삭제",
|
||||
"mssql.stickyHeader": "고정",
|
||||
"mssql.inheritDefaultsLabel": "기본값 상속",
|
||||
"mssql.readHeader": "읽기",
|
||||
"mssql.writeHeader": "쓰기",
|
||||
"mssql.executeHeader": "실행",
|
||||
"mssql.addUserOrGroup": "사용자 또는 그룹 추가",
|
||||
"mssql.enterNamePlaceholder": "이름 입력",
|
||||
"mssql.addLabel": "추가",
|
||||
"mssql.namedUsersAndGroups": "명명된 사용자 및 그룹",
|
||||
"mssql.apply": "적용",
|
||||
"mssql.applyRecursively": "재귀적으로 적용",
|
||||
"mssql.errorApplyingAclChanges": "변경 내용을 적용하는 동안 예기치 않은 오류가 발생했습니다. {0}",
|
||||
"sparkJobSubmission_LocalFileDestinationHint": "로컬 파일이 HDFS에 업로드됩니다. ",
|
||||
"sparkJobSubmission_SubmissionEndMessage": ".......................... Spark 작업 제출 종료 ................................................",
|
||||
"sparkJobSubmission_PrepareUploadingFile": "로컬 {0}에서 HDFS 폴더로 파일 업로드 중: {1}",
|
||||
"sparkJobSubmission_UploadingFileSucceeded": "클러스터에 파일을 업로드했습니다.",
|
||||
"sparkJobSubmission_UploadingFileFailed": "클러스터에 파일을 업로드하지 못했습니다. {0}",
|
||||
"sparkJobSubmission_PrepareSubmitJob": "{0} 작업을 제출하는 중... ",
|
||||
"sparkJobSubmission_SubmitJobFinished": "Spark 작업을 제출했습니다.",
|
||||
"sparkJobSubmission_SubmitJobFailed": "Spark 작업 {0}을(를) 제출하지 못했습니다. ",
|
||||
"sparkJobSubmission_YarnUIMessage": "YarnUI URL: {0} ",
|
||||
"sparkJobSubmission_SparkHistoryLinkMessage": "Spark 기록 URL: {0} ",
|
||||
"sparkJobSubmission_GetApplicationIdFailed": "애플리케이션 ID를 가져오지 못했습니다. {0}",
|
||||
"sparkJobSubmission_LocalFileNotExisted": "로컬 파일 {0}이(가) 없습니다. ",
|
||||
"sparkJobSubmission_NoSqlBigDataClusterFound": "SQL Server 빅 데이터 클러스터를 찾을 수 없습니다."
|
||||
}
|
||||
13
i18n/kor/extensions/mssql/dist/main.i18n.json
vendored
Normal file
13
i18n/kor/extensions/mssql/dist/main.i18n.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"msgSampleCodeDataFrame": "이 샘플 코드는 파일을 데이터 프레임에 로드하고 처음 10개의 결과를 표시합니다.",
|
||||
"notebookFileType": "Notebook",
|
||||
"unsupportedFileType": ".ipynb Notebook만 지원됩니다.",
|
||||
"fileNotFound": "지정된 파일을 찾을 수 없습니다."
|
||||
}
|
||||
10
i18n/kor/extensions/mssql/dist/objectExplorerNodeProvider/cancelableStream.i18n.json
vendored
Normal file
10
i18n/kor/extensions/mssql/dist/objectExplorerNodeProvider/cancelableStream.i18n.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"streamCanceled": "사용자가 취소한 스트림 작업"
|
||||
}
|
||||
13
i18n/kor/extensions/mssql/dist/objectExplorerNodeProvider/command.i18n.json
vendored
Normal file
13
i18n/kor/extensions/mssql/dist/objectExplorerNodeProvider/command.i18n.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"progress": "$(sync~spin) {0}...",
|
||||
"cancelTooltip": "취소",
|
||||
"cancel": "작업 취소 여부",
|
||||
"mssql.searchServers": "서버 이름 검색"
|
||||
}
|
||||
12
i18n/kor/extensions/mssql/dist/objectExplorerNodeProvider/connection.i18n.json
vendored
Normal file
12
i18n/kor/extensions/mssql/dist/objectExplorerNodeProvider/connection.i18n.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"connectionInfoUndefined": "ConnectionInfo가 정의되지 않았습니다.",
|
||||
"connectionInfoOptionsUndefined": "ConnectionInfo.options가 정의되지 않았습니다.",
|
||||
"connectionInfoOptionsMissingProperties": "connectionInfo.options에서 일부 속성이 누락되었습니다. {0}"
|
||||
}
|
||||
11
i18n/kor/extensions/mssql/dist/objectExplorerNodeProvider/fileSources.i18n.json
vendored
Normal file
11
i18n/kor/extensions/mssql/dist/objectExplorerNodeProvider/fileSources.i18n.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"maxSizeNotice": "알림: 이 파일은 미리 보기를 위해 {0}에서 잘렸습니다. ",
|
||||
"maxSizeReached": "이 파일은 미리 보기를 위해 {0}에서 잘렸습니다."
|
||||
}
|
||||
28
i18n/kor/extensions/mssql/dist/objectExplorerNodeProvider/hdfsCommands.i18n.json
vendored
Normal file
28
i18n/kor/extensions/mssql/dist/objectExplorerNodeProvider/hdfsCommands.i18n.json
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"allFiles": "모든 파일",
|
||||
"lblUploadFiles": "업로드",
|
||||
"uploading": "HDFS로 파일 업로드 중",
|
||||
"uploadCanceled": "업로드 작업이 취소되었습니다.",
|
||||
"uploadError": "파일 업로드 오류: {0}",
|
||||
"makingDir": "디렉터리를 만드는 중",
|
||||
"mkdirCanceled": "작업이 취소되었습니다.",
|
||||
"mkDirError": "디렉터리 만들기 오류: {0}",
|
||||
"enterDirName": "디렉터리 이름 입력",
|
||||
"deleteError": "파일 삭제 오류: {0}",
|
||||
"msgDeleteFolder": "이 폴더와 해당 내용을 삭제하시겠습니까?",
|
||||
"msgDeleteFile": "이 파일을 삭제하시겠습니까?",
|
||||
"saving": "HDFS 파일 저장 중",
|
||||
"saveCanceled": "저장 작업이 취소되었습니다.",
|
||||
"saveError": "파일 저장 오류: {0}",
|
||||
"previewing": "미리 보기 생성 중",
|
||||
"previewError": "파일 미리 보기 오류: {0}",
|
||||
"copyPathError": "경로 복사 오류: {0}",
|
||||
"manageAccessError": "액세스 관리 대화 상자를 여는 동안 예기치 않은 오류가 발생했습니다. {0}"
|
||||
}
|
||||
11
i18n/kor/extensions/mssql/dist/objectExplorerNodeProvider/hdfsProvider.i18n.json
vendored
Normal file
11
i18n/kor/extensions/mssql/dist/objectExplorerNodeProvider/hdfsProvider.i18n.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"errorExpanding": "오류: {0}",
|
||||
"errDeleteConnectionNode": "연결을 삭제할 수 없습니다. 하위 폴더와 파일만 삭제할 수 있습니다."
|
||||
}
|
||||
14
i18n/kor/extensions/mssql/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.i18n.json
vendored
Normal file
14
i18n/kor/extensions/mssql/dist/objectExplorerNodeProvider/objectExplorerNodeProvider.i18n.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"prmptPwd": "HDFS에 연결하려면 암호를 제공하세요.",
|
||||
"sessionNotFound": "{0} 노드의 세션이 없습니다.",
|
||||
"notifyError": "노드 변경 알리기 오류: {0}",
|
||||
"hdfsFolder": "HDFS",
|
||||
"rootLabel": "루트"
|
||||
}
|
||||
11
i18n/kor/extensions/mssql/dist/prompts/confirm.i18n.json
vendored
Normal file
11
i18n/kor/extensions/mssql/dist/prompts/confirm.i18n.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"msgYes": "예",
|
||||
"msgNo": "아니요"
|
||||
}
|
||||
14
i18n/kor/extensions/mssql/dist/sparkFeature/dialog/dialogCommands.i18n.json
vendored
Normal file
14
i18n/kor/extensions/mssql/dist/sparkFeature/dialog/dialogCommands.i18n.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"selectOtherServer": "다른 SQL Server 선택",
|
||||
"sparkJobSubmission_PleaseSelectSqlWithCluster": "빅 데이터 클러스터가 있는 SQL Server를 선택하세요.",
|
||||
"sparkJobSubmission_NoSqlSelected": "SQL Server를 선택하지 않았습니다.",
|
||||
"errorNotSqlBigDataCluster": "선택한 서버가 SQL Server 빅 데이터 클러스터에 속하지 않습니다.",
|
||||
"sparkJobSubmission_GetFilePathFromSelectedNodeFailed": "파일 경로 가져오기 오류: {0}"
|
||||
}
|
||||
16
i18n/kor/extensions/mssql/dist/sparkFeature/dialog/sparkJobSubmission/sparkAdvancedTab.i18n.json
vendored
Normal file
16
i18n/kor/extensions/mssql/dist/sparkFeature/dialog/sparkJobSubmission/sparkAdvancedTab.i18n.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"sparkJobSubmission_AdvancedTabName": "고급",
|
||||
"sparkJobSubmission_ReferenceJarList": "참조 Jar",
|
||||
"sparkJobSubmission_ReferenceJarListToolTip": "실행기 작업 디렉터리에 배치할 Jar입니다. Jar 경로는 HDFS 경로여야 합니다. 여러 경로는 세미콜론(;)으로 구분해야 합니다.",
|
||||
"sparkJobSubmission_ReferencePyList": "참조 py 파일",
|
||||
"sparkJobSubmission_ReferencePyListTooltip": "실행기 작업 디렉터리에 배치할 Py 파일입니다. 파일 경로는 HDFS 경로여야 합니다. 여러 경로는 세미콜론(;)으로 구분해야 합니다.",
|
||||
"sparkJobSubmission_ReferenceFilesList": "참조 파일",
|
||||
"sparkJobSubmission_ReferenceFilesListTooltip": "실행기 작업 디렉터리에 배치할 파일입니다. 파일 경로는 HDFS 경로여야 합니다. 여러 경로는 세미콜론(;)으로 구분해야 합니다."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"sparkJobSubmission_GeneralTabName": "일반",
|
||||
"sparkJobSubmission_JobNamePlaceHolder": "이름 입력...",
|
||||
"sparkJobSubmission_JobName": "작업 이름",
|
||||
"sparkJobSubmission_SparkCluster": "Spark 클러스터",
|
||||
"sparkJobSubmission_FilePathPlaceHolder": ".jar 또는 .py 파일의 경로",
|
||||
"sparkJobSubmission_LocalFileDestinationHintWithPath": "선택한 로컬 파일이 HDFS에 업로드됩니다. {0}",
|
||||
"sparkJobSubmission_MainFilePath": "JAR/py 파일",
|
||||
"sparkJobSubmission_MainClass": "주 클래스",
|
||||
"sparkJobSubmission_Arguments": "인수",
|
||||
"sparkJobSubmission_ArgumentsTooltip": "주 클래스에 사용되는 명령줄 인수입니다. 여러 인수는 공백으로 구분해야 합니다.",
|
||||
"sparkJobSubmission_NotSpecifyJobName": "속성 작업 이름을 지정하지 않았습니다.",
|
||||
"sparkJobSubmission_NotSpecifyJARPYPath": "속성 JAR/py 파일을 지정하지 않았습니다.",
|
||||
"sparkJobSubmission_NotSpecifyMainClass": "속성 주 클래스를 지정하지 않았습니다.",
|
||||
"sparkJobSubmission_HDFSFileNotExistedWithPath": "{0}이(가) 클러스터에 없거나 예외가 throw되었습니다. ",
|
||||
"sparkJobSubmission_HDFSFileNotExisted": "지정된 HDFS 파일이 없습니다. ",
|
||||
"sparkSelectLocalFile": "선택",
|
||||
"sparkJobSubmission_SelectFileError": "오류로 인한 파일 찾기 오류: {0}"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"sparkJobSubmission_SparkJobSubmissionDialogInitializeError": "SparkJobSubmissionDialog에 대한 매개 변수가 잘못되었습니다.",
|
||||
"sparkJobSubmission_DialogTitleNewJob": "새 작업",
|
||||
"sparkJobSubmission_DialogCancelButton": "취소",
|
||||
"sparkJobSubmission_DialogSubmitButton": "제출",
|
||||
"sparkJobSubmission_SubmitSparkJob": "{0} Spark 작업 제출:",
|
||||
"sparkJobSubmission_SubmissionStartMessage": ".......................... Spark 작업 제출 시작 ..................................."
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"sparkJobSubmission_SparkJobSubmissionModelInitializeError": "SparkJobSubmissionModel의 매개 변수가 잘못되었습니다.",
|
||||
"sparkJobSubmission_submissionArgsIsInvalid": "submissionArgs가 잘못되었습니다. ",
|
||||
"sparkJobSubmission_LivyBatchIdIsInvalid": "livyBatchId가 잘못되었습니다. ",
|
||||
"sparkJobSubmission_GetApplicationIdTimeOut": "애플리케이션 ID 시간 제한을 가져옵니다. {0}[로그] {1}",
|
||||
"sparkJobSubmission_localFileOrFolderNotSpecified.": "localFilePath 또는 hdfsFolderPath 속성을 지정하지 않았습니다. ",
|
||||
"sparkJobSubmission_PathNotSpecified.": "속성 경로를 지정하지 않았습니다. "
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"sparkJobSubmission_LivyNoBatchIdReturned": "응답에서 Spark 작업 일괄 처리 ID가 반환되지 않았습니다. {0}[오류] {1}",
|
||||
"sparkJobSubmission_LivyNoLogReturned": "응답 내에 로그가 반환되지 않았습니다. {0}[오류] {1}"
|
||||
}
|
||||
19
i18n/kor/extensions/mssql/dist/sqlToolsServer.i18n.json
vendored
Normal file
19
i18n/kor/extensions/mssql/dist/sqlToolsServer.i18n.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"serviceStartedStatusMsg": "{0}이(가) 시작됨",
|
||||
"startingServiceStatusMsg": "{0}을(를) 시작하는 중",
|
||||
"failedToStartServiceErrorMsg": "{0}을(를) 시작하지 못함",
|
||||
"installingServiceChannelMsg": "{1}에 {0} 설치 중",
|
||||
"installingServiceStatusMsg": "{0} 설치 중",
|
||||
"installedServiceChannelMsg": "설치된 {0}",
|
||||
"downloadingServiceChannelMsg": "{0} 다운로드 중",
|
||||
"downloadingServiceSizeChannelMsg": "({0}KB)",
|
||||
"downloadingServiceStatusMsg": "{0} 다운로드 중",
|
||||
"downloadServiceDoneChannelMsg": "{0} 설치 완료"
|
||||
}
|
||||
11
i18n/kor/extensions/mssql/dist/telemetry.i18n.json
vendored
Normal file
11
i18n/kor/extensions/mssql/dist/telemetry.i18n.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"viewKnownIssuesText": "알려진 문제 보기",
|
||||
"serviceCrashMessage": "{0} 구성 요소가 예기치 않게 종료되었습니다. Azure Data Studio를 다시 시작하세요."
|
||||
}
|
||||
Reference in New Issue
Block a user