Files
azuredatastudio/i18n/language-pack-ko/translations/extensions/profiler.i18n.json
Udeesha Gautam faee6b45e0 Extensions Localization (#7426)
* Correct Schema comapre single file path in xlfs

* converting SC and Dacpac from Xlf to Json

* Adding all exts other than mssql (needs fixing)
2019-10-01 11:53:46 -07:00

24 lines
1.3 KiB
JSON

{
"Copyright": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0.0",
"contents": {
"extensions/profiler/client/out/dialogs/profilerCreateSessionDialog": {
"createSessionDialog.cancel": "취소",
"createSessionDialog.create": "시작",
"createSessionDialog.title": "새 프로파일러 세션 시작",
"createSessionDialog.templatesInvalid": "잘못된 템플릿 목록입니다. 대화상자를 열 수 없습니다",
"createSessionDialog.dialogOwnerInvalid": "대화 상자 소유자가 잘못되었습니다. 대화 상자를 열 수 없습니다.",
"createSessionDialog.invalidProviderType": "공급자 유형이 잘못되었습니다. 대화 상자를 열 수 없습니다.",
"createSessionDialog.selectTemplates": "세션 탬플릿 선택:",
"createSessionDialog.enterSessionName": "세션 이름 입력:",
"createSessionDialog.createSessionFailed": "세션을 만들지 못했습니다."
}
}
}