diff --git a/assets/layers/adult_changing_table/adult_changing_table.json b/assets/layers/adult_changing_table/adult_changing_table.json new file mode 100644 index 000000000..18ca9659e --- /dev/null +++ b/assets/layers/adult_changing_table/adult_changing_table.json @@ -0,0 +1,240 @@ +{ + "id": "adult_changing_table", + "source": { + "osmTags": { + "or": [ + "amenity=adult_changing_table", + "changing_table:adult=yes", + "toilets:changing_table:adult=yes", + "toilets:wheelchair:changing_table:adult=yes" + ] + } + }, + "description": { + "en": "An adult changing table is a bench where adult people can be placed on. They are often used by adults with a severe motoric handicap" + }, + "minzoom": 6, + "allowMove": { + "enableRelocation": false, + "enableImproveAccuracy": true + }, + "deletion": true, + "name": { + "en": "Adult changing tables", + "nl": "Verzorgingstafels voor volwassenen" + }, + "presets": [ + { + "title": { + "en": "an adult changing table", + "nl": "een verzorgingstafel voor volwassenen" + }, + "tags": [ + "amenity=adult_changing_table" + ] + } + ], + "pointRendering": [ + { + "location": [ + "centroid", + "point" + ], + "marker": [ + { + "icon": "circle", + "color": "white" + } + ] + } + ], + "tagRenderings": [ + { + "id": "height", + "labels": [ + "relevant_questions" + ], + "question": { + "en": "What is the height of the adult changing table?", + "nl": "Hoe hoog is de verzorgingstafel voor volwassenen?" + }, + "questionHint": { + "en": "This is measured between the floor and the top of the changing table", + "nl": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel" + }, + "mappings": [ + { + "if": "height=adjustable", + "then": { + "en": "The changing table is adjustable in height", + "nl": "De verzorgingstafel is in hoogte verstelbaar" + } + } + ], + "freeform": { + "key": "height", + "type": "pfloat" + }, + "render": { + "en": "The changing table is {canonical(height)} high", + "nl": "De verzorgingstafel is {canonical(height)} hoog" + } + }, + { + "labels": [ + "relevant_questions" + ], + "id": "adult-changing-table-min_height", + "question": { + "en": "What is the lowest height the adult changing table can be moved to?", + "nl": "Wat is de laagste stand waarop de verzorgingstafel voor volwassenen gezet kan worden?" + }, + "questionHint": { + "en": "This is measured between the floor and the top of the changing table", + "nl": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel" + }, + "freeform": { + "key": "min_height", + "type": "pfloat" + }, + "render": { + "en": "The lowest height of the adult changing table is {canonical(min_height)}", + "nl": "De laagste stand van de verzorgingstafel is {canonical(min_height)} hoog" + }, + "condition": { + "and": [ + "height=adjustable" + ] + } + }, + { + "labels": [ + "relevant_questions" + ], + "id": "adult-changing-table-max_height", + "question": { + "en": "What is the highest height the adult changing table can be moved to?", + "nl": "Wat is de hoogste stand waarop de verzorgingstafel voor volwassenen gezet kan worden?" + }, + "questionHint": { + "en": "This is measured between the floor and the top of the changing table", + "nl": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel" + }, + "freeform": { + "key": "max_height", + "type": "pfloat" + }, + "render": { + "en": "The highest height of the adult changing table is {canonical(max_height)}", + "nl": "De hoogste stand van de verzorgingstafel is {canonical(max_height)} hoog" + }, + "condition": { + "and": [ + "height=adjustable" + ] + } + }, + { + "labels": [ + "relevant_questions" + ], + "id": "adult-changing-table-mechanism", + "question": { + "en": "How is the height of the changing table adjusted?", + "nl": "Hoe wordt de hoogte van de verzorgingstafel aangepast?" + }, + "mappings": [ + { + "if": "height:mechanism=manual", + "then": { + "nl": "De hoogte van de verzorgingstafel wordt met de hand aangepast", + "en": "The height of the adult changing table is adjusted manually" + } + }, + { + "if": "height:mechanism=electric", + "then": { + "nl": "De verzorgingstafel wordt door een electrische motor in hoogte versteld", + "en": "The height of the adult changing table is adjusted electrically" + } + } + ], + "condition": { + "and": [ + "height=adjustable" + ] + } + }, + { + "labels": [ + "relevant_questions" + ], + "id": "adult-changing-table-support", + "labels": [ + "hidden", + "prefixed", + "adult-changing-table" + ], + "question": { + "en": "How is the adult changing table supported?", + "nl": "Hoe is de verschoningstafel in de ruimte geplaatst?" + }, + "mappings": [ + { + "if": "support=wall_mounted", + "then": { + "en": "The changing table is mounted to the wall", + "nl": "De verschoningstafel voor volwassenen hangt vast aan de muur" + } + }, + { + "if": "support=legs", + "then": { + "en": "The changing table stands on table legs", + "nl": "De verschoningstafel voor volwassenen staat op tafelpoten" + } + }, + { + "if": "support=wheels", + "then": { + "en": "The changing table stands on table legs with wheels and can be moved", + "nl": "De verschoningstafel voor volwassenen staat op tafelpoten met wielen en kan verplaatst worden" + } + } + ] + } + ], + "title": { + "en": "Adult changing table", + "nl": "Verzorgingstafel voor volwassenen" + }, + "units": [ + { + "adult:height": { + "quantity": "distance", + "denominations": [ + "m", + "cm" + ] + } + }, + { + "adult:min_height": { + "quantity": "distance", + "denominations": [ + "m", + "cm" + ] + } + }, + { + "adult:max_height": { + "quantity": "distance", + "denominations": [ + "m", + "cm" + ] + } + } + ] +} diff --git a/assets/layers/toilet/toilet.json b/assets/layers/toilet/toilet.json index 65d3271b0..40ac047a3 100644 --- a/assets/layers/toilet/toilet.json +++ b/assets/layers/toilet/toilet.json @@ -211,7 +211,14 @@ } } }, - "level", + { + "builtin": "level", + "override": { + "labels+": [ + "amenity-no-prefix" + ] + } + }, { "question": { "en": "Are these toilets publicly accessible?", @@ -247,6 +254,7 @@ "mappings": [ { "if": "access=yes", + "alsoShowIf": "access=public", "then": { "en": "Public access", "de": "Der Zugang ist öffentlich", @@ -258,7 +266,38 @@ "da": "Offentlig adgang", "ca": "Accés públic", "cs": "Veřejný přístup", - "uk": "Публічний доступ" + "uk": "Публічний доступ", + "en": "Public access", + "de": "Öffentlicher Zugang", + "fr": "Accès publique", + "nl": "Publiek toegankelijk", + "it": "Accesso pubblico", + "ru": "Свободный доступ", + "es": "Acceso público", + "da": "Offentlig adgang", + "ca": "Accés públic", + "cs": "Veřejný přístup", + "en": "Public access", + "de": "Der Zugang ist öffentlich", + "fr": "Accès publique", + "nl": "Publiek toegankelijk", + "it": "Accesso pubblico", + "ru": "Свободный доступ", + "es": "Acceso público", + "da": "Offentlig adgang", + "ca": "Accés públic", + "cs": "Veřejný přístup", + "sl": "Javno dostopno", + "en": "Public access", + "de": "Öffentlicher Zugang", + "fr": "Accès publique", + "nl": "Publiek toegankelijk", + "it": "Accesso pubblico", + "ru": "Свободный доступ", + "es": "Acceso público", + "da": "Offentlig adgang", + "ca": "Accés públic", + "cs": "Veřejný přístup" } }, { @@ -310,33 +349,19 @@ "cs": "Přístupné, ale pro vstup je třeba požádat o klíč", "uk": "Доступний, але для входу потрібно попросити ключ" } - }, - { - "if": "access=public", - "then": { - "en": "Public access", - "de": "Öffentlicher Zugang", - "fr": "Accès publique", - "nl": "Publiek toegankelijk", - "it": "Accesso pubblico", - "ru": "Свободный доступ", - "es": "Acceso público", - "da": "Offentlig adgang", - "ca": "Accés públic", - "cs": "Veřejný přístup" - }, - "hideInAnswer": true } ], "labels": [ - "relevant-questions" + "relevant-questions", + "amenity-no-prefix" ], "id": "toilet-access" }, { "id": "toilets-fee", "labels": [ - "relevant-questions" + "relevant-questions", + "amenity-no-prefix" ], "condition": { "and": [ @@ -352,6 +377,8 @@ "da": "Er det gratis at benytte disse toiletter?", "ca": "Aquest serveis són gratuïts?", "cs": "Jsou tyto toalety zdarma?", + "es": "¿Son estos baños de uso gratuito?", + "sl": "Ali so ta stranišča brezplačna za uporabo?", "es": "¿Son estos baños de uso gratuito?" }, "mappings": [ @@ -366,7 +393,9 @@ "es": "Estos son baños de pago", "da": "Det er betalingstoiletter", "ca": "Aquests serveis són de pagament", - "cs": "Jedná se o placené toalety" + "cs": "Jedná se o placené toalety", + "cs": "Jedná se o placené toalety", + "sl": "To so plačljiva stranišča" }, "if": "fee=yes" }, @@ -381,14 +410,17 @@ "da": "Gratis at bruge", "ca": "Gratuït", "cs": "Použití zdarma", - "es": "De uso gratuito" + "es": "De uso gratuito", + "pt": "Grátis para usar", + "sl": "Brezplačna uporaba" } } ] }, { "labels": [ - "relevant-questions" + "relevant-questions", + "amenity-no-prefix" ], "question": { "en": "How much does one have to pay for these toilets?", @@ -400,7 +432,8 @@ "es": "¿Cuánto hay que pagar por estos baños?", "da": "Hvor meget skal man betale for disse toiletter?", "ca": "Quant s'ha de pagar per aquests lavabos?", - "cs": "Kolik se za tyto toalety platí?" + "cs": "Kolik se za tyto toalety platí?", + "sl": "Koliko je potrebno plačati za ta stranišča?" }, "render": { "en": "The fee is {charge}", @@ -412,7 +445,8 @@ "es": "La tarifa es {charge}", "da": "Gebyret er {charge}", "ca": "La taxa és {charge}", - "cs": "Poplatek je {charge}" + "cs": "Poplatek je {charge}", + "sl": "Plačilo je {charge}" }, "condition": { "and": [ @@ -442,7 +476,8 @@ ] }, "=labels": [ - "relevant-questions" + "relevant-questions", + "amenity-no-prefix" ] } }, @@ -454,6 +489,7 @@ "access!=no" ] }, + "#labels": "NOT included in amenity-no-prefix! The 'amenity' has their own opening hours", "=labels": [ "relevant-questions", "no-prefix" @@ -474,7 +510,8 @@ "id": "toilets-type", "labels": [ "relevant-questions", - "prefixed" + "prefixed", + "amenity-prefixed" ], "question": { "en": "Which kind of toilets are these?", @@ -550,7 +587,8 @@ "id": "toilets-disposal", "labels": [ "relevant-questions", - "prefixed" + "prefixed", + "amenity-prefixed" ], "question": { "en": "How is the waste handled?", @@ -589,7 +627,8 @@ "id": "gender_segregated", "labels": [ "relevant-questions", - "no-prefix" + "no-prefix", + "amenity-no-prefix" ], "question": { "en": "Are these toilets gender-segregated?", @@ -636,7 +675,8 @@ "id": "menstrual_products", "labels": [ "relevant-questions", - "prefixed" + "prefixed", + "amenity-prefixed" ], "question": { "en": "Are free, menstrual products distributed here?", @@ -699,7 +739,8 @@ "id": "menstrual_products_location", "labels": [ "relevant-questions", - "prefixed" + "prefixed", + "amenity-prefixed" ], "question": { "en": "Where are the free menstrual products located?", @@ -769,9 +810,11 @@ }, { "id": "toilets-changing-table", + "#labels": "Very weird case: we transfer this as is to the 'amenity'-layer", "labels": [ "relevant-questions", - "no-prefix" + "no-prefix", + "amenity-prefixed" ], "question": { "en": "Is a changing table (to change diapers) available?", @@ -819,7 +862,8 @@ { "labels": [ "relevant-questions", - "no-prefix" + "no-prefix", + "amenity-prefixed" ], "question": { "en": "Where is the changing table located?", @@ -917,7 +961,8 @@ "id": "toilet-supervised", "labels": [ "relevant-questions", - "no-prefix" + "no-prefix", + "amenity-no-prefix" ], "question": { "en": "Is this toilets supervised by a person?", @@ -964,7 +1009,8 @@ { "id": "toilet-has-paper", "labels": [ - "relevant-questions" + "relevant-questions", + "amenity-prefixed" ], "question": { "en": "Does one have to bring their own toilet paper to this toilet?", @@ -1014,7 +1060,8 @@ { "labels": [ "relevant-questions", - "prefixed" + "prefixed", + "amenity-prefixed" ], "id": "toilet-handwashing", "question": { @@ -1060,7 +1107,8 @@ "id": "toilet-drying", "labels": [ "relevant-questions", - "prefixed" + "prefixed", + "amenity-prefixed" ], "question": { "en": "Do these toilets have a device to dry your hands?", @@ -1439,17 +1487,16 @@ } }, { - "id": "adult-changing-table-title", - "labels": [ - "hidden", + "builtin": "adult_changing_table.title", + "override": { + "labels+": [ + "hidden", "prefixed", "adult-changing-table" ], - "render": { - "en": "

Adult changing table

", - "nl": "

Verzorgingstafel voor volwassenen

" - }, - "condition": "changing_table:adult=yes" + "condition": "changing_table:adult=yes", + "classes": "bold text-lg" + } }, { "id": "adult-changing-table", @@ -1482,168 +1529,20 @@ ] }, { - "id": "adult-changing-table-height", - "labels": [ - "hidden", - "prefixed", - "adult-changing-table" - ], - "question": { - "en": "What is the height of the adult changing table?", - "nl": "Hoe hoog is de verzorgingstafel voor volwassenen?" - }, - "questionHint": { - "en": "This is measured between the floor and the top of the changing table", - "nl": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel" - }, - "mappings": [ - { - "if": "changing_table:adult:height=adjustable", - "then": { - "en": "The changing table is adjustable in height", - "nl": "De verzorgingstafel is in hoogte verstelbaar" - } + "builtin": "adult_changing_table.relevant_questions", + "override": { + "labels+": [ + "hidden", + "prefixed", + "adult-changing-table" + ], + "condition": { + "and+": [ + "changing_table:adult=yes" + ] } - ], - "freeform": { - "key": "changing_table:adult:height", - "type": "pfloat" }, - "render": { - "en": "The changing table is {canonical(changing_table:adult:height)} high", - "nl": "De verzorgingstafel is {canonical(changing_table:adult:height)} hoog" - }, - "condition": { - "and": [ - "changing_table:adult=yes" - ] - } - }, - { - "id": "adult-changing-table-min_height", - "labels": [ - "hidden", - "prefixed", - "adult-changing-table" - ], - "question": { - "en": "What is the lowest height the adult changing table can be moved to?", - "nl": "Wat is de laagste stand waarop de verzorgingstafel voor volwassenen gezet kan worden?" - }, - "questionHint": { - "en": "This is measured between the floor and the top of the changing table", - "nl": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel" - }, - "freeform": { - "key": "changing_table:adult:min_height", - "type": "pfloat" - }, - "render": { - "en": "The lowest height of the adult changing table is {canonical(changing_table:adult:min_height)}", - "nl": "De laagste stand van de verzorgingstafel is {canonical(changing_table:adult:min_height)} hoog" - }, - "condition": { - "and": [ - "changing_table:adult:height=adjustable" - ] - } - }, - { - "id": "adult-changing-table-max_height", - "labels": [ - "hidden", - "prefixed", - "adult-changing-table" - ], - "question": { - "en": "What is the highest height the adult changing table can be moved to?", - "nl": "Wat is de hoogste stand waarop de verzorgingstafel voor volwassenen gezet kan worden?" - }, - "questionHint": { - "en": "This is measured between the floor and the top of the changing table", - "nl": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel" - }, - "freeform": { - "key": "changing_table:adult:max_height", - "type": "pfloat" - }, - "render": { - "en": "The highest height of the adult changing table is {canonical(changing_table:adult:max_height)}", - "nl": "De hoogste stand van de verzorgingstafel is {canonical(changing_table:adult:max_height)} hoog" - }, - "condition": { - "and": [ - "changing_table:adult:height=adjustable" - ] - } - }, - { - "id": "adult-changing-table-mechanism", - "labels": [ - "hidden", - "relevant-questions", - "adult-changing-table" - ], - "question": { - "en": "How is the height of the changing table adjusted?", - "nl": "Hoe wordt de hoogte van de verzorgingstafel aangepast?" - }, - "mappings": [ - { - "if": "changing_table:adult:height:mechanism=manual", - "then": { - "nl": "De hoogte van de verzorgingstafel wordt met de hand aangepast", - "en": "The height of the adult changing table is adjusted manually" - } - }, - { - "if": "changing_table:adult:height:mechanism=electric", - "then": { - "nl": "De verzorgingstafel wordt door een electrische motor in hoogte versteld", - "en": "The height of the adult changing table is adjusted electrically" - } - } - ], - "condition": { - "and": [ - "changing_table:adult:height=adjustable" - ] - } - }, - { - "id": "adult-changing-table-support", - "labels": [ - "hidden", - "prefixed", - "adult-changing-table" - ], - "question": { - "en": "How is the adult changing table supported?", - "nl": "Hoe is de verschoningstafel in de ruimte geplaatst?" - }, - "mappings": [ - { - "if": "changing_table:adult:support=wall_mounted", - "then": { - "en": "The changing table is mounted to the wall", - "nl": "De verschoningstafel voor volwassenen hangt vast aan de muur" - } - }, - { - "if": "changing_table:adult:support=legs", - "then": { - "en": "The changing table stands on table legs", - "nl": "De verschoningstafel voor volwassenen staat op tafelpoten" - } - }, - { - "if": "changing_table:adult:support=wheels", - "then": { - "en": "The changing table stands on table legs with wheels and can be moved", - "nl": "De verschoningstafel voor volwassenen staat op tafelpoten met wielen en kan verplaatst worden" - } - } - ] + "prefix": "changing_table:adult" }, { "id": "questions-adult-changing-table", @@ -1753,33 +1652,6 @@ "cm" ] } - }, - { - "changing_table:adult:height": { - "quantity": "distance", - "denominations": [ - "m", - "cm" - ] - } - }, - { - "changing_table:adult:min_height": { - "quantity": "distance", - "denominations": [ - "m", - "cm" - ] - } - }, - { - "changing_table:adult:max_height": { - "quantity": "distance", - "denominations": [ - "m", - "cm" - ] - } } ] } diff --git a/assets/layers/toilet_at_amenity/toilet_at_amenity.json b/assets/layers/toilet_at_amenity/toilet_at_amenity.json index 3656a0eac..01e45c10b 100644 --- a/assets/layers/toilet_at_amenity/toilet_at_amenity.json +++ b/assets/layers/toilet_at_amenity/toilet_at_amenity.json @@ -141,197 +141,9 @@ "lineRendering": [], "tagRenderings": [ "images", - "level", { - "question": { - "en": "Are these toilets publicly accessible?", - "de": "Ist die Toilette öffentlich zugänglich?", - "nl": "Zijn deze toiletten publiek toegankelijk?", - "fr": "Ces toilettes sont-elles librement accessibles ?", - "ca": "Aquests serveis són d'accés públic?", - "cs": "Jsou tyto toalety veřejně přístupné?", - "sl": "Ali so ta stranišča javno dostopna?", - "es": "¿Son estos baños de acceso público?" - }, - "render": { - "en": "Access is {toilets:access}", - "de": "Zugang ist {toilets:access}", - "fr": "L'accès est {toilets:access}", - "nl": "Toegankelijkheid is {toilets:access}", - "it": "L'accesso è {toilets:access}", - "es": "El acceso es {toilets:access}", - "da": "Adgang er {toilets:access}", - "ca": "L'accés és {toilets:access}", - "cs": "Přístup je {toilets:access}", - "sl": "Dostop je {toilets:access}", - "uk": "Доступ - {toilets:access}" - }, - "freeform": { - "key": "toilets:access", - "addExtraTags": [ - "fixme=the tag toilets:access was filled out by the user and might need refinement" - ] - }, - "mappings": [ - { - "if": "toilets:access=yes", - "then": { - "en": "Public access", - "de": "Der Zugang ist öffentlich", - "fr": "Accès publique", - "nl": "Publiek toegankelijk", - "it": "Accesso pubblico", - "ru": "Свободный доступ", - "es": "Acceso público", - "da": "Offentlig adgang", - "ca": "Accés públic", - "cs": "Veřejný přístup", - "sl": "Javno dostopno" - } - }, - { - "if": "toilets:access=customers", - "then": { - "en": "Only access to customers of the amenity", - "de": "Nur Zugang für Kunden der Einrichtung", - "nl": "Enkel toegankelijk voor klanten van de voorziening", - "fr": "Accessibles uniquement au clients du lieu", - "ca": "Només accessible a clients de l'instal·lació", - "cs": "Přístup pouze zákazníkům zařízení občanské vybavenosti", - "sl": "Samo za stranke lokala", - "es": "Solo acceso para clientes del servicio" - } - }, - { - "if": "toilets:access=no", - "then": { - "en": "Not accessible, even for customers of the amenity", - "de": "Nicht zugänglich, auch nicht für Kunden der Einrichtung", - "nl": "Niet toegankelijk, ook niet voor klanten van de voorziening", - "fr": "Non accessibles, même pour les clients du lieu", - "ca": "No accessible, inclús per als clients de la instal·lació", - "cs": "Není přístupný, a to ani pro zákazníky občanské vybavenosti", - "sl": "Ni dostopno niti za stranke lokala", - "es": "Inaccesible, incluso para clientes del servicio" - } - }, - { - "if": "toilets:access=key", - "then": { - "en": "Accessible, but one has to ask a key to enter", - "de": "Der Zugang ist möglich, aber man muss nach einen Schlüssel fragen", - "fr": "Accessibles, mais vous devez demander la clé", - "nl": "Toegankelijk na het vragen van de sleutel", - "it": "Accessibile, ma occorre chiedere una chiave per accedere", - "es": "Accesible, pero hay que pedir una llave para entrar", - "da": "Tilgængelig, men man skal bede om en nøgle for at komme ind", - "ca": "Accessible, però hi ha que demanar la clau per a entrar", - "cs": "Přístupné, ale ke vstupu musíte požádat o klíč", - "sl": "Dostopno, a je potrebno vprašati za ključ" - } - }, - { - "if": "toilets:access=public", - "then": { - "en": "Public access", - "de": "Öffentlicher Zugang", - "fr": "Accès publique", - "nl": "Publiek toegankelijk", - "it": "Accesso pubblico", - "ru": "Свободный доступ", - "es": "Acceso público", - "da": "Offentlig adgang", - "ca": "Accés públic", - "cs": "Veřejný přístup" - }, - "hideInAnswer": true - } - ], - "id": "toilet-access" - }, - { - "id": "toilets-fee", - "condition": "toilets:access!=no", - "question": { - "en": "Are these toilets free to use?", - "de": "Können diese Toiletten kostenlos benutzt werden?", - "fr": "Ces toilettes sont-elles payantes ?", - "nl": "Zijn deze toiletten gratis te gebruiken?", - "it": "Questi servizi igienici sono gratuiti?", - "da": "Er det gratis at benytte disse toiletter?", - "ca": "Aquest serveis són gratuïts?", - "cs": "Jsou tyto toalety zdarma k použití?", - "sl": "Ali so ta stranišča brezplačna za uporabo?", - "es": "¿Son estos baños de uso gratuito?" - }, - "mappings": [ - { - "then": { - "en": "These are paid toilets", - "de": "Die Nutzung ist gebührenpflichtig", - "fr": "Toilettes payantes", - "nl": "Men moet betalen om deze toiletten te gebruiken", - "ru": "Это платные туалеты", - "it": "Questi servizi igienici sono a pagamento", - "es": "Estos son baños de pago", - "da": "Det er betalingstoiletter", - "ca": "Aquests serveis són de pagament", - "cs": "Jedná se o placené toalety", - "sl": "To so plačljiva stranišča" - }, - "if": "toilets:fee=yes" - }, - { - "if": "toilets:fee=no", - "then": { - "en": "Free to use", - "de": "Die Nutzung ist kostenlos", - "fr": "Toilettes gratuites", - "nl": "Gratis te gebruiken", - "it": "Gratis", - "da": "Gratis at bruge", - "ca": "Gratuït", - "cs": "Zdarma k použití", - "pt": "Grátis para usar", - "sl": "Brezplačna uporaba", - "es": "De uso gratuito" - } - } - ] - }, - { - "question": { - "en": "How much does one have to pay for these toilets?", - "de": "Wie viel muss man für die Nutzung bezahlen?", - "fr": "Quel est le prix d'accès de ces toilettes ?", - "nl": "Hoeveel moet men betalen om deze toiletten te gebruiken?", - "it": "Quanto costa l'accesso a questi servizi igienici?", - "ru": "Сколько стоит посещение туалета?", - "es": "¿Cuánto hay que pagar por estos baños?", - "da": "Hvor meget skal man betale for disse toiletter?", - "ca": "Quant s'ha de pagar per aquests lavabos?", - "cs": "Kolik se platí za tyto toalety?", - "sl": "Koliko je potrebno plačati za ta stranišča?" - }, - "render": { - "en": "The fee is {toilets:charge}", - "de": "Die Gebühr beträgt {toilets:charge}", - "fr": "Le prix est {toilets:charge}", - "nl": "De toiletten gebruiken kost {toilets:charge}", - "it": "La tariffa è {toilets:charge}", - "ru": "Стоимость {toilets:charge}", - "es": "La tarifa es {toilets:charge}", - "da": "Gebyret er {toilets:charge}", - "ca": "La taxa és {toilets:charge}", - "cs": "Poplatek je {toilets:charge}", - "sl": "Plačilo je {toilets:charge}" - }, - "condition": "toilets:fee=yes", - "freeform": { - "key": "toilets:charge", - "type": "string" - }, - "id": "toilet-charge" + "builtin": "toilet.amenity-no-prefix", + "prefix": "toilets" }, { "builtin": "opening_hours", @@ -347,6 +159,7 @@ } } }, + "toilet.amenity-prefixed", { "id": "toilets-wheelchair", "labels": [ @@ -410,7 +223,6 @@ } ] }, - "toilet.prefixed", { "id": "questions-wheelchair", "labels": [ diff --git a/langs/layers/ca.json b/langs/layers/ca.json index bc3caf872..7defe1bff 100644 --- a/langs/layers/ca.json +++ b/langs/layers/ca.json @@ -11986,9 +11986,6 @@ }, "3": { "then": "Accessible, però s'ha de demanar la clau per a entrar" - }, - "4": { - "then": "Accés públic" } }, "question": "Aquests serveis són d'accés públic?", @@ -12135,42 +12132,6 @@ "question": "Quan està oberta la instal·lació on es troben aquests lavabos?" } }, - "toilet-access": { - "mappings": { - "0": { - "then": "Accés públic" - }, - "1": { - "then": "Només accessible a clients de l'instal·lació" - }, - "2": { - "then": "No accessible, inclús per als clients de la instal·lació" - }, - "3": { - "then": "Accessible, però hi ha que demanar la clau per a entrar" - }, - "4": { - "then": "Accés públic" - } - }, - "question": "Aquests serveis són d'accés públic?", - "render": "L'accés és {toilets:access}" - }, - "toilet-charge": { - "question": "Quant s'ha de pagar per aquests lavabos?", - "render": "La taxa és {toilets:charge}" - }, - "toilets-fee": { - "mappings": { - "0": { - "then": "Aquests serveis són de pagament" - }, - "1": { - "then": "Gratuït" - } - }, - "question": "Aquest serveis són gratuïts?" - }, "toilets-wheelchair": { "mappings": { "0": { diff --git a/langs/layers/cs.json b/langs/layers/cs.json index a20424f67..669f78d88 100644 --- a/langs/layers/cs.json +++ b/langs/layers/cs.json @@ -10653,9 +10653,6 @@ }, "3": { "then": "Přístupné, ale pro vstup je třeba požádat o klíč" - }, - "4": { - "then": "Veřejný přístup" } }, "question": "Jsou tyto toalety veřejně přístupné?", @@ -10795,42 +10792,6 @@ "question": "Kdy je otevřeno zařízení, kde se tyto toalety nacházejí?" } }, - "toilet-access": { - "mappings": { - "0": { - "then": "Veřejný přístup" - }, - "1": { - "then": "Přístup pouze zákazníkům zařízení občanské vybavenosti" - }, - "2": { - "then": "Není přístupný, a to ani pro zákazníky občanské vybavenosti" - }, - "3": { - "then": "Přístupné, ale ke vstupu musíte požádat o klíč" - }, - "4": { - "then": "Veřejný přístup" - } - }, - "question": "Jsou tyto toalety veřejně přístupné?", - "render": "Přístup je {toilets:access}" - }, - "toilet-charge": { - "question": "Kolik se platí za tyto toalety?", - "render": "Poplatek je {toilets:charge}" - }, - "toilets-fee": { - "mappings": { - "0": { - "then": "Jedná se o placené toalety" - }, - "1": { - "then": "Zdarma k použití" - } - }, - "question": "Jsou tyto toalety zdarma k použití?" - }, "toilets-wheelchair": { "mappings": { "0": { diff --git a/langs/layers/da.json b/langs/layers/da.json index ff92eddad..d451bfd80 100644 --- a/langs/layers/da.json +++ b/langs/layers/da.json @@ -2210,9 +2210,6 @@ }, "3": { "then": "Tilgængelig, men man skal bede om en nøgle for at komme ind" - }, - "4": { - "then": "Offentlig adgang" } }, "question": "Er disse toiletter offentligt tilgængelige?", @@ -2336,35 +2333,6 @@ } }, "tagRenderings": { - "toilet-access": { - "mappings": { - "0": { - "then": "Offentlig adgang" - }, - "3": { - "then": "Tilgængelig, men man skal bede om en nøgle for at komme ind" - }, - "4": { - "then": "Offentlig adgang" - } - }, - "render": "Adgang er {toilets:access}" - }, - "toilet-charge": { - "question": "Hvor meget skal man betale for disse toiletter?", - "render": "Gebyret er {toilets:charge}" - }, - "toilets-fee": { - "mappings": { - "0": { - "then": "Det er betalingstoiletter" - }, - "1": { - "then": "Gratis at bruge" - } - }, - "question": "Er det gratis at benytte disse toiletter?" - }, "toilets-wheelchair": { "mappings": { "0": { diff --git a/langs/layers/de.json b/langs/layers/de.json index b352a7b81..80e1586b6 100644 --- a/langs/layers/de.json +++ b/langs/layers/de.json @@ -11917,7 +11917,7 @@ "toilet-access": { "mappings": { "0": { - "then": "Der Zugang ist öffentlich" + "then": "Öffentlicher Zugang" }, "1": { "then": "Der Zugang ist nur für Kunden" @@ -11927,9 +11927,6 @@ }, "3": { "then": "Der Zugang ist möglich, aber man muss nach einen Schlüssel fragen" - }, - "4": { - "then": "Öffentlicher Zugang" } }, "question": "Ist die Toilette öffentlich zugänglich?", @@ -12076,42 +12073,6 @@ "question": "Wann ist der Ort, an dem sich diese Toiletten befinden, geöffnet?" } }, - "toilet-access": { - "mappings": { - "0": { - "then": "Der Zugang ist öffentlich" - }, - "1": { - "then": "Nur Zugang für Kunden der Einrichtung" - }, - "2": { - "then": "Nicht zugänglich, auch nicht für Kunden der Einrichtung" - }, - "3": { - "then": "Der Zugang ist möglich, aber man muss nach einen Schlüssel fragen" - }, - "4": { - "then": "Öffentlicher Zugang" - } - }, - "question": "Ist die Toilette öffentlich zugänglich?", - "render": "Zugang ist {toilets:access}" - }, - "toilet-charge": { - "question": "Wie viel muss man für die Nutzung bezahlen?", - "render": "Die Gebühr beträgt {toilets:charge}" - }, - "toilets-fee": { - "mappings": { - "0": { - "then": "Die Nutzung ist gebührenpflichtig" - }, - "1": { - "then": "Die Nutzung ist kostenlos" - } - }, - "question": "Können diese Toiletten kostenlos benutzt werden?" - }, "toilets-wheelchair": { "mappings": { "0": { diff --git a/langs/layers/en.json b/langs/layers/en.json index 5001c4179..c52493b32 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -42,6 +42,63 @@ "render": "Known address" } }, + "adult_changing_table": { + "description": "An adult changing table is a bench where adult people can be placed on. They are often used by adults with a severe motoric handicap", + "name": "Adult changing tables", + "presets": { + "0": { + "title": "an adult changing table" + } + }, + "tagRenderings": { + "adult-changing-table-max_height": { + "question": "What is the highest height the adult changing table can be moved to?", + "questionHint": "This is measured between the floor and the top of the changing table", + "render": "The highest height of the adult changing table is {canonical(max_height)}" + }, + "adult-changing-table-mechanism": { + "mappings": { + "0": { + "then": "The height of the adult changing table is adjusted manually" + }, + "1": { + "then": "The height of the adult changing table is adjusted electrically" + } + }, + "question": "How is the height of the changing table adjusted?" + }, + "adult-changing-table-min_height": { + "question": "What is the lowest height the adult changing table can be moved to?", + "questionHint": "This is measured between the floor and the top of the changing table", + "render": "The lowest height of the adult changing table is {canonical(min_height)}" + }, + "adult-changing-table-support": { + "mappings": { + "0": { + "then": "The changing table is mounted to the wall" + }, + "1": { + "then": "The changing table stands on table legs" + }, + "2": { + "then": "The changing table stands on table legs with wheels and can be moved" + } + }, + "question": "How is the adult changing table supported?" + }, + "height": { + "mappings": { + "0": { + "then": "The changing table is adjustable in height" + } + }, + "question": "What is the height of the adult changing table?", + "questionHint": "This is measured between the floor and the top of the changing table", + "render": "The changing table is {canonical(height)} high" + } + }, + "title": "Adult changing table" + }, "advertising": { "description": "We will complete data from advertising features with reference, operator and lit", "name": "Advertisement", @@ -12274,54 +12331,6 @@ }, "question": "Does this toilet have an adult changing table?" }, - "adult-changing-table-height": { - "mappings": { - "0": { - "then": "The changing table is adjustable in height" - } - }, - "question": "What is the height of the adult changing table?", - "questionHint": "This is measured between the floor and the top of the changing table", - "render": "The changing table is {canonical(changing_table:adult:height)} high" - }, - "adult-changing-table-max_height": { - "question": "What is the highest height the adult changing table can be moved to?", - "questionHint": "This is measured between the floor and the top of the changing table", - "render": "The highest height of the adult changing table is {canonical(changing_table:adult:max_height)}" - }, - "adult-changing-table-mechanism": { - "mappings": { - "0": { - "then": "The height of the adult changing table is adjusted manually" - }, - "1": { - "then": "The height of the adult changing table is adjusted electrically" - } - }, - "question": "How is the height of the changing table adjusted?" - }, - "adult-changing-table-min_height": { - "question": "What is the lowest height the adult changing table can be moved to?", - "questionHint": "This is measured between the floor and the top of the changing table", - "render": "The lowest height of the adult changing table is {canonical(changing_table:adult:min_height)}" - }, - "adult-changing-table-support": { - "mappings": { - "0": { - "then": "The changing table is mounted to the wall" - }, - "1": { - "then": "The changing table stands on table legs" - }, - "2": { - "then": "The changing table stands on table legs with wheels and can be moved" - } - }, - "question": "How is the adult changing table supported?" - }, - "adult-changing-table-title": { - "render": "

Adult changing table

" - }, "email": { "override": { "question": "What is the email address one can send to in case of troubles or questions?" @@ -12392,9 +12401,6 @@ }, "3": { "then": "Accessible, but one has to ask a key to enter" - }, - "4": { - "then": "Public access" } }, "question": "Are these toilets publicly accessible?", @@ -12628,42 +12634,6 @@ "question": "When is the amenity where these toilets are located open?" } }, - "toilet-access": { - "mappings": { - "0": { - "then": "Public access" - }, - "1": { - "then": "Only access to customers of the amenity" - }, - "2": { - "then": "Not accessible, even for customers of the amenity" - }, - "3": { - "then": "Accessible, but one has to ask a key to enter" - }, - "4": { - "then": "Public access" - } - }, - "question": "Are these toilets publicly accessible?", - "render": "Access is {toilets:access}" - }, - "toilet-charge": { - "question": "How much does one have to pay for these toilets?", - "render": "The fee is {toilets:charge}" - }, - "toilets-fee": { - "mappings": { - "0": { - "then": "These are paid toilets" - }, - "1": { - "then": "Free to use" - } - }, - "question": "Are these toilets free to use?" - }, "toilets-wheelchair": { "mappings": { "0": { diff --git a/langs/layers/es.json b/langs/layers/es.json index c2f8bf4b6..6ae6f964a 100644 --- a/langs/layers/es.json +++ b/langs/layers/es.json @@ -10852,9 +10852,6 @@ }, "3": { "then": "Accesible, pero hay que pedir una llave para entrar" - }, - "4": { - "then": "Acceso público" } }, "question": "¿Son estos baños de acceso público?", @@ -10994,42 +10991,6 @@ "question": "¿Cuándo está abierto el servicio donde se ubican estos baños?" } }, - "toilet-access": { - "mappings": { - "0": { - "then": "Acceso público" - }, - "1": { - "then": "Solo acceso para clientes del servicio" - }, - "2": { - "then": "Inaccesible, incluso para clientes del servicio" - }, - "3": { - "then": "Accesible, pero hay que pedir una llave para entrar" - }, - "4": { - "then": "Acceso público" - } - }, - "question": "¿Son estos baños de acceso público?", - "render": "El acceso es {toilets:access}" - }, - "toilet-charge": { - "question": "¿Cuánto hay que pagar por estos baños?", - "render": "La tarifa es {toilets:charge}" - }, - "toilets-fee": { - "mappings": { - "0": { - "then": "Estos son baños de pago" - }, - "1": { - "then": "De uso gratuito" - } - }, - "question": "¿Son estos baños de uso gratuito?" - }, "toilets-wheelchair": { "mappings": { "0": { diff --git a/langs/layers/fr.json b/langs/layers/fr.json index fae2dae4c..3373c02e2 100644 --- a/langs/layers/fr.json +++ b/langs/layers/fr.json @@ -6609,7 +6609,7 @@ "toilet-access": { "mappings": { "0": { - "then": "Accès public" + "then": "Accès publique" }, "1": { "then": "Accès réservé aux clients" @@ -6619,9 +6619,6 @@ }, "3": { "then": "Accessible, mais vous devez demander la clé" - }, - "4": { - "then": "Accès publique" } }, "question": "Ces toilettes sont-elles accessibles au public ?", @@ -6748,42 +6745,6 @@ } }, "tagRenderings": { - "toilet-access": { - "mappings": { - "0": { - "then": "Accès publique" - }, - "1": { - "then": "Accessibles uniquement au clients du lieu" - }, - "2": { - "then": "Non accessibles, même pour les clients du lieu" - }, - "3": { - "then": "Accessibles, mais vous devez demander la clé" - }, - "4": { - "then": "Accès publique" - } - }, - "question": "Ces toilettes sont-elles librement accessibles ?", - "render": "L'accès est {toilets:access}" - }, - "toilet-charge": { - "question": "Quel est le prix d'accès de ces toilettes ?", - "render": "Le prix est {toilets:charge}" - }, - "toilets-fee": { - "mappings": { - "0": { - "then": "Toilettes payantes" - }, - "1": { - "then": "Toilettes gratuites" - } - }, - "question": "Ces toilettes sont-elles payantes ?" - }, "toilets-wheelchair": { "mappings": { "0": { diff --git a/langs/layers/it.json b/langs/layers/it.json index 182774792..126932447 100644 --- a/langs/layers/it.json +++ b/langs/layers/it.json @@ -2898,9 +2898,6 @@ }, "3": { "then": "Accessibile, ma occorre chiedere una chiave per accedere" - }, - "4": { - "then": "Accesso pubblico" } }, "question": "Questi servizi igienici sono aperti al pubblico?", @@ -2985,35 +2982,6 @@ }, "toilet_at_amenity": { "tagRenderings": { - "toilet-access": { - "mappings": { - "0": { - "then": "Accesso pubblico" - }, - "3": { - "then": "Accessibile, ma occorre chiedere una chiave per accedere" - }, - "4": { - "then": "Accesso pubblico" - } - }, - "render": "L'accesso è {toilets:access}" - }, - "toilet-charge": { - "question": "Quanto costa l'accesso a questi servizi igienici?", - "render": "La tariffa è {toilets:charge}" - }, - "toilets-fee": { - "mappings": { - "0": { - "then": "Questi servizi igienici sono a pagamento" - }, - "1": { - "then": "Gratis" - } - }, - "question": "Questi servizi igienici sono gratuiti?" - }, "toilets-wheelchair": { "mappings": { "0": { diff --git a/langs/layers/nl.json b/langs/layers/nl.json index e2b1d2914..e84be8c4c 100644 --- a/langs/layers/nl.json +++ b/langs/layers/nl.json @@ -41,6 +41,62 @@ "render": "Bekend adres" } }, + "adult_changing_table": { + "name": "Verzorgingstafels voor volwassenen", + "presets": { + "0": { + "title": "een verzorgingstafel voor volwassenen" + } + }, + "tagRenderings": { + "adult-changing-table-max_height": { + "question": "Wat is de hoogste stand waarop de verzorgingstafel voor volwassenen gezet kan worden?", + "questionHint": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel", + "render": "De hoogste stand van de verzorgingstafel is {canonical(max_height)} hoog" + }, + "adult-changing-table-mechanism": { + "mappings": { + "0": { + "then": "De hoogte van de verzorgingstafel wordt met de hand aangepast" + }, + "1": { + "then": "De verzorgingstafel wordt door een electrische motor in hoogte versteld" + } + }, + "question": "Hoe wordt de hoogte van de verzorgingstafel aangepast?" + }, + "adult-changing-table-min_height": { + "question": "Wat is de laagste stand waarop de verzorgingstafel voor volwassenen gezet kan worden?", + "questionHint": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel", + "render": "De laagste stand van de verzorgingstafel is {canonical(min_height)} hoog" + }, + "adult-changing-table-support": { + "mappings": { + "0": { + "then": "De verschoningstafel voor volwassenen hangt vast aan de muur" + }, + "1": { + "then": "De verschoningstafel voor volwassenen staat op tafelpoten" + }, + "2": { + "then": "De verschoningstafel voor volwassenen staat op tafelpoten met wielen en kan verplaatst worden" + } + }, + "question": "Hoe is de verschoningstafel in de ruimte geplaatst?" + }, + "height": { + "mappings": { + "0": { + "then": "De verzorgingstafel is in hoogte verstelbaar" + } + }, + "question": "Hoe hoog is de verzorgingstafel voor volwassenen?", + "questionHint": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel", + "render": "De verzorgingstafel is {canonical(height)} hoog" + } + }, + "title": "Verzorgingstafel voor volwassenen" + }, "advertising": { "description": "We vullen de informatie over de advertentie aan met de referentie, de operator en de verlichting", "name": "Reclame", @@ -9850,54 +9906,6 @@ }, "question": "Heeft deze toilet een verzorgingstafel voor volwassenen?" }, - "adult-changing-table-height": { - "mappings": { - "0": { - "then": "De verzorgingstafel is in hoogte verstelbaar" - } - }, - "question": "Hoe hoog is de verzorgingstafel voor volwassenen?", - "questionHint": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel", - "render": "De verzorgingstafel is {canonical(changing_table:adult:height)} hoog" - }, - "adult-changing-table-max_height": { - "question": "Wat is de hoogste stand waarop de verzorgingstafel voor volwassenen gezet kan worden?", - "questionHint": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel", - "render": "De hoogste stand van de verzorgingstafel is {canonical(changing_table:adult:max_height)} hoog" - }, - "adult-changing-table-mechanism": { - "mappings": { - "0": { - "then": "De hoogte van de verzorgingstafel wordt met de hand aangepast" - }, - "1": { - "then": "De verzorgingstafel wordt door een electrische motor in hoogte versteld" - } - }, - "question": "Hoe wordt de hoogte van de verzorgingstafel aangepast?" - }, - "adult-changing-table-min_height": { - "question": "Wat is de laagste stand waarop de verzorgingstafel voor volwassenen gezet kan worden?", - "questionHint": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel", - "render": "De laagste stand van de verzorgingstafel is {canonical(changing_table:adult:min_height)} hoog" - }, - "adult-changing-table-support": { - "mappings": { - "0": { - "then": "De verschoningstafel voor volwassenen hangt vast aan de muur" - }, - "1": { - "then": "De verschoningstafel voor volwassenen staat op tafelpoten" - }, - "2": { - "then": "De verschoningstafel voor volwassenen staat op tafelpoten met wielen en kan verplaatst worden" - } - }, - "question": "Hoe is de verschoningstafel in de ruimte geplaatst?" - }, - "adult-changing-table-title": { - "render": "

Verzorgingstafel voor volwassenen

" - }, "email": { "override": { "question": "Naar welk email address kan men sturen voor vragen of om problemen te melden?" @@ -9968,9 +9976,6 @@ }, "3": { "then": "Toegankelijk na het vragen van de sleutel" - }, - "4": { - "then": "Publiek toegankelijk" } }, "question": "Zijn deze toiletten publiek toegankelijk?", @@ -10199,42 +10204,6 @@ }, "name": "Toilet in een voorziening", "tagRenderings": { - "toilet-access": { - "mappings": { - "0": { - "then": "Publiek toegankelijk" - }, - "1": { - "then": "Enkel toegankelijk voor klanten van de voorziening" - }, - "2": { - "then": "Niet toegankelijk, ook niet voor klanten van de voorziening" - }, - "3": { - "then": "Toegankelijk na het vragen van de sleutel" - }, - "4": { - "then": "Publiek toegankelijk" - } - }, - "question": "Zijn deze toiletten publiek toegankelijk?", - "render": "Toegankelijkheid is {toilets:access}" - }, - "toilet-charge": { - "question": "Hoeveel moet men betalen om deze toiletten te gebruiken?", - "render": "De toiletten gebruiken kost {toilets:charge}" - }, - "toilets-fee": { - "mappings": { - "0": { - "then": "Men moet betalen om deze toiletten te gebruiken" - }, - "1": { - "then": "Gratis te gebruiken" - } - }, - "question": "Zijn deze toiletten gratis te gebruiken?" - }, "toilets-wheelchair": { "mappings": { "0": { diff --git a/langs/layers/pt.json b/langs/layers/pt.json index b1b29029b..902d89b30 100644 --- a/langs/layers/pt.json +++ b/langs/layers/pt.json @@ -1765,7 +1765,7 @@ } } }, - "toilet_at_amenity": { + "toilet": { "tagRenderings": { "toilets-fee": { "mappings": { diff --git a/langs/layers/ru.json b/langs/layers/ru.json index 2581c2fbf..9a7936e85 100644 --- a/langs/layers/ru.json +++ b/langs/layers/ru.json @@ -1909,9 +1909,6 @@ }, "2": { "then": "Недоступно" - }, - "4": { - "then": "Свободный доступ" } }, "question": "Есть ли свободный доступ к этим туалетам?" @@ -1944,27 +1941,6 @@ }, "toilet_at_amenity": { "tagRenderings": { - "toilet-access": { - "mappings": { - "0": { - "then": "Свободный доступ" - }, - "4": { - "then": "Свободный доступ" - } - } - }, - "toilet-charge": { - "question": "Сколько стоит посещение туалета?", - "render": "Стоимость {toilets:charge}" - }, - "toilets-fee": { - "mappings": { - "0": { - "then": "Это платные туалеты" - } - } - }, "toilets-wheelchair": { "mappings": { "1": { diff --git a/langs/layers/sl.json b/langs/layers/sl.json index 3e497d7be..d2cfb23b0 100644 --- a/langs/layers/sl.json +++ b/langs/layers/sl.json @@ -443,33 +443,17 @@ "description": "Stranišča z vsaj enim invalidom na vozičku dostopnim straniščem" } }, - "title": { - "render": "Stranišče" - } - }, - "toilet_at_amenity": { "tagRenderings": { "toilet-access": { "mappings": { "0": { "then": "Javno dostopno" - }, - "1": { - "then": "Samo za stranke lokala" - }, - "2": { - "then": "Ni dostopno niti za stranke lokala" - }, - "3": { - "then": "Dostopno, a je potrebno vprašati za ključ" } - }, - "question": "Ali so ta stranišča javno dostopna?", - "render": "Dostop je {toilets:access}" + } }, "toilet-charge": { "question": "Koliko je potrebno plačati za ta stranišča?", - "render": "Plačilo je {toilets:charge}" + "render": "Plačilo je {charge}" }, "toilets-fee": { "mappings": { @@ -481,7 +465,14 @@ } }, "question": "Ali so ta stranišča brezplačna za uporabo?" - }, + } + }, + "title": { + "render": "Stranišče" + } + }, + "toilet_at_amenity": { + "tagRenderings": { "toilets-wheelchair": { "mappings": { "1": { diff --git a/langs/layers/uk.json b/langs/layers/uk.json index 6f0b2784c..2975bcd8c 100644 --- a/langs/layers/uk.json +++ b/langs/layers/uk.json @@ -2491,9 +2491,6 @@ "override": { "question": "Коли відкрито приміщення, де розташовані ці туалети?" } - }, - "toilet-access": { - "render": "Доступ - {toilets:access}" } } },