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,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": "Не указан ConnectionContext для handleLaunchSsmsMinPropertiesDialogCommand",
"adminToolExtWin.noOENode": "Не удалось определить узел обозревателя объектов из connectionContext: {0}",
"adminToolExtWin.noConnectionContextForGsw": "Не указан ConnectionContext для handleLaunchSsmsMinPropertiesDialogCommand",
"adminToolExtWin.noConnectionProfile": "Не указан connectionProfile из connectionContext: {0}",
"adminToolExtWin.launchingDialogStatus": "Запуск диалогового окна...",
"adminToolExtWin.ssmsMinError": "Ошибка при вызове SsmsMin с аргументами \"{0}\" — {1}"
}
}
}