messages.validations_es.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wallride-core Show documentation
Show all versions of wallride-core Show documentation
CMS for developers of principles
# 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