-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.nls.json
56 lines (56 loc) · 2.55 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
{
"command.clone": "Clone Fossil Repository",
"command.init": "Initialize Fossil Repository",
"command.open": "Open Fossil Repository",
"command.close": "Close Repository",
"command.openUI": "Open web UI",
"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.unstage": "Unstage Changes",
"command.unstageAll": "Unstage All Changes",
"command.clean": "Delete Extras",
"command.revert": "Discard Changes",
"command.revertAll": "Discard All Changes",
"command.commit": "Commit",
"command.commitStaged": "Commit Staged",
"command.commitAll": "Commit All",
"command.commitBranch": "Commit Creating New Branch...",
"command.sync": "Sync",
"command.undo": "Undo",
"command.update": "Update",
"command.redo": "Redo",
"command.branchChange": "Change Branch / Update to...",
"command.branch": "Create Branch...",
"command.pull": "Pull",
"command.push": "Push",
"command.pushTo": "Push to...",
"command.add": "Add Files",
"command.addAll": "Add All Untracked Files",
"command.addFilePicker": "Select Files to Add",
"command.ignore": "Add to ignore-glob",
"command.forget": "Forget Files",
"command.relocate": "Select New File Location",
"command.showOutput": "Show fossil output",
"command.fileLog": "Show file history...",
"command.render": "Preview Using Fossil Renderer",
"command.wikiCreate": "Publish as Fossil Wiki or Technote",
"command.log": "Log...",
"command.merge": "Merge into working directory...",
"command.integrate": "Integrate into working directory...",
"command.cherrypick": "Cherry-pick into working directory...",
"config.path": "Path to the 'fossil' executable (only required if auto-detection fails)",
"config.username": "The username associated with each commit (only required if different from user that originally cloned repo).",
"config.autoSyncInterval": "The duration, in seconds, between each background `fossil sync` operation. 0 to disable.",
"config.autoRefresh": "Whether auto refreshing is enabled",
"config.enableRenaming": "Show rename request after a file was renamed in UI",
"config.enableLongCommitWarning": "Whether long commit messages should be warned about",
"submenu.commit": "Commit",
"submenu.merge": "Merge",
"submenu.patch": "Patch",
"submenu.stash": "Stash",
"submenu.timeline": "Timeline"
}