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/commands.i18n.json5
-rw-r--r--i18n/deu/extensions/git/out/repository.i18n.json2
2 files changed, 5 insertions, 2 deletions
diff --git a/i18n/deu/extensions/git/out/commands.i18n.json b/i18n/deu/extensions/git/out/commands.i18n.json
index c3d3a5519b7..3f2fcad2989 100644
--- a/i18n/deu/extensions/git/out/commands.i18n.json
+++ b/i18n/deu/extensions/git/out/commands.i18n.json
@@ -12,8 +12,9 @@
"cloning": "Git-Repository wird geklont...",
"openrepo": "Repository öffnen",
"proposeopen": "Möchten Sie das geklonte Repository öffnen?",
- "path to init": "Ordnerpfad",
- "provide path": "Geben Sie einen Ordnerpfad zum Initialisieren eines Git-Repositorys an.",
+ "init repo": "Repository initialisieren",
+ "create repo": "Repository initialisieren",
+ "are you sure": "Erstellt ein Git-Repository unter '{0}'. Sind Sie sicher das Sie weiterfahren möchten?",
"HEAD not available": "Es ist keine HEAD-Version von \"{0}\" verfügbar.",
"confirm stage files with merge conflicts": "Möchten Sie {0} Dateien mit Mergingkonflikten bereitstellen?",
"confirm stage file with merge conflicts": "Möchten Sie {0} mit Mergingkonflikten bereitstellen?",
diff --git a/i18n/deu/extensions/git/out/repository.i18n.json b/i18n/deu/extensions/git/out/repository.i18n.json
index eeff60b713c..aa81d1a2b07 100644
--- a/i18n/deu/extensions/git/out/repository.i18n.json
+++ b/i18n/deu/extensions/git/out/repository.i18n.json
@@ -21,6 +21,8 @@
"deleted by us": "Gelöscht von uns",
"both added": "Beide hinzugefügt",
"both modified": "Beide geändert",
+ "untracked, short": "U",
+ "modified, short": "M",
"commit": "Commit",
"merge changes": "Änderungen zusammenführen",
"staged changes": "Bereitgestellte Änderungen",