Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/rus/extensions/json/package.i18n.json')
-rw-r--r--i18n/rus/extensions/json/package.i18n.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/i18n/rus/extensions/json/package.i18n.json b/i18n/rus/extensions/json/package.i18n.json
index 95b5c0a3553..5b4b6d24cfd 100644
--- a/i18n/rus/extensions/json/package.i18n.json
+++ b/i18n/rus/extensions/json/package.i18n.json
@@ -6,6 +6,8 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
+ "displayName": "Возможности языка JSON",
+ "description": "Предоставляет широкую поддержку языка для файлов JSON.",
"json.schemas.desc": "Связь схем с JSON-файлами в текущем проекте",
"json.schemas.url.desc": "URL-адрес схемы или относительный путь к ней в текущем каталоге",
"json.schemas.fileMatch.desc": "Массив шаблонов файлов, с которым выполняется сравнение, при разрешении JSON-файлов в схемах.",
@@ -14,5 +16,6 @@
"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.colorDecorators.enable.deprecationMessage": "Параметр \"json.colorDecorators.enable\" устарел. Теперь вместо него используется параметр \"editor.colorDecorators\".",
+ "json.experimental.syntaxFolding": "Включает/отключает маркеры свертывания с учетом синтаксиса."
} \ No newline at end of file