forked from 52cik/github-hans
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocals.js
62 lines (51 loc) · 1.44 KB
/
locals.js
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
// 翻译里加空格为了显示效果
var __GitHub_I18N = {};
__GitHub_I18N['zh'] = {
// 通用
"Search GitHub": "GitHub 一下!",
"Pull requests": "合并请求",
"Issues": "问题",
"Gist": "代码片段",
"You have no unread notifications": "您没有未读通知",
"Create new…": "新建…",
"View profile and more": "查看更多信息",
"New repository": " 新建仓库",
"New organization": " 新建组织",
"Signed in as": "您好 ",
"Your profile": "您的主页",
"Your stars": "点赞的项目",
"Explore": "激动的探索",
"Integrations": "集成工具",
"Help": "帮助",
"Settings": "设置",
"Sign out": "退出",
// 主页
"Repositories you contribute to": "您贡献过的仓库",
"Your repositories": "您的仓库 ",
"Find a repository…": "搜索仓库…",
"All": "全部",
"Public": "公共",
"Private": "私有",
"Sources": "源码",
"Forks": "收藏",
"starred": " 赞了 ",
// 个人首页
"Followers": "粉丝",
"Starred": "赞了",
"Following": "关注",
"Contributions": " 贡献",
"Repositories": " 仓库",
"Public activity": " 动态",
"Edit profile": "修改设置",
"Popular repositories": "流行的仓库",
"Repositories contributed to": "您贡献过的仓库",
"Contribution activity": "近期贡献信息",
"Search": "搜索",
"New": "新建",
"Mirrors": "镜像",
// 仓库页
"Watch": " 关注",
"Star": " 点赞",
"Fork": " 收藏",
"Pull Request": "合并请求",
};