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-03-20 00:12:40 +00:00
parent 0fe32826ed
commit bb5eb849f2
3 changed files with 183 additions and 1 deletions

View File

@@ -788,6 +788,8 @@ migrate.clone_address=从 URL 迁移/克隆
migrate.clone_address_desc=现有仓库的 HTTP(s) 或 Git "clone" URL
migrate.clone_local_path=或服务器本地路径
migrate.permission_denied=您没有获得导入本地仓库的权限。
migrate.permission_denied_blocked=不允许从被屏蔽的主机导入。
migrate.permission_denied_private_ip=不允许从私有IP导入。
migrate.invalid_local_path=无效的本地路径,不存在或不是一个目录!
migrate.failed=迁移失败:%v
migrate.lfs_mirror_unsupported=不支持镜像 LFS 对象 - 使用 'git lfs fetch --all' 和 'git lfs push --all' 替代。
@@ -1353,7 +1355,7 @@ pulls.update_branch=更新分支
pulls.update_branch_success=分支更新成功
pulls.update_not_allowed=您无权更新分支
pulls.outdated_with_base_branch=此分支相比基础分支已过期
pulls.closed_at=`关闭此合并请求 <a id="%[1]s" href="#%[1]s">%[2]s</a>`
pulls.closed_at=` <a id="%[1]s" href="#%[1]s">%[2]s</a> 关闭此合并请求 `
pulls.reopened_at=`重新打开此合并请求 <a id="%[1]s" href="#%[1]s">%[2]s</a>`
pulls.merge_instruction_hint=`你也可以查看 <a class="show-instruction">命令行指令</a>`