-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.nls.json
More file actions
25 lines (25 loc) · 998 Bytes
/
package.nls.json
File metadata and controls
25 lines (25 loc) · 998 Bytes
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
{
"command.open": "Git Graph+: Open",
"command.refresh": "Git Graph+: Refresh",
"command.fetch": "Git Graph+: Fetch",
"command.pull": "Git Graph+: Pull",
"command.push": "Git Graph+: Push",
"command.publishBranch": "Git Graph+: Publish Branch",
"command.createBranch": "Create Branch",
"command.stashSave": "Stash Changes",
"command.createTag": "Create Tag",
"command.pushTag": "Push Tag to Remote",
"command.pushAllTags": "Push All Tags to Remote",
"command.deleteRemoteTag": "Delete Tag from Remote",
"command.deleteBranch": "Delete Branch",
"command.renameBranch": "Rename Branch",
"command.deleteTag": "Delete Tag",
"command.mergeBranch": "Merge Branch",
"command.checkoutRemoteBranch": "Checkout Remote Branch",
"command.stashApply": "Apply Stash",
"command.stashPop": "Pop Stash",
"command.stashDrop": "Drop Stash",
"command.removeWorktree": "Remove Worktree",
"command.addWorktree": "Add Worktree",
"command.pruneWorktrees": "Prune Worktrees"
}