Change some wording

This commit is contained in:
Robin van der Linde 2022-05-08 18:32:45 +02:00
parent 57f4fef68f
commit b2564109b2
No known key found for this signature in database
GPG key ID: 4B0074A1A79F6BED
6 changed files with 24 additions and 24 deletions

View file

@ -62,37 +62,37 @@
{
"if": "kerb=raised",
"then": {
"en": "Raised (>3 cm)",
"nl": "Hoog (>3 cm)"
"en": "This kerb is raised (>3 cm)",
"nl": "Deze stoeprand is hoog (>3 cm)"
}
},
{
"if": "kerb=lowered",
"then": {
"en": "Lowered (~3 cm)",
"nl": "Verlaagd (~3 cm)"
"en": "This kerb is lowered (~3 cm)",
"nl": "Deze stoeprand is verlaagd (~3 cm)"
}
},
{
"if": "kerb=flush",
"then": {
"en": "Flush (0cm)",
"nl": "Vlak (0cm)"
"en": "This kerb is flush (~0cm)",
"nl": "Deze stoeprand is vlak (~0cm)"
}
},
{
"if": "kerb=no",
"then": {
"en": "None",
"nl": "Geen"
"en": "There is no kerb here",
"nl": "Er is hier geen stoeprand"
},
"hideInAnswer": true
},
{
"if": "kerb=yes",
"then": {
"en": "Yes",
"nl": "Ja"
"en": "There is a kerb of unknown height",
"nl": "Er is een stoeprand met onbekende hoogte"
},
"hideInAnswer": true
}