mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-19 19:41:37 -04:00
update localization resource files (#14389)
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"jobaction.successLabel": "성공",
|
||||
"jobaction.faillabel": "오류",
|
||||
"jobaction.refresh": "새로 고침",
|
||||
"jobaction.newJob": "새 작업",
|
||||
"jobaction.run": "실행",
|
||||
"jobSuccessfullyStarted": ": 작업을 시작했습니다.",
|
||||
"jobaction.stop": "중지",
|
||||
"jobSuccessfullyStopped": ": 작업을 중지했습니다.",
|
||||
"jobaction.editJob": "작업 편집",
|
||||
"notebookAction.openNotebook": "열기",
|
||||
"jobaction.deleteJob": "작업 삭제",
|
||||
"jobaction.deleteJobConfirm": "'{0}' 작업을 삭제하시겠습니까?",
|
||||
"jobaction.failedToDeleteJob": "'{0}' 작업을 삭제할 수 없습니다.\r\n오류: {1}",
|
||||
"jobaction.deletedJob": "작업을 삭제했습니다.",
|
||||
"jobaction.newStep": "새 단계",
|
||||
"jobaction.deleteStep": "단계 삭제",
|
||||
"jobaction.deleteStepConfirm": "'{0}' 단계를 삭제하시겠습니까?",
|
||||
"jobaction.failedToDeleteStep": "'{0}' 단계를 삭제할 수 없습니다.\r\n오류: {1}",
|
||||
"jobaction.deletedStep": "작업 단계를 삭제했습니다.",
|
||||
"jobaction.newAlert": "새 경고",
|
||||
"jobaction.editAlert": "경고 편집",
|
||||
"jobaction.deleteAlert": "경고 삭제",
|
||||
"jobaction.Cancel": "취소",
|
||||
"jobaction.deleteAlertConfirm": "'{0}' 경고를 삭제하시겠습니까?",
|
||||
"jobaction.failedToDeleteAlert": "'{0}' 경고를 삭제할 수 없습니다.\r\n오류: {1}",
|
||||
"jobaction.deletedAlert": "경고를 삭제했습니다.",
|
||||
"jobaction.newOperator": "새 연산자",
|
||||
"jobaction.editOperator": "연산자 편집",
|
||||
"jobaction.deleteOperator": "연산자 삭제",
|
||||
"jobaction.deleteOperatorConfirm": "'{0}' 연산자를 삭제하시겠습니까?",
|
||||
"jobaction.failedToDeleteOperator": "'{0}' 연산자를 삭제할 수 없습니다.\r\n오류: {1}",
|
||||
"joaction.deletedOperator": "연산자를 삭제했습니다.",
|
||||
"jobaction.newProxy": "새 프록시",
|
||||
"jobaction.editProxy": "프록시 편집",
|
||||
"jobaction.deleteProxy": "프록시 삭제",
|
||||
"jobaction.deleteProxyConfirm": "'{0}' 프록시를 삭제하시겠습니까?",
|
||||
"jobaction.failedToDeleteProxy": "'{0}' 프록시를 삭제할 수 없습니다.\r\n오류: {1}",
|
||||
"jobaction.deletedProxy": "프록시를 삭제했습니다.",
|
||||
"notebookaction.newJob": "새 Notebook 작업",
|
||||
"notebookaction.editJob": "편집",
|
||||
"notebookaction.openNotebook": "템플릿 Notebook 열기",
|
||||
"notebookaction.deleteNotebook": "삭제",
|
||||
"jobaction.deleteNotebookConfirm": "'{0}' Notebook을 삭제하시겠습니까?",
|
||||
"jobaction.failedToDeleteNotebook": "'{0}' Notebook을 삭제할 수 없습니다.\r\n오류: {1}",
|
||||
"jobaction.deletedNotebook": "Notebook을 삭제했습니다.",
|
||||
"notebookaction.pinNotebook": "고정",
|
||||
"notebookaction.deleteMaterializedNotebook": "삭제",
|
||||
"notebookaction.unpinNotebook": "고정 해제",
|
||||
"notebookaction.renameNotebook": "이름 바꾸기",
|
||||
"notebookaction.openLatestRun": "마지막 실행 열기"
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"agentUtilities.failed": "실패",
|
||||
"agentUtilities.succeeded": "성공",
|
||||
"agentUtilities.retry": "다시 시도",
|
||||
"agentUtilities.canceled": "취소됨",
|
||||
"agentUtilities.inProgress": "진행 중",
|
||||
"agentUtilities.statusUnknown": "알 수 없는 상태",
|
||||
"agentUtilities.executing": "실행 중",
|
||||
"agentUtilities.waitingForThread": "스레드 대기 중",
|
||||
"agentUtilities.betweenRetries": "다시 시도 대기 중",
|
||||
"agentUtilities.idle": "유휴 상태",
|
||||
"agentUtilities.suspended": "일시 중지됨",
|
||||
"agentUtilities.obsolete": "[사용되지 않음]",
|
||||
"agentUtilities.yes": "예",
|
||||
"agentUtilities.no": "아니요",
|
||||
"agentUtilities.notScheduled": "예약되지 않음",
|
||||
"agentUtilities.neverRun": "실행 안 함"
|
||||
}
|
||||
Reference in New Issue
Block a user