diff options
author | GiteaBot <teabot@gitea.io> | 2020-12-22 02:55:02 +0000 |
---|---|---|
committer | GiteaBot <teabot@gitea.io> | 2020-12-22 02:55:02 +0000 |
commit | 6f1dddf5c38e86d8cd89c19f13a924a83a99dea5 (patch) | |
tree | ca2f643474dda55e531f9ecf6e90b7461e01db37 /options/locale/locale_zh-CN.ini | |
parent | f6bec8529697bdb89ebcd0901ba093f06aa9ac46 (diff) | |
download | gitea-6f1dddf5c38e86d8cd89c19f13a924a83a99dea5.tar.gz gitea-6f1dddf5c38e86d8cd89c19f13a924a83a99dea5.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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini index 227f0c832b..002c6aefa0 100644 --- a/options/locale/locale_zh-CN.ini +++ b/options/locale/locale_zh-CN.ini @@ -1522,7 +1522,6 @@ settings.trust_model.collaborator.long=协作者:信任协作者的签名 settings.trust_model.collaborator.desc=此仓库中协作者的有效签名将被标记为“可信” - 不管他们是否是提交者。否则,如果签名匹配了提交者,有效的签名将被标记为“不可信”。 settings.trust_model.committer=提交者 settings.trust_model.committer.long=提交者: 信任与提交者匹配的签名 (匹配GitHub 并强制Gitea签名的提交者将Gitea作为提交者) -settings.trust_model.committer.desc=此仓库中匹配为提交者的有效签名将仅被标记为“可信”。否则,将会标记为未匹配。这将强制 Gitea 在签名提交上将实际提交者加上 Co-Authored-By: 和 Co-Committed-By: 。默认的Gitea密钥必须匹配Gitea用户。 settings.trust_model.collaboratorcommitter=协作者+提交者 settings.trust_model.collaboratorcommitter.long=协作者+提交者:信任协作者同时是提交者的签名 settings.trust_model.collaboratorcommitter.desc=如果匹配为提交者,此仓库中协作者的有效签名将被标记为“可信”。否则,如果签名匹配了提交者或者未匹配,有效的签名将被标记为“不可信”。这将强制 Gitea 在签名提交上将实际提交者加上 Co-Authored-By: 和 Co-Committed-By: 。默认的Gitea密钥必须匹配Gitea用户。 |