diff options
author | GiteaBot <teabot@gitea.io> | 2021-03-20 00:12:40 +0000 |
---|---|---|
committer | GiteaBot <teabot@gitea.io> | 2021-03-20 00:12:40 +0000 |
commit | bb5eb849f2ae2316be8f6f1da96cf3a655733d22 (patch) | |
tree | 1ef657a876b9481d569ba619da5597962581046c /options/locale/locale_zh-CN.ini | |
parent | 0fe32826eda43d95c457ace2863f159aa67c40f5 (diff) | |
download | gitea-bb5eb849f2ae2316be8f6f1da96cf3a655733d22.tar.gz gitea-bb5eb849f2ae2316be8f6f1da96cf3a655733d22.zip |
[skip ci] Updated translations via Crowdin
Diffstat (limited to 'options/locale/locale_zh-CN.ini')
-rw-r--r-- | options/locale/locale_zh-CN.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini index 5e30eac08f..a02b946444 100644 --- a/options/locale/locale_zh-CN.ini +++ b/options/locale/locale_zh-CN.ini @@ -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>` |