![JAR search and dependency download from the Maven repository](/logo.png)
ean-validation-scala_2.11.0.4.2.source-code.ValidationMessages.properties Maven / Gradle / Ivy
The newest version!
org.hibernate.validator.constraints.LuhnCheck.message = The check digit for ${validatedValue} is invalid, Luhn Modulo 10 checksum failed
org.hibernate.validator.constraints.Mod10Check.message = The check digit for ${validatedValue} is invalid, Modulo 10 checksum failed
org.hibernate.validator.constraints.Mod11Check.message = The check digit for ${validatedValue} is invalid, Modulo 11 checksum failed
org.hibernate.validator.constraints.ModCheck.message = The check digit for ${validatedValue} is invalid, ${modType} checksum failed
com.tsukaby.bean_validation_scala.AssertSome.message = must be some
com.tsukaby.bean_validation_scala.AssertNone.message = must be none
com.tsukaby.bean_validation_scala.ByteSize.message = {charsetName} encoded string byte size must be between {min} and {max}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy