forked from MapComplete/MapComplete
Translation sync
This commit is contained in:
parent
69dc02d65b
commit
1fb5c0f051
38 changed files with 693 additions and 435 deletions
|
@ -407,7 +407,8 @@
|
|||
"id": "crossing-vibration",
|
||||
"question": {
|
||||
"en": "Does this traffic light have vibration signals to aid crossing? (usually located at the bottom of the crossing button)",
|
||||
"de": "Gibt die Ampel ein Vibrationssignal, um das Überqueren zu erleichtern? (in der Regel am unteren Ende der Ampeltaste)"
|
||||
"de": "Gibt die Ampel ein Vibrationssignal, um das Überqueren zu erleichtern? (in der Regel am unteren Ende der Ampeltaste)",
|
||||
"nl": "Heeft dit verkeerslicht een element dat trilt om te helpen bij het oversteken? (meestal onderaan de oversteekknop geplaatst)"
|
||||
},
|
||||
"condition": {
|
||||
"and": [
|
||||
|
@ -420,7 +421,8 @@
|
|||
"if": "traffic_signals:vibration=yes",
|
||||
"then": {
|
||||
"en": "The button for this traffic light has a vibration signal to indicate that it is safe to cross.",
|
||||
"de": "Die Ampeltaste vibriert während der Grünphase."
|
||||
"de": "Die Ampeltaste vibriert während der Grünphase.",
|
||||
"nl": "De knop bij dit verkeerslicht trilt om aan te geven dat men veilig kan oversteken."
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/crossings/Vibrating_button_illustration.jpg",
|
||||
|
@ -431,7 +433,8 @@
|
|||
"if": "traffic_signals:vibration=no",
|
||||
"then": {
|
||||
"en": "The button for this traffic light does not have a vibration signal to indicate that it is safe to cross.",
|
||||
"de": "Die Ampeltaste vibriert nicht während der Grünphase."
|
||||
"de": "Die Ampeltaste vibriert nicht während der Grünphase.",
|
||||
"nl": "De knop bij dit verkeerslicht kan <b>niet</b> trillen om aan te geven dat men veilig kan oversteken."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -472,7 +475,8 @@
|
|||
"if": "traffic_signals:minimap=yes",
|
||||
"then": {
|
||||
"en": "This traffic light has a tactile map showing the layout of the crossing.",
|
||||
"de": "Die Ampel hat eine taktile Karte, die den Verlauf der Kreuzung zeigt."
|
||||
"de": "Die Ampel hat eine taktile Karte, die den Verlauf der Kreuzung zeigt.",
|
||||
"nl": "Dit verkeerlicht heeft een voelkaart die de indeling van de oversteekplaats laat zien."
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/crossings/180px-Trairvoja_mapeto.jpg",
|
||||
|
@ -483,7 +487,8 @@
|
|||
"if": "traffic_signals:minimap=no",
|
||||
"then": {
|
||||
"en": "This traffic light does <b>not</b> have a tactile map showing the layout of the crossing.",
|
||||
"de": "Die Ampel hat <b>keine</b> taktile Karte, die den Verlauf der Kreuzung zeigt."
|
||||
"de": "Die Ampel hat <b>keine</b> taktile Karte, die den Verlauf der Kreuzung zeigt.",
|
||||
"nl": "Dit verkeerlicht heeft <b>geen</b> voelkaart die de indeling van de oversteekplaats laat zien."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue