@codingame/monaco-vscode-language-pack-ru 20.4.1 → 21.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-language-pack-ru",
3
- "version": "20.4.1",
3
+ "version": "21.0.0",
4
4
  "keywords": [],
5
5
  "author": {
6
6
  "name": "CodinGame",
@@ -18,6 +18,6 @@
18
18
  "module": "index.js",
19
19
  "types": "index.d.ts",
20
20
  "dependencies": {
21
- "@codingame/monaco-vscode-api": "20.4.1"
21
+ "@codingame/monaco-vscode-api": "21.0.0"
22
22
  }
23
23
  }
@@ -45,7 +45,7 @@
45
45
  "Describes the content encoding of a string property.": "Описывает кодирование содержимого свойства строки.",
46
46
  "Describes the format expected for the value. By default, not used for validation": "Описывает ожидаемый для значения формат. По умолчанию не используется для проверки",
47
47
  "Describes the media type of a string property.": "Описывает тип носителя свойства строки.",
48
- "Downloading schemas is disabled in untrusted workspaces": "Downloading schemas is disabled in untrusted workspaces",
48
+ "Downloading schemas is disabled in untrusted workspaces": "Скачивание схем отключено в недоверенных рабочих областях",
49
49
  "Downloading schemas is disabled through setting '{0}'": "Скачивание схем отключено из-за параметра \"{0}\"",
50
50
  "Downloading schemas is disabled. Click to configure.": "Скачивание схем отключено. Щелкните, чтобы выполнить настройку.",
51
51
  "Draft-03 schemas are not supported.": "Схемы Draft-03 не поддерживаются.",
@@ -139,7 +139,7 @@
139
139
  "URI with a scheme is expected.": "Ожидается URI со схемой.",
140
140
  "Unable to compute used schemas: No document": "Не удалось вычислить используемые схемы: нет документа",
141
141
  "Unable to compute used schemas: {0}": "Не удалось вычислить используемые схемы: {0}",
142
- "Unable to download schemas in untrusted workspaces.": "Unable to download schemas in untrusted workspaces.",
142
+ "Unable to download schemas in untrusted workspaces.": "Не удалось скачать схемы в недоверенных рабочих областях.",
143
143
  "Unable to load schema from '{0}'. No schema request service available": "Не удалось загрузить схему из \"{0}\". Нет доступной службы запросов схемы",
144
144
  "Unable to load schema from '{0}': No content.": "Не удалось загрузить схему из \"{0}\": нет содержимого.",
145
145
  "Unable to load schema from '{0}': {1}.": "Не удалось загрузить схему из \"{0}\": {1}.",
@@ -184,7 +184,7 @@
184
184
  "json.schemas.url.desc": "URL-адрес или абсолютный путь к схеме. Может быть относительным путем (начинающимся с \"./\") в параметрах рабочей области и папки рабочей области.",
185
185
  "json.tracing.desc": "Отслеживает связь между VS Code и языковым сервером JSON.",
186
186
  "json.validate.enable.desc": "Включение или отключение проверки JSON.",
187
- "json.workspaceTrust": "The extension requires workspace trust to load schemas from http and https."
187
+ "json.workspaceTrust": "Для загрузки схем из HTTP и HTTPS расширению требуется доверие к рабочей области."
188
188
  }
189
189
  }
190
190
  }