
alidation.validation.0.3.0.source-code.ValidationMessages.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of validation Show documentation
Show all versions of validation Show documentation
Set of additional JSR 349 (formerly JSR 303) constraints and validators
The newest version!
de.malkusch.validation.constraints.age.Age.message=The Age must be at least {value} years.
de.malkusch.validation.constraints.banking.BIC.message=The BIC is invalid.
de.malkusch.validation.constraints.banking.BitcoinAddress.message=The Bitcoin address is invalid.
de.malkusch.validation.constraints.banking.IBAN.message=The IBAN address is invalid.
de.malkusch.validation.constraints.Country.message=The country code is invalid.
de.malkusch.validation.constraints.ISBN.message=The ISBN is invalid.
de.malkusch.validation.constraints.net.Domain.message=The domain name is invalid.
de.malkusch.validation.constraints.net.IPv4.message=The internet address (v4) is invalid.
de.malkusch.validation.constraints.net.TLD.message=The top level domain is invalid.
de.malkusch.validation.constraints.EqualProperties.message=The properties are not equal.
de.malkusch.validation.constraints.upload.ContentType.message=The uploaded file must match the content type "{value}".
de.malkusch.validation.constraints.upload.Image.message=The uploaded file is not a readable image.
de.malkusch.validation.constraints.upload.NotEmptyBlob.message=The Blob must not be empty.
de.malkusch.validation.constraints.upload.NotEmptyUpload.message=The uploaded file must not be empty.
#deprecated:
de.malkusch.validation.constraints.upload.UploadSize.message=The uploaded file size must be between {min} and {max} bytes.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy