-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.nls.json
More file actions
57 lines (57 loc) · 3.28 KB
/
Copy pathpackage.nls.json
File metadata and controls
57 lines (57 loc) · 3.28 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": "Switch active repository",
"gitflow.checkoutBranch.title": "Checkout",
"gitflow.quickPick.title": "Quick Pick",
"gitflow.syncAll.title": "Sync all root branches",
"gitflow.refreshB.title": "Refresh branches view",
"gitflow.refreshT.title": "Refresh versions view",
"gitflow.pushTags.title": "Push all tags to origin",
"gitflow.pushTag.title": "Push tag to origin",
"gitflow.deleteTag.title": "Delete tag",
"gitflow.fetchAllBranches.title": "Fetch all remote branches",
"gitflow.init.title": "Init Git Flow",
"gitflow.newSupport.title": "Support - Start",
"gitflow.rebaseSupport.title": "Support - Rebase",
"gitflow.publishSupport.title": "Support - Publish",
"gitflow.deleteSupport.title": "Support - Delete",
"gitflow.checkoutSupport.title": "Support - Checkout",
"gitflow.newFeature.title": "Feature - Start",
"gitflow.trackFeature.title": "Feature - Track",
"gitflow.checkoutFeature.title": "Feature - Checkout",
"gitflow.finishFeature.title": "Feature - Finish",
"gitflow.publishFeature.title": "Feature - Publish",
"gitflow.rebaseFeature.title": "Feature - Rebase",
"gitflow.deleteFeature.title": "Feature - Delete",
"gitflow.newRelease.title": "Release - Start",
"gitflow.trackRelease.title": "Release - Track",
"gitflow.checkoutRelease.title": "Release - Checkout",
"gitflow.publishRelease.title": "Release - Publish",
"gitflow.deleteRelease.title": "Release - Delete",
"gitflow.finishRelease.title": "Release - Finish",
"gitflow.rebaseRelease.title": "Release - Rebase",
"gitflow.newHotfix.title": "Hotfix - Start",
"gitflow.finishHotfix.title": "Hotfix - Finish",
"gitflow.publishHotfix.title": "Hotfix - Publish",
"gitflow.deleteHotfix.title": "Hotfix - Delete",
"gitflow.rebaseHotfix.title": "Hotfix - Rebase",
"gitflow.checkoutHotfix.title": "Hotfix - Checkout",
"gitflow.newBugfix.title": "Bugfix - Start",
"gitflow.trackBugfix.title": "Bugfix - Track",
"gitflow.checkoutBugfix.title": "Bugfix - Checkout",
"gitflow.finishBugfix.title": "Bugfix - Finish",
"gitflow.publishBugfix.title": "Bugfix - Publish",
"gitflow.deleteBugfix.title": "Bugfix - Delete",
"gitflow.rebaseBugfix.title": "Bugfix - Rebase",
"gitflow.views.gitflowExplorer": "Gitflow",
"gitflow.views.gitflowTags": "Versions",
"gitflow.configuration.title": "GitFlow",
"gitflow.showNotification.description": "Show notification that current directory is not Git Flow enabled.",
"gitflow.showAllCommands.description": "Show all `git` commands that `git flow` runs in output window.",
"gitflow.path.description": "Set you git-flow path manually",
"gitflow.replaceSymbol.description": "Replace whitespace in branch names with this symbol",
"gitflow.autoBumpVersion.description": "Bump package version post start release/hotfix.",
"gitflow.disableOnRepo.description": "Disable GitFlow check on this repo",
"gitflow.usePowerShell.description": "Use PowerShell instead of CMD.exe on Windows. Enable this for UNC path (\\\\server\\share) support.",
"gitflow.variant.description": "Git Flow implementation to use: 'auto' detects automatically, 'avh' forces AVH Edition, 'next' forces git-flow-next."
}