'The file "{file}" is not an image.'=>'El archivo "{file}" no es una imagen.',
'The file "{file}" is too big. Its size cannot exceed {limit, number} {limit, plural, one{byte} other{bytes}}.'=>'El archivo "{file}" es demasiado grande. Su tamaño no puede exceder {limit, number} {limit, plural, one{byte} other{bytes}}.',
'The file "{file}" is too small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.'=>'El archivo "{file}" es demasiado pequeño. Su tamaño no puede ser menor a {limit, number} {limit, plural, one{byte} other{bytes}}.',
'The format of {attribute} is invalid.'=>'El formato de {attribute} es inválido.',
'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'La imagen "{file}" es demasiado grande. La altura no puede ser mayor a {limit, number} {limit, plural, one{píxel} other{píxeles}}.',
'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'La imagen "{file}" es demasiado grande. La anchura no puede ser mayor a {limit, number} {limit, plural, one{píxel} other{píxeles}}.',
'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'La imagen "{file}" es demasiado pequeña. La altura no puede ser menor a {limit, number} {limit, plural, one{píxel} other{píxeles}}.',
'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'La imagen "{file}" es demasiado pequeña. La anchura no puede ser menor a {limit, number} {limit, plural, one{píxel} other{píxeles}}.',
'The verification code is incorrect.'=>'El código de verificación es incorrecto.',
'You are not allowed to perform this action.'=>'No tiene permitido ejecutar esta acción.',
'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.'=>'Puedes subir como máximo {limit, number} {limit, plural, one{archivo} other{archivos}}.',
'the input value'=>'el valor de entrada',
'{attribute} "{value}" has already been taken.'=>'{attribute} "{value}" ya ha sido utilizado.',
'{attribute} cannot be blank.'=>'{attribute} no puede estar vacío.',
'{attribute} is invalid.'=>'{attribute} es inválido.',
'{attribute} is not a valid URL.'=>'{attribute} no es una URL válida.',
'{attribute} is not a valid email address.'=>'{attribute} no es una dirección de correo válida.',
'{attribute} must be "{requiredValue}".'=>'{attribute} debe ser "{requiredValue}".',
'{attribute} must be a number.'=>'{attribute} debe ser un número.',
'{attribute} must be a string.'=>'{attribute} debe ser una cadena de caracteres.',
'{attribute} must be an integer.'=>'{attribute} debe ser un número entero.',
'{attribute} must be either "{true}" or "{false}".'=>'{attribute} debe ser "{true}" o "{false}".',
'{attribute} must be greater than "{compareValue}".'=>'{attribute} debe ser mayor a "{compareValue}',
'{attribute} must be greater than or equal to "{compareValue}".'=>'{attribute} debe ser mayor o igual a "{compareValue}".',
'{attribute} must be less than "{compareValue}".'=>'{attribute} debe ser menor a "{compareValue}".',
'{attribute} must be less than or equal to "{compareValue}".'=>'{attribute} debe ser menor o igual a "{compareValue}".',
'{attribute} must be no greater than {max}.'=>'{attribute} no debe ser mayor a {max}.',
'{attribute} must be no less than {min}.'=>'{attribute} no debe ser menor a {min}.',
'{attribute} must be repeated exactly.'=>'{attribute} debe ser repetido exactamente igual.',
'{attribute} must not be equal to "{compareValue}".'=>'{attribute} no debe ser igual a "{compareValue}".',
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.'=>'{attribute} debería contener al menos {min, number} {min, plural, one{letra} other{letras}}.',
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.'=>'{attribute} debería contener como máximo {max, number} {max, plural, one{letra} other{letras}}.',