diff options
author | Unknwon <u@gogs.io> | 2016-02-24 01:14:43 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-24 01:14:43 -0500 |
commit | d324500959c06e975921790f8770aa5d1bdf2344 (patch) | |
tree | 32ff703735a1baf56fb7958eb5c6bae7be3f7846 /conf/locale/locale_zh-CN.ini | |
parent | 3d218861e21893dcaebe7b2deff99c197c68ac7d (diff) | |
download | gitea-d324500959c06e975921790f8770aa5d1bdf2344.tar.gz gitea-d324500959c06e975921790f8770aa5d1bdf2344.zip |
Prepare to release
Diffstat (limited to 'conf/locale/locale_zh-CN.ini')
-rwxr-xr-x[-rw-r--r--] | conf/locale/locale_zh-CN.ini | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/locale/locale_zh-CN.ini b/conf/locale/locale_zh-CN.ini index bb0c473b4f..1cbc14e4e0 100644..100755 --- a/conf/locale/locale_zh-CN.ini +++ b/conf/locale/locale_zh-CN.ini @@ -612,6 +612,7 @@ settings.add_collaborator=增加新的协作者 settings.add_collaborator_success=成功添加新的协作者! settings.remove_collaborator_success=被操作的协作者已经被收回权限! settings.search_user_placeholder=搜索用户... +settings.org_not_allowed_to_be_collaborator=组织不允许被添加为仓库协作者! settings.user_is_org_member=被操作的用户是组织成员,因此无法添加为协作者! settings.add_webhook=添加 Web 钩子 settings.hooks_desc=Web 钩子允许您设定在 Gogs 上发生指定事件时对指定 URL 发送 POST 通知。查看 <a target="_blank" href="%s">Webhooks 文档</a> 获取更多信息。 @@ -921,6 +922,7 @@ auths.attribute_username_placeholder=留空表示使用用户登录时所使用 auths.attribute_name=名字属性 auths.attribute_surname=姓氏属性 auths.attribute_mail=邮箱属性 +auths.attributes_in_bind=从 Bind DN 中拉取属性信息 auths.filter=用户过滤规则 auths.admin_filter=管理员过滤规则 auths.ms_ad_sa=Ms Ad SA @@ -972,7 +974,6 @@ config.register_email_confirm=注册邮件确认 config.disable_register=关闭注册功能 config.show_registration_button=显示注册按钮 config.require_sign_in_view=强制登录浏览 -config.enable_cache_avatar=开启缓存头像 config.mail_notify=邮件通知提醒 config.disable_key_size_check=禁用密钥最小长度检查 config.enable_captcha=启用验证码服务 @@ -1039,6 +1040,8 @@ create_repo=创建了仓库 <a href="%s">%s</a> rename_repo=重命名仓库 <code>%[1]s</code> 为 <a href="%[2]s">%[3]s</a> commit_repo=推送了 <a href="%[1]s/src/%[2]s">%[3]s</a> 分支的代码到 <a href="%[1]s">%[4]s</a> create_issue=`创建了工单 <a href="%s/issues/%s">%s#%[2]s</a>` +close_issue=`关闭了工单 <a href="%s/issues/%s">%s#%[2]s</a>` +reopen_issue=`重新开启了工单 <a href="%s/issues/%s">%s#%[2]s</a>` create_pull_request=`创建了合并请求 <a href="%s/pulls/%s">%s#%[2]s</a>` comment_issue=`评论了工单 <a href="%s/issues/%s">%s#%[2]s</a>` merge_pull_request=`合并了合并请求 <a href="%s/pulls/%s">%s#%[2]s</a>` |