mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Update extension resources and ENU XLF files (#6220)
* Add extension resources * Update enu XLF resources
This commit is contained in:
13
i18n/kor/extensions/agent/out/data/alertData.i18n.json
Normal file
13
i18n/kor/extensions/agent/out/data/alertData.i18n.json
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."
|
||||
],
|
||||
"alertData.saveErrorMessage": "' {0} ' 업데이트 실패 경고",
|
||||
"alertData.DefaultAlertTypString": "SQL Server 이벤트 경고",
|
||||
"alertDialog.PerformanceCondition": "SQL Server 성능 조건 경고",
|
||||
"alertDialog.WmiEvent": "WMI 이벤트 경고"
|
||||
}
|
||||
17
i18n/kor/extensions/agent/out/data/jobData.i18n.json
Normal file
17
i18n/kor/extensions/agent/out/data/jobData.i18n.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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}' 작업을 만들었습니다."
|
||||
}
|
||||
12
i18n/kor/extensions/agent/out/data/jobStepData.i18n.json
Normal file
12
i18n/kor/extensions/agent/out/data/jobStepData.i18n.json
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."
|
||||
],
|
||||
"jobStepData.saveErrorMessage": "단계 업데이트 실패 '{0}'",
|
||||
"stepData.jobNameRequired": "작업 이름을 입력해야 합니다.",
|
||||
"stepData.stepNameRequired": "단계 이름을 지정해야 합니다."
|
||||
}
|
||||
12
i18n/kor/extensions/agent/out/data/proxyData.i18n.json
Normal file
12
i18n/kor/extensions/agent/out/data/proxyData.i18n.json
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."
|
||||
],
|
||||
"proxyData.saveErrorMessage": "프록시 업데이트 실패 '{0}'",
|
||||
"proxyData.saveSucessMessage": "'{0}' 프록시를 업데이트했습니다.",
|
||||
"proxyData.newJobSuccessMessage": "'{0}' 프록시를 만들었습니다."
|
||||
}
|
||||
Reference in New Issue
Block a user