1
1
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:
GiteaBot
2021-06-28 00:29:35 +00:00
parent 9c6aeb47f7
commit 6ca667d3f2
17 changed files with 137 additions and 89 deletions

View File

@@ -1763,7 +1763,6 @@ settings.event_pull_request_review_desc=合并请求被批准、拒绝或提出
settings.event_pull_request_sync=合并请求被同步
settings.event_pull_request_sync_desc=合并请求被同步。
settings.branch_filter=分支过滤
settings.branch_filter_desc=推送、创建,删除分支事件白名单,支持匹配符。如果为空或者 <code>*</code>,所有分支的事件均被触发。语法参见 <a href="https://godoc.org/github.com/gobwas/glob#Compile">github.com/gobwas/glob</a> 。示例: <code>Master</code>, <code>{master,release*}</code>。
settings.active=激活
settings.active_helper=触发事件的信息将发送到此 webhook 网址。
settings.add_hook_success=Web 钩子添加成功!
@@ -1833,7 +1832,6 @@ 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" 的分支保护已更新。