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

View file

@ -3,8 +3,8 @@
"maintainer": "Robin van der Linde", "maintainer": "Robin van der Linde",
"version": "20211215", "version": "20211215",
"title": { "title": {
"en": "Crossings and Kerbs", "en": "Kerbs and crossings",
"nl": "Oversteekplaatsen en stoepranden" "nl": "Stoepranden en oversteekplaatsen"
}, },
"description": { "description": {
"en": "A map showing kerbs and crossings.", "en": "A map showing kerbs and crossings.",

View file

@ -4028,19 +4028,19 @@
"kerb-type": { "kerb-type": {
"mappings": { "mappings": {
"0": { "0": {
"then": "Raised (>3 cm)" "then": "This kerb is raised (>3 cm)"
}, },
"1": { "1": {
"then": "Lowered (~3 cm)" "then": "This kerb is lowered (~3 cm)"
}, },
"2": { "2": {
"then": "Flush (0cm)" "then": "This kerb is flush (~0cm)"
}, },
"3": { "3": {
"then": "None" "then": "There is no kerb here"
}, },
"4": { "4": {
"then": "Yes" "then": "There is a kerb of unknown height"
} }
}, },
"question": "What is the height of this kerb?" "question": "What is the height of this kerb?"

View file

@ -3877,19 +3877,19 @@
"kerb-type": { "kerb-type": {
"mappings": { "mappings": {
"0": { "0": {
"then": "Hoog (>3 cm)" "then": "Deze stoeprand is hoog (>3 cm)"
}, },
"1": { "1": {
"then": "Verlaagd (~3 cm)" "then": "Deze stoeprand is verlaagd (~3 cm)"
}, },
"2": { "2": {
"then": "Vlak (0cm)" "then": "Deze stoeprand is vlak (~0cm)"
}, },
"3": { "3": {
"then": "Geen" "then": "Er is hier geen stoeprand"
}, },
"4": { "4": {
"then": "Ja" "then": "Er is een stoeprand met onbekende hoogte"
} }
}, },
"question": "Hoe hoog is deze stoeprand?" "question": "Hoe hoog is deze stoeprand?"

View file

@ -642,7 +642,7 @@
}, },
"kerbs_and_crossings": { "kerbs_and_crossings": {
"description": "A map showing kerbs and crossings.", "description": "A map showing kerbs and crossings.",
"title": "Crossings and Kerbs" "title": "Kerbs and crossings"
}, },
"mapcomplete-changes": { "mapcomplete-changes": {
"description": "This maps shows all the changes made with MapComplete", "description": "This maps shows all the changes made with MapComplete",

View file

@ -749,7 +749,7 @@
}, },
"kerbs_and_crossings": { "kerbs_and_crossings": {
"description": "Een kaart met stoepranden en oversteekplaatsen.", "description": "Een kaart met stoepranden en oversteekplaatsen.",
"title": "Oversteekplaatsen en stoepranden" "title": "Stoepranden en oversteekplaatsen"
}, },
"maps": { "maps": {
"description": "Op deze kaart kan je alle kaarten zien die OpenStreetMap kent.<br/><br/>Ontbreekt er een kaart, dan kan je die kaart hier ook gemakelijk aan deze kaart toevoegen.", "description": "Op deze kaart kan je alle kaarten zien die OpenStreetMap kent.<br/><br/>Ontbreekt er een kaart, dan kan je die kaart hier ook gemakelijk aan deze kaart toevoegen.",