spanish translation
This commit is contained in:
@ -33,19 +33,20 @@ return [
|
||||
'confirmed' => ':attribute la confirmación no coincide.',
|
||||
'date' => ':attribute no es una fecha válida.',
|
||||
'date_format' => ':attribute no cumple el formato :format.',
|
||||
'different' => ':attribute y :other deben ser diferentes.',
|
||||
'different' => ':attribute y :other deben ser <strong>diferentes</strong>.',
|
||||
'digits' => ':attribute debe tener :digits dígitos.',
|
||||
'digits_between' => ':attribute debe tener entre :min y :max dígitos.',
|
||||
'dimensions' => ':attribute tiene dimensiones de imagen no válido.',
|
||||
'distinct' => ':attribute tiene un valor duplicado.',
|
||||
'email' => ':attribute debe ser una dirección de email válida.',
|
||||
'email' => ':attribute debe ser una <strong>dirección de correo electrónico</strong> válida.',
|
||||
'ends_with' => ':attribute debe terminar con uno de los siguientes: :values',
|
||||
'exists' => 'El :attribute seleccionado no es correcto.',
|
||||
'file' => ':attribute debe ser un archivo.',
|
||||
'filled' => ':attribute debe tener un valor.',
|
||||
'image' => ':attribute debe ser una imagen.',
|
||||
'file' => ':attribute debe ser un <strong>archivo</strong>.',
|
||||
'filled' => ':attribute debe tener un <strong>valor</strong>.',
|
||||
'image' => ':attribute debe ser una <strong>imagen</strong>.',
|
||||
'in' => 'El :attribute seleccionado es inválido.',
|
||||
'in_array' => ':attribute no existe en :other.',
|
||||
'integer' => ':attribute debe ser un número entero.',
|
||||
'integer' => ':attribute debe ser un <strong>entero</strong>.',
|
||||
'ip' => ':attribute debe ser una dirección IP válida.',
|
||||
'json' => ':attribute debe ser una cadena JSON válida.',
|
||||
'max' => [
|
||||
@ -64,9 +65,9 @@ return [
|
||||
],
|
||||
'not_in' => 'El :attribute seleccionado es inválido.',
|
||||
'numeric' => ':attribute debe ser un número.',
|
||||
'present' => ':attribute debe tener un valor.',
|
||||
'regex' => ':attribute tiene un formato incorrecto.',
|
||||
'required' => ':attribute es obligatorio.',
|
||||
'present' => ':attribute debe estar <strong>presente</strong>.',
|
||||
'regex' => 'El formato de :attribute es <strong>inválido</strong>.',
|
||||
'required' => 'El campo :attribute es <strong>obligatorio</strong>.',
|
||||
'required_if' => ':attribute es obligatorio cuando :other es :value.',
|
||||
'required_unless' => ':attribute es obligatorio a menos que :other esté en :values.',
|
||||
'required_with' => ':attribute es obligatorio cuando :values está presente.',
|
||||
@ -77,14 +78,14 @@ return [
|
||||
'size' => [
|
||||
'numeric' => ':attribute debe ser :size.',
|
||||
'file' => ':attribute debe tener :size kilobytes.',
|
||||
'string' => ':attribute debe tener :size caracteres.',
|
||||
'string' => ':attribute debe tener <strong>:size caracteres</strong>.',
|
||||
'array' => ':attribute debe tener al menos :size items.',
|
||||
],
|
||||
'string' => ':attribute debe ser una cadena de caracteres.',
|
||||
'string' => ':attribute debe ser una <strong>cadena de caracteres</strong>.',
|
||||
'timezone' => ':attribute debe ser una zona válida.',
|
||||
'unique' => ':attribute ya ha sido introducido.',
|
||||
'uploaded' => ':attribute no se pudo cargar.',
|
||||
'url' => ':attribute tiene un formato incorrecto.',
|
||||
'unique' => ':attribute ya ha sido <strong>tomado</strong>.',
|
||||
'uploaded' => ':attribute <strong>falló</strong> al subirlo.',
|
||||
'url' => 'El formato de :attribute es <strong>inválido</strong>.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user