diff options
author | GiteaBot <teabot@gitea.io> | 2022-02-15 00:15:56 +0000 |
---|---|---|
committer | GiteaBot <teabot@gitea.io> | 2022-02-15 00:15:56 +0000 |
commit | 2be49dee71af997ed944c177a090aeb3e6d606e8 (patch) | |
tree | d8aac66759e4168ca2422bdc829c0cc6cd7b5088 /options | |
parent | 4482f62a26b5f66c1223b469b245ef8d65bae81a (diff) | |
download | gitea-2be49dee71af997ed944c177a090aeb3e6d606e8.tar.gz gitea-2be49dee71af997ed944c177a090aeb3e6d606e8.zip |
[skip ci] Updated translations via Crowdin
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_zh-CN.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini index b4de7d8131..2c107b6665 100644 --- a/options/locale/locale_zh-CN.ini +++ b/options/locale/locale_zh-CN.ini @@ -1114,6 +1114,7 @@ editor.cannot_commit_to_protected_branch=不可以提交到受保护的分支 '% editor.no_commit_to_branch=无法直接提交分支,因为: editor.user_no_push_to_branch=用户不能推送到分支 editor.require_signed_commit=分支需要签名提交 +editor.revert=将 %s 还原到: commits.desc=浏览代码修改历史 commits.commits=次代码提交 @@ -1135,6 +1136,9 @@ commits.gpg_key_id=GPG 密钥 ID commits.ssh_key_fingerprint=SSH 密钥指纹 commit.actions=操作 +commit.revert=还原 +commit.revert-header=还原: %s +commit.revert-content=选择要还原的分支: ext_issues=访问外部工单 ext_issues.desc=链接到外部工单跟踪系统。 |