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/out')
-rw-r--r--i18n/rus/extensions/git/out/autofetch.i18n.json3
-rw-r--r--i18n/rus/extensions/git/out/model.i18n.json1
2 files changed, 3 insertions, 1 deletions
diff --git a/i18n/rus/extensions/git/out/autofetch.i18n.json b/i18n/rus/extensions/git/out/autofetch.i18n.json
index 39de1c5cb3f..674a3834cc1 100644
--- a/i18n/rus/extensions/git/out/autofetch.i18n.json
+++ b/i18n/rus/extensions/git/out/autofetch.i18n.json
@@ -8,5 +8,6 @@
],
"yes": "Да",
"no": "Нет",
- "not now": "Спросить меня позже"
+ "not now": "Спросить меня позже",
+ "suggest auto fetch": "Вы хотите, чтобы среда Code [периодически выполняла команду \"git fetch\"]({0})?"
} \ No newline at end of file
diff --git a/i18n/rus/extensions/git/out/model.i18n.json b/i18n/rus/extensions/git/out/model.i18n.json
index ee6fb29cf37..bfef65f2afd 100644
--- a/i18n/rus/extensions/git/out/model.i18n.json
+++ b/i18n/rus/extensions/git/out/model.i18n.json
@@ -6,6 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
+ "too many submodules": "В репозитории '{0}' есть подмодули ({1}), которые не будут открыты автоматически. Вы можете открыть каждый подмодуль вручную, открыв соответствующий файл.",
"no repositories": "Доступные репозитории отсутствуют",
"pick repo": "Выберите репозиторий"
} \ No newline at end of file