Files
azuredatastudio/i18n/language-pack-ru/translations/extensions/json-language-features.i18n.json
Karl Burtram 2ed9a93bae Add initial lang pack resources (#6035)
* Initial vs code lang packs

* Update resource to merge in ADS-specific strings
2019-06-14 13:38:04 -07:00

32 lines
2.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"": [
"--------------------------------------------------------------------------------------------",
"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",
"contents": {
"package": {
"displayName": "Возможности языка JSON",
"description": "Предоставляет широкую поддержку языка для файлов JSON.",
"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\".",
"json.schemaResolutionErrorMessage": "Не удается разрешить схему.",
"json.clickToRetry": "Щелкните, чтобы повторить попытку."
},
"client\\out/jsonMain": {
"json.schemaResolutionErrorMessage": "Не удается разрешить схему.",
"json.clickToRetry": "Щелкните, чтобы повторить попытку.",
"jsonserver.name": "Языковой сервер JSON"
}
}
}