-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
80 lines (80 loc) · 6.01 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
{
"cmd.switchWorktree": "Switch worktree",
"cmd.switchToSelectFolder": "Switch the current window to this folder.",
"cmd.freshWorktree": "Refresh worktree",
"cmd.refreshGitFolder": "Refresh git folder",
"cmd.refreshFolder": "Refresh folder",
"cmd.addWorktree": "Add worktree",
"cmd.addGitFolder": "Add git repository",
"cmd.renameGitFolder": "Rename this git repository",
"cmd.removeGitFolder": "Remove this git repository",
"cmd.removeWorktree": "Delete worktree",
"cmd.addWorktreeFromBranch": "Create a worktree from the current branch",
"cmd.revealInSystemExplorer": "Reveal in the system explorer",
"cmd.repairWorktree": "Repair worktree",
"cmd.moveWorktree": "Move worktree",
"cmd.lockWorktree": "Lock worktree",
"cmd.unlockWorktree": "Unlock worktree",
"cmd.pruneWorktree": "Prune worktree",
"cmd.openTerminal": "Open in Built-in Terminal",
"cmd.openExternalTerminal": "Open in External Terminal",
"cmd.addToWorkspace": "Add folder to workspace",
"cmd.removeFromWorkspace": "Remove folder from workspace",
"cmd.copyFolderPath": "Copy folder path",
"cmd.openRecent": "Open recently used folders",
"cmd.addToGitFolder": "Save git repository",
"cmd.checkoutBranch": "Checkout branch",
"cmd.viewAsTree": "View as Tree",
"cmd.viewAsList": "View as List",
"cmd.gitFolderSetOpen": "Set default unfold",
"cmd.gitFolderSetClose": "Set default fold",
"cmd.searchAllWorktree": "Find Worktree",
"cmd.loadAllTreeData": "Load All",
"cmd.viewHistory": "View git history",
"cmd.pushWorktree": "Push commit",
"cmd.pullWorktree": "Pull commit",
"cmd.fetchWorktree": "Fetch remote commit",
"cmd.fetchRepo": "Fetch all",
"cmd.toggleLog": "Toggle output log display",
"cmd.openRepository": "Open the repository in Source Control view",
"activitybar.git-worktree-manager": "Git Worktree Manager",
"view.git-worktree-manager-list": "worktree list",
"view.git-worktree-manager-folders": "git repository manage",
"view.git-worktree-manager-recent": "recently opened folders",
"view.git-worktree-manager-setting": "git worktree setting",
"viewsWelcome.addWorktree": "Add Worktree",
"config.general.title": "General settings",
"config.terminalLocationInEditor.description": "Whether to open the Built-in terminal in the editor, it opens in the panel by default",
"config.terminalCmdList.description": "Send command text when opening the terminal, such as node -v",
"config.externalTerminalInvoke.description": "Evoke External Terminal",
"config.alertLevel.description": "Configure the minimum level of extension message prompts",
"config.alertLevel.enum.info": "Information",
"config.alertLevel.enum.warn": "Warning",
"config.alertLevel.enum.error": "Error",
"config.gitHistoryExtension.description": "Select the extension for viewing git history",
"config.openInsideFolder.description": "When open a folder, whether to open the inside of the folder directly",
"config.httpProxy.description": "Proxy settings to use. If not set, they will be inherited from the `http_proxy` and `https_proxy` environment variables.",
"config.showLockInWorktreeItem.description": "Show the \"Lock/Unlock Worktree\" icon on the worktree treeView",
"config.showOpenExplorerInTreeItem.description": "Show the \"Reveal in the system explorer\" icon on the treeView",
"config.showCheckoutInWorktreeItem.description": "Show the \"Checkout Branch\" icon on the Worktree treeView",
"config.showExternalTerminalInTreeItem.description": "Show the \"External Terminal\" icon on the treeView",
"config.showTerminalInTreeItem.description": "Show the \"Built-in Terminal\" icon on the treeView",
"config.showFetchInTreeItem.description": "Show the \"Fetch Commit\" icon on the treeView",
"config.pinCurrentRepo.description": "Pin the current git repository's worktree in the results of \"Find Worktree\" ",
"config.showOpenRepositoryInTreeItem.description": "Show the \"Open the repository in Source Control view\" icon on the treeView",
"config.worktreePick.showTerminal.description": "Show the \"Built-in Terminal\" button on the results of \"Find Worktree\"",
"config.worktreePick.showExternalTerminal.description": "Show the \"External Terminal\" button on the results of \"Find Worktree\"",
"config.worktreePick.showRevealInSystemExplorer.description": "Show the \"Reveal in the system explorer\" button on the results of \"Find Worktree\"",
"config.worktreePick.showCopy.description": "Show the \"Copy\" button on the results of \"Find Worktree\"",
"config.worktreePick.showAddToWorkspace.description": "Show the \"Add folder to workspace\" button on the results of \"Find Worktree\"",
"config.worktreePick.copyTemplate.description": "The template used for the copy operation in the \"Find Worktree\" list\n\nAvailable variables are\n- `$HASH` the hash of the current commit in the worktree\n- `$MESSAGE` the commit message in the worktree\n- `$FULL_PATH` the full path of the worktree\n- `$BASE_NAME` the folder name of the worktree\n- `$LABEL` the display name of the worktree, such as branch name or tag\n\neg: `git merge $LABEL`. Default is `$LABEL`.",
"config.worktreePick.showCheckout.description": "Show the \"Checkout\" button on the results of \"Find Worktree\"",
"config.worktreePick.showViewHistory.description": "Show the \"View git history\" button on the results of \"Find Worktree\"",
"config.worktreePick.showOpenRepository.description": "Show the \"Open the repository in Source Control view\" button on the results of \"Find Worktree\"",
"config.defaultDisplayList.description": "Default Display List",
"config.defaultDisplayList.enum.recentlyOpened": "Display recently opened folder list",
"config.defaultDisplayList.enum.workspace": "Display worktree list in workspace",
"config.defaultDisplayList.enum.all": "Display all worktree list",
"config.gitHistoryExtension.enum.vscode.git": "vscode git ⇄ Built-in Git graph",
"submenus.worktree-action": "Worktree Action"
}