2.6 KB28 lines
Blame
1{
2 "sapling.command-category": "Grove",
3 "sapling.open-isl-command": "Open Interactive Smartlog",
4 "sapling.open-diff-uncommitted-command": "Open Diff View For Current File (Uncommitted Changes)",
5 "sapling.open-diff-head-command": "Open Diff View For Current File (Head Changes)",
6 "sapling.open-diff-stack-command": "Open Diff View For Current File (Stack Changes)",
7 "sapling.revert-file-command": "Revert uncommitted change to this file",
8 "sapling.open-comparison-view-uncommitted-command": "Open Comparison Viewer (Uncommitted Changes)",
9 "sapling.open-comparison-view-head-command": "Open Comparison Viewer (Head Changes)",
10 "sapling.open-comparison-view-stack-command": "Open Comparison Viewer (Stack Changes)",
11 "sapling.open-comparison-view-command": "Open Comparison View",
12 "settings.isl.openBeside.description": "If true, files, diffs, and comparisons will open beside the existing ISL panel instead of in the same View Column. Useful to keep ISL open and visible when clicking on files.",
13 "settings.isl.showInSidebar.description": "If true, Interactive Smartlog will appear in the sidebar as a view. If false, Interactive Smartlog will appear as a normal panel like an editor. Restart to take full effect.",
14 "settings.commandPath.description": "Controls which executable to use for running sl commands. Default: use `sl` on your PATH. Restart required to take effect.",
15 "settings.showInlineBlame.description": "Whether to show inline blame annotations next to your cursor when browsing files in Grove repos.",
16 "settings.showDiffComments.description": "Whether to show Phabricator Diff comments and inline code suggestions.",
17 "settings.diffViewMode.description": "Whether to show code suggestion with unified or split diff view",
18 "settings.markConflictingFilesResolvedOnSave.description": "Whether to mark files with merge conflicts as resolved after saving them with no remaining conflict markers.",
19 "settings.comparisonPanelMode.description": "Whether comparisons should always appear in a separate panel or only when ISL is not active",
20 "settings.comparisonPanelMode.enumDescriptions.auto": "Show comparisons inside the ISL window when ISL is active, and otherwise use a new panel",
21 "settings.comparisonPanelMode.enumDescriptions.always-separate-panel": "Always open a separate panel to view comparisons",
22 "isl.confirmModalOK": "OK",
23 "isl.title": "Interactive Smartlog",
24 "isl.loading-text": "Loading...",
25 "sapling.open-comments-command": "Open Code Review Comments Panel",
26 "sapling.toggle-inline-comments-command": "Toggle Show/Hide Inline Code Review Comments"
27}
28