forked from jackiotyu/git-worktree-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.json
More file actions
109 lines (109 loc) · 10.1 KB
/
package.nls.json
File metadata and controls
109 lines (109 loc) · 10.1 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"cmd.switchWorktree": "Switch Worktree",
"cmd.switchToSelectWorkspace": "Open in Current Window",
"cmd.freshWorktree": "Refresh Worktree",
"cmd.refreshGitFolder": "Refresh folder",
"cmd.refreshFolder": "Refresh folder",
"cmd.refreshFavorite": "Refresh folder",
"cmd.addWorktree": "Add Worktree",
"cmd.addGitFolder": "Add Git repository",
"cmd.renameGitFolder": "Rename selected Git repository",
"cmd.removeGitFolder": "Remove selected Git repository",
"cmd.removeMultiGitFolder": "Remove Multiple Git Repositories",
"cmd.removeWorktree": "Remove Worktree",
"cmd.removeFavorite": "Remove from Favorites",
"cmd.removeMultiFavorite": "Remove Multiple Favorites",
"cmd.addWorktreeFromBranch": "Create a worktree from the current branch",
"cmd.revealInSystemExplorer": "Reveal in 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.copyFilePath": "Copy Path",
"cmd.openRecent": "Open Recently Used Folders",
"cmd.openFavorite": "Open Favorites",
"cmd.addToGitFolder": "Save Git repository",
"cmd.addToFavorite": "Add to Favorites",
"cmd.checkoutBranch": "Checkout Branch",
"cmd.viewAsTree": "View as Tree",
"cmd.viewAsList": "View as List",
"cmd.gitFolderSetOpen": "Set Default to Expanded",
"cmd.gitFolderSetClose": "Set Default to Collapsed",
"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 Repository in Source Control View",
"cmd.deleteBranch": "Delete Branch",
"cmd.openSetting": "Open Settings",
"cmd.backupRepo": "Back Up Repository",
"activitybar.git-worktree-manager": "Git Worktree Manager",
"view.git-worktree-manager-list": "Worktree List",
"view.git-worktree-manager-folders": "Git Repository Management",
"view.git-worktree-manager-recent": "Recently Opened Folders",
"view.git-worktree-manager-setting": "Git Worktree Settings",
"view.git-worktree-manager-favorite": "Favorites",
"viewsWelcome.addWorktree": "Add Worktree",
"config.general.title": "General Settings",
"config.treeView.title": "Tree View",
"config.findWorktree.title": "Find Worktree",
"config.pickBranch.title": "Pick Branch",
"config.terminalLocationInEditor.description": "Whether to open the built-in terminal in the editor; opens in the panel by default",
"config.terminalCmdList.description": "Commands to run when opening the terminal, such as node -v",
"config.externalTerminalInvoke.description": "Invoke 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 opening a folder, whether to open its contents 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 in the worktree tree view",
"config.showOpenExplorerInTreeItem.description": "Show the \"Reveal in System Explorer\" icon in the tree view",
"config.showCheckoutInWorktreeItem.description": "Show the \"Checkout Branch\" icon in the worktree tree view",
"config.showExternalTerminalInTreeItem.description": "Show the \"External Terminal\" icon in the tree view",
"config.showTerminalInTreeItem.description": "Show the \"Built-in Terminal\" icon in the tree view",
"config.showFetchInTreeItem.description": "Show the \"Fetch Commit\" icon in the tree view. When disabled, the \"Push Commit\" and \"Pull Commit\" buttons will not appear",
"config.pinCurrentRepo.description": "Pin the current Git repository's worktrees at the top of the 'Find Worktree' results",
"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 in the 'Find Worktree' results",
"config.worktreePick.showExternalTerminal.description": "Show the \"External Terminal\" button in the 'Find Worktree' results",
"config.worktreePick.showRevealInSystemExplorer.description": "Show the \"Reveal in System Explorer\" button in the 'Find Worktree' results",
"config.worktreePick.showCopy.description": "Show the \"Copy\" button in the 'Find Worktree' results",
"config.worktreePick.showAddToWorkspace.description": "Show the \"Add Folder to Workspace\" button in the 'Find Worktree' results",
"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.favorites": "Favorites",
"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",
"config.workspacePathFormat.description": "Custom template for displaying the workspace path. You can use the following variables in the template:\n\n- `$FULL_PATH`: The full path of the repository.\n- `$BASE_NAME`: The folder name of the repository.\n\nExample:\n`$BASE_NAME - $FULL_PATH` will be displayed as `my-project - /Users/username/projects/my-project`.",
"config.worktreePick.showRemoveWorktree.description": "Show the \"Remove Worktree\" button on the results of \"Find Worktree\"",
"config.branchPick.showDeleteBranch.description": "Show the \"Delete Branch\" button on the results of \"Pick Branch\"",
"config.promptDeleteBranchAfterWorktreeDeletion.description": "Prompt to delete the branch previously associated with the worktree after its deletion",
"config.worktreeCopyPatterns.description": "Glob patterns for files to be copied when creating a new worktree. This extension uses [fast-glob](https://github.com/mrmlnc/fast-glob) for pattern matching, which supports standard glob syntax (`*`, `?`, `**`, `{}`, `[]`) and additional advanced features. Patterns are evaluated relative to the source repository root.",
"config.worktreeCopyIgnores.description": "Glob patterns for files to be excluded when copying files to a new worktree. This extension uses [fast-glob](https://github.com/mrmlnc/fast-glob) for pattern matching, which supports standard glob syntax (`*`, `?`, `**`, `{}`, `[]`) and additional advanced features. Patterns are evaluated relative to the source repository root.",
"submenus.worktree-action": "Worktree Action",
"config.checkoutIgnoreOtherWorktree.description": "When enabled, the state of other worktrees is ignored when switching branches, allowing multiple worktrees to use the same branch.",
"config.branchPick.showRenameBranch.description": "Show the \"Rename Branch\" button on the results of \"Pick Branch\"",
"config.treeView.toSCM.description": "Display views in the Source Control container",
"config.worktreePathTemplate.description": "Template for the worktree path. Available variables:\n\n- `$BASE_PATH` (repo root)\n- `$BASE_ROOT` (parent directory of repo root).",
"config.worktreeSubdirectoryTemplate.description": "Template for worktree subdirectory names. Available variables:\n\n- `$BASE_NAME` (repo folder name)\n- `$INDEX` (incrementing number).\n- `$REF_NAME` (reference name, such as branch name, tag name)\n\nCannot contain characters: / \\ : * ? \" < > |",
"config.worktreeSubdirectoryTemplate.patternErrorMessage": "Template cannot contain characters: / \\ : * ? \" < > |",
"config.postCreateCmd.description": "Command to execute after creating a worktree. The default execution path is the directory of the newly created worktree. You can use the following variables in the command:\n\n- `$BASE_PATH`: The full path of the worktree.\n- `$WORKTREE_PATH`: The full path of the worktree.\n\nExample:\n`git submodule update --init --recursive`",
"config.worktreeDescriptionTemplate.description": "Template for the worktree description. Available variables:\n\n- `$FULL_PATH`: The full path of the worktree.\n- `$BASE_NAME`: The folder name of the worktree.\n- `$RELATIVE_PATH`: The relative path (relative to the main repo directory).",
"config.terminalNameTemplate.description": "Template for the terminal name. Available variables:\n\n- `$FULL_PATH`: The full path of the folder.\n- `$BASE_NAME`: The folder name.\n- `$LABEL`: The display name, the folder name or the worktree display name."
}