@codingame/monaco-vscode-language-pack-ru 7.0.10 → 7.1.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": "7.0.10",
3
+ "version": "7.1.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
- "vscode": "npm:@codingame/monaco-vscode-api@7.0.10"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@7.1.0"
22
22
  }
23
23
  }
@@ -9,7 +9,6 @@
9
9
  "version": "1.0.0",
10
10
  "contents": {
11
11
  "bundle": {
12
- "Choose an account that you would like to log in to": "Choose an account that you would like to log in to",
13
12
  "Continue to GitHub": "Перейти в GitHub",
14
13
  "Continue to GitHub to create a Personal Access Token (PAT)": "Перейдите в GitHub, чтобы создать личный маркер доступа",
15
14
  "Copy & Continue to GitHub": "Копировать и продолжить в GitHub",
@@ -18,9 +17,10 @@
18
17
  "Incorrect account detected": "Incorrect account detected",
19
18
  "Keep {0}": "Keep {0}",
20
19
  "Login with {0}": "Login with {0}",
21
- "New account...": "New account...",
22
20
  "No": "Нет",
23
21
  "Open [{0}]({0}) in a new tab and paste your one-time code: {1}/The [{0}]({0}) will be a url and the {1} will be a code, e.g. 123-456{Locked=\"[{0}]({0})\"}": "Откройте [{0}]({0}) на новой вкладке и вставьте одноразовый код: {1}",
22
+ "Please reload the window to apply the new setting.": "Please reload the window to apply the new setting.",
23
+ "Reload Window": "Reload Window",
24
24
  "Sign in failed: {0}": "Не удалось войти: {0}",
25
25
  "Sign out failed: {0}": "Не удалось выйти: {0}",
26
26
  "Signing in to {0}.../The {0} will be a url, e.g. github.com": "Выполняется вход в {0}...",
@@ -94,7 +94,7 @@
94
94
  "configuration.markdown.editor.filePaste.enabled.smart": "Интеллектуально создавайте ссылки Markdown по умолчанию, не вставляя их в блок кода или другой специальный элемент. Используйте мини-приложение вставки для переключения между вставкой обычного текста и вставкой ссылок Markdown.",
95
95
  "configuration.markdown.editor.filePaste.videoSnippet": "Фрагмент, используемый при добавлении видео в Markdown. Этот фрагмент может использовать следующие переменные:\r\n- \"${src}\" — преобразованный путь к видеофайлу.\r\n- \"${title}\" — название, используемое для видео. Для этой переменной будет автоматически создан заполнитель фрагмента.",
96
96
  "configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "Управляет созданием ссылок Markdown при вставке URL-адресов в редактор Markdown. Требует включения \"#editor.pasteAs.enabled#\".",
97
- "configuration.markdown.experimental.updateLinksOnPaste": "Включение/отключение автоматического обновления ссылок в тексте, скопированного и вставленного из одного редактора Markdown в другой.",
97
+ "configuration.markdown.editor.updateLinksOnPaste.enabled": "Enable/disable updating of links in text that is copied and pasted from one Markdown editor to another.",
98
98
  "configuration.markdown.links.openLocation.beside": "Открытые ссылки рядом с активным редактором.",
99
99
  "configuration.markdown.links.openLocation.currentGroup": "Откройте ссылки в группе активного редактора.",
100
100
  "configuration.markdown.links.openLocation.description": "Определяет, где следует открывать ссылки в файлах Markdown.",