forked from jackiotyu/git-worktree-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.zh-cn.json
More file actions
109 lines (109 loc) · 9.65 KB
/
package.nls.zh-cn.json
File metadata and controls
109 lines (109 loc) · 9.65 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": "切换 Worktree",
"cmd.switchToSelectWorkspace": "在当前窗口打开",
"cmd.freshWorktree": "刷新 Worktree",
"cmd.refreshGitFolder": "刷新文件夹",
"cmd.refreshFolder": "刷新文件夹",
"cmd.refreshFavorite": "刷新文件夹",
"cmd.addWorktree": "添加 Worktree",
"cmd.addGitFolder": "添加 Git 仓库",
"cmd.renameGitFolder": "重命名选中的 Git 仓库",
"cmd.removeGitFolder": "移除选中的 Git 仓库",
"cmd.removeMultiGitFolder": "批量移除 Git 仓库",
"cmd.removeWorktree": "移除 Worktree",
"cmd.removeFavorite": "从收藏夹中移除",
"cmd.removeMultiFavorite": "批量移除收藏",
"cmd.addWorktreeFromBranch": "从当前分支创建 Worktree",
"cmd.revealInSystemExplorer": "在系统文件管理器中显示",
"cmd.repairWorktree": "修复 Worktree",
"cmd.moveWorktree": "移动 Worktree",
"cmd.lockWorktree": "锁定 Worktree",
"cmd.unlockWorktree": "解锁 Worktree",
"cmd.pruneWorktree": "清理 Worktree",
"cmd.openTerminal": "在内置终端中打开",
"cmd.openExternalTerminal": "在外部终端中打开",
"cmd.addToWorkspace": "添加到工作区",
"cmd.removeFromWorkspace": "从工作区中移除",
"cmd.copyFilePath": "复制路径",
"cmd.openRecent": "打开最近使用的文件夹",
"cmd.openFavorite": "打开收藏夹",
"cmd.addToGitFolder": "添加到 Git 仓库管理",
"cmd.addToFavorite": "添加到收藏夹",
"cmd.checkoutBranch": "签出分支",
"cmd.viewAsTree": "以树的形式查看",
"cmd.viewAsList": "以列表形式查看",
"cmd.gitFolderSetOpen": "设置为默认展开",
"cmd.gitFolderSetClose": "设置为默认关闭",
"cmd.searchAllWorktree": "查找 Worktree",
"cmd.loadAllTreeData": "加载全部",
"cmd.viewHistory": "查看 Git 历史",
"cmd.pushWorktree": "推送提交",
"cmd.pullWorktree": "拉取提交",
"cmd.fetchWorktree": "抓取远程提交",
"cmd.fetchRepo": "抓取全部远程提交",
"cmd.toggleLog": "切换输出日志显示",
"cmd.openRepository": "在源代码管理中打开该仓库",
"cmd.deleteBranch": "删除分支",
"cmd.openSetting": "打开设置",
"cmd.backupRepo": "备份仓库",
"activitybar.git-worktree-manager": "Git Worktree Manager",
"view.git-worktree-manager-list": "Worktree 列表",
"view.git-worktree-manager-folders": "Git 仓库管理",
"view.git-worktree-manager-recent": "最近使用的文件夹",
"view.git-worktree-manager-setting": "Git Worktree 设置",
"view.git-worktree-manager-favorite": "收藏夹",
"viewsWelcome.addWorktree": "添加 Worktree",
"config.general.title": "通用设置",
"config.treeView.title": "树视图设置",
"config.findWorktree.title": "查找 Worktree",
"config.pickBranch.title": "挑选分支",
"config.terminalLocationInEditor.description": "是否在编辑器中打开内置终端,默认在面板中打开",
"config.terminalCmdList.description": "打开终端时执行的命令,例如 node -v",
"config.externalTerminalInvoke.description": "调用外部终端",
"config.alertLevel.description": "配置扩展消息提示的最低等级",
"config.alertLevel.enum.info": "提示",
"config.alertLevel.enum.warn": "警告",
"config.alertLevel.enum.error": "错误",
"config.gitHistoryExtension.description": "选择用于查看 Git 历史的扩展",
"config.openInsideFolder.description": "打开文件夹时,是否直接打开其内容",
"config.httpProxy.description": "要使用的代理设置。如果未设置,则将从 `http_proxy` 和 `https_proxy` 环境变量中继承。",
"config.showLockInWorktreeItem.description": "在 Worktree 树视图中显示 \"锁定/解锁 Worktree\" 按钮",
"config.showOpenExplorerInTreeItem.description": "在树视图中显示 \"在系统文件管理器中显示\" 按钮",
"config.showCheckoutInWorktreeItem.description": "在 Worktree 树视图中显示 \"切换分支\" 按钮",
"config.showExternalTerminalInTreeItem.description": "在树视图中显示 \"外部终端\" 按钮",
"config.showTerminalInTreeItem.description": "在树视图中显示内置终端按钮",
"config.showFetchInTreeItem.description": "在树视图中显示 \"抓取远程提交\" 按钮,关闭后不会出现 \"推送提交\" 和 \"拉取提交\" 按钮",
"config.pinCurrentRepo.description": "在 \"查找 Worktree\" 的列表中置顶当前 Git 仓库的 Worktree",
"config.showOpenRepositoryInTreeItem.description": "在树视图中显示 \"在源代码管理中打开该仓库\" 按钮",
"config.worktreePick.showTerminal.description": "在 \"查找 Worktree\" 列表中显示 \"内置终端\" 按钮",
"config.worktreePick.showExternalTerminal.description": "在 \"查找 Worktree\" 列表中显示 \"外部终端\" 按钮",
"config.worktreePick.showRevealInSystemExplorer.description": "在 \"查找 Worktree\" 列表中显示 \"在系统文件管理器中显示\" 按钮",
"config.worktreePick.showCopy.description": "在 \"查找 Worktree\" 列表中显示 \"复制\" 按钮",
"config.worktreePick.showAddToWorkspace.description": "在 \"查找 Worktree\" 列表中显示 \"添加到工作区\" 按钮",
"config.worktreePick.copyTemplate.description": "在 \"查找 Worktree\" 列表中用于复制操作的模板\n\n可用变量为\n- `$HASH` Worktree 当前提交的哈希\n- `$MESSAGE` Worktree 当前提交的信息\n- `$FULL_PATH` Worktree 的完整路径\n- `$BASE_NAME` Worktree 的文件夹名称\n- `$LABEL` Worktree 展示的名称、分支名或者标记等\n\n例:`git merge $LABEL`,默认为 `$LABEL`",
"config.worktreePick.showCheckout.description": "在 \"查找 Worktree\" 列表中显示 \"签出分支\" 按钮",
"config.worktreePick.showViewHistory.description": "在 \"查找 Worktree\" 列表中显示 \"查看 Git 历史\" 按钮",
"config.worktreePick.showOpenRepository.description": "在 \"查找 Worktree\" 列表中显示 \"在源代码管理中打开该仓库\" 按钮",
"config.defaultDisplayList.description": "默认展示列表",
"config.defaultDisplayList.enum.favorites": "收藏夹",
"config.defaultDisplayList.enum.recentlyOpened": "最近使用的文件夹列表",
"config.defaultDisplayList.enum.workspace": "显示工作区内的 Worktree 列表",
"config.defaultDisplayList.enum.all": "显示所有的 Worktree 列表",
"config.gitHistoryExtension.enum.vscode.git": "VS Code Git ⇄ 内置的 Git 历史视图",
"config.workspacePathFormat.description": "自定义工作区路径的显示模板。你可以在模板中使用以下变量:\n\n- `$FULL_PATH`:仓库的完整路径。\n- `$BASE_NAME`:仓库的文件夹名称。\n\n示例:\n`$BASE_NAME - $FULL_PATH` 将会显示为 `my-project - /Users/username/projects/my-project。`",
"config.worktreePick.showRemoveWorktree.description": "在 \"查找 Worktree\" 列表中显示 \"移除 Worktree\" 按钮",
"config.branchPick.showDeleteBranch.description": "在 \"挑选分支\" 列表中显示 \"删除分支\" 按钮",
"config.promptDeleteBranchAfterWorktreeDeletion.description": "在移除 Worktree 之后,是否提示删除之前关联的分支",
"config.worktreeCopyPatterns.description": "创建新 Worktree 时用于复制文件的 glob 匹配模式。扩展使用 [fast-glob](https://github.com/mrmlnc/fast-glob) 进行匹配,支持标准 glob 语法(`*`、`?`、`**`、`{}`、`[]`)等高级特性。匹配路径相对于源仓库根目录。",
"config.worktreeCopyIgnores.description": "创建新 Worktree 时用于排除文件的 glob 匹配模式。扩展使用 [fast-glob](https://github.com/mrmlnc/fast-glob) 进行匹配,支持标准 glob 语法(`*`、`?`、`**`、`{}`、`[]`)等高级特性。匹配路径相对于源仓库根目录。",
"submenus.worktree-action": "Worktree 操作",
"config.checkoutIgnoreOtherWorktree.description": "启用后,在切换分支时会忽略其他 Worktree 的状态,允许多个 Worktree 使用相同分支",
"config.branchPick.showRenameBranch.description": "在 \"挑选分支\" 列表中显示 \"重命名分支\" 按钮",
"config.treeView.toSCM.description": "在源代码管理容器中显示视图",
"config.worktreePathTemplate.description": "Worktree 路径的模板。可用的变量:\n\n- `$BASE_PATH`(仓库根目录)\n- `$BASE_ROOT`(仓库根目录的父目录)",
"config.worktreeSubdirectoryTemplate.description": "Worktree 子目录名称的模板。可用的变量:\n\n- `$BASE_NAME`(仓库文件夹名称)\n- `$INDEX`(递增数字)。\n- `$REF_NAME` (引用名称,如分支名、标签名)\n\n不能包含字符:/ \\ : * ? \" < > |",
"config.worktreeSubdirectoryTemplate.patternErrorMessage": "模板不能包含以下字符:/ \\ : * ? \" < > |",
"config.postCreateCmd.description": "创建 Worktree 后执行的命令,默认执行路径是新创建的 Worktree 的目录内。你可以在命令中使用以下变量:\n\n- `$BASE_PATH`:仓库的完整路径。\n- `$WORKTREE_PATH`:Worktree 的完整路径。\n\n示例:\n`git submodule update --init --recursive`",
"config.worktreeDescriptionTemplate.description": "Worktree 描述的模板。可用的变量:\n\n- `$FULL_PATH`:Worktree 的完整路径。\n- `$BASE_NAME`:Worktree 的文件夹名称。\n- `$RELATIVE_PATH`:相对路径(相对于主仓库目录)。",
"config.terminalNameTemplate.description": "打开内置终端时显示的名称模板。可用的变量:\n\n- `$FULL_PATH`:文件夹的完整路径。\n- `$BASE_NAME`:文件夹名称。\n- `$LABEL`:展示的名称、文件夹名称或者 Worktree 展示的名称"
}