Themes(toilets): add an allowed range to some freeform inputs, allow to specify 'units' in the freeform, add the possibility to convert units

This commit is contained in:
Pieter Vander Vennet 2025-05-20 00:34:39 +02:00
parent e71a80732e
commit 1e0ac3febf
16 changed files with 270 additions and 103 deletions

View file

@ -858,6 +858,12 @@
"description": "a number",
"feedback": "This is not a number"
},
"generic": {
"suspiciouslyHigh": "This value is suspiciously high. Are you sure it is correct?",
"suspiciouslyLow": "This value is suspiciously low. Are you sure it is correct?",
"tooHigh": "This value is too high - the highest allowed value is {max}",
"tooLow": "This value is too low - the lowest allowed value is {min}"
},
"id": {
"description": "an identifier",
"invalidCharacter": "An id can only contain letters, digits and underscores",