|
1 | 1 | { |
| 2 | + "INVALID_ACCEPTED": "Must be accepted. ", |
2 | 3 | "INVALID_ALPHA": "May only contain letters. ", |
3 | 4 | "INVALID_ALPHA_SPACE": "May only contain letters and spaces. ", |
4 | 5 | "INVALID_ALPHA_NUM": "May only contain letters and numbers. ", |
|
29 | 30 | "INVALID_DATE_US_SHORT_BETWEEN": "Needs to be a valid date format (mm/dd/yy) OR (mm-dd-yy) between {0} and {1}. ", |
30 | 31 | "INVALID_DATE_US_SHORT_MAX": "Needs to be a valid date format (mm/dd/yy) OR (mm-dd-yy), equal to, or lower than {0}. ", |
31 | 32 | "INVALID_DATE_US_SHORT_MIN": "Needs to be a valid date format (mm/dd/yy) OR (mm-dd-yy), equal to, or higher than {0}. ", |
| 33 | + "INVALID_DIGITS": "Must be {0} digits. ", |
| 34 | + "INVALID_DIGITS_BETWEEN": "Must be between {0} and {1} digits. ", |
32 | 35 | "INVALID_EMAIL": "Must be a valid email address. ", |
33 | 36 | "INVALID_EXACT_LEN": "Must have a length of exactly {0} characters. ", |
| 37 | + "INVALID_EXACT_NUM": "Must be exactly {0}. ", |
34 | 38 | "INVALID_FLOAT": "May only contain a positive float value (integer excluded). ", |
35 | 39 | "INVALID_FLOAT_SIGNED": "May only contain a positive or negative float value (integer excluded). ", |
36 | 40 | "INVALID_IBAN": "Must be a valid IBAN. ", |
37 | | - "INVALID_INPUT_MATCH": "Confirmation field does not match specified field \"{0}\". ", |
| 41 | + "INVALID_IN_LIST": "Must be a choice inside this list: ({0}). ", |
| 42 | + "INVALID_INPUT_DIFFERENT": "Field must be different from specified field \"{1}\". ", |
| 43 | + "INVALID_INPUT_MATCH": "Confirmation field does not match specified field \"{1}\". ", |
38 | 44 | "INVALID_INTEGER": "Must be a positive integer. ", |
39 | 45 | "INVALID_INTEGER_SIGNED": "Must be a positive or negative integer. ", |
40 | 46 | "INVALID_IPV4": "Must be a valid IP (IPV4). ", |
|
45 | 51 | "INVALID_MAX_NUM": "Needs to be a numeric value, equal to, or lower than {0}. ", |
46 | 52 | "INVALID_MIN_CHAR": "Must be at least {0} characters. ", |
47 | 53 | "INVALID_MIN_NUM": "Needs to be a numeric value, equal to, or higher than {0}. ", |
| 54 | + "INVALID_NOT_IN_LIST": "Must be a choice outside this list: ({0}). ", |
48 | 55 | "INVALID_NUMERIC": "Must be a positive number. ", |
49 | 56 | "INVALID_NUMERIC_SIGNED": "Must be a positive or negative number. ", |
50 | 57 | "INVALID_PATTERN": "Must be following this format: {0}. ", |
|
74 | 81 | "INPUT14": "Alphanumeric + Required -- NG-DISABLED", |
75 | 82 | "INPUT15": "Password", |
76 | 83 | "INPUT16": "Password Confirmation", |
77 | | - "INPUT17": "Alphanumeric + Exactly(3) + Required -- debounce(3sec)", |
78 | | - "INPUT18": "Date ISO (yyyy-mm-dd) -- minimum condition >= 2001-01-01 ", |
79 | | - "INPUT19": "Date US SHORT (mm/dd/yy) -- between the dates 12/01/99 and 12/31/15", |
| 84 | + "INPUT17": "Different Password", |
| 85 | + "INPUT18": "Alphanumeric + Exactly(3) + Required -- debounce(3sec)", |
| 86 | + "INPUT19": "Date ISO (yyyy-mm-dd) -- minimum condition >= 2001-01-01 ", |
| 87 | + "INPUT20": "Date US SHORT (mm/dd/yy) -- between the dates 12/01/99 and 12/31/15", |
| 88 | + "INPUT21": "Choice IN this list (banana,orange,ice cream)", |
80 | 89 | "FIRST_NAME": "First Name", |
81 | 90 | "LAST_NAME": "Last Name", |
82 | 91 | "RESET_FORM": "Reset Form", |
|
0 commit comments