forked from asispts/neo-git-graph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.zh-cn.json
More file actions
54 lines (54 loc) · 4.98 KB
/
Copy pathpackage.nls.zh-cn.json
File metadata and controls
54 lines (54 loc) · 4.98 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
{
"displayName": "Git Graph Libre",
"description": "延续 Git Graph MIT 谱系的 Copyleft(AGPL-3.0-or-later)分支。可视化历史记录、分支操作和开发容器支持。",
"command.view": "查看 Git 图形 (git log)",
"command.clearAvatarCache": "清除头像缓存",
"command.searchCommits": "搜索 Git 图形提交",
"command.viewActiveEditorRepo": "查看活动编辑器仓库的 Git 图形",
"command.addRepo": "添加 Git 图形仓库",
"command.removeRepo": "移除 Git 图形仓库",
"command.showDiagnostics": "显示 Git 图形诊断",
"config.title": "Git Graph Libre",
"config.autoCenterCommitDetailsView": "打开提交详情视图时自动居中显示。",
"config.commitDetails.fileViewMode": "指定提交详情中变更文件的显示方式。",
"config.commitDetails.fileViewMode.tree": "按文件夹分组显示变更文件",
"config.commitDetails.fileViewMode.list": "以扁平路径列表显示变更文件",
"config.commitDetails.compactFolders": "在提交详情文件树中折叠单子文件夹链。",
"config.dateFormat": "指定 Git 图形日期列中使用的日期格式。",
"config.dateFormat.dateTime": "显示日期和时间,例如 \"2019年3月19日 21:34\"",
"config.dateFormat.dateOnly": "仅显示日期,例如 \"2019年3月19日\"",
"config.dateFormat.relative": "显示相对时间,例如 \"5 分钟前\"",
"config.dateType": "指定在 Git 图形中显示的日期类型。",
"config.dateType.authorDate": "使用提交的作者日期",
"config.dateType.commitDate": "使用提交的提交者日期",
"config.columns.signature": "默认显示提交签名列。您可以从表头上下文菜单临时切换该列。仅当该列可见时才会执行签名验证。",
"config.fetchAvatars": "获取提交作者和提交者的头像。启用此设置即表示您同意将提交作者和提交者的电子邮件地址发送到 GitHub、GitLab 或 Gravatar(取决于仓库的远程源)。",
"config.customBranchGlobPatterns": "在“分支”下拉菜单中显示的自定义分支 glob 预设。每个 glob 都会作为 --glob=<pattern> 传递给 git log。",
"config.customBranchGlobPatterns.name": "在“分支”下拉菜单中显示的名称。",
"config.customBranchGlobPatterns.glob": "Git 引用 glob 模式,例如 heads/feature/* 或 refs/remotes/origin/release/*。",
"config.contextMenuActionsVisibility": "控制 Git 图形上下文菜单中显示的操作。将已知 group/action 布尔值设为 false 可隐藏操作。",
"config.repository.showRemoteBranches": "默认显示远程分支。仓库设置可按仓库覆盖此值。",
"config.repository.showStashes": "默认显示贮藏。仓库设置可按仓库覆盖此值。",
"config.repository.showTags": "默认显示标签。仓库设置可按仓库覆盖此值。",
"config.repository.includeReflog": "默认包含仅由 reflog 提到的提交。仓库设置可按仓库覆盖此值。",
"config.repository.includeUnreachableCommits": "显示所有分支时,发现并包含不可达的提交对象。此操作会扫描 Git 对象数据库,在大型仓库中可能较慢。仓库设置可按仓库覆盖此值。",
"config.repository.onlyFollowFirstParent": "默认仅跟随提交的第一个父提交。仓库设置可按仓库覆盖此值。",
"config.repository.muteCommitsNotAncestorsOfHead": "淡化不是已加载 HEAD 祖先的提交。仅当 HEAD 提交已加载到图中时生效。",
"config.graphColors": "指定图形上使用的颜色。",
"config.revealHighlightColor": "指定定位到提交行时使用的高亮颜色。",
"config.graphStyle": "指定图形的样式。",
"config.graphStyle.rounded": "在图形中的分支之间过渡时使用平滑曲线",
"config.graphStyle.angular": "在图形中的分支之间过渡时使用直角线条",
"config.graph.fontSize": "指定图形行使用的字体大小(像素)。",
"config.graph.rowHeight": "指定图形行使用的行高(像素)。",
"config.shortHashLength": "指定缩写提交哈希显示的字符数。",
"config.initialLoadCommits": "指定初始加载的提交数量。",
"config.loadMoreCommits": "指定按下“加载更多提交”按钮时要加载的提交数量(仅在有更多提交可用时显示)。",
"config.maxDepthOfRepoSearch": "指定在工作区中发现仓库时搜索的子文件夹最大深度。",
"config.showCurrentBranchByDefault": "打开 Git 图形时默认显示当前分支。默认值:false(显示所有分支)",
"config.showStatusBarItem": "显示状态栏项,单击时打开 Git 图形。",
"config.showUncommittedChanges": "显示未提交的更改(在大型仓库上设置为 false 以减少加载时间)。",
"config.tabIconColorTheme": "指定 Git 图形选项卡上显示的图标的颜色主题。",
"config.tabIconColorTheme.color": "显示适合大多数 Visual Studio Code 颜色主题的彩色图标",
"config.tabIconColorTheme.grey": "显示适合以灰度为主的 Visual Studio Code 颜色主题的灰色图标"
}