forked from MapComplete/MapComplete
Updated translations
- Added presets for crossing
This commit is contained in:
parent
36ba81e26d
commit
10f7305bf0
6 changed files with 783 additions and 17 deletions
|
@ -690,6 +690,94 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"crossings": {
|
||||
"name": "Crossings",
|
||||
"description": "Crossings for pedestrians and cyclists",
|
||||
"title": {
|
||||
"render": "Crossing",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Traffic signal"
|
||||
},
|
||||
"1": {
|
||||
"then": "Crossing with traffic signals"
|
||||
}
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Crossing",
|
||||
"description": "Crossing for pedestrians and/or cyclists"
|
||||
},
|
||||
"1": {
|
||||
"title": "Traffic signal",
|
||||
"description": "Traffic signal on a road"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"question": "What kind of crossing is this?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Crossing, without traffic lights"
|
||||
},
|
||||
"1": {
|
||||
"then": "Crossing with traffic signals"
|
||||
},
|
||||
"2": {
|
||||
"then": "Zebra crossing"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"question": "Is this crossing also for bicycles?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "A cyclist can use this crossing"
|
||||
},
|
||||
"1": {
|
||||
"then": "A cyclist can not use this crossing"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"question": "Does this crossing have an island in the middle?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This crossing has an island in the middle"
|
||||
},
|
||||
"1": {
|
||||
"then": "This crossing does not have an island in the middle"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"question": "Does this crossing have tactile paving?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This crossing has tactile paving"
|
||||
},
|
||||
"1": {
|
||||
"then": "This crossing does not have tactile paving"
|
||||
},
|
||||
"2": {
|
||||
"then": "This crossing has tactile paving, but is not correct"
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"question": "Does this traffic light have a button to request green light?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This traffic light has a button to request green light"
|
||||
},
|
||||
"1": {
|
||||
"then": "This traffic light does not have a button to request green light"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"defibrillator": {
|
||||
"name": "Defibrillators",
|
||||
"title": {
|
||||
|
|
|
@ -772,6 +772,94 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"crossings": {
|
||||
"name": "Oversteekplaatsen",
|
||||
"description": "Oversteekplaatsen voor voetgangers en fietsers",
|
||||
"title": {
|
||||
"render": "Oversteekplaats",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Verkeerslicht"
|
||||
},
|
||||
"1": {
|
||||
"then": "Oversteektplaats met verkeerslichten"
|
||||
}
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Oversteekplaats",
|
||||
"description": "Oversteekplaats voor voetgangers en/of fietsers"
|
||||
},
|
||||
"1": {
|
||||
"title": "Verkeerslicht",
|
||||
"description": "Verkeerslicht op een weg"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"question": "Wat voor oversteekplaats is dit?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Oversteekplaats, zonder verkeerslichten"
|
||||
},
|
||||
"1": {
|
||||
"then": "Oversteekplaats met verkeerslichten"
|
||||
},
|
||||
"2": {
|
||||
"then": "Zebrapad"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"question": "Is deze oversteekplaats ook voor fietsers",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Een fietser kan deze oversteekplaats gebruiken"
|
||||
},
|
||||
"1": {
|
||||
"then": "Een fietser kan niet deze oversteekplaats gebruiken"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"question": "Heeft deze oversteekplaats een verkeerseiland in het midden?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze oversteekplaats heeft een verkeerseiland in het midden"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze oversteekplaats heeft niet een verkeerseiland in het midden"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"question": "Heeft deze oversteekplaats een geleidelijn?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze oversteekplaats heeft een geleidelijn"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze oversteekplaats heeft niet een geleidelijn"
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze oversteekplaats heeft een geleidelijn, die incorrect is."
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"question": "Heeft dit verkeerslicht een knop voor groen licht?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit verkeerslicht heeft een knop voor groen licht"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit verkeerlicht heeft niet een knop voor groen licht"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"defibrillator": {
|
||||
"name": "Defibrillatoren",
|
||||
"title": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue