diff options
author | Unknwon <u@gogs.io> | 2016-07-09 23:59:13 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-09 23:59:13 +0800 |
commit | a1f717f65a8b9260a8a354d1ff8886f0e89e74f3 (patch) | |
tree | 383f532644495c8a96d763e898ad2342dcac47ad /conf/locale/locale_zh-TW.ini | |
parent | 70a281a39b987d5bc19dbfcb94b0e6381a44ab73 (diff) | |
download | gitea-a1f717f65a8b9260a8a354d1ff8886f0e89e74f3.tar.gz gitea-a1f717f65a8b9260a8a354d1ff8886f0e89e74f3.zip |
Update locale
Diffstat (limited to 'conf/locale/locale_zh-TW.ini')
-rw-r--r-- | conf/locale/locale_zh-TW.ini | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/conf/locale/locale_zh-TW.ini b/conf/locale/locale_zh-TW.ini index 5d5971a787..5dc3ba8a4c 100644 --- a/conf/locale/locale_zh-TW.ini +++ b/conf/locale/locale_zh-TW.ini @@ -157,6 +157,7 @@ reset_password=重置密碼 invalid_code=對不起,您的確認代碼已過期或已失效。 reset_password_helper=單擊此處重置密碼 password_too_short=密碼長度不能少於 6 位! +non_local_account=Non-local accounts cannot change passwords through Gogs. [mail] activate_account=請激活您的帳戶 @@ -219,8 +220,7 @@ org_still_own_repo=該組織仍然是某些倉庫的擁有者,您必須先轉 target_branch_not_exist=目標分支不存在 [user] -change_avatar=到 gravatar.com 上修改您的頭像 -change_custom_avatar=到個人設置中修改頭像 +change_avatar=Change your avatar join_on=加入於 repositories=倉庫列表 activity=公開活動 @@ -350,6 +350,8 @@ readme_helper=請選擇readme模板 auto_init=使用選定的文件和模板初始化倉庫 create_repo=創建倉庫 default_branch=默認分支 +mirror_prune=Prune +mirror_prune_desc=Remove any remote-tracking references that no longer exist on the remote mirror_interval=鏡像同步周期(小時) mirror_address=鏡像地址 mirror_address_desc=請在位址中包括必要的使用者憑據。 @@ -561,6 +563,10 @@ wiki.last_updated=最後更新於 %s settings=倉庫設置 settings.options=基本設置 settings.collaboration=管理協作者 +settings.collaboration.admin=Admin +settings.collaboration.write=Write +settings.collaboration.read=Read +settings.collaboration.undefined=Undefined settings.hooks=管理 Web 鉤子 settings.githooks=管理 Git 鉤子 settings.basic_settings=基本設置 @@ -575,6 +581,9 @@ settings.external_wiki_url_desc=當分頁上按一下,訪客將會重新導到 settings.issues_desc=啟用內置的輕量級問題管理系統 settings.use_external_issue_tracker=使用外部的問題管理系統 settings.tracker_url_format=外部問題管理系統的 URL 格式 +settings.tracker_issue_style=External Issue Tracker Naming Style: +settings.tracker_issue_style.numeric=Numeric <span class="ui light grey text">(1234)</span> +settings.tracker_issue_style.alphanumeric=Alphanumeric <span class="ui light grey text">(ABC-123, DEFG-234, ...)</span> settings.tracker_url_format_desc=您可以使用 <code>{user} {repo} {index}</code> 分別作為用戶名、倉庫名和問題索引的占位符。 settings.pulls_desc=啟用合併請求以接受社區貢獻 settings.danger_zone=危險操作區 @@ -597,9 +606,7 @@ settings.delete=刪除本倉庫 settings.delete_desc=刪除倉庫操作不可逆轉,請三思而後行。 settings.delete_notices_1=- 此操作 <strong>不可以</strong> 被回滾。 settings.delete_notices_2=- 此操作將永久刪除該倉庫,包括 Git 數據、 問題、 評論和協作者的操作權限。 -settings.delete_notices_fork_1=- 如果該倉庫為公開的,則在刪除倉庫後所有的派生倉庫都將轉換成獨立的倉庫。 -settings.delete_notices_fork_2=- 如果該倉庫為私有,則會同時刪除所有的派生倉庫。 -settings.delete_notices_fork_3=- 如果您想要保留派生倉庫,請先將可見性修改為公開的後再進行刪除操作。 +settings.delete_notices_fork_1=- All forks will become independent after deletion. settings.deletion_success=倉庫刪除成功! settings.update_settings_success=倉庫設置更新成功! settings.transfer_owner=新擁有者 @@ -683,6 +690,8 @@ diff.show_unified_view=統一視圖 diff.stats_desc=共有 <strong> %d 個文件被更改</strong>,包括 <strong>%d 次插入</strong> 和 <strong>%d 次删除</strong> diff.bin=二進制 diff.view_file=查看文件 +diff.file_supressed=File diff supressed because it is too large +diff.too_many_files=Some files were not shown because too many files changed in this diff release.releases=版本發佈 release.new_release=發佈新版本 @@ -910,6 +919,7 @@ auths.enabled=已啟用 auths.updated=最後更新時間 auths.auth_type=認證類型 auths.auth_name=認證名稱 +auths.security_protocol=Security Protocol auths.domain=域名 auths.host=主機地址 auths.port=主機端口 |