Skip to content

Commit 15254f5

Browse files
committed
[skip ci] Updated translations via Crowdin
1 parent cbf18f6 commit 15254f5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

options/locale/locale_zh-CN.ini

+11-1
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)