X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a274406038e13cf678e14d65dfa70d04ead67206..refs/pull/3745/head:/resources/lang/hu/validation.php diff --git a/resources/lang/hu/validation.php b/resources/lang/hu/validation.php index 3d24cec3c..db6d24f8a 100644 --- a/resources/lang/hu/validation.php +++ b/resources/lang/hu/validation.php @@ -32,6 +32,7 @@ return [ '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' => ':attribute attribútumnak a következők egyikével kell végződnie: :values', + 'file' => 'The :attribute must be provided as a valid file.', 'filled' => ':attribute mező kötelező.', 'gt' => [ 'numeric' => ':attribute nagyobb kell, hogy legyen, mint :value.',