mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-19 19:41:37 -04:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -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."
|
||||
],
|
||||
"jobaction.successLabel": "성공",
|
||||
"jobaction.faillabel": "오류",
|
||||
"jobaction.refresh": "새로 고침",
|
||||
"jobaction.newJob": "새 작업",
|
||||
"jobaction.run": "실행",
|
||||
"jobSuccessfullyStarted": "작업이 시작되었습니다.",
|
||||
"jobaction.stop": "중지",
|
||||
"jobSuccessfullyStopped": ": 작업이 성공적으로 중지 되었습니다.",
|
||||
"jobaction.editJob": "작업 편집",
|
||||
"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": "프록시가 삭제되었습니다."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"providerIdNotValidError": "JobManagementService와 상호 작용하려면 연결이 필요합니다.",
|
||||
"noHandlerRegistered": "등록된 처리기 없음"
|
||||
}
|
||||
@@ -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