From d324500959c06e975921790f8770aa5d1bdf2344 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 24 Feb 2016 01:14:43 -0500 Subject: Prepare to release --- conf/locale/locale_zh-HK.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) mode change 100644 => 100755 conf/locale/locale_zh-HK.ini (limited to 'conf/locale/locale_zh-HK.ini') diff --git a/conf/locale/locale_zh-HK.ini b/conf/locale/locale_zh-HK.ini old mode 100644 new mode 100755 index 377e534c..5764f666 --- a/conf/locale/locale_zh-HK.ini +++ b/conf/locale/locale_zh-HK.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=Organization is not allowed to be added as a collaborator. settings.user_is_org_member=被操作的用戶是組織成員,因此無法添加為協作者! settings.add_webhook=添加 Web 鉤子 settings.hooks_desc=Web 鉤子允許您設定在 Gogs 上發生指定事件時對指定 URL 發送 POST 通知。查看 Webhooks 文檔 獲取更多信息。 @@ -921,6 +922,7 @@ auths.attribute_username_placeholder=留空表示使用用戶登錄時所使用 auths.attribute_name=名子屬性 auths.attribute_surname=姓氏屬性 auths.attribute_mail=電子郵箱屬性 +auths.attributes_in_bind=Fetch attributes in Bind DN context 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=創建了儲存庫 %s rename_repo=重新命名倉庫 %[1]s%[3]s commit_repo=推送了 %[3]s 分支的代碼到 %[4]s create_issue=`創建了問題 %s#%[2]s` +close_issue=`closed issue %s#%[2]s` +reopen_issue=`reopened issue %s#%[2]s` create_pull_request=`創建了合併請求 %s#%[2]s` comment_issue=`評論了問題 %s#%[2]s` merge_pull_request=`合併了合併請求 %s#%[2]s` -- cgit v1.2.3