]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/it/validation.php
Revamped workings of WYSIWYG code blocks
[bookstack] / resources / lang / it / validation.php
index 62f0701198d9aebb52ee1687d24ab4b885ec5946..786077da54652a5c86d4ec5af979f11529496f94 100755 (executable)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => 'Il campo :attribute deve essere tra i numeri :min e :max.',
     'email'                => 'Il campo :attribute deve essere un indirizzo email valido.',
     'ends_with' => ':attribute deve terminare con uno dei seguenti: :values',
+    'file'                 => 'The :attribute must be provided as a valid file.',
     'filled'               => 'Il campo :attribute field is required.',
     'gt'                   => [
         'numeric' => ':attribute deve essere maggiore di :value.',