X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/1a32b25b5e85f68730aed95c65f252eb2e724978..refs/pull/1688/head:/resources/lang/es_AR/validation.php diff --git a/resources/lang/es_AR/validation.php b/resources/lang/es_AR/validation.php index 3c79de2bb..556903cb9 100644 --- a/resources/lang/es_AR/validation.php +++ b/resources/lang/es_AR/validation.php @@ -1,18 +1,19 @@ 'El :attribute debe ser aceptado.', 'active_url' => 'El :attribute no es una URl válida.', 'after' => 'El :attribute debe ser una fecha posterior :date.', @@ -39,6 +40,7 @@ return [ 'exists' => 'El :attribute seleccionado es inválido.', 'image' => 'El :attribute debe ser una imagen.', 'in' => 'El selected :attribute es inválio.', + 'image_extension' => 'El :attribute debe tener una extensión de imagen válida y soportada.', 'integer' => 'El :attribute debe ser un entero.', 'ip' => 'El :attribute debe ser una dirección IP álida.', 'max' => [ @@ -54,6 +56,7 @@ return [ 'string' => ':attribute debe ser al menos :min caracteres.', 'array' => ':attribute debe tener como mínimo :min items.', ], + 'no_double_extension' => 'El :attribute debe tener una única extensión de archivo.', 'not_in' => ':attribute seleccionado es inválio.', 'numeric' => ':attribute debe ser numérico.', 'regex' => ':attribute con formato inválido', @@ -73,36 +76,17 @@ return [ 'string' => 'El atributo :attribute debe ser una cadena.', 'timezone' => 'El atributo :attribute debe ser una zona válida.', 'unique' => 'El atributo :attribute ya ha sido tomado.', - 'url' => 'El atributo :attribute tiene un formato inválid.', - - /* - |-------------------------------------------------------------------------- - | Custom Validation Language Lines - |-------------------------------------------------------------------------- - | - | Here you may specify custom validation messages for attributes using the - | convention "attribute.rule" to name the lines. This makes it quick to - | specify a specific custom language line for a given attribute rule. - | - */ + 'url' => 'El atributo :attribute tiene un formato inválido.', + 'uploaded' => 'El archivo no se pudo subir. Puede ser que el servidor no acepte archivos de este tamaño.', + // Custom validation lines - Líneas de validación personalizadas 'custom' => [ 'password-confirm' => [ 'required_with' => 'Confirmación de Password requerida', ], ], - /* - |-------------------------------------------------------------------------- - | Custom Validation Attributes - |-------------------------------------------------------------------------- - | - | The following language lines are used to swap attribute place-holders - | with something more reader friendly such as E-Mail Address instead - | of "email". This simply helps us make messages a little cleaner. - | - */ - + // Custom validation attributes - Atributos de validación personalizados 'attributes' => [], ];