diff options
| author | 2020-04-22 22:59:41 +0200 | |
|---|---|---|
| committer | 2020-06-03 23:55:56 +0200 | |
| commit | f51c8a16770216003a1c8039a94e1632b2b1bb3c (patch) | |
| tree | 80293494081ee1743886bbec3513ec60d6a239c3 /enigma/src/main/resources | |
| parent | Prepare for allowing error messages in VerifiableTextField (diff) | |
| download | enigma-fork-f51c8a16770216003a1c8039a94e1632b2b1bb3c.tar.gz enigma-fork-f51c8a16770216003a1c8039a94e1632b2b1bb3c.tar.xz enigma-fork-f51c8a16770216003a1c8039a94e1632b2b1bb3c.zip | |
Extend validation system
Diffstat (limited to 'enigma/src/main/resources')
| -rw-r--r-- | enigma/src/main/resources/lang/en_us.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/enigma/src/main/resources/lang/en_us.json b/enigma/src/main/resources/lang/en_us.json index 6590240..bc31f2c 100644 --- a/enigma/src/main/resources/lang/en_us.json +++ b/enigma/src/main/resources/lang/en_us.json | |||
| @@ -167,6 +167,7 @@ | |||
| 167 | "status.ready": "Ready.", | 167 | "status.ready": "Ready.", |
| 168 | 168 | ||
| 169 | "validation.message.empty_field": "This field is required.", | 169 | "validation.message.empty_field": "This field is required.", |
| 170 | "validation.message.invalid_ip": "Invalid IP/Port combination: '%s'.", | ||
| 170 | "validation.message.not_int": "Value must be an integer.", | 171 | "validation.message.not_int": "Value must be an integer.", |
| 171 | "validation.message.field_out_of_range_int": "Value must be an integer between %d and %d.", | 172 | "validation.message.field_out_of_range_int": "Value must be an integer between %d and %d.", |
| 172 | "validation.message.field_length_out_of_range": "Value must be less than %d characters long.", | 173 | "validation.message.field_length_out_of_range": "Value must be less than %d characters long.", |