gorm-tools.7.3.70.source-code.messages.properties Maven / Gradle / Ivy
#validation.constraints.MinLength: 'length must be greater than or equal to {value}'
# VALIDATION
#validation.problem= {name} Validation Error(s)
#
#validation.match=[{value}] does not match the required pattern [{expected}]
#validation.url=[{value}] is not a valid URL
#validation.creditCard=Not a valid credit card number
#validation.email=[{value}] is not a valid e-mail address
#validation.range=[{value}] does not fall within the valid range from [{minVal}] to [{maxVal}]
#validation.size=[{value}] does not fall within the valid size range from [{minVal}] to [{maxVal}]
#validation.max=[{value}] exceeds maximum value [{3}]
#validation.min=[{value}] is less than minimum value [{3}]
#validation.maxSize=[{value}] exceeds the maximum size of [{3}]
#validation.minSize=[{value}] is less than the minimum size of [{3}]
#validation.inlist=[{value}] is not contained within the valid list
#validation.blank=[{value}] cannot be empty
#validation.equal=[{value}] cannot equal [{3}]
#validation.null=[{value}] cannot be empty
#validation.unique=[{value}] is not unique
#
#default.not.found.message={0} not found with id {1}
#typeMismatch.java.math.BigInteger=Property {0} must be a valid number
# DEFAULTS
#default.created.message={0} {1} created
#default.updated.message={0} {1} updated
#default.deleted.message={0} {1} deleted
#default.not.deleted.message={0} {1} could not be deleted
#
#default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
#default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL
#default.invalid.creditCard.message=Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number
#default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address
#default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}]
#default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}]
#default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}]
#default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}]
#default.invalid.max.size.message=Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}]
#default.invalid.min.size.message=Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}]
#default.invalid.validator.message=Property [{0}] of class [{1}] with value [{2}] does not pass custom validation
#default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}]
#default.blank.message=Property [{0}] of class [{1}] cannot be blank
#default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}]
#default.null.message=Property [{0}] of class [{1}] cannot be null
#default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must be unique
#
#default.not.found.message={0} not found with id {1}
#default.optimistic.locking.failure=Another user has updated this {0} while you were editing
# above are grails defaults