Files
azuredatastudio/i18n/kor/extensions/agent/out/data/jobData.i18n.json
Karl Burtram 6b501a1787 Update localization resource files (#6283)
* Update localization resource files

* Remove extra space from readme headers
2019-07-08 13:36:34 -07:00

17 lines
914 B
JSON

{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"jobData.whenJobCompletes": "작업 완료 시",
"jobData.whenJobFails": "작업 실패 시",
"jobData.whenJobSucceeds": "작업 성공 시",
"jobData.jobNameRequired": "작업 이름을 입력해야 합니다.",
"jobData.saveErrorMessage": "작업 업데이트 실패 ' {0} '",
"jobData.newJobErrorMessage": "작업 생성 실패 '{0}'",
"jobData.saveSucessMessage": "'{0}' 작업을 업데이트했습니다.",
"jobData.newJobSuccessMessage": "'{0}' 작업을 만들었습니다."
}