-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.nls.zh-cn.json
More file actions
28 lines (28 loc) · 2.35 KB
/
Copy pathpackage.nls.zh-cn.json
File metadata and controls
28 lines (28 loc) · 2.35 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
{
"description": "Git Graph 的纯净 MIT 分支。可视化历史记录、分支操作和开发容器支持。",
"command.view": "查看 Git Graph (git log)",
"command.clearAvatarCache": "清除头像缓存",
"config.autoCenterCommitDetailsView": "打开提交详情视图时自动居中显示。",
"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.fetchAvatars": "获取提交作者和提交者的头像。启用此设置即表示您同意将提交作者和提交者的电子邮件地址发送到 GitHub、GitLab 或 Gravatar(取决于仓库的远程源)。",
"config.graphColours": "指定图形上使用的颜色。",
"config.graphColours.item": "颜色(HEX 或 RGB)",
"config.graphStyle": "指定图形的样式。",
"config.graphStyle.rounded": "在图形中的分支之间过渡时使用平滑曲线",
"config.graphStyle.angular": "在图形中的分支之间过渡时使用直角线条",
"config.initialLoadCommits": "指定初始加载的提交数量。",
"config.loadMoreCommits": "指定按下“加载更多提交”按钮时要加载的提交数量(仅在有更多提交可用时显示)。",
"config.maxDepthOfRepoSearch": "指定在工作区中发现仓库时搜索的子文件夹最大深度。",
"config.showCurrentBranchByDefault": "打开 Git 图形时默认显示当前分支。默认值:false(显示所有分支)",
"config.showStatusBarItem": "显示状态栏项,单击时打开 Git 图形。",
"config.showUncommittedChanges": "显示未提交的更改(在大型仓库上设置为 false 以减少加载时间)。",
"config.tabIconColourTheme": "指定 Git 图形选项卡上显示的图标的颜色主题。",
"config.tabIconColourTheme.colour": "显示适合大多数 Visual Studio Code 颜色主题的彩色图标",
"config.tabIconColourTheme.grey": "显示适合以灰度为主的 Visual Studio Code 颜色主题的灰色图标"
}