[4] | 1 | default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}] |
---|
| 2 | default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL |
---|
| 3 | default.invalid.creditCard.message=Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number |
---|
| 4 | default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address |
---|
| 5 | default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}] |
---|
| 6 | default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}] |
---|
| 7 | default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}] |
---|
| 8 | default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}] |
---|
| 9 | default.invalid.max.size.message=Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}] |
---|
| 10 | default.invalid.min.size.message=Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}] |
---|
| 11 | default.invalid.validator.message=Property [{0}] of class [{1}] with value [{2}] does not pass custom validation |
---|
| 12 | default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}] |
---|
| 13 | default.blank.message=Property [{0}] of class [{1}] cannot be blank |
---|
| 14 | default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}] |
---|
| 15 | default.null.message=Property [{0}] of class [{1}] cannot be null |
---|
| 16 | default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must be unique |
---|
| 17 | |
---|
| 18 | default.paginate.prev=Previous |
---|
| 19 | default.paginate.next=Next |
---|
| 20 | default.boolean.true=True |
---|
| 21 | default.boolean.false=False |
---|
| 22 | default.date.format=yyyy-MM-dd HH:mm:ss z |
---|
| 23 | default.number.format=0 |
---|
| 24 | |
---|
[70] | 25 | default.created.message={0} {1} created |
---|
| 26 | default.updated.message={0} {1} updated |
---|
| 27 | default.deleted.message={0} {1} deleted |
---|
| 28 | default.not.deleted.message={0} {1} could not be deleted |
---|
| 29 | default.not.found.message={0} not found with id {1} |
---|
| 30 | default.optimistic.locking.failure=Another user has updated this {0} while you were editing |
---|
| 31 | |
---|
| 32 | default.home.label=Home |
---|
| 33 | default.list.label={0} List |
---|
| 34 | default.add.label=Add {0} |
---|
| 35 | default.new.label=New {0} |
---|
| 36 | default.create.label=Create {0} |
---|
| 37 | default.show.label=Show {0} |
---|
| 38 | default.edit.label=Edit {0} |
---|
| 39 | |
---|
| 40 | default.button.create.label=Create |
---|
| 41 | default.button.edit.label=Edit |
---|
| 42 | default.button.update.label=Update |
---|
| 43 | default.button.delete.label=Delete |
---|
| 44 | default.button.delete.confirm.message=Are you sure? |
---|
| 45 | |
---|
[4] | 46 | # Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author) |
---|
| 47 | typeMismatch.java.net.URL=Property {0} must be a valid URL |
---|
| 48 | typeMismatch.java.net.URI=Property {0} must be a valid URI |
---|
| 49 | typeMismatch.java.util.Date=Property {0} must be a valid Date |
---|
| 50 | typeMismatch.java.lang.Double=Property {0} must be a valid number |
---|
| 51 | typeMismatch.java.lang.Integer=Property {0} must be a valid number |
---|
| 52 | typeMismatch.java.lang.Long=Property {0} must be a valid number |
---|
| 53 | typeMismatch.java.lang.Short=Property {0} must be a valid number |
---|
| 54 | typeMismatch.java.math.BigDecimal=Property {0} must be a valid number |
---|
| 55 | typeMismatch.java.math.BigInteger=Property {0} must be a valid number |
---|
[332] | 56 | |
---|
| 57 | // TemplateEntity errors |
---|
| 58 | templateEntity.typeMismatch.integer=Property {0} must be of type Integer and is currently of type {1} |
---|
| 59 | templateEntity.typeMismatch.string=Property {0} must be of type String and is currently of type {1} |
---|
| 60 | templateEntity.typeMismatch.templateFieldListItem=Property {0} must be of type TemplateFieldListItem and is currently of type {1} |
---|
| 61 | templateEntity.typeMismatch.float=Property {0} must be of type Float and is currently of type {1} |
---|
| 62 | templateEntity.typeMismatch.double=Property {0} must be of type Double and is currently of type {1} |
---|
| 63 | templateEntity.typeMismatch.date=Property {0} must be of type Date and is currently of type {1} |
---|
| 64 | templateEntity.typeMismatch.term=Property {0} must be of type Term and is currently of type {1} |
---|
[416] | 65 | |
---|
| 66 | event.endTime.greaterThanStartTime=End time should be greater than or equal to the Start Time |
---|