Update crossings.json

Edit Dutch translations / grammar
This commit is contained in:
Charlotte Delvaux 2021-07-28 07:57:33 +02:00 committed by GitHub
parent 5739893efb
commit b831da3c78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,7 +132,7 @@
"if": "crossing_ref=", "if": "crossing_ref=",
"then": { "then": {
"en": "This is not a zebra crossing", "en": "This is not a zebra crossing",
"nl": "Dit is niet een zebrapad" "nl": "Dit is geen zebrapad"
} }
} }
] ]
@ -155,7 +155,7 @@
"if": "bicycle=no", "if": "bicycle=no",
"then": { "then": {
"en": "A cyclist can not use this crossing", "en": "A cyclist can not use this crossing",
"nl": "Een fietser kan niet deze oversteekplaats gebruiken" "nl": "Een fietser kan deze oversteekplaats niet gebruiken"
} }
} }
] ]
@ -178,7 +178,7 @@
"if": "crossing:island=no", "if": "crossing:island=no",
"then": { "then": {
"en": "This crossing does not have an island in the middle", "en": "This crossing does not have an island in the middle",
"nl": "Deze oversteekplaats heeft niet een verkeerseiland in het midden" "nl": "Deze oversteekplaats heeft geen verkeerseiland in het midden"
} }
} }
] ]
@ -201,7 +201,7 @@
"if": "tactile_paving=no", "if": "tactile_paving=no",
"then": { "then": {
"en": "This crossing does not have tactile paving", "en": "This crossing does not have tactile paving",
"nl": "Deze oversteekplaats heeft niet een geleidelijn" "nl": "Deze oversteekplaats heeft geen geleidelijn"
} }
}, },
{ {
@ -237,7 +237,7 @@
"if": "button_operated=no", "if": "button_operated=no",
"then": { "then": {
"en": "This traffic light does not have a button to request green light", "en": "This traffic light does not have a button to request green light",
"nl": "Dit verkeerlicht heeft niet een knop voor groen licht" "nl": "Dit verkeerlicht heeft geen knop voor groen licht"
} }
} }
] ]
@ -307,4 +307,4 @@
] ]
} }
] ]
} }