mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-19 19:32:52 -04:00
1.5 KiB
1.5 KiB
| 1 | label | nl-BE | es | en | fr | zh | ru | th | tr | id |
|---|---|---|---|---|---|---|---|---|---|---|
| 2 | alpha_dash | The %s field may only contain alpha-numeric characters, underscores, and dashes. | ||||||||
| 3 | alpha_numeric | The %s field may only contain alpha-numeric characters. | ||||||||
| 4 | exact_length | The %s field must be exactly %s characters in length. | ||||||||
| 5 | greater_than | The %s field must contain a number greater than %s. | ||||||||
| 6 | is_natural | The %s field must contain only positive numbers. | ||||||||
| 7 | is_natural_no_zero | The %s field must contain a number greater than zero. | ||||||||
| 8 | is_numeric | The %s field must contain only numeric characters. | ||||||||
| 9 | is_unique | The %s field must contain a unique value. | ||||||||
| 10 | less_than | The %s field must contain a number less than %s. | ||||||||
| 11 | max_length | The %s field can not exceed %s characters in length. | ||||||||
| 12 | min_length | The %s field must be at least %s characters in length. | ||||||||
| 13 | regex_match | The %s field is not in the correct format. | ||||||||
| 14 | valid_email | The %s field must contain a valid email address. | ||||||||
| 15 | valid_emails | The %s field must contain all valid email addresses. | ||||||||
| 16 | valid_ip | The %s field must contain a valid IP. | ||||||||
| 17 | valid_url | The %s field must contain a valid URL. |