Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2022-10-27 01:50:01 +02:00
parent 707b25529b
commit 6d822b42ca
158 changed files with 7939 additions and 11272 deletions

View file

@ -966,6 +966,38 @@
"render": "Botiga"
}
},
"speed_camera": {
"units": {
"0": {
"applicableUnits": {
"0": {
"human": "quilòmetres/hora",
"humanShort": "km/h"
},
"1": {
"human": "milles/hora",
"humanShort": "mph"
}
}
}
}
},
"speed_display": {
"units": {
"0": {
"applicableUnits": {
"0": {
"human": "quilòmetres/hora",
"humanShort": "km/h"
},
"1": {
"human": "milles/hora",
"humanShort": "mph"
}
}
}
}
},
"sport_pitch": {
"name": "Camps d'esports",
"title": {

View file

@ -2253,13 +2253,10 @@
}
},
"tagRenderings": {
"Opening-hours": {
"mappings": {
"0": {
"then": "Åbent 24/7"
}
},
"question": "Hvornår åbnes disse toiletter?"
"opening_hours_24_7": {
"override": {
"question": "Hvornår åbnes disse toiletter?"
}
},
"toilet-access": {
"mappings": {
@ -2394,6 +2391,92 @@
}
}
},
"toilet_at_amenity": {
"filter": {
"0": {
"options": {
"0": {
"question": "Tilgængelig for kørestolsbrugere"
}
}
},
"1": {
"options": {
"0": {
"question": "Har et puslebord"
}
}
},
"2": {
"options": {
"0": {
"question": "Gratis at bruge"
}
}
}
},
"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": {
"then": "Der er et særligt toilet til kørestolsbrugere"
},
"1": {
"then": "Ingen kørestolsadgang"
},
"2": {
"then": "Der er kun et særligt toilet til kørestolsbrugere"
}
},
"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"
}
},
"units": {
"0": {
"applicableUnits": {
"0": {
"human": "meter"
},
"1": {
"human": "centimeter"
}
}
}
}
},
"trail": {
"name": "Stier",
"tagRenderings": {
@ -2969,4 +3052,4 @@
}
}
}
}
}

View file

@ -82,6 +82,10 @@
}
},
"tagRenderings": {
"artwork-artist-wikidata": {
"question": "Wer hat dieses Kunstwerk geschaffen?",
"render": "Dieses Kunstwerk wurde geschaffen von {wikidata_label(artist:wikidata):font-weight:bold}<br/>{wikipedia(artist:wikidata)}"
},
"artwork-artist_name": {
"question": "Wer hat das Kunstwerk erschaffen?",
"render": "Erstellt von {artist_name}"
@ -135,10 +139,6 @@
"question": "Auf welcher Webseite gibt es weitere Informationen zum Kunstwerk?",
"render": "Weitere Informationen auf <a href='{website}' target='_blank'>dieser Webseite</a>"
},
"artwork-artist-wikidata": {
"question": "Wer hat dieses Kunstwerk geschaffen?",
"render": "Dieses Kunstwerk wurde geschaffen von {wikidata_label(artist:wikidata):font-weight:bold}<br/>{wikipedia(artist:wikidata)}"
},
"artwork_subject": {
"question": "Was zeigt dieses Kunstwerk?",
"render": "Das Kunstwerk zeigt {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}"
@ -3658,6 +3658,29 @@
"question": "Hat wahrscheinlich kein Bild"
}
}
},
"4": {
"options": {
"0": {
"question": "Mit taktilem Pflaster"
}
}
},
"5": {
"options": {
"0": {
"question": "Mit oder ohne taktilem Pflaster"
},
"1": {
"question": "Mit taktilem Pflaster"
},
"2": {
"question": "Ohne taktilem Pflaster"
},
"3": {
"question": "Keine Informationen über taktiles Pflaster"
}
}
}
}
},
@ -5487,14 +5510,10 @@
}
},
"tagRenderings": {
"OH": {
"mappings": {
"0": {
"then": "durchgehend geöffnet (auch an Feiertagen)"
}
},
"question": "Wie sind die Öffnungszeiten dieser Poststelle?",
"render": "Öffnungszeiten: {opening_hours_table()}"
"opening_hours": {
"override": {
"question": "Wie sind die Öffnungszeiten dieser Poststelle?"
}
}
},
"title": {
@ -6134,6 +6153,38 @@
}
}
},
"speed_camera": {
"units": {
"0": {
"applicableUnits": {
"0": {
"human": "Kilometer/Stunde",
"humanShort": "km/h"
},
"1": {
"human": "Meilen/Stunde",
"humanShort": "mph"
}
}
}
}
},
"speed_display": {
"units": {
"0": {
"applicableUnits": {
"0": {
"human": "Kilometer/Stunde",
"humanShort": "km/h"
},
"1": {
"human": "Meilen/Stunde",
"humanShort": "mph"
}
}
}
}
},
"sport_pitch": {
"description": "Ein Sportplatz",
"name": "Sportplätze",
@ -6605,13 +6656,10 @@
}
},
"tagRenderings": {
"Opening-hours": {
"mappings": {
"0": {
"then": "Durchgehend geöffnet"
}
},
"question": "Wann sind diese Toiletten geöffnet?"
"opening_hours_24_7": {
"override": {
"question": "Wann sind diese Toiletten geöffnet?"
}
},
"toilet-access": {
"mappings": {
@ -6752,6 +6800,92 @@
}
}
},
"toilet_at_amenity": {
"filter": {
"0": {
"options": {
"0": {
"question": "Rollstuhlgerecht"
}
}
},
"1": {
"options": {
"0": {
"question": "Mit Wickeltisch"
}
}
},
"2": {
"options": {
"0": {
"question": "Nutzung kostenlos"
}
}
}
},
"tagRenderings": {
"toilet-access": {
"mappings": {
"0": {
"then": "Der Zugang ist öffentlich"
},
"3": {
"then": "Der Zugang ist möglich, aber man muss nach einen Schlüssel fragen"
},
"4": {
"then": "Öffentlicher Zugang"
}
},
"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": {
"then": "Rollstuhlfahrer können die Toilette benutzen"
},
"1": {
"then": "Rollstuhlfahrer können die Toilette nicht benutzen"
},
"2": {
"then": "Es gibt nur eine barrierefreie Toilette für Rollstuhlfahrer"
}
},
"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"
}
},
"units": {
"0": {
"applicableUnits": {
"0": {
"human": "Meter"
},
"1": {
"human": "Zentimeter"
}
}
}
}
},
"trail": {
"name": "Wanderwege",
"tagRenderings": {
@ -7373,4 +7507,4 @@
}
}
}
}
}

View file

@ -2615,6 +2615,17 @@
}
},
"tagRenderings": {
"crossing-arrow": {
"mappings": {
"0": {
"then": "This traffic light has an arrow pointing in the direction of crossing."
},
"1": {
"then": "This traffic light does <b>not</b> have an arrow pointing in the direction of crossing."
}
},
"question": "Does this traffic light have an arrow pointing in the direction of crossing?"
},
"crossing-bicycle-allowed": {
"mappings": {
"0": {
@ -2673,6 +2684,17 @@
},
"question": "Is this is a zebra crossing?"
},
"crossing-minimap": {
"mappings": {
"0": {
"then": "This traffic light has a tactile map showing the layout of the crossing."
},
"1": {
"then": "This traffic light does <b>not</b> have a tactile map showing the layout of the crossing."
}
},
"question": "Does this traffic light have a tactile map showing the layout of the crossing?"
},
"crossing-right-turn-through-red": {
"mappings": {
"0": {
@ -2687,6 +2709,23 @@
},
"question": "Can a cyclist turn right when the light is red?"
},
"crossing-sound": {
"mappings": {
"0": {
"then": "This traffic light has sound signals to help crossing, both for finding the crossing and for crossing."
},
"1": {
"then": "This traffic light does not have sound signals to help crossing."
},
"2": {
"then": "This traffic light has a sound signal to help locate the pole, but no signal to sign that it is safe to cross."
},
"3": {
"then": "This traffic light has a sound signal to sign that it is safe to cross, but no signal to help locate the pole."
}
},
"question": "Does this traffic light have sound signals to aid crossing?"
},
"crossing-tactile": {
"mappings": {
"0": {
@ -2717,6 +2756,17 @@
}
},
"question": "What kind of crossing is this?"
},
"crossing-vibration": {
"mappings": {
"0": {
"then": "The button for this traffic light has a vibration signal to indicate that it is safe to cross."
},
"1": {
"then": "The button for this traffic light does not have a vibration signal to indicate that it is safe to cross."
}
},
"question": "Does this traffic light have vibration signals to aid crossing? (usually located at the bottom of the crossing button)"
}
},
"title": {
@ -3419,6 +3469,11 @@
}
},
"question": "Does this elevator work?"
},
"wikidata.tactile_writing-braille": {
"override": {
"question": "In which languages does this elevator have tactile writing (braille)?"
}
}
},
"title": {
@ -3658,6 +3713,29 @@
"question": "Probably does not have an image"
}
}
},
"4": {
"options": {
"0": {
"question": "With tactile paving"
}
}
},
"5": {
"options": {
"0": {
"question": "With or without tactile paving"
},
"1": {
"question": "With tactile paving"
},
"2": {
"question": "Without tactile paving"
},
"3": {
"question": "No information about tactile paving"
}
}
}
}
},
@ -3715,6 +3793,150 @@
"render": "Fire Station"
}
},
"fitness_centre": {
"description": "Layer showing fitness centres",
"name": "Fitness Centres",
"presets": {
"0": {
"title": "a fitness centre"
}
},
"tagRenderings": {
"name": {
"freeform": {
"placeholder": "Name of fitness centre"
},
"mappings": {
"0": {
"then": "This fitness centre has no name"
}
},
"question": "What is the name of this fitness centre?",
"render": "This fitness centre is called {name}"
}
},
"title": {
"render": "Fitness Centre"
}
},
"fitness_station": {
"description": "Find a fitness station near you, and add missing ones.",
"name": "Fitness Stations",
"presets": {
"0": {
"title": "a fitness station"
}
},
"tagRenderings": {
"name": {
"freeform": {
"placeholder": "Name of the fitness station"
},
"mappings": {
"0": {
"then": "This fitness station doesn't have a name"
}
},
"question": "What is the name of this fitness station?",
"render": "This fitness station is called {name}"
},
"operator": {
"freeform": {
"placeholder": "Operator of the fitness station"
},
"question": "Who maintains this fitness station?",
"render": "The fitness station is maintained by {operator}."
},
"type": {
"mappings": {
"0": {
"then": "This fitness station has a horizontal bar, high enough for pull-ups."
},
"1": {
"then": "This fitness station has a sign with instructions for a specific exercise."
},
"2": {
"then": "This fitness station has a facility for sit-ups."
},
"3": {
"then": "This fitness station has a facility for push-ups. Usually consists of one or more low horizontal bars."
},
"4": {
"then": "This fitness station has bars for stretching."
},
"5": {
"then": "This fitness station has a station for making hyperextensions."
},
"6": {
"then": "This fitness station has rings for gymnastic exercises."
},
"7": {
"then": "This fitness station has a horizontal ladder, also known as monkey bars."
},
"8": {
"then": "This fitness station has wall bars to climb on."
},
"9": {
"then": "This fitness station has posts for performing slalom exercises."
},
"10": {
"then": "This fitness station has stepping stones."
},
"11": {
"then": "This fitness station has cones for performing leapfrog jumps."
},
"12": {
"then": "This fitness station has beams to jump over."
},
"13": {
"then": "This fitness station has hurdles to cross."
},
"14": {
"then": "This fitness station has a wall to climb on."
},
"15": {
"then": "This fitness station has a balance beam."
},
"16": {
"then": "This fitness station has a log with a handle on the end to lift."
},
"17": {
"then": "This fitness station has a chair with only elbow supports and a rear (without seat), for performing leg raises."
},
"18": {
"then": "This fitness station has a box that can be used for jumping."
},
"19": {
"then": "This fitness station has battling ropes."
},
"20": {
"then": "This fitness station has a stationary bicycle."
},
"21": {
"then": "This fitness station has a cross-trainer."
},
"22": {
"then": "This fitness station has an air walker."
},
"23": {
"then": "This fitness station has a rower."
},
"24": {
"then": "This fitness station has a slackline."
}
},
"question": "What kind of equipment does this fitness station have?"
}
},
"title": {
"mappings": {
"0": {
"then": "Fitness Station {name}"
}
},
"render": "Fitness Station"
}
},
"food": {
"deletion": {
"extraDeleteReasons": {
@ -4387,6 +4609,11 @@
"freeform": {
"placeholder": "Height of the kerb"
},
"mappings": {
"0": {
"then": "This kerb is flush and is lower than 1cm."
}
},
"question": "What is the height of this kerb?",
"render": "Kerb height: {kerb:height}"
},
@ -5030,6 +5257,64 @@
}
}
},
"osm_community_index": {
"description": "A layer showing the OpenStreetMap Communities",
"filter": {
"0": {
"options": {
"0": {
"question": "Country"
}
}
},
"1": {
"options": {
"0": {
"question": "Sub Country Group"
}
}
},
"2": {
"options": {
"0": {
"question": "Region"
}
}
},
"3": {
"options": {
"0": {
"question": "Intermediate Region"
}
}
},
"4": {
"options": {
"0": {
"question": "Territory"
}
}
},
"5": {
"options": {
"0": {
"question": "World"
}
}
},
"6": {
"options": {
"0": {
"question": "Other Communities"
}
}
}
},
"name": "OSM Community Index",
"title": {
"render": "OSM Community Index"
}
},
"parcel_lockers": {
"description": "Layer showing parcel lockers for collecting and sending parcels.",
"name": "Parcel Lockers",
@ -5487,15 +5772,6 @@
}
},
"tagRenderings": {
"OH": {
"mappings": {
"0": {
"then": "24/7 opened (including holidays)"
}
},
"question": "What are the opening hours for this post office?",
"render": "Opening Hours: {opening_hours_table()}"
},
"letter-from": {
"mappings": {
"0": {
@ -5508,6 +5784,11 @@
"question": "Can you post a letter here?",
"render": "You can post letters with these companies: {post_office:letter_from}"
},
"opening_hours": {
"override": {
"question": "What are the opening hours for this post office?"
}
},
"parcel-from": {
"mappings": {
"0": {
@ -6235,6 +6516,86 @@
}
}
},
"speed_camera": {
"description": "Layer showing speed cameras",
"name": "Speed Camera",
"presets": {
"0": {
"title": "a speed camera"
}
},
"tagRenderings": {
"maxspeed": {
"freeform": {
"placeholder": "Maximum speed allowed"
},
"question": "What is the maximum speed allowed at this speed camera?",
"render": "The maximum speed allowed is {canonical(maxspeed)}"
},
"ref": {
"render": "The reference number of this speed camera is {ref}"
}
},
"title": {
"render": "Speed Camera"
},
"units": {
"0": {
"applicableUnits": {
"0": {
"human": "kilometers/hour",
"humanShort": "km/h"
},
"1": {
"human": "miles/hour",
"humanShort": "mph"
}
}
}
}
},
"speed_display": {
"description": "Layer showing speed displays that alert drivers of their speed.",
"name": "Speed Display",
"presets": {
"0": {
"title": "a speed display"
}
},
"tagRenderings": {
"inscription": {
"freeform": {
"placeholder": "Text on speed display (e.g. 'Your speed')"
},
"question": "What is the text on this speed display?",
"render": "The text on this speed display is {inscription}"
},
"maxspeed": {
"freeform": {
"placeholder": "Speed allowed at speed display"
},
"question": "What is the maximum speed allowed at this speed display?",
"render": "The maximum speed allowed at this speed display is {canonical(maxspeed)}"
}
},
"title": {
"render": "Speed Display"
},
"units": {
"0": {
"applicableUnits": {
"0": {
"human": "kilometers/hour",
"humanShort": "km/h"
},
"1": {
"human": "miles/hour",
"humanShort": "mph"
}
}
}
}
},
"sport_pitch": {
"description": "A sport pitch",
"name": "Sport pitches",
@ -6351,6 +6712,78 @@
"render": "Sport pitch"
}
},
"sports_centre": {
"description": "Indoor and outdoor sports centres can be found on this layer",
"name": "Sports centres",
"presets": {
"0": {
"title": "a sports centre"
}
},
"title": {
"render": "Sports centre"
}
},
"stairs": {
"description": "Layer showing stairs and escalators",
"name": "Stairs",
"tagRenderings": {
"conveying": {
"mappings": {
"0": {
"then": "This is an escalator"
},
"1": {
"then": "This is not an escalator"
}
}
},
"handrail": {
"mappings": {
"0": {
"then": "These stairs have a handrail"
},
"1": {
"then": "These stairs do <b>not</b> have a handrail"
}
},
"question": "Does this stair have a handrail?"
},
"ramp": {
"mappings": {
"0": {
"then": "There is a ramp for bicycles here"
},
"1": {
"then": "There is a ramp for wheelchairs here"
},
"2": {
"then": "There is ramp for wheelchairs here, but it is shown separately on the map"
},
"3": {
"then": "There is a ramp for strollers here"
},
"4": {
"then": "There is no ramp at these stairs"
}
},
"question": "Is there a ramp at these stairs?"
},
"wikidata.tactile_writing-braille": {
"override": {
"question": "In which languages is there tactile writing (braille) for navigation? <img src='./assets/layers/stairs/Braille_stairs.jpg' style='height: 300px; width: auto; display: block;' />"
}
}
},
"title": {
"mappings": {
"0": {
"then": "Escalator"
}
},
"render": "Stairs"
}
},
"street_lamps": {
"description": "A layer showing street lights",
"name": "Street Lamps",
@ -6706,13 +7139,10 @@
}
},
"tagRenderings": {
"Opening-hours": {
"mappings": {
"0": {
"then": "Opened 24/7"
}
},
"question": "When are these toilets opened?"
"opening_hours_24_7": {
"override": {
"question": "When are these toilets opened?"
}
},
"toilet-access": {
"mappings": {
@ -6853,6 +7283,114 @@
}
}
},
"toilet_at_amenity": {
"description": "A layer showing (public) toilets located at different places.",
"filter": {
"0": {
"options": {
"0": {
"question": "Wheelchair accessible"
}
}
},
"1": {
"options": {
"0": {
"question": "Has a changing table"
}
}
},
"2": {
"options": {
"0": {
"question": "Free to use"
}
}
}
},
"name": "Toilets at other amenities",
"tagRenderings": {
"opening_hours": {
"override": {
"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": {
"then": "There is a dedicated toilet for wheelchair users"
},
"1": {
"then": "No wheelchair access"
},
"2": {
"then": "There is only a dedicated toilet for wheelchair users"
}
},
"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": {
"mappings": {
"0": {
"then": "Toilet at {name}"
}
},
"render": "Toilet at amenity"
},
"units": {
"0": {
"applicableUnits": {
"0": {
"human": "meter"
},
"1": {
"human": "centimeter"
}
}
}
}
},
"trail": {
"name": "Trails",
"tagRenderings": {
@ -6930,6 +7468,29 @@
},
"transit_stops": {
"description": "Layer showing different types of transit stops.",
"filter": {
"0": {
"options": {
"0": {
"question": "With a shelter"
}
}
},
"1": {
"options": {
"0": {
"question": "With a bench"
}
}
},
"2": {
"options": {
"0": {
"question": "With a bin"
}
}
}
},
"name": "Transit Stops",
"tagRenderings": {
"bench": {
@ -7474,4 +8035,4 @@
}
}
}
}
}

View file

@ -3130,14 +3130,10 @@
}
},
"tagRenderings": {
"OH": {
"mappings": {
"0": {
"then": "Abierta 24/7 (incluyendo festivos)"
}
},
"question": "¿Cuáles son las horas de apertura para esta oficina de correos?",
"render": "Horas de Apertura: {opening_hours_table()}"
"opening_hours": {
"override": {
"question": "¿Cuáles son las horas de apertura para esta oficina de correos?"
}
}
},
"title": {
@ -3434,6 +3430,38 @@
}
}
},
"speed_camera": {
"units": {
"0": {
"applicableUnits": {
"0": {
"human": "kilómetros/hora",
"humanShort": "km/h"
},
"1": {
"human": "millas/hora",
"humanShort": "mph"
}
}
}
}
},
"speed_display": {
"units": {
"0": {
"applicableUnits": {
"0": {
"human": "kilómetros/hora",
"humanShort": "km/h"
},
"1": {
"human": "millas/hora",
"humanShort": "mph"
}
}
}
}
},
"sport_pitch": {
"description": "Una pista de deportes",
"name": "Pistas de deportes",
@ -3565,6 +3593,11 @@
"question": "¿De qué color es la luz que emite esta lámpara?",
"render": "Esta lámpara emite luz {light:colour}"
},
"count": {
"mappings": {
"0": {}
}
},
"direction": {
"question": "¿Hacia donde apunta esta lámpara?",
"render": "Esta lámpara apunta hacia {light:direction}"
@ -3700,13 +3733,6 @@
}
},
"tagRenderings": {
"Opening-hours": {
"mappings": {
"0": {
"then": "Abierto 24/7"
}
}
},
"toilet-access": {
"mappings": {
"0": {
@ -3805,6 +3831,61 @@
"render": "Baño"
}
},
"toilet_at_amenity": {
"filter": {
"0": {
"options": {
"0": {
"question": "Accesible con sillas de ruedas"
}
}
},
"1": {
"options": {
"0": {
"question": "Tiene un cambiador"
}
}
}
},
"tagRenderings": {
"toilet-access": {
"mappings": {
"0": {
"then": "Acceso públic"
},
"3": {
"then": "Accesible, pero hay que pedir la llave para entrar"
},
"4": {
"then": "De acceso público"
}
},
"render": "El acceso es {toilets:access}"
},
"toilet-charge": {
"question": "¿Cuánto hay que pagar para estos baños?",
"render": "La tasa es {toilets:charge}"
},
"toilets-fee": {
"mappings": {
"0": {
"then": "Estos son baños de pago"
}
}
},
"toilets-wheelchair": {
"mappings": {
"0": {
"then": "Hay un baño dedicado para usuarios con sillas de ruedas"
},
"1": {
"then": "Sin acceso para sillas de ruedas"
}
}
}
}
},
"tree_node": {
"description": "Una capa que muestra árboles",
"name": "Árbol",
@ -4014,4 +4095,4 @@
}
}
}
}
}

View file

@ -2489,6 +2489,29 @@
"question": "Accepte les cartes de paiement"
}
}
},
"4": {
"options": {
"0": {
"question": "Avec revêtement podotactile"
}
}
},
"5": {
"options": {
"0": {
"question": "Avec ou sans revêtement podotactile"
},
"1": {
"question": "Avec revêtement podotactile"
},
"2": {
"question": "Sans revêtement podotactile"
},
"3": {
"question": "Sans information sur le revêtement podotactile"
}
}
}
}
},
@ -3359,14 +3382,10 @@
}
},
"tagRenderings": {
"OH": {
"mappings": {
"0": {
"then": "Ouvert 24h/24 (jours fériés compris)"
}
},
"question": "Quelles sont les heures douverture de ce bureau de poste ?",
"render": "Heures douverture : {opening_hours_table()}"
"opening_hours": {
"override": {
"question": "Quelles sont les heures douverture de ce bureau de poste ?"
}
}
},
"title": {
@ -4029,13 +4048,10 @@
}
},
"tagRenderings": {
"Opening-hours": {
"mappings": {
"0": {
"then": "Ouvert 24h/24 et 7j/7"
}
},
"question": "Quand ces toilettes sont-elles ouvertes ?"
"opening_hours_24_7": {
"override": {
"question": "Quand ces toilettes sont-elles ouvertes ?"
}
},
"toilet-access": {
"mappings": {
@ -4173,6 +4189,89 @@
}
}
},
"toilet_at_amenity": {
"filter": {
"0": {
"options": {
"0": {
"question": "Accessible aux fauteuils roulants"
}
}
},
"1": {
"options": {
"0": {
"question": "A une table à langer"
}
}
},
"2": {
"options": {
"0": {
"question": "Utilisation gratuite"
}
}
}
},
"tagRenderings": {
"toilet-access": {
"mappings": {
"0": {
"then": "Accès publique"
},
"3": {
"then": "Accessible, mais vous devez demander la clé"
},
"4": {
"then": "Accès publique"
}
},
"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": {
"then": "Il y a des toilettes réservées pour les personnes à mobilité réduite"
},
"1": {
"then": "Non accessible aux personnes à mobilité réduite"
}
},
"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)}"
}
},
"units": {
"0": {
"applicableUnits": {
"0": {
"human": "mètre"
},
"1": {
"human": "centimètre"
}
}
}
}
},
"trail": {
"name": "Sentiers",
"tagRenderings": {
@ -4439,4 +4538,4 @@
}
}
}
}
}

View file

@ -624,14 +624,10 @@
}
},
"tagRenderings": {
"OH": {
"mappings": {
"0": {
"then": "Éjjel-nappal nyitva (munkaszüneti napokon is)"
}
},
"question": "Mikor van nyitva ez a posta?",
"render": "Nyitva tartás: {opening_hours_table()}"
"opening_hours": {
"override": {
"question": "Mikor van nyitva ez a posta?"
}
}
},
"title": {
@ -812,4 +808,4 @@
}
}
}
}
}

View file

@ -394,14 +394,10 @@
}
},
"tagRenderings": {
"OH": {
"mappings": {
"0": {
"then": "Buka 24 jam (termasuk hari libur)"
}
},
"question": "Jam berapa kantor pos ini buka?",
"render": "Jam Buka: {opening_hours_table()}"
"opening_hours": {
"override": {
"question": "Jam berapa kantor pos ini buka?"
}
}
},
"title": {

View file

@ -2327,6 +2327,50 @@
"render": "Servizi igienici"
}
},
"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": {
"then": "C'è un WC riservato alle persone in sedia a rotelle"
},
"1": {
"then": "Non accessibile in sedia a rotelle"
}
},
"question": "C'è un WC riservato alle persone in sedia a rotelle"
}
}
},
"tree_node": {
"name": "Albero",
"presets": {
@ -2680,4 +2724,4 @@
}
}
}
}
}

View file

@ -351,16 +351,6 @@
"title": "et postkontor"
}
},
"tagRenderings": {
"OH": {
"mappings": {
"0": {
"then": "Døgnåpent (inkludert helligdager)"
}
},
"render": "Åpningstider: {opening_hours_table()}"
}
},
"title": {
"render": "Postkontor"
}

View file

@ -82,6 +82,10 @@
}
},
"tagRenderings": {
"artwork-artist-wikidata": {
"question": "Wie heeft dit kunstwerk gemaakt?",
"render": "Dit kunstwerk is gemaakt door {wikidata_label(artist:wikidata):font-weight:bold}<br/>{wikipedia(artist:wikidata)}"
},
"artwork-artist_name": {
"question": "Welke kunstenaar creëerde dit kunstwerk?",
"render": "Gecreëerd door {artist_name}"
@ -135,10 +139,6 @@
"question": "Is er een website met meer informatie over dit kunstwerk?",
"render": "Meer informatie op <a href='{website}' target='_blank'>deze website</a>"
},
"artwork-artist-wikidata": {
"question": "Wie heeft dit kunstwerk gemaakt?",
"render": "Dit kunstwerk is gemaakt door {wikidata_label(artist:wikidata):font-weight:bold}<br/>{wikipedia(artist:wikidata)}"
},
"artwork_subject": {
"question": "Wat beeldt dit kunstwerk af?",
"render": "Dit kunstwerk beeldt {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)} af"
@ -2458,6 +2458,7 @@
},
"title": {
"mappings": {
"0": {},
"1": {
"then": "Klimsite <b>{name}</b>"
},
@ -2466,9 +2467,6 @@
},
"3": {
"then": "Klimgelegenheid <b>{name}</b>"
},
"0": {
"then": ""
}
},
"render": "Klimgelegenheid"
@ -3657,6 +3655,29 @@
"question": "Heeft waarschijnlijk geen afbeelding"
}
}
},
"4": {
"options": {
"0": {
"question": "Met voelbare bestrating"
}
}
},
"5": {
"options": {
"0": {
"question": "Met of zonder voelbare bestrating"
},
"1": {
"question": "Met voelbare bestrating"
},
"2": {
"question": "Zonder voelbare bestrating"
},
"3": {
"question": "Geen informatie over voelbare bestrating"
}
}
}
}
},
@ -4627,6 +4648,7 @@
}
},
"maproulette_challenge": {
"description": "Laag met taken van een MapRoulette uitdaging",
"filter": {
"0": {
"options": {
@ -4666,6 +4688,12 @@
"0": {
"then": "Taak is aangemaakt"
},
"1": {
"then": "Taak is opgelost"
},
"2": {
"then": "Taak is vals positief"
},
"3": {
"then": "Taak is overgeslagen"
},
@ -4675,22 +4703,15 @@
"5": {
"then": "Taak is al opgelost"
},
"7": {
"then": "Taak is uitgeschakeld"
},
"1": {
"then": "Taak is opgelost"
},
"2": {
"then": "Taak is vals positief"
},
"6": {
"then": "Taak is gemarkeerd als te lastig"
},
"7": {
"then": "Taak is uitgeschakeld"
}
}
}
},
"description": "Laag met taken van een MapRoulette uitdaging",
"title": {
"render": "Item uit MapRoulette"
}
@ -5044,6 +5065,8 @@
}
},
"parcel_lockers": {
"description": "Laag met pakketautomaten voor het ophalen en verzenden van paketten.",
"name": "Pakketautomaten",
"presets": {
"0": {
"title": "een pakketautomaat"
@ -5051,10 +5074,10 @@
},
"tagRenderings": {
"brand": {
"freeform": {
"placeholder": "Merk"
},
"mappings": {
"3": {
"then": "Dit is een PostNL pakketautomaat"
},
"0": {
"then": "Dit is een Amazon Locker"
},
@ -5063,36 +5086,25 @@
},
"2": {
"then": "Dit is een DPD Pickup Station"
},
"3": {
"then": "Dit is een PostNL pakketautomaat"
}
},
"freeform": {
"placeholder": "Merk"
},
"question": "Wat is het merk van deze pakketautomaat?",
"render": "Dit is een {brand} pakketautomaat"
},
"mail-in": {
"mappings": {
"1": {
"then": "Je kan <b>geen</b> pakketten versturen vanuit deze pakketautomaat"
},
"0": {
"then": "Je kan pakketten versturen vanuit deze pakketautomaat"
},
"1": {
"then": "Je kan <b>geen</b> pakketten versturen vanuit deze pakketautomaat"
}
},
"question": "Kan je pakketten versturen vanuit deze pakketautomaat?"
},
"pickup": {
"question": "Kan je pakketten ophalen bij deze pakketautomaat?",
"mappings": {
"0": {
"then": "Je kan pakketten ophalen bij deze pakketautomaat"
},
"1": {
"then": "Je kan <b>geen</b> pakketten ophalen bij deze pakketautomaat"
}
}
},
"operator": {
"freeform": {
"placeholder": "Beheerder"
@ -5100,6 +5112,17 @@
"question": "Wat is de beheerder van deze pakketautomaat?",
"render": "Deze pakketautomaat wordt beheerd door {operator}"
},
"pickup": {
"mappings": {
"0": {
"then": "Je kan pakketten ophalen bij deze pakketautomaat"
},
"1": {
"then": "Je kan <b>geen</b> pakketten ophalen bij deze pakketautomaat"
}
},
"question": "Kan je pakketten ophalen bij deze pakketautomaat?"
},
"ref": {
"freeform": {
"placeholder": "Referentie"
@ -5108,7 +5131,6 @@
"render": "Deze pakketautomaat heeft de referentie {ref}"
}
},
"name": "Pakketautomaten",
"title": {
"mappings": {
"0": {
@ -5116,8 +5138,7 @@
}
},
"render": "Pakketautomaat"
},
"description": "Laag met pakketautomaten voor het ophalen en verzenden van paketten."
}
},
"parking": {
"description": "Deze laag toont autoparkings",
@ -5193,6 +5214,73 @@
"render": "Parking voor auto's"
}
},
"parking_spaces": {
"description": "Laag met individuele parkeerplekken.",
"name": "Parkeerplekken",
"tagRenderings": {
"capacity": {
"mappings": {
"0": {
"then": "Deze parkeerplek heeft 1 plaats."
}
},
"render": "Deze parkeerplek heeft {capacity} plaatsen."
},
"type": {
"mappings": {
"0": {
"then": "Dit is een normale parkeerplek."
},
"1": {
"then": "Dit is een normale parkeerplek."
},
"2": {
"then": "Dit is een gehandicaptenparkeerplaats."
},
"3": {
"then": "Dit is een privéparkeerplek."
},
"4": {
"then": "Deze parkeerplek is gereserveerd voor het opladen van voertuigen."
},
"5": {
"then": "Deze parkeerplek is gereserveerd voor leveringen."
},
"6": {
"then": "Deze parkeerplek is gereserveerd voor vrachtwagens."
},
"7": {
"then": "Deze parkeerplek is gereserveerd voor caravans of campers."
},
"8": {
"then": "Deze parkeerplek is gereserveerd voor bussen."
},
"9": {
"then": "Deze parkeerplek is gereserveerd voor motoren."
},
"10": {
"then": "Deze parkeerplek is gereserveerd voor ouders met kinderen."
},
"11": {
"then": "Deze parkeerplek is gereserveerd voor personeel."
},
"12": {
"then": "Deze parkeerplek is gereserveerd voor taxis."
},
"13": {
"then": "Deze parkeerplek is gereserveerd voor voertuigen met een aanhanger."
},
"14": {
"then": "Deze parkeerplek is gereserveerd voor autodelen."
}
},
"question": "Wat voor parkeerplek is dit?"
}
},
"title": {
"render": "Parkeerplek"
}
},
"pedestrian_path": {
"description": "Pad voor voetgangers, in het bijzonder gebruikt voor navigatie binnen gebouwen en om aan toegangen vast te klikken in deze laag",
"name": "Pad voor voetgangers"
@ -5448,14 +5536,10 @@
}
},
"tagRenderings": {
"OH": {
"mappings": {
"0": {
"then": "24/7 open (ook tijdens feestdagen)"
}
},
"question": "Wat zijn de openingsuren voor dit postkantoor?",
"render": "Openingsuren: {opening_hours_table()}"
"opening_hours": {
"override": {
"question": "Wat zijn de openingsuren voor dit postkantoor?"
}
}
},
"title": {
@ -5578,6 +5662,31 @@
"render": "Boekenruilkast"
}
},
"rainbow_crossings": {
"presets": {
"0": {
"description": "Voetgangersoversteekplaats",
"title": "een oversteekplaats"
}
},
"title": {
"render": "Oversteekplaats"
}
},
"reception_desk": {
"units": {
"0": {
"applicableUnits": {
"0": {
"human": "meter"
},
"1": {
"human": "centimeter"
}
}
}
}
},
"recycling": {
"description": "Een laag met recyclagingcontainers en -centrums",
"filter": {
@ -5890,6 +5999,22 @@
"render": "School <i>{name}</i>"
}
},
"shelter": {
"name": "Schuilplaats",
"tagRenderings": {
"shelter-type": {
"mappings": {
"0": {
"then": "Dit is een schuilplaats bij een halte voor openbaar vervoer."
}
},
"question": "Wat voor schuilplaats is dit?"
}
},
"title": {
"render": "Schuilplaats"
}
},
"shops": {
"deletion": {
"extraDeleteReasons": {
@ -6041,6 +6166,38 @@
"render": "Trage weg"
}
},
"speed_camera": {
"units": {
"0": {
"applicableUnits": {
"0": {
"human": "kilometers/uur",
"humanShort": "km/u"
},
"1": {
"human": "miles/uur",
"humanShort": "mph"
}
}
}
}
},
"speed_display": {
"units": {
"0": {
"applicableUnits": {
"0": {
"human": "kilometers/uur",
"humanShort": "km/u"
},
"1": {
"human": "miles/uur",
"humanShort": "mph"
}
}
}
}
},
"sport_pitch": {
"description": "Een sportterrein",
"name": "Sportterrein",
@ -6157,6 +6314,40 @@
"render": "Sportterrein"
}
},
"stairs": {
"name": "Trappen",
"tagRenderings": {
"conveying": {
"mappings": {
"0": {
"then": "Dit is een roltrap"
},
"1": {
"then": "Dit is geen roltrap"
}
}
},
"handrail": {
"mappings": {
"0": {
"then": "Deze trap heeft een leuning"
},
"1": {
"then": "Deze trap heeft <b>geen</b> leuning"
}
},
"question": "Heeft deze trap een leuning?"
}
},
"title": {
"mappings": {
"0": {
"then": "Roltrap"
}
},
"render": "Trap"
}
},
"street_lamps": {
"description": "Een laag die alle straatlantaarns toont",
"name": "Straatlantaarns",
@ -6512,13 +6703,10 @@
}
},
"tagRenderings": {
"Opening-hours": {
"mappings": {
"0": {
"then": "Altijd open"
}
},
"question": "Wanneer zijn deze toiletten open?"
"opening_hours_24_7": {
"override": {
"question": "Wanneer zijn deze toiletten open?"
}
},
"toilet-access": {
"mappings": {
@ -6659,6 +6847,92 @@
}
}
},
"toilet_at_amenity": {
"filter": {
"0": {
"options": {
"0": {
"question": "Rolstoel toegankelijk"
}
}
},
"1": {
"options": {
"0": {
"question": "Heeft een luiertafel"
}
}
},
"2": {
"options": {
"0": {
"question": "Gratis toegankelijk"
}
}
}
},
"tagRenderings": {
"toilet-access": {
"mappings": {
"0": {
"then": "Publiek toegankelijk"
},
"3": {
"then": "Toegankelijk na het vragen van de sleutel"
},
"4": {
"then": "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": {
"then": "Er is een toilet voor rolstoelgebruikers"
},
"1": {
"then": "Niet toegankelijk voor rolstoelgebruikers"
},
"2": {
"then": "Er is alleen een toilet voor rolstoelgebruikers"
}
},
"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"
}
},
"units": {
"0": {
"applicableUnits": {
"0": {
"human": "meter"
},
"1": {
"human": "centimeter"
}
}
}
}
},
"trail": {
"description": "Aangeduide wandeltochten",
"name": "Wandeltochten",
@ -6763,6 +7037,45 @@
"render": "Buslijn"
}
},
"transit_stops": {
"tagRenderings": {
"bench": {
"mappings": {
"0": {
"then": "Deze halte heeft een zitbank"
},
"1": {
"then": "Deze halte heeft geen zitbank"
},
"2": {
"then": "Deze halte heeft een zitbank, die los aangegeven is op de kaart"
}
},
"question": "Heeft deze halte een zitbank?"
},
"bin": {
"mappings": {
"0": {
"then": "Deze halte heeft een vuilnisbak"
},
"1": {
"then": "Deze halte heeft geen vuilnisbak"
},
"2": {
"then": "Deze heeft een vuilnisbak, die los op de kaart staat"
}
},
"question": "Heeft deze halte een vuilnisbak?"
}
},
"title": {
"mappings": {
"0": {
"then": "Halte {name}"
}
}
}
},
"tree_node": {
"description": "Een laag die bomen toont",
"name": "Boom",
@ -7174,6 +7487,10 @@
"question": "Wat is de rotordiameter van deze windturbine?",
"render": "De rotordiameter van deze windturbine is {rotor:diameter} meter."
},
"turbine-operator": {
"question": "Wie beheert deze windturbine?",
"render": "Deze windturbine wordt beheerd door {operator}."
},
"turbine-output": {
"question": "Wat is de output",
"render": "Deze windturbine genereert {generator:output:electricity}"
@ -7181,10 +7498,6 @@
"turbine-start-date": {
"question": "Wanneer werd deze windturbine in gebruik genomen?",
"render": "Deze windturbine werd op {start_date} in gebruik genomen"
},
"turbine-operator": {
"question": "Wie beheert deze windturbine?",
"render": "Deze windturbine wordt beheerd door {operator}."
}
},
"title": {
@ -7220,152 +7533,5 @@
}
}
}
},
"reception_desk": {
"units": {
"0": {
"applicableUnits": {
"0": {
"human": "meter"
},
"1": {
"human": "centimeter"
}
}
}
}
},
"shelter": {
"tagRenderings": {
"shelter-type": {
"mappings": {
"0": {
"then": "Dit is een schuilplaats bij een halte voor openbaar vervoer."
}
},
"question": "Wat voor schuilplaats is dit?"
}
},
"name": "Schuilplaats",
"title": {
"render": "Schuilplaats"
}
},
"transit_stops": {
"tagRenderings": {
"bin": {
"question": "Heeft deze halte een vuilnisbak?",
"mappings": {
"2": {
"then": "Deze heeft een vuilnisbak, die los op de kaart staat"
},
"1": {
"then": "Deze halte heeft geen vuilnisbak"
},
"0": {
"then": "Deze halte heeft een vuilnisbak"
}
}
},
"bench": {
"mappings": {
"1": {
"then": "Deze halte heeft geen zitbank"
},
"2": {
"then": "Deze halte heeft een zitbank, die los aangegeven is op de kaart"
},
"0": {
"then": "Deze halte heeft een zitbank"
}
},
"question": "Heeft deze halte een zitbank?"
}
},
"title": {
"mappings": {
"0": {
"then": "Halte {name}"
}
}
}
},
"parking_spaces": {
"description": "Laag met individuele parkeerplekken.",
"tagRenderings": {
"type": {
"mappings": {
"7": {
"then": "Deze parkeerplek is gereserveerd voor caravans of campers."
},
"0": {
"then": "Dit is een normale parkeerplek."
},
"1": {
"then": "Dit is een normale parkeerplek."
},
"2": {
"then": "Dit is een gehandicaptenparkeerplaats."
},
"3": {
"then": "Dit is een privéparkeerplek."
},
"4": {
"then": "Deze parkeerplek is gereserveerd voor het opladen van voertuigen."
},
"5": {
"then": "Deze parkeerplek is gereserveerd voor leveringen."
},
"6": {
"then": "Deze parkeerplek is gereserveerd voor vrachtwagens."
},
"8": {
"then": "Deze parkeerplek is gereserveerd voor bussen."
},
"9": {
"then": "Deze parkeerplek is gereserveerd voor motoren."
},
"10": {
"then": "Deze parkeerplek is gereserveerd voor ouders met kinderen."
},
"13": {
"then": "Deze parkeerplek is gereserveerd voor voertuigen met een aanhanger."
},
"14": {
"then": "Deze parkeerplek is gereserveerd voor autodelen."
},
"11": {
"then": "Deze parkeerplek is gereserveerd voor personeel."
},
"12": {
"then": "Deze parkeerplek is gereserveerd voor taxis."
}
},
"question": "Wat voor parkeerplek is dit?"
},
"capacity": {
"render": "Deze parkeerplek heeft {capacity} plaatsen.",
"mappings": {
"0": {
"then": "Deze parkeerplek heeft 1 plaats."
}
}
}
},
"title": {
"render": "Parkeerplek"
},
"name": "Parkeerplekken"
},
"rainbow_crossings": {
"presets": {
"0": {
"title": "een oversteekplaats",
"description": "Voetgangersoversteekplaats"
}
},
"title": {
"render": "Oversteekplaats"
}
}
}
}

View file

@ -1277,11 +1277,6 @@
"title": "Почтовое отделение"
}
},
"tagRenderings": {
"OH": {
"render": "Часы работы: {opening_hours_table()}"
}
},
"title": {
"render": "Почтовое отделение"
}
@ -1580,6 +1575,38 @@
"render": "Туалет"
}
},
"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": {
"then": "Недоступно пользователям кресел-колясок"
}
}
}
}
},
"trail": {
"name": "Тропы",
"title": {

View file

@ -590,14 +590,10 @@
}
},
"tagRenderings": {
"OH": {
"mappings": {
"0": {
"then": "24/7 開放 (包括假日)"
}
},
"question": "這間郵局的開放時間是?",
"render": "開放時間:{opening_hours_table()}"
"opening_hours": {
"override": {
"question": "這間郵局的開放時間是?"
}
}
},
"title": {
@ -667,4 +663,4 @@
}
}
}
}
}