]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/pt_BR/validation.php
Guest create page: name field autofocus
[bookstack] / resources / lang / pt_BR / validation.php
index 705534cb6d5d67ce8b63f7d399fc68a5622a3072..68b85029843614f82b519e0870c49a68bb51f58f 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => 'O campo :attribute deve ter entre :min e :max dígitos.',
     'email'                => 'O campo :attribute deve ser um e-mail válido.',
     'ends_with' => 'O campo :attribute deve terminar com um dos seguintes: :values',
+    'file'                 => 'O :attribute deve ser um arquivo válido.',
     'filled'               => 'O campo :attribute é requerido.',
     'gt'                   => [
         'numeric' => 'O campo :attribute deve ser maior que :value.',