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/git')
-rw-r--r--i18n/rus/extensions/git/out/commands.i18n.json4
-rw-r--r--i18n/rus/extensions/git/out/repository.i18n.json2
2 files changed, 4 insertions, 2 deletions
diff --git a/i18n/rus/extensions/git/out/commands.i18n.json b/i18n/rus/extensions/git/out/commands.i18n.json
index 633cd74962b..f8b4fce36b0 100644
--- a/i18n/rus/extensions/git/out/commands.i18n.json
+++ b/i18n/rus/extensions/git/out/commands.i18n.json
@@ -12,8 +12,8 @@
"cloning": "Клонируется репозиторий Git...",
"openrepo": "Открыть репозиторий",
"proposeopen": "Вы хотите открыть клонированный репозиторий?",
- "path to init": "Путь к папке",
- "provide path": "Укажите путь к папке для инициализации репозитория Git",
+ "init repo": "Инициализировать репозиторий",
+ "create repo": "Инициализировать репозиторий",
"HEAD not available": "Версия HEAD '{0}' недоступна.",
"confirm stage files with merge conflicts": "Вы действительно хотите перенести в промежуточный этап файлы с конфликтами слияния ({0})?",
"confirm stage file with merge conflicts": "Вы действительно хотите перенести в промежуточный этап файлы с конфликтами слияния ({0})?",
diff --git a/i18n/rus/extensions/git/out/repository.i18n.json b/i18n/rus/extensions/git/out/repository.i18n.json
index 053f8f8b45f..019265640e5 100644
--- a/i18n/rus/extensions/git/out/repository.i18n.json
+++ b/i18n/rus/extensions/git/out/repository.i18n.json
@@ -21,6 +21,8 @@
"deleted by us": "Удалено нами",
"both added": "Добавлено обеими сторонами",
"both modified": "Изменено обеими сторонами",
+ "untracked, short": "U",
+ "modified, short": "M",
"commit": "Commit",
"merge changes": "Объединить изменения",
"staged changes": "Промежуточно сохраненные изменения",