forked from MapComplete/MapComplete
Themes(toilet): don't show some items if wheelchair=designated, fix #2371
This commit is contained in:
parent
722f7e86cc
commit
e50962e1ce
10 changed files with 24 additions and 56 deletions
|
@ -12184,10 +12184,6 @@
|
|||
}
|
||||
},
|
||||
"question": "Hi ha un lavabo específic per a usuaris amb cadira de rodes?"
|
||||
},
|
||||
"wheelchair-door-width": {
|
||||
"question": "Quina és l'amplada de la porta del lavabo accessible per a cadira de rodes?",
|
||||
"render": "La porta del vàter accessible amb cadira de rodes és {canonical(toilets:door:width)} d'ample"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
|
@ -10844,10 +10844,6 @@
|
|||
}
|
||||
},
|
||||
"question": "Existuje vyhrazená toaleta pro vozíčkáře?"
|
||||
},
|
||||
"wheelchair-door-width": {
|
||||
"question": "Jaká je šířka dveří na bezbariérovou toaletu?",
|
||||
"render": "Dveře na toaletu pro vozíčkáře jsou {canonical(toilets:door:width)} široké"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
|
@ -2378,10 +2378,6 @@
|
|||
}
|
||||
},
|
||||
"question": "Er der et særligt toilet til kørestolsbrugere?"
|
||||
},
|
||||
"wheelchair-door-width": {
|
||||
"question": "Hvad er bredden på døren til det kørestolsvenlige toilet?",
|
||||
"render": "Døren til det kørestolsvenlige toilet er {canonical(toilets:door:width)} bred"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -12125,10 +12125,6 @@
|
|||
}
|
||||
},
|
||||
"question": "Können Rollstuhlfahrer die Toilette benutzen?"
|
||||
},
|
||||
"wheelchair-door-width": {
|
||||
"question": "Wie breit ist die Tür zur rollstuhlgerechten Toilette?",
|
||||
"render": "Die Tür zur rollstuhlgerechten Toilette ist {canonical(toilets:door:width)} breit"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
|
@ -12393,6 +12393,9 @@
|
|||
"mappings": {
|
||||
"0": {
|
||||
"then": "No wheelchair accessible toilet"
|
||||
},
|
||||
"1": {
|
||||
"then": "No wheelchair accessible toilet"
|
||||
}
|
||||
},
|
||||
"render": "Wheelchair accessible toilet"
|
||||
|
@ -12476,10 +12479,6 @@
|
|||
}
|
||||
},
|
||||
"question": "Is there a dedicated toilet for wheelchair users?"
|
||||
},
|
||||
"wheelchair-door-width": {
|
||||
"question": "What is the width of the door to the wheelchair accessible toilet?",
|
||||
"render": "The door to the wheelchair-accessible toilet is {canonical(toilets:door:width)} wide"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
|
@ -11043,10 +11043,6 @@
|
|||
}
|
||||
},
|
||||
"question": "¿Hay un baño dedicado para usuarios de sillas de ruedas?"
|
||||
},
|
||||
"wheelchair-door-width": {
|
||||
"question": "¿Cuál es el ancho de la puerta del baño accesible para sillas de ruedas?",
|
||||
"render": "La puerta del baño accesible para sillas de ruedas tiene {canonical(toilets:door:width)} de ancho"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
|
@ -6794,10 +6794,6 @@
|
|||
}
|
||||
},
|
||||
"question": "Y a-t-il des toilettes réservées aux personnes en fauteuil roulant ?"
|
||||
},
|
||||
"wheelchair-door-width": {
|
||||
"question": "Quelle est la largeur de la porte des toilettes accessibles aux fauteuils roulants ?",
|
||||
"render": "La porte des toilettes accessibles aux fauteuils roulants a une large de {canonical(toilets:door:width)}"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -9958,6 +9958,9 @@
|
|||
"mappings": {
|
||||
"0": {
|
||||
"then": "Geen rolstoeltoegankelijke toilet"
|
||||
},
|
||||
"1": {
|
||||
"then": "Geen rolstoeltoegankelijke toilet"
|
||||
}
|
||||
},
|
||||
"render": "Rolstoeltoegankelijke toilet"
|
||||
|
@ -10036,10 +10039,6 @@
|
|||
}
|
||||
},
|
||||
"question": "Is er een rolstoeltoegankelijke toilet voorzien?"
|
||||
},
|
||||
"wheelchair-door-width": {
|
||||
"question": "Hoe breed is de deur van de rolstoeltoegankelijke toilet?",
|
||||
"render": "De deur naar de rolstoeltoegankelijke toilet is {canonical(toilets:door:width)} wide"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
|
@ -489,10 +489,6 @@
|
|||
}
|
||||
},
|
||||
"question": "Ali je tu stranišče namenjeno invalidom na vozičku?"
|
||||
},
|
||||
"wheelchair-door-width": {
|
||||
"question": "Koliko so široka vrata v stranišče za invalide na vozičku?",
|
||||
"render": "Vrata v stranišče za invalide na vozičku so široka {canonical(toilets:door:width)}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue