-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.nls.json
84 lines (84 loc) · 4.36 KB
/
package.nls.json
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"command.annotate": "Annotate",
"command.clone": "Clone",
"command.init": "Initialize Repository (Hg)",
"command.close": "Close Repository",
"command.openhgrc": "Open hgrc file",
"command.refresh": "Refresh",
"command.openChange": "Open Changes",
"command.openFile": "Open File",
"command.openFiles": "Open Files",
"command.stage": "Stage Changes",
"command.stageAll": "Stage All Changes",
"command.revertChange": "Revert Change",
"command.unstage": "Unstage Changes",
"command.unstageAll": "Unstage All Changes",
"command.clean": "Discard Changes",
"command.cleanAll": "Discard All Changes",
"command.commit": "Commit",
"command.commitAmend": "Commit (Amend)",
"command.commitStaged": "Commit Staged",
"command.commitStagedAmend": "Commit Staged (Amend)",
"command.commitAll": "Commit All",
"command.commitAllAmend": "Commit All (Amend)",
"command.undoRollback": "Undo / Rollback",
"command.update": "Update to...",
"command.branch": "Create Branch...",
"command.pull": "Pull",
"command.purge": "Purge",
"command.purgeFiles": "Purge All Untracked Files",
"command.purgeAll": "Purge All Untracked and Ignored Files",
"command.push": "Push",
"command.pushTo": "Push to...",
"command.add": "Add Files",
"command.addAll": "Add All Untracked Files",
"command.forget": "Forget Files",
"command.markResolved": "Mark Resolved",
"command.unresolve": "Mark Unresolved",
"command.resolveAgain": "Resolve again",
"command.setBookmark": "Set Bookmark...",
"command.removeBookmark": "Remove Bookmark...",
"command.showOutput": "Show hg output",
"command.fileLog": "Show file history...",
"command.log": "Log...",
"command.logDefault": "Log – default branch",
"command.logBranch": "Log – current branch",
"command.logRepo": "Log – entire repository",
"command.mergeHeads": "Merge heads",
"command.mergeWithLocal": "Merge into working directory...",
"command.rebaseCurrentBranch": "Rebase current branch...",
"command.rebaseAbort": "Abort Rebase",
"command.rebaseContinue": "Continue Rebase",
"command.shelve": "Shelve",
"command.unshelve": "Unshelve",
"command.unshelveKeep": "Unshelve and Keep",
"command.unshelveAbort": "Abort unshelve",
"command.unshelveContinue": "Continue unshelve",
"command.toggleAnnotations": "Toggle annotations for this file",
"config.enabled": "Whether Hg is enabled",
"config.path": "Path to the 'hg' executable (only required if auto-detection fails)",
"config.autoInOut": "Whether auto-incoming/outgoing counts are enabled",
"config.autoInOutInterval": "How many seconds between each autoInOut poll",
"config.autoRefresh": "Whether auto refreshing is enabled",
"config.autoUpdate": "Update to latest head after a pull (when there are incoming changesets)",
"config.commandMode": "Change between using server and cli modes",
"config.commandMode.cli": "Runs each command as a separate hg child process, serially",
"config.commandMode.server": "Runs hg as a long-running child process (using --cmdserve)",
"config.enableLongCommitWarning": "Whether long commit messages should be warned about",
"config.countBadge": "Controls the badge counter for Hg",
"config.countBadge.tracked": "Only count changes to tracked files (default)",
"config.countBadge.all": "Include untracked files in count",
"config.countBadge.off": "No badge counter",
"config.allowPushNewBranches": "Whether new branches are pushed without warning",
"config.ignoreMissingHgWarning": "Ignores the warning when Mercurial is missing.",
"config.pushPullBranch": "[DEPRECATED: use pushPullScope] Which branch(es) to include in push/pull operations",
"config.pushPullBranch.all": "All branches",
"config.pushPullBranch.current": "Only the current branch",
"config.pushPullBranch.default": "Only the default branch",
"config.pushPullScope": "The scope of what to include in push/pull operations",
"config.pushPullScope.all": "All branches / bookmarks",
"config.pushPullScope.current": "Only the current branch / bookmark",
"config.pushPullScope.default": "Only the default branch / bookmarks on the default branch",
"config.useBookmarks": "Use bookmarks instead of branches",
"config.lineAnnotationEnabled": "Show hg annotation at the end of the line"
}