mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 17:40:30 -04:00
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:
@@ -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}' を削除しますか?"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user