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/deu/extensions/git/out')
-rw-r--r--i18n/deu/extensions/git/out/autofetch.i18n.json3
-rw-r--r--i18n/deu/extensions/git/out/commands.i18n.json2
-rw-r--r--i18n/deu/extensions/git/out/model.i18n.json1
3 files changed, 4 insertions, 2 deletions
diff --git a/i18n/deu/extensions/git/out/autofetch.i18n.json b/i18n/deu/extensions/git/out/autofetch.i18n.json
index fb289bdf8fe..57d1be570fc 100644
--- a/i18n/deu/extensions/git/out/autofetch.i18n.json
+++ b/i18n/deu/extensions/git/out/autofetch.i18n.json
@@ -8,5 +8,6 @@
],
"yes": "Ja",
"no": "Nein",
- "not now": "Erneut nachfragen"
+ "not now": "Erneut nachfragen",
+ "suggest auto fetch": "Möchten Sie Code [regelmäßig \"git fetch\" ausführen lassen] ({0})?"
} \ No newline at end of file
diff --git a/i18n/deu/extensions/git/out/commands.i18n.json b/i18n/deu/extensions/git/out/commands.i18n.json
index 11a98b9d1ae..390ed62228d 100644
--- a/i18n/deu/extensions/git/out/commands.i18n.json
+++ b/i18n/deu/extensions/git/out/commands.i18n.json
@@ -51,7 +51,7 @@
"always": "Immer",
"no changes": "Keine Änderungen zum Speichern vorhanden.",
"commit message": "Commit-Nachricht",
- "provide commit message": "Geben Sie eine Commit-Nachrichte ein.",
+ "provide commit message": "Geben Sie eine Commit-Nachricht ein.",
"select a ref to checkout": "Referenz zum Auschecken auswählen",
"branch name": "Branchname",
"provide branch name": "Geben Sie einen Branchnamen an.",
diff --git a/i18n/deu/extensions/git/out/model.i18n.json b/i18n/deu/extensions/git/out/model.i18n.json
index ed79b8d272d..9a6612eb540 100644
--- a/i18n/deu/extensions/git/out/model.i18n.json
+++ b/i18n/deu/extensions/git/out/model.i18n.json
@@ -6,6 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
+ "too many submodules": "Das Repository \"{0}\" enthält {1} Submodule, die nicht automatisch geöffnet werden. Sie könne Sie einzeln öffnen, indem Sie darin erhaltene Datei öffnen.",
"no repositories": "Es sind keine verfügbaren Repositorys vorhanden.",
"pick repo": "Repository auswählen"
} \ No newline at end of file