diff --git a/resources/lang/zh_TW/validation.php b/resources/lang/zh_TW/validation.php index f1593f0b18..0cca5af228 100644 --- a/resources/lang/zh_TW/validation.php +++ b/resources/lang/zh_TW/validation.php @@ -88,4 +88,5 @@ return [ 'in_array' => 'The :attribute field does not exist in :other.', 'present' => 'The :attribute field must be present.', 'amount_zero' => 'The total amount cannot be zero', + 'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN', ]; \ No newline at end of file