]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/es/validation.php
Updated attachment links to have dropdown for open type
[bookstack] / resources / lang / es / validation.php
index 177eb812c47d5cff9eb84e147a3143100f05aad5..bfcb050bea4de6f18b48c3b2a2c7aa7a5fb16fe0 100644 (file)
@@ -32,6 +32,7 @@ return [
     'digits_between'       => ':attribute debe ser un valor entre :min y :max dígios.',
     'email'                => ':attribute debe ser un correo electrónico válido.',
     'ends_with' => 'El :attribute debe terminar con uno de los siguientes: :values',
+    'file'                 => 'El :attribute debe ser proporcionado como un archivo válido.',
     'filled'               => 'El campo :attribute es requerido.',
     'gt'                   => [
         'numeric' => 'El :attribute debe ser mayor que :value.',