forked from MapComplete/MapComplete
Change some wording
This commit is contained in:
parent
57f4fef68f
commit
b2564109b2
6 changed files with 24 additions and 24 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue