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

shionbrot.validation.3.0.1.source-code.valid_en_US.properties Maven / Gradle / Ivy

The newest version!
validated.NotBlank.msg=must not be empty
validated.NotNull.msg=must not be null
validated.Length.msg=length must be between ${min} and ${max}
validated.AssertTrue.msg=must be true
validated.AssertFalse.msg=must be true
validated.CreditCard.msg=invalid credit card number
validated.BankCard.msg=invalid credit card number
validated.Size.msg=size must be between ${min} and ${max}
validated.Email.msg=not a well-formed email address
validated.Phone.msg=invalid mobile phone number
validated.IdCard.msg=invalid ID
validated.IdCard.below18.msg=less than eighteen years old
validated.Digits.msg=not numbers
validated.NotEmpty.msg=must not be empty
validated.NotEqualLength.msg=must fix size ${length}
validated.Range.msg=must be between ${min} and ${max}
validated.Contain.msg=not Contain value
validated.Custom.msg=Custom annotations
validated.Max.msg =must be less than or equal to ${value}
validated.Min.msg =must be greater than or equal to ${value}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy