summaryrefslogtreecommitdiffstats
path: root/config/locales/zh-TW.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/locales/zh-TW.yml')
-rw-r--r--config/locales/zh-TW.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml
index 041410ca0..ccd9053d4 100644
--- a/config/locales/zh-TW.yml
+++ b/config/locales/zh-TW.yml
@@ -189,6 +189,10 @@
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"
+ must_contain_uppercase: "must contain uppercase letters (A-Z)"
+ must_contain_lowercase: "must contain lowercase letters (a-z)"
+ must_contain_digits: "must contain digits (0-9)"
+ must_contain_special_chars: "must contain special characters (!, $, %, ...)"
# You can define own errors for models or model attributes.
# The values :model, :attribute and :value are always available for interpolation.