diff options
author | Unknwon <u@gogs.io> | 2017-02-27 18:38:16 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-27 18:38:16 -0500 |
commit | b3757e424ffc47f7ae07d8fecd9f2ecf98f20679 (patch) | |
tree | 26f2ba923a914bc6332535d61d1fe7c189515ccb /conf/locale/locale_zh-TW.ini | |
parent | 2381fe72cbacf8a375ec1a2f291ec3292bb52334 (diff) |
Prepare release
Diffstat (limited to 'conf/locale/locale_zh-TW.ini')
-rw-r--r-- | conf/locale/locale_zh-TW.ini | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/conf/locale/locale_zh-TW.ini b/conf/locale/locale_zh-TW.ini index 99e247b9..b868b00d 100644 --- a/conf/locale/locale_zh-TW.ini +++ b/conf/locale/locale_zh-TW.ini @@ -473,7 +473,7 @@ editor.add_subdir=新增子目錄... editor.unable_to_upload_files=上傳檔案失敗到 '%s', 錯誤訊息: %v editor.upload_files_to_dir=上傳檔案到 '%s' -commits.commit_history=Commit History +commits.commit_history=提交歷史 commits.commits=次代碼提交 commits.search=搜索提交歷史 commits.find=查找 @@ -656,7 +656,11 @@ settings.protect_require_pull_request=請使用 pull request 來更新(合併) settings.protect_require_pull_request_desc=啟用這個選項之後,程式碼將無法直接 Push 到這個分支,所有 Commit 必須先 Push 到另一個非保護的分支,再透過 Pull Request 來要求合併。 settings.protect_whitelist_committers=限制誰可以 Push 到這個分支 settings.protect_whitelist_committers_desc=新增用戶或團隊到可以直接push到這個分支的白名單。 -settings.update_protect_branch_success=Protect options for this branch has been updated successfully! +settings.protect_whitelist_users=Users who can push to this branch +settings.protect_whitelist_search_users=Search users +settings.protect_whitelist_teams=Teams for which members of them can push to this branch +settings.protect_whitelist_search_teams=Search teams +settings.update_protect_branch_success=此分支設置保護已更新成功! settings.hooks=管理 Web 鉤子 settings.githooks=管理 Git 鉤子 settings.basic_settings=基本設置 @@ -684,6 +688,7 @@ settings.tracker_issue_style.alphanumeric=字母及數字 settings.tracker_url_format_desc=您可以使用 <code>{user} {repo} {index}</code> 分別作為用戶名、倉庫名和問題索引的占位符。 settings.pulls_desc=啟用合併請求以接受社區貢獻 settings.danger_zone=危險操作區 +settings.cannot_fork_to_same_owner=You cannot fork a repository to its original owner. settings.new_owner_has_same_repo=新的倉庫擁有者已經存在同名倉庫! settings.convert=轉換為正規倉庫 settings.convert_desc=您可以將此鏡像轉成正規倉庫。此動做不可逆。 @@ -718,7 +723,6 @@ settings.collaborator_deletion_desc=刪除後此使用者將不再有協同者 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> 獲取更多信息。 settings.webhook_deletion=刪除 Web 鉤子 @@ -741,6 +745,7 @@ settings.add_webhook_desc=我們會通過 <code>POST</code> 請求將訂閱事 settings.payload_url=推送地址 settings.content_type=數據格式 settings.secret=密鑰文本 +settings.secret_desc=Secret will be sent as SHA256 HMAC hex digest of payload via <code>X-Gogs-Signature</code> header. settings.slack_username=服務名稱 settings.slack_icon_url=圖標 URL settings.slack_color=顏色代碼 |