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,43 @@
{
"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/big-data-cluster/package": {
"description": "SQL Server 빅 데이터 클러스터 관리 지원",
"text.sqlServerBigDataClusters": "SQL Server 빅 데이터 클러스터",
"command.addController.title": "컨트롤러에 연결",
"command.deleteController.title": "삭제",
"command.refreshController.title": "새로 고침"
},
"extensions/big-data-cluster/out/bigDataCluster/tree/controllerTreeNode": {
"textSqlServers": "SQL Server"
},
"extensions/big-data-cluster/out/bigDataCluster/tree/addControllerTreeNode": {
"textBigDataClusterControllerWithDots": "빅 데이터 클러스터 컨트롤러 추가...",
"textConnectToController": "컨트롤러에 연결"
},
"extensions/big-data-cluster/out/bigDataCluster/dialog/addControllerDialog": {
"textAddNewController": "새 컨트롤러 추가",
"textUrlLower": "URL",
"textUsernameLower": "사용자 이름",
"textPasswordLower": "암호",
"textRememberPassword": "암호 기억",
"textUrlCapital": "URL",
"textUsernameCapital": "사용자 이름",
"textPasswordCapital": "암호",
"textAdd": "추가",
"textCancel": "취소"
},
"extensions/big-data-cluster/out/extension": {
"textYes": "예",
"textNo": "아니요",
"textConfirmDeleteController": "'{0}'을(를) 삭제할까요?"
}
}
}