summaryrefslogtreecommitdiffstats
path: root/config/locales
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2016-07-19 14:23:36 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2016-07-19 14:23:36 +0000
commitac94f9c52ca7cefbc95fdf855f0772fe545e9ecb (patch)
tree176c6825d6a244d2a63117f45008b8ede5049217 /config/locales
parent402a348aa032921a05fe0799b74f8c17753e3b1b (diff)
downloadredmine-ac94f9c52ca7cefbc95fdf855f0772fe545e9ecb.tar.gz
redmine-ac94f9c52ca7cefbc95fdf855f0772fe545e9ecb.zip
Traditional Chinese "issue" translation in r15702 change (#20720, #23171, #23373, #23374)
git-svn-id: http://svn.redmine.org/redmine/trunk@15703 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r--config/locales/zh-TW.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml
index ae32631da..12e5da391 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.