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')
-rw-r--r--i18n/deu/extensions/git/out/commands.i18n.json5
-rw-r--r--i18n/deu/extensions/git/out/repository.i18n.json2
-rw-r--r--i18n/deu/extensions/git/package.i18n.json2
3 files changed, 7 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",
diff --git a/i18n/deu/extensions/git/package.i18n.json b/i18n/deu/extensions/git/package.i18n.json
index 4b4b197df1a..42eb8374ef1 100644
--- a/i18n/deu/extensions/git/package.i18n.json
+++ b/i18n/deu/extensions/git/package.i18n.json
@@ -15,6 +15,8 @@
"command.stageAll": "Alle Änderungen bereitstellen",
"command.stageSelectedRanges": "Gewählte Bereiche bereitstellen",
"command.revertSelectedRanges": "Ausgewählte Bereiche zurücksetzen",
+ "command.stageChange": "Änderung bereitstellen",
+ "command.revertChange": "Änderung zurücksetzen",
"command.unstage": "Bereitstellung der Änderungen aufheben",
"command.unstageAll": "Bereitstellung aller Änderungen aufheben",
"command.unstageSelectedRanges": "Bereitstellung gewählter Bereiche aufheben",