New translations validation.php (Chinese Traditional)

This commit is contained in:
James Cole
2017-08-25 07:35:52 +02:00
parent 77ee046b3f
commit e76a6dc00f

View File

@@ -14,7 +14,7 @@ declare(strict_types=1);
return [
'iban' => '這不是有效的 IBAN。',
'unique_account_number_for_user' => '此帳號號碼已經存在。',
'deleted_user' => '',
'deleted_user' => 'Due to security constraints, you cannot register using this email address.',
'rule_trigger_value' => '此值不能用於所選擇的事件。',
'rule_action_value' => '此值不能用於所選擇的動作。',
'invalid_domain' => '基於安全理由,你無法使用此域名註冊。',
@@ -24,8 +24,8 @@ return [
'file_too_large' => '檔案 ":name" 過大。',
'belongs_to_user' => ':attribute 的值是未知的。',
'accepted' => ':attribute 必須被接受。',
'bic' => '',
'more' => '',
'bic' => 'This is not a valid BIC.',
'more' => ':attribute must be larger than zero.',
'active_url' => ':attribute 不是有效的URL。',
'after' => ':attribute 必須是一個在 :date 之後的日期。',
'alpha' => ':attribute 只允許包含字母。',
@@ -84,11 +84,11 @@ return [
'url' => ':attribute 格式無效。',
'timezone' => ':attribute 必須是有效的區域。',
'2fa_code' => ':attribute 格式無效。',
'dimensions' => '',
'distinct' => '',
'file' => '',
'in_array' => '',
'present' => '',
'amount_zero' => '',
'secure_password' => '',
'dimensions' => 'The :attribute has invalid image dimensions.',
'distinct' => 'The :attribute field has a duplicate value.',
'file' => 'The :attribute must be a file.',
'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',
];