mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Updated translations.
Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ return [
|
||||
'accepted' => ':attribute 必須被接受。',
|
||||
'active_url' => ':attribute 不是有效的URL。',
|
||||
'after' => ':attribute 必須是一個在 :date 之後的日期。',
|
||||
'alpha' => 'The :attribute may only contain letters.',
|
||||
'alpha' => ':attribute 只允許包含字母。',
|
||||
'alpha_dash' => ':attribute 只允許數字,字母,和下劃線。',
|
||||
'alpha_num' => ':attribute 只允許包含數字和字母。',
|
||||
'array' => ':attribute 必須是一個陣列。',
|
||||
@@ -29,10 +29,10 @@ return [
|
||||
'before' => ':attribute 必須是一個在 :date 之前的日期。',
|
||||
'unique_object_for_user' => '這個名稱已被使用。',
|
||||
'unique_account_for_user' => '這個帳號名稱已被使用。',
|
||||
'between.numeric' => 'The :attribute must be between :min and :max.',
|
||||
'between.numeric' => ':attribute 必須在 :min 和 :max 之間。',
|
||||
'between.file' => 'The :attribute must be between :min and :max kilobytes.',
|
||||
'between.string' => 'The :attribute must be between :min and :max characters.',
|
||||
'between.array' => 'The :attribute must have between :min and :max items.',
|
||||
'between.string' => ':attribute 包含的字符數量必須在 :min 到 :max 之間。',
|
||||
'between.array' => ':attribute 的數目必須在 :min 到 :max 之間。',
|
||||
'boolean' => 'The :attribute field must be true or false.',
|
||||
'confirmed' => 'The :attribute confirmation does not match.',
|
||||
'date' => 'The :attribute is not a valid date.',
|
||||
|
Reference in New Issue
Block a user