]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/pl/validation.php
Revamped workings of WYSIWYG code blocks
[bookstack] / resources / lang / pl / validation.php
index ab4c9da7b9d689f3d3ad09919bbd3db3d7b0d691..ebf4f76e6519a70c73f30b483d33fc173ca0488f 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute musi mieć od :min do :max cyfr.',
     'email'                => ':attribute musi być prawidłowym adresem e-mail.',
     'ends_with' => ':attribute musi kończyć się jedną z poniższych wartości: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => ':attribute jest wymagany.',
     'gt'                   => [
         'numeric' => ':attribute musi być większy niż :value.',