mirror of
https://github.com/go-gitea/gitea
synced 2025-08-13 13:08:19 +00:00
[skip ci] Updated translations via Crowdin
This commit is contained in:
@@ -1526,7 +1526,6 @@ settings.protect_enable_push=启用推送
|
||||
settings.protect_enable_push_desc=任何拥有写访问权限的人将被允许推送到此分支(但不能强行推送)。
|
||||
settings.protect_whitelist_committers=受白名单限制的推送
|
||||
settings.protect_whitelist_committers_desc=只有列入白名单的用户或团队才能被允许推送到此分支(但不能强行推送)。
|
||||
settings.protect_whitelist_deploy_keys=拥有推送权限的部署密钥白名单
|
||||
settings.protect_whitelist_users=推送白名单用户:
|
||||
settings.protect_whitelist_search_users=搜索用户...
|
||||
settings.protect_whitelist_teams=推送白名单团队:
|
||||
@@ -1536,7 +1535,6 @@ settings.protect_merge_whitelist_committers_desc=仅允许白名单用户或团
|
||||
settings.protect_merge_whitelist_users=合并白名单用户:
|
||||
settings.protect_merge_whitelist_teams=合并白名单团队:
|
||||
settings.protect_check_status_contexts=启用状态检查
|
||||
settings.protect_check_status_contexts_desc=要求状态检查通过才能合并,选择必须先通过哪些状态检查才能合并。如果启用,推送的合并请求必须先通过状态检查才能够合并到对应的分支。如果没有选择具体的状态检查上下文,则所有的状态检查都通过才能合并。
|
||||
settings.protect_check_status_contexts_list=此仓库上周进行过的状态检查
|
||||
settings.protect_required_approvals=所需的批准:
|
||||
settings.protect_required_approvals_desc=只允许合并有足够审核人数的拉取请求。
|
||||
@@ -1547,9 +1545,7 @@ settings.protect_approvals_whitelist_teams=审查团队白名单:
|
||||
settings.dismiss_stale_approvals=取消过时的批准
|
||||
settings.dismiss_stale_approvals_desc=当新的提交更改合并请求内容被推送到分支时,旧的批准将被撤销。
|
||||
settings.require_signed_commits=需要签名提交
|
||||
settings.require_signed_commits_desc=拒绝推送未签名或无法验证的提交到分支
|
||||
settings.protect_protected_file_patterns=受保护的文件模式(使用分号分隔)
|
||||
settings.protect_protected_file_patterns_desc=即使用户有权添加、编辑或删除此分支中的文件,不允许直接更改的受保护文件。 可以使用分号 ('\;') 分隔多个模式。 见 <a href="https://godoc.org/github.com/gobwas/glob#Compile">github.com/gobwas/glob</a> 文档以获取图案语法。例如: <code>.drone.yml</code>, <code>/docs/**/*.txt</code>
|
||||
settings.add_protected_branch=启用保护
|
||||
settings.delete_protected_branch=禁用保护
|
||||
settings.update_protect_branch_success=分支 "%s" 的分支保护已更新。
|
||||
|
Reference in New Issue
Block a user