]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/hu/validation.php
Added login throttling test, updated reset-pw test method names
[bookstack] / resources / lang / hu / validation.php
index 3d24cec3ca7ac9c625d3072e43646059b1e9051a..db6d24f8a2c212acce5a90b46a07a2bf0611f4fb 100644 (file)
@@ -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.',