-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.nls.de.json
More file actions
57 lines (57 loc) · 3.41 KB
/
Copy pathpackage.nls.de.json
File metadata and controls
57 lines (57 loc) · 3.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"gitflow.command.category": "Git-Flow",
"gitflow.switchRepo.title": "Aktives Repository wechseln",
"gitflow.checkoutBranch.title": "Checkout",
"gitflow.quickPick.title": "Schnellauswahl",
"gitflow.syncAll.title": "Alle Root-Branches synchronisieren",
"gitflow.refreshB.title": "Branches-Ansicht aktualisieren",
"gitflow.refreshT.title": "Versionsansicht aktualisieren",
"gitflow.pushTags.title": "Alle Tags zu Origin pushen",
"gitflow.pushTag.title": "Tag zu Origin pushen",
"gitflow.deleteTag.title": "Tag löschen",
"gitflow.fetchAllBranches.title": "Alle Remote-Branches abrufen",
"gitflow.init.title": "Git Flow initialisieren",
"gitflow.newSupport.title": "Support - Starten",
"gitflow.rebaseSupport.title": "Support - Rebase",
"gitflow.publishSupport.title": "Support - Veröffentlichen",
"gitflow.deleteSupport.title": "Support - Löschen",
"gitflow.checkoutSupport.title": "Support - Checkout",
"gitflow.newFeature.title": "Feature - Starten",
"gitflow.trackFeature.title": "Feature - Verfolgen",
"gitflow.checkoutFeature.title": "Feature - Checkout",
"gitflow.finishFeature.title": "Feature - Abschließen",
"gitflow.publishFeature.title": "Feature - Veröffentlichen",
"gitflow.rebaseFeature.title": "Feature - Rebase",
"gitflow.deleteFeature.title": "Feature - Löschen",
"gitflow.newRelease.title": "Release - Starten",
"gitflow.trackRelease.title": "Release - Verfolgen",
"gitflow.checkoutRelease.title": "Release - Checkout",
"gitflow.publishRelease.title": "Release - Veröffentlichen",
"gitflow.deleteRelease.title": "Release - Löschen",
"gitflow.finishRelease.title": "Release - Abschließen",
"gitflow.rebaseRelease.title": "Release - Rebase",
"gitflow.newHotfix.title": "Hotfix - Starten",
"gitflow.finishHotfix.title": "Hotfix - Abschließen",
"gitflow.publishHotfix.title": "Hotfix - Veröffentlichen",
"gitflow.deleteHotfix.title": "Hotfix - Löschen",
"gitflow.rebaseHotfix.title": "Hotfix - Rebase",
"gitflow.checkoutHotfix.title": "Hotfix - Checkout",
"gitflow.newBugfix.title": "Bugfix - Starten",
"gitflow.trackBugfix.title": "Bugfix - Verfolgen",
"gitflow.checkoutBugfix.title": "Bugfix - Checkout",
"gitflow.finishBugfix.title": "Bugfix - Abschließen",
"gitflow.publishBugfix.title": "Bugfix - Veröffentlichen",
"gitflow.deleteBugfix.title": "Bugfix - Löschen",
"gitflow.rebaseBugfix.title": "Bugfix - Rebase",
"gitflow.views.gitflowExplorer": "Gitflow",
"gitflow.views.gitflowTags": "Versionen",
"gitflow.configuration.title": "GitFlow",
"gitflow.showNotification.description": "Benachrichtigung anzeigen, wenn das aktuelle Verzeichnis nicht für Git Flow aktiviert ist.",
"gitflow.showAllCommands.description": "Alle `git`-Befehle anzeigen, die `git flow` im Ausgabefenster ausführt.",
"gitflow.path.description": "Git-Flow-Pfad manuell festlegen",
"gitflow.replaceSymbol.description": "Leerzeichen in Branch-Namen durch dieses Symbol ersetzen",
"gitflow.autoBumpVersion.description": "Paketversion nach Start von Release/Hotfix automatisch erhöhen.",
"gitflow.disableOnRepo.description": "GitFlow-Prüfung für dieses Repository deaktivieren",
"gitflow.usePowerShell.description": "PowerShell statt CMD.exe unter Windows verwenden. Für UNC-Pfad-Unterstützung (\\\\server\\share) aktivieren.",
"gitflow.variant.description": "Git Flow-Implementierung: 'auto' erkennt automatisch, 'avh' erzwingt AVH Edition, 'next' erzwingt git-flow-next."
}