mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 01:20:31 -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,26 @@
|
||||
{
|
||||
"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/admin-tool-ext-win/package": {
|
||||
"adminToolExtWin.displayName": "Windows 用データベース管理ツール拡張機能",
|
||||
"adminToolExtWin.description": "Azure Data Studio に Windows 特有の他の機能を追加します",
|
||||
"adminToolExtWin.propertiesMenuItem": "プロパティ",
|
||||
"adminToolExtWin.launchGswMenuItem": "スクリプトの生成..."
|
||||
},
|
||||
"extensions/admin-tool-ext-win/out/main": {
|
||||
"adminToolExtWin.noConnectionContextForProp": "handleLaunchSsmsMinPropertiesDialogCommand に提供された ConnectionContext はありません",
|
||||
"adminToolExtWin.noOENode": "connectionContext からオブジェクト エクスプローラー ノードを判別できませんでした: {0}",
|
||||
"adminToolExtWin.noConnectionContextForGsw": "handleLaunchSsmsMinPropertiesDialogCommand に提供された ConnectionContext はありません",
|
||||
"adminToolExtWin.noConnectionProfile": "connectionContext から提供された connectionProfile はありません: {0}",
|
||||
"adminToolExtWin.launchingDialogStatus": "ダイアログを起動しています...",
|
||||
"adminToolExtWin.ssmsMinError": "引数 '{0}' - {1} の SsmsMin の呼び出しでエラーが発生しました"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user