forked from MapComplete/MapComplete
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:
parent
e71a80732e
commit
1e0ac3febf
16 changed files with 270 additions and 103 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue