diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-09-01 04:00:55 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-09-01 04:00:55 +0000 |
commit | 6df3bb0cbb5ecc67385a7d33480307a7aab31556 (patch) | |
tree | c45a22456b0673e777ad27ab51e7e477ea59bbae | |
parent | 26f0e0dfb1e5da83a14b2165fd2bae1bd2933313 (diff) | |
download | redmine-6df3bb0cbb5ecc67385a7d33480307a7aab31556.tar.gz redmine-6df3bb0cbb5ecc67385a7d33480307a7aab31556.zip |
Traditional Chinese translation updated by ChunChang Lo (#23637)
git-svn-id: http://svn.redmine.org/redmine/trunk@15785 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | config/locales/zh-TW.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index 15b1bee7c..56a172861 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -298,6 +298,7 @@ error_attachment_extension_not_allowed: "附件之附檔名不允許使用 %{extension}" error_ldap_bind_credentials: "無效的 LDAP 帳號/密碼" error_no_tracker_allowed_for_new_issue_in_project: "此專案沒有您可用來建立新議題的追蹤標籤" + error_no_projects_with_tracker_allowed_for_new_issue: "此追蹤標籤沒有您可用來建立新議題的專案" mail_subject_lost_password: 您的 Redmine 網站密碼 mail_body_lost_password: '欲變更您的 Redmine 網站密碼, 請點選以下鏈結:' @@ -1277,8 +1278,6 @@ description_date_from: 輸入起始日期 description_date_to: 輸入結束日期 text_repository_identifier_info: '僅允許使用小寫英文字母 (a-z), 阿拉伯數字, 虛線與底線。<br />一旦儲存之後, 代碼便無法再次被更改。' - error_no_projects_with_tracker_allowed_for_new_issue: There are no projects with trackers - for which you can create an issue field_textarea_font: Font used for text areas label_font_default: Default font label_font_monospace: Monospaced font |