Skip to content

Commit e1bc0f3

Browse files
committed
Merge branch 'master' of https://github.com/go-gitea/gitea into milestones
2 parents ce00c53 + 15254f5 commit e1bc0f3

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,12 @@ they served:
278278
* 2019-01-01 ~ 2019-12-31
279279
* [Lunny Xiao](https://github.com/lunny) <[email protected]>
280280
* [Lauris Bukšis-Haberkorns](https://github.com/lafriks) <[email protected]>
281-
* [Matti Ranta](https://github.com/techknowlogick) <[email protected]>
281+
* [Matti Ranta](https://github.com/techknowlogick) <[email protected]>
282+
283+
* 2020-01-01 ~ 2020-12-31
284+
* [Lunny Xiao](https://gitea.com/lunny) <[email protected]>
285+
* [Lauris Bukšis-Haberkorns](https://gitea.com/lafriks) <[email protected]>
286+
* [Matti Ranta](https://gitea.com/techknowlogick) <[email protected]>
282287

283288
## Versions
284289

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Lauris Bukšis-Haberkorns <[email protected]> (@lafriks)
1919
Jonas Östanbäck <[email protected]> (@cez81)
2020
David Schneiderbauer <[email protected]> (@daviian)
2121
Peter Žeby <[email protected]> (@morlinest)
22-
Matti Ranta <[email protected]> (@techknowlogick)
22+
Matti Ranta <[email protected]> (@techknowlogick)
2323
Jonas Franz <[email protected]> (@jonasfranz)
2424
Alexey Terentyev <[email protected]> (@axifive)
2525
Lanre Adelowo <[email protected]> (@adelowo)

options/locale/locale_zh-CN.ini

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ issues.reopen_comment_issue=评论并重新开启
892892
issues.create_comment=评论
893893
issues.closed_at=`于 <a id="%[1]s" href="#%[1]s">%[2]s</a> 关闭`
894894
issues.reopened_at=`于 <a id="%[1]s" href="#%[1]s">%[2]s</a> 重新开启`
895-
issues.commit_ref_at=`在代码提交 <a id="%[1]s" href="#%[1]s">%[2]s</a> 中引用了该工单`
895+
issues.commit_ref_at=` <a id="%[1]s" href="#%[1]s">%[2]s</a> 在代码提交中引用了该工单`
896896
issues.ref_issue_from=`<a href="%[3]s">引用了这个工单 %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
897897
issues.ref_pull_from=`<a href="%[3]s">引用了此合并请求 %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
898898
issues.ref_closing_from=`<a href="%[3]s">引用了一个合并请求 %[4]s将关闭此问题</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
@@ -1381,6 +1381,13 @@ settings.protected_branch_can_push_yes=你可以推
13811381
settings.protected_branch_can_push_no=你不能推
13821382
settings.branch_protection=分支 '<b>%s</b>' 的分支保护
13831383
settings.protect_this_branch=启用分支保护
1384+
settings.protect_this_branch_desc=阻止删除并限制Git推送和合并到分支。
1385+
settings.protect_disable_push=禁用推送
1386+
settings.protect_disable_push_desc=此分支不允许推送。
1387+
settings.protect_enable_push=启用推送
1388+
settings.protect_enable_push_desc=任何拥有写访问权限的人将被允许推送到此分支(但不能强行推送)。
1389+
settings.protect_whitelist_committers=受白名单限制的推送
1390+
settings.protect_whitelist_committers_desc=只有列入白名单的用户或团队才能被允许推送到此分支(但不能强行推送)。
13841391
settings.protect_whitelist_deploy_keys=拥有推送权限的部署密钥白名单
13851392
settings.protect_whitelist_users=推送白名单用户:
13861393
settings.protect_whitelist_search_users=搜索用户...
@@ -1394,6 +1401,9 @@ settings.protect_check_status_contexts=启用状态检查
13941401
settings.protect_check_status_contexts_desc=要求状态检查通过才能合并,选择必须先通过哪些状态检查才能合并。如果启用,推送的合并请求必须先通过状态检查才能够合并到对应的分支。如果没有选择具体的状态检查上下文,则所有的状态检查都通过才能合并。
13951402
settings.protect_check_status_contexts_list=此仓库上周进行过的状态检查
13961403
settings.protect_required_approvals=所需的批准:
1404+
settings.protect_required_approvals_desc=只允许合并有足够审核人数的拉取请求。
1405+
settings.protect_approvals_whitelist_enabled=批准仅限列入白名单的用户或团队
1406+
settings.protect_approvals_whitelist_enabled_desc=只有白名单用户或团队的审核才能计数。 没有批准的白名单,来自任何有写访问权限的人的审核都将计数。
13971407
settings.protect_approvals_whitelist_users=审查者白名单:
13981408
settings.protect_approvals_whitelist_teams=审查团队白名单:
13991409
settings.add_protected_branch=启用保护

0 commit comments

Comments
 (0)