From: Dan Brown Date: Fri, 27 Dec 2019 16:38:02 +0000 (+0000) Subject: New translations validation.php (Hungarian) X-Git-Tag: v0.28.0~1^2~18^2~92 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/15df902a32c738c36fe30e565386d0f55fb68a7e New translations validation.php (Hungarian) --- diff --git a/resources/lang/hu/validation.php b/resources/lang/hu/validation.php index 023f9f0a4..8b292318f 100644 --- a/resources/lang/hu/validation.php +++ b/resources/lang/hu/validation.php @@ -30,12 +30,12 @@ return [ 'digits' => ':attribute :digits számból kell álljon.', 'digits_between' => ':attribute hosszának :min és :max számjegy között kell lennie.', '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ő.', 'gt' => [ - 'numeric' => 'The :attribute must be greater than :value.', - 'file' => 'The :attribute must be greater than :value kilobytes.', - 'string' => 'The :attribute must be greater than :value characters.', + 'numeric' => ':attribute nagyobb kell, hogy legyen, mint :value.', + 'file' => ':attribute nagyobb kell, hogy legyen, mint :value kilobájt.', + 'string' => ':attribute nagyobb kell legyen mint :value karakter.', 'array' => 'The :attribute must have more than :value items.', ], 'gte' => [