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)
This commit is contained in:
Udeesha Gautam
2019-10-01 11:53:46 -07:00
committed by GitHub
parent aef69ab12a
commit faee6b45e0
121 changed files with 12812 additions and 22 deletions

View File

@@ -0,0 +1,23 @@
{
"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": "세션을 만들지 못했습니다."
}
}
}