New translations validation.php (Hungarian)

This commit is contained in:
Dan Brown 2019-12-27 16:38:02 +00:00
parent 5e2908c996
commit 15df902a32

View File

@ -30,12 +30,12 @@ return [
'digits' => ':attribute :digits számból kell álljon.', 'digits' => ':attribute :digits számból kell álljon.',
'digits_between' => ':attribute hosszának :min és :max számjegy között kell lennie.', 'digits_between' => ':attribute hosszának :min és :max számjegy között kell lennie.',
'email' => ':attribute érvényes email cím kell legyen.', 'email' => ':attribute érvényes email cím kell legyen.',
'ends_with' => 'The :attribute must end with one of the following: :values', 'ends_with' => ':attribute attribútumnak a következők egyikével kell végződnie: :values',
'filled' => ':attribute mező kötelező.', 'filled' => ':attribute mező kötelező.',
'gt' => [ 'gt' => [
'numeric' => 'The :attribute must be greater than :value.', 'numeric' => ':attribute nagyobb kell, hogy legyen, mint :value.',
'file' => 'The :attribute must be greater than :value kilobytes.', 'file' => ':attribute nagyobb kell, hogy legyen, mint :value kilobájt.',
'string' => 'The :attribute must be greater than :value characters.', 'string' => ':attribute nagyobb kell legyen mint :value karakter.',
'array' => 'The :attribute must have more than :value items.', 'array' => 'The :attribute must have more than :value items.',
], ],
'gte' => [ 'gte' => [