Files
azuredatastudio/i18n/language-pack-ko/translations/extensions/profiler.i18n.json
Karl Burtram 3b1eaca58e Update Lang Pack extension strings from previous refresh (#8229)
* Update Lang Pack extension strings from previous refresh

* Bump lang pack versions
2019-11-05 17:53:27 -08:00

23 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": {
"out/dialogs/profilerCreateSessionDialog": {
"createSessionDialog.cancel": "취소",
"createSessionDialog.create": "시작",
"createSessionDialog.title": "새 프로파일러 세션 시작",
"createSessionDialog.templatesInvalid": "잘못된 템플릿 목록입니다. 대화상자를 열 수 없습니다",
"createSessionDialog.dialogOwnerInvalid": "대화 상자 소유자가 잘못되었습니다. 대화 상자를 열 수 없습니다.",
"createSessionDialog.invalidProviderType": "공급자 유형이 잘못되었습니다. 대화 상자를 열 수 없습니다.",
"createSessionDialog.selectTemplates": "세션 탬플릿 선택:",
"createSessionDialog.enterSessionName": "세션 이름 입력:",
"createSessionDialog.createSessionFailed": "세션을 만들지 못했습니다."
}
}
}