diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-07-19 14:16:34 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-07-19 14:16:34 +0000 |
commit | 402a348aa032921a05fe0799b74f8c17753e3b1b (patch) | |
tree | f3ef36750202c44100b89b8dada8ee2101267988 | |
parent | e25d589d49ea98db99dddddaa266a74fc4fc3e64 (diff) | |
download | redmine-402a348aa032921a05fe0799b74f8c17753e3b1b.tar.gz redmine-402a348aa032921a05fe0799b74f8c17753e3b1b.zip |
Traditional Chinese translation updated by Tigergm Wu (#23171, #23373, #23374)
git-svn-id: http://svn.redmine.org/redmine/trunk@15702 e93f8b46-1217-0410-a6f0-8f06a7374b81
-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 98ad59315..ae32631da 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: "cannot be earlier than %{date} because of preceding issues" + 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. |