-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
零散词条补充 #230
零散词条补充 #230
Changes from all commits
a3ed446
d5604d1
85b3ac0
dbcab04
e62e24f
362a89e
129a92b
1d429aa
04e93d8
eb685b3
9216ee6
a9fbc48
5c0f34a
f47efff
f4b32c0
603339a
4869cdb
1469dc3
cd35d2a
d1e724c
1a6487a
d3e49d3
746620e
d13ddb8
1eeaa9c
9dcde2b
236cc61
1f9087e
db36388
f732b12
4be831e
d0a2be4
6bbe249
92898a3
61344b0
65e9882
f9399c2
7993397
b6b37f3
e782316
b80b537
f3c7949
4a9dcc7
f8d25e6
41b227b
1619ee5
b82a091
d17470f
d909feb
4ec572e
c3dcdc1
a3c0619
257fe99
213b3bd
86f79b1
29648dc
a033a2f
0594e4f
891f5b9
7ec734e
98191a2
10dcd7a
71cb1b2
a82413c
30cb32b
04330db
be7068a
a167be2
dc4da85
8528661
884a6c6
e0d2246
138ad38
5f6d919
cab79fa
93bc860
3ff5e22
b6033ad
909e519
269caa1
ec02dec
4acb0db
4aa5462
fb0bf21
3faf66d
55316f5
bf61b8f
36a59cd
2bc0622
b0e8d5f
42c8cbe
396af9f
f8d1fbe
febb3e5
2d60218
2827e7e
c7ed98c
e7e8759
a12d9ca
d3d0440
f61a567
fc9971a
6f77e25
89bbd2c
478e951
562c519
0d0434f
cf36a2e
92ba1c1
97dfe62
855aae4
2beb542
df01c6e
55461c7
9c10483
92e3a60
d59b65b
93ff414
a888069
60d207b
fe8cb06
a95a726
3b3146e
d98c947
14326fe
e65b197
6402115
f946591
d940ab6
b7b2a03
76eb02b
624ca1c
1174dd2
7dbe201
783001e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1372,6 +1372,7 @@ I18N.zh["page-dashboard"] = { // 已登录的首页 - 仪表板(含组织) | |
"You were mentioned on and opened this pull request": "您被提及并打开了此拉取请求", | ||
"You left a review": "您已评论", | ||
"Changes requested": "要求更改", | ||
"Approved": "已批准", | ||
"Create your first project": "创建你的第一个项目", | ||
"Ready to start building? Create a repository for a new idea or bring over an existing repository to keep contributing to it.": "准备好开始构建了吗?为新想法创建一个仓库或使用现有仓库继续为其做出贡献。", | ||
"Create repository": "创建仓库", | ||
|
@@ -5677,6 +5678,8 @@ I18N.zh["repository-public"] = { // 仓库 - 公共部分 | |
|
||
"Jump to bottom": "跳到底部", //小屏模式 | ||
|
||
"committed": "提交于", // 提交浮窗 | ||
|
||
// 标签栏 | ||
"Code": "代码", | ||
"Pull requests": "拉取请求", | ||
|
@@ -5883,6 +5886,7 @@ I18N.zh["repository-public"] = { // 仓库 - 公共部分 | |
"You were mentioned on and commented on this pull request": "您在此拉取请求上被提及并发表评论", | ||
"Changes requested": "要求更改", | ||
"You left a review": "您已评论", | ||
"Approved": "已批准", | ||
}, | ||
"regexp": [ // 正则翻译 | ||
[/Started (\d+) discussions? in this repository in the past week/, "过去一周内在此仓库中开启了 $1 个讨论"], // 用户 浮动信息卡 | ||
|
@@ -5901,11 +5905,12 @@ I18N.zh["repository-public"] = { // 仓库 - 公共部分 | |
[/, and (\d+) more/, ",以及其他 $1 个组织"], // 用户 浮动信息卡 | ||
[/(\d+) repositor(y|ies)/, "$1 个仓库"], // 组织 浮动信息卡 | ||
[/(\d+) members?/, "$1 个成员"], // 组织 浮动信息卡 | ||
[/Answered (\d+) discussions? in this repository/, "在此仓库中回答了 $1 个讨论"], // 用户 浮动信息卡 | ||
[/had recent pushes (\d+) seconds? ago/, "分支有了最新的推送,$1 秒之前"], | ||
[/had recent pushes (\d+) minutes? ago/, "分支有了最新的推送,$1 分钟之前"], | ||
[/had recent pushes less than (\d+) minutes? ago/, "分支有了最新的推送,不到 $1 分钟"], | ||
[/had recent pushes about/, "分支有了最新的推送,大约"], | ||
[/This user is a member of the ([^ ]+)./, "该用户是 $1 组织的成员。"], | ||
[/This user is a member of the ([^ ]+) organization./, "该用户是 $1 组织的成员。"], | ||
[/This user has been invited to collaborate on the ([^ ]+) repository./, "该用户已被邀请在 $1 仓库上进行协作。"], | ||
[/You are the owner of the (.*) repository./, "您是 $1 仓库的所有者。"], | ||
[/This user is the owner of the (.*) repository./, "该用户是 $1 仓库的所有者。"], | ||
|
@@ -6413,7 +6418,6 @@ I18N.zh["repository"] = { // 仓库页面 /<user-name>/<repo-name>/ | |
// 正文 | ||
"commit": "次提交", | ||
"commits": "次提交", | ||
"committed": "提交于", // 提交浮窗 | ||
"failure": "失败", | ||
"success": "成功", | ||
"Approved": "已批准", | ||
|
@@ -6724,6 +6728,8 @@ I18N.zh["repository/pull_issue_public"] = { // 仓库 - 议题和拉取请求页 | |
"Everything mentioning you": "任何提及您的", | ||
"View advanced search syntax": "查看高级搜索语法", | ||
|
||
"Search all issues": "搜索所有议题", | ||
|
||
"Clear current search query, filters, and sorts": "清除当前的搜索查询、筛选器和排序方式", | ||
|
||
"Labels": "标签", | ||
|
@@ -6802,6 +6808,15 @@ I18N.zh["repository/pull_issue_public"] = { // 仓库 - 议题和拉取请求页 | |
"Draft": "草案", | ||
"This was referenced": "被引用于", | ||
|
||
// 图标浮窗 | ||
"Open issue": "议题已打开", | ||
"Closed issue": "议题已完成", | ||
"Closed as not planned issue": "议题已关闭因未计划", | ||
"Open Pull Request": "拉取请求已打开", | ||
"Draft Pull Request": "拉取请求草案", | ||
"Merged Pull Request": "拉取请求已合并", | ||
"Closed Pull Request": "拉取请求已关闭", | ||
|
||
Comment on lines
+6811
to
+6819
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 此处由 #231 完成 |
||
// [/(\d+) linked pull requests?/, "链接 $1 个拉取请求"], | ||
|
||
// 某个拉取请求和某个议题 公共词条 | ||
|
@@ -8537,7 +8552,7 @@ I18N.zh["repository/commit"] = { // 仓库 - 提交页面 | |
[/(\d+) additions?$/, "$1 处增加"], | ||
[/(\d+) deletions?$/, "$1 处删除"], | ||
[/(\d+) changes: (\d+) additions? & (\d+) deletions?$/, "$1 处更改:$2 处增加和 $3 处删除"], | ||
[/This commit closes issue (#\d+)./, "此提交关闭了提议 $1。"], //具体提交页面 | ||
[/This commit closes issue (#\d+)./, "此提交关闭了议题 $1。"], //具体提交页面 | ||
[/from ([^ ]+) to ([^ ]+)/, "从 $1 到 $2。"], //具体提交页面 | ||
[/([\d,]+) additions, ([\d,]+) deletions not shown because the diff is too large. Please use a local Git client to view these changes./, "$1 处增加,$2 处删除未显示,因为差异太大。请使用本地 Git 客户端查看这些更改。"], | ||
[/(\d+) comments? on commit/, "该提交有 $1 条评论"], | ||
|
@@ -8809,6 +8824,7 @@ I18N.zh["repository/discussions"] = { // 讨论页面 | |
"This will not be worked on": "这将不会被处理", | ||
|
||
"Edit labels": "编辑标签", | ||
"Filter": "筛选", | ||
"Filter:": "筛选:", | ||
"Closed": "已关闭", | ||
"Answered": "已答复", | ||
|
@@ -9205,7 +9221,7 @@ I18N.zh["repository/discussions"] = { // 讨论页面 | |
}, | ||
"regexp": [ // 正则翻译 | ||
...I18N.zh["repository-public"]["regexp"], | ||
[/Fillter: /, "筛选:"], | ||
[/Fillter:/, "筛选:"], | ||
[/(\d+) categories?/, "$1 个分类"], | ||
[/Congratulations, you've created the first discussion in ([^ ]+)!/, "恭喜您,您已经在 $1 中创建了第一个讨论!"], | ||
[/(\d+) answers?/, "$1 位答复者"], | ||
|
@@ -15120,8 +15136,6 @@ I18N.zh["issues"] = { // 议题页面 | |
"Review requests": "审查请求", // pulls | ||
"Pull Requests requesting your review": "请求您审查的拉取请求", // pulls | ||
|
||
"Search all issues": "搜索所有议题", | ||
|
||
Comment on lines
-15123
to
-15124
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 这里明明审查了,怎么没了 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
拉取请求页也会出现,故移至议题-拉取请求公共部分 |
||
"Visibility": "可见性", | ||
"Repository visibility": "仓库可见性", | ||
"Private repositories only": "只有私有仓库", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
此处由 #231 完成
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.