mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations validation.php (Chinese Traditional)
This commit is contained in:
parent
8e4a480f05
commit
455c6e0d39
@ -14,7 +14,7 @@ declare(strict_types=1);
|
||||
return [
|
||||
'iban' => '這不是有效的 IBAN。',
|
||||
'unique_account_number_for_user' => '此帳號號碼已經存在。',
|
||||
'deleted_user' => 'Due to security constraints, you cannot register using this email address.',
|
||||
'deleted_user' => '',
|
||||
'rule_trigger_value' => '此值不能用於所選擇的事件。',
|
||||
'rule_action_value' => '此值不能用於所選擇的動作。',
|
||||
'invalid_domain' => '基於安全理由,你無法使用此域名註冊。',
|
||||
@ -24,8 +24,8 @@ return [
|
||||
'file_too_large' => '檔案 ":name" 過大。',
|
||||
'belongs_to_user' => ':attribute 的值是未知的。',
|
||||
'accepted' => ':attribute 必須被接受。',
|
||||
'bic' => 'This is not a valid BIC.',
|
||||
'more' => ':attribute must be larger than zero.',
|
||||
'bic' => '',
|
||||
'more' => '',
|
||||
'active_url' => ':attribute 不是有效的URL。',
|
||||
'after' => ':attribute 必須是一個在 :date 之後的日期。',
|
||||
'alpha' => ':attribute 只允許包含字母。',
|
||||
@ -84,11 +84,11 @@ return [
|
||||
'url' => ':attribute 格式無效。',
|
||||
'timezone' => ':attribute 必須是有效的區域。',
|
||||
'2fa_code' => ':attribute 格式無效。',
|
||||
'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',
|
||||
'dimensions' => '',
|
||||
'distinct' => '',
|
||||
'file' => '',
|
||||
'in_array' => '',
|
||||
'present' => '',
|
||||
'amount_zero' => '',
|
||||
'secure_password' => '',
|
||||
];
|
Loading…
Reference in New Issue
Block a user