i18n.ValidationMessages_en_US.properties Maven / Gradle / Ivy
property.not.allow.empty=property is not allowed to be empty!
property.format.error=property format is incorrect!
property.length.in.between=property length should be between {min}-{max}
property.value.should.gt.min='s value cannot be less than {value}
property.value.should.lt.max='s value cannot be greater than {value}
property.not.allow.negative=Attribute value is not allowed to be negative
property.not.allow.positive=Attribute value is not allowed to be a positive number
property.value.only.past=Attribute values are allowed only for past datetimes
property.value.only.future=Property values are allowed only for future datetimes
property.value.in.range=Attribute value should be in the range of {min}-{max}