mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
16
i18n/rus/extensions/json/package.i18n.json
Normal file
16
i18n/rus/extensions/json/package.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"json.schemas.desc": "Связь схем с JSON-файлами в текущем проекте",
|
||||
"json.schemas.url.desc": "URL-адрес схемы или относительный путь к ней в текущем каталоге",
|
||||
"json.schemas.fileMatch.desc": "Массив шаблонов файлов, с которым выполняется сравнение, при разрешении JSON-файлов в схемах.",
|
||||
"json.schemas.fileMatch.item.desc": "Шаблон файла, который может содержать \"*\" и с которым выполняется сравнение, при разрешении JSON-файлов в схемах.",
|
||||
"json.schemas.schema.desc": "Определение схемы для указанного URL-адреса. Схему необходимо указать только для того, чтобы не обращаться по URL-адресу схемы.",
|
||||
"json.format.enable.desc": "Включение или отключение модуля форматирования JSON по умолчанию (требуется перезагрузка)",
|
||||
"json.tracing.desc": "Отслеживает связь между VS Code и языковым сервером JSON.",
|
||||
"json.colorDecorators.enable.desc": "Включает или отключает декораторы цвета.",
|
||||
"json.colorDecorators.enable.deprecationMessage": "Параметр \"json.colorDecorators.enable\" устарел. Теперь вместо него используется параметр \"editor.colorDecorators\"."
|
||||
}
|
||||
Reference in New Issue
Block a user