summaryrefslogtreecommitdiffstats
path: root/config/locales/zh-TW.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-12-21 09:09:22 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-12-21 09:09:22 +0000
commitf3627e2a3d1a9fa606fc71f66776d4b879b92323 (patch)
tree4a417801393a9e68a7cccef954317a839227254b /config/locales/zh-TW.yml
parent3d1f72bc509e2fc8fc55e0ece3c3e230910d07c4 (diff)
downloadredmine-f3627e2a3d1a9fa606fc71f66776d4b879b92323.tar.gz
redmine-f3627e2a3d1a9fa606fc71f66776d4b879b92323.zip
Prevent parent issue from being closed if a child issue is open (#10989).
git-svn-id: http://svn.redmine.org/redmine/trunk@16108 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/zh-TW.yml')
-rw-r--r--config/locales/zh-TW.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml
index ccaed9f65..09b4d2f6b 100644
--- a/config/locales/zh-TW.yml
+++ b/config/locales/zh-TW.yml
@@ -188,6 +188,7 @@
cant_link_an_issue_with_a_descendant: "議題無法被連結至自己的子任務"
earlier_than_minimum_start_date: "不能早於 %{date} 因為有前置議題"
not_a_regexp: "is not a valid regular expression"
+ open_issue_with_closed_parent: "An open issue cannot be attached to a closed parent task"
# You can define own errors for models or model attributes.
# The values :model, :attribute and :value are always available for interpolation.