All Downloads are FREE. Search and download functionalities are using the official Maven repository.

messages.validations_es.properties Maven / Gradle / Ivy

There is a newer version: 1.0.0.M18
Show newest version
# validation
validation.typeMismatch=Un texto que no tiene buen formato
validation.NotNull=no puede estar vacío
validation.NotEmpty=no puede estar vacío
validation.Pattern=not a well-formed value
validation.Max=tiene que ser menor o igual que {value}
validation.Min=tiene que ser mayor o igual que {value}
validation.Length=length must be between {1} and {2}
validation.Email=no es una dirección de correo bien formada
validation.URL=tiene que ser una URL válida
validation.NotDuplicate=No puede ser duplicado




© 2015 - 2024 Weber Informatics LLC | Privacy Policy