New translations validation.php (Spanish)

This commit is contained in:
James Cole
2017-08-18 17:40:06 +02:00
parent 519ad64e1d
commit 4c3dbc6deb

View File

@@ -60,35 +60,35 @@ return [
'max.string' => 'El campo :attribute debe contener menos de :max caracteres.', 'max.string' => 'El campo :attribute debe contener menos de :max caracteres.',
'max.array' => 'El campo :attribute debe contener al menos :max elementos.', 'max.array' => 'El campo :attribute debe contener al menos :max elementos.',
'mimes' => 'El campo :attribute debe ser un archivo de tipo :values.', 'mimes' => 'El campo :attribute debe ser un archivo de tipo :values.',
'min.numeric' => 'The :attribute must be at least :min.', 'min.numeric' => 'El campo :attribute debe ser al menos :min.',
'min.file' => 'The :attribute must be at least :min kilobytes.', 'min.file' => 'El campo :attribute debe ser al menos :min kilobytes.',
'min.string' => 'The :attribute must be at least :min characters.', 'min.string' => 'El campo :attribute debe contener al menos :min caracteres.',
'min.array' => 'The :attribute must have at least :min items.', 'min.array' => 'El campo :attribute debe tener al menos :min elementos.',
'not_in' => 'The selected :attribute is invalid.', 'not_in' => 'El campo :attribute seleccionado es inválido.',
'numeric' => 'The :attribute must be a number.', 'numeric' => 'El campo :attribute debe ser un número.',
'regex' => 'The :attribute format is invalid.', 'regex' => 'El formato del campo :attribute no es válido.',
'required' => 'The :attribute field is required.', 'required' => 'El campo :attribute es obligatorio.',
'required_if' => 'The :attribute field is required when :other is :value.', 'required_if' => 'El campo :attribute es obligatorio cuando el campo :other es :value.',
'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_unless' => 'El campo :attribute es obligatorio a menos que :other se encuentre en :values.',
'required_with' => 'The :attribute field is required when :values is present.', 'required_with' => 'El campo :attribute es obligatorio cuando :values está presente.',
'required_with_all' => 'The :attribute field is required when :values is present.', 'required_with_all' => 'El campo :attribute es obligatorio cuando :values está presente.',
'required_without' => 'The :attribute field is required when :values is not present.', 'required_without' => 'El campo :attribute es obligatorio cuando :values no está presente.',
'required_without_all' => 'The :attribute field is required when none of :values are present.', 'required_without_all' => 'El campo :attribute es obligatorio cuando ningún campo :values está presente.',
'same' => 'The :attribute and :other must match.', 'same' => 'El campo atributo :attribute y :other deben coincidir.',
'size.numeric' => 'The :attribute must be :size.', 'size.numeric' => 'El tamaño de :attribute debe ser :size.',
'size.file' => 'The :attribute must be :size kilobytes.', 'size.file' => 'El tamaño de :attribute debe ser :size kilobytes.',
'size.string' => 'The :attribute must be :size characters.', 'size.string' => 'El campo :attribute debe tener :size caracteres.',
'size.array' => 'The :attribute must contain :size items.', 'size.array' => 'El campo :attribute debe contener :size elementos.',
'unique' => 'The :attribute has already been taken.', 'unique' => 'El elemento :attribute ya está en uso.',
'string' => 'The :attribute must be a string.', 'string' => 'El campo :atribute debe ser un texto.',
'url' => 'The :attribute format is invalid.', 'url' => 'El formato del campo :attribute no es válido.',
'timezone' => 'The :attribute must be a valid zone.', 'timezone' => 'El campo :attribute debe contener una zona válida.',
'2fa_code' => 'The :attribute field is invalid.', '2fa_code' => 'El campo :attribute no es válido.',
'dimensions' => 'The :attribute has invalid image dimensions.', 'dimensions' => 'Las dimensiones de la imagen :attribute son incorrectas.',
'distinct' => 'The :attribute field has a duplicate value.', 'distinct' => 'El campo :attribute tiene un valor duplicado.',
'file' => 'The :attribute must be a file.', 'file' => 'El campo :attribute debe ser un fichero.',
'in_array' => 'The :attribute field does not exist in :other.', 'in_array' => 'El campo :attribute no existe en :other.',
'present' => 'The :attribute field must be present.', 'present' => 'El campo :attribute debe estar presente.',
'amount_zero' => 'The total amount cannot be zero', 'amount_zero' => 'La cantidad total no puede ser cero',
'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN', 'secure_password' => 'Esta contraseña no es segura. Por favor inténtalo de nuevo. Para más información, visita https://goo.gl/NCh2tN',
]; ];