diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-01-17 05:30:45 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-01-17 05:30:45 +0000 |
commit | 1efe02179d3496be3412242b8ac0cb01d2247854 (patch) | |
tree | 8b5ee1a8b6d0cd758d4ac95144420d3b2552ed6e /config/locales | |
parent | 1751ad63a718b46e1ae5799bef0e343e9829bb87 (diff) | |
download | redmine-1efe02179d3496be3412242b8ac0cb01d2247854.tar.gz redmine-1efe02179d3496be3412242b8ac0cb01d2247854.zip |
Merged r16212 from trunk to 3.2-stable (#24824)
Traditional Chinese translation for 3.2-stable updated by ChunChang Lo.
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@16215 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-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 cdbba4f5f..c647a7441 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -296,6 +296,7 @@ error_invalid_csv_file_or_settings: "這個檔案不是一個 CSV 檔案,或是未符合下面所列之設定值" error_can_not_read_import_file: "讀取匯入檔案時發生錯誤" error_attachment_extension_not_allowed: "附件之附檔名不允許使用 %{extension}" + error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: "無法將耗用工時重新分配給即將被刪除的問題" mail_subject_lost_password: 您的 Redmine 網站密碼 mail_body_lost_password: '欲變更您的 Redmine 網站密碼, 請點選以下鏈結:' @@ -1256,5 +1257,3 @@ description_date_from: 輸入起始日期 description_date_to: 輸入結束日期 text_repository_identifier_info: '僅允許使用小寫英文字母 (a-z), 阿拉伯數字, 虛線與底線。<br />一旦儲存之後, 代碼便無法再次被更改。' - error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted: Spent time cannot - be reassigned to an issue that is about to be deleted |