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')
-rw-r--r--i18n/rus/extensions/git/out/commands.i18n.json2
-rw-r--r--i18n/rus/extensions/markdown/out/extension.i18n.json7
2 files changed, 8 insertions, 1 deletions
diff --git a/i18n/rus/extensions/git/out/commands.i18n.json b/i18n/rus/extensions/git/out/commands.i18n.json
index ef4b58e722c..d944963a1b3 100644
--- a/i18n/rus/extensions/git/out/commands.i18n.json
+++ b/i18n/rus/extensions/git/out/commands.i18n.json
@@ -13,6 +13,8 @@
"confirm revert": "Вы действительно хотите отменить выбранные изменения в {0}?",
"disabled": "GIT отключен или не поддерживается в этой рабочей области",
"discard": "Отменить изменения",
+ "git error": "Ошибка Git",
+ "git error details": "Git: {0}",
"never again": "ОК. Больше не показывать",
"no changes": "Нет изменений для фиксации.",
"no remotes to publish": "Для вашего репозитория не настроены удаленные репозитории для публикации.",
diff --git a/i18n/rus/extensions/markdown/out/extension.i18n.json b/i18n/rus/extensions/markdown/out/extension.i18n.json
index 8b6ad71cd4e..9a36377ba95 100644
--- a/i18n/rus/extensions/markdown/out/extension.i18n.json
+++ b/i18n/rus/extensions/markdown/out/extension.i18n.json
@@ -3,4 +3,9 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
-{} \ No newline at end of file
+{
+ "preview.showPreviewSecuritySelector.allowScriptsForWorkspaceTitle": "Разрешить выполнение скрипта в предварительных версиях Markdown для этой рабочей области",
+ "preview.showPreviewSecuritySelector.currentSelection": "Текущий параметр",
+ "preview.showPreviewSecuritySelector.disallowScriptsForWorkspaceTitle": "Отключить выполнение скрипта в предварительных версиях Markdown для этой рабочей области",
+ "preview.showPreviewSecuritySelector.title": "Изменение параметров безопасности для предварительной версии Markdown"
+} \ No newline at end of file