diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-07-19 17:00:15 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-07-19 17:00:15 +0000 |
commit | 872a6c7e6c974ac5c444b7cfa6bba97eaaa7e602 (patch) | |
tree | c510101a339a886437155566ebeb9b0c53989b0c /config | |
parent | e66591c6e83d9a470736813934d666d5a293380d (diff) | |
download | redmine-872a6c7e6c974ac5c444b7cfa6bba97eaaa7e602.tar.gz redmine-872a6c7e6c974ac5c444b7cfa6bba97eaaa7e602.zip |
Merged r15703 from trunk to 3.2-stable (#20720, #23171, #23373, #23374)
Traditional Chinese "issue" translation in r15702 change.
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15709 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/zh-TW.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index 062a35932..c87ba150a 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -186,7 +186,7 @@ not_same_project: "不屬於同一個專案" circular_dependency: "這個關聯會導致環狀相依" cant_link_an_issue_with_a_descendant: "議題無法被連結至自己的子任務" - earlier_than_minimum_start_date: "不能早於 %{date} 因為有前置問題" + earlier_than_minimum_start_date: "不能早於 %{date} 因為有前置議題" # You can define own errors for models or model attributes. # The values :model, :attribute and :value are always available for interpolation. |