forked from MapComplete/MapComplete
		
	Merge pull request #1126 from pietervdvn/RobinLinde-patch-1
Standardize opening_hours, add preset
This commit is contained in:
		
						commit
						45d140065f
					
				
					 24 changed files with 113 additions and 738 deletions
				
			
		|  | @ -266,94 +266,26 @@ | ||||||
|         } |         } | ||||||
|       ] |       ] | ||||||
|     }, |     }, | ||||||
|  |     "website", | ||||||
|  |     "phone", | ||||||
|  |     "email", | ||||||
|     { |     { | ||||||
|       "question": { |       "builtin": "opening_hours", | ||||||
|         "en": "What is the website of {name}?", |       "override": { | ||||||
|         "nl": "Wat is de website van {name}?", |         "question": { | ||||||
|         "fr": "Quel est le site web de {name} ?", |           "en": "When it this bike café opened?", | ||||||
|         "gl": "Cal é a páxina web de {name}?", |           "nl": "Wanneer is dit fietscafé geopend?", | ||||||
|         "de": "Wie lautet die Webseite von {name}?", |           "fr": "Quand ce Café vélo est-t-il ouvert ?", | ||||||
|         "it": "Qual è il sito web di {name}?", |           "it": "Quando è aperto questo caffè in bici?", | ||||||
|         "ru": "Какой сайт у {name}?", |           "zh_Hans": "这家自行车咖啡什么时候开门营业?", | ||||||
|         "zh_Hans": "{name}的网站是什么?", |           "zh_Hant": "何時這個單車咖啡廳營運?", | ||||||
|         "zh_Hant": "{name} 的網站是?", |           "ru": "Каков режим работы этого велосипедного кафе?", | ||||||
|         "pt_BR": "Qual o website de {name}?", |           "pt_BR": "Quando este café de bicicleta abre?", | ||||||
|         "pt": "Qual o website de {name}?", |           "de": "Wann ist dieses Fahrradcafé geöffnet?", | ||||||
|         "da": "Hvad er webstedet for {name}?", |           "pt": "Quando este café de bicicleta abre?", | ||||||
|         "es": "¿Cual es el sitio web de {name}?" |           "da": "Hvornår er denne cykelcafé åbent?" | ||||||
|       }, |         } | ||||||
|       "render": "<a href='{website}' target='_blank'>{website}</a>", |       } | ||||||
|       "freeform": { |  | ||||||
|         "key": "website" |  | ||||||
|       }, |  | ||||||
|       "id": "bike_cafe-website" |  | ||||||
|     }, |  | ||||||
|     { |  | ||||||
|       "question": { |  | ||||||
|         "en": "What is the phone number of {name}?", |  | ||||||
|         "nl": "Wat is het telefoonnummer van {name}?", |  | ||||||
|         "fr": "Quel est le numéro de téléphone de {name} ?", |  | ||||||
|         "gl": "Cal é o número de teléfono de {name}?", |  | ||||||
|         "de": "Wie lautet die Telefonnummer von {name}?", |  | ||||||
|         "it": "Qual è il numero di telefono di {name}?", |  | ||||||
|         "ru": "Какой номер телефона у {name}?", |  | ||||||
|         "zh_Hans": "{name}的电话号码是什么?", |  | ||||||
|         "zh_Hant": "{name} 的電話號碼是?", |  | ||||||
|         "pt_BR": "Qual o número de telefone de {name}?", |  | ||||||
|         "pt": "Qual é o número de telefone de {name}?", |  | ||||||
|         "es": "¿Cual es el número de teléfono de {name}?", |  | ||||||
|         "da": "Hvad er telefonnummeret til {name}?" |  | ||||||
|       }, |  | ||||||
|       "render": "<a href='tel:{phone}'>{phone}</a>", |  | ||||||
|       "freeform": { |  | ||||||
|         "key": "phone", |  | ||||||
|         "type": "phone" |  | ||||||
|       }, |  | ||||||
|       "id": "bike_cafe-phone" |  | ||||||
|     }, |  | ||||||
|     { |  | ||||||
|       "question": { |  | ||||||
|         "en": "What is the email address of {name}?", |  | ||||||
|         "nl": "Wat is het email-adres van {name}?", |  | ||||||
|         "fr": "Quelle est l'adresse électronique de {name} ?", |  | ||||||
|         "gl": "Cal é o enderezo de correo electrónico de {name}?", |  | ||||||
|         "de": "Wie lautet die E-Mail-Adresse von {name}?", |  | ||||||
|         "it": "Qual è l’indirizzo email di {name}?", |  | ||||||
|         "ru": "Какой адрес электронной почты у {name}?", |  | ||||||
|         "zh_Hans": "{name}的电子邮箱是什么?", |  | ||||||
|         "zh_Hant": "{name} 的電子郵件地址是?", |  | ||||||
|         "pt_BR": "Qual o endereço de email de {name}?", |  | ||||||
|         "pt": "Qual o endereço de email de {name}?", |  | ||||||
|         "es": "¿Cual es la dirección de correo electrónico de {name}?", |  | ||||||
|         "da": "Hvad er e-mailadressen på {name}?" |  | ||||||
|       }, |  | ||||||
|       "render": "<a href='mailto:{email}' target='_blank'>{email}</a>", |  | ||||||
|       "freeform": { |  | ||||||
|         "key": "email", |  | ||||||
|         "type": "email" |  | ||||||
|       }, |  | ||||||
|       "id": "bike_cafe-email" |  | ||||||
|     }, |  | ||||||
|     { |  | ||||||
|       "question": { |  | ||||||
|         "en": "When it this bike café opened?", |  | ||||||
|         "nl": "Wanneer is dit fietscafé geopend?", |  | ||||||
|         "fr": "Quand ce Café vélo est-t-il ouvert ?", |  | ||||||
|         "it": "Quando è aperto questo caffè in bici?", |  | ||||||
|         "zh_Hans": "这家自行车咖啡什么时候开门营业?", |  | ||||||
|         "zh_Hant": "何時這個單車咖啡廳營運?", |  | ||||||
|         "ru": "Каков режим работы этого велосипедного кафе?", |  | ||||||
|         "pt_BR": "Quando este café de bicicleta abre?", |  | ||||||
|         "de": "Wann ist dieses Fahrradcafé geöffnet?", |  | ||||||
|         "pt": "Quando este café de bicicleta abre?", |  | ||||||
|         "da": "Hvornår er denne cykelcafé åbent?" |  | ||||||
|       }, |  | ||||||
|       "render": "{opening_hours_table(opening_hours)}", |  | ||||||
|       "freeform": { |  | ||||||
|         "key": "opening_hours", |  | ||||||
|         "type": "opening_hours" |  | ||||||
|       }, |  | ||||||
|       "id": "bike_cafe-opening_hours" |  | ||||||
|     } |     } | ||||||
|   ], |   ], | ||||||
|   "presets": [ |   "presets": [ | ||||||
|  | @ -407,4 +339,4 @@ | ||||||
|     "da": "En cykelcafé er en café rettet mod cyklister, for eksempel med tjenester som en pumpe, med masser af cykelrelateret dekoration, o.s.v", |     "da": "En cykelcafé er en café rettet mod cyklister, for eksempel med tjenester som en pumpe, med masser af cykelrelateret dekoration, o.s.v", | ||||||
|     "fr": "Un vélo café est un café à destination des cyclistes avec, par exemple, des services tels qu’une pompe, et de nombreuses décorations liées aux vélos, etc." |     "fr": "Un vélo café est un café à destination des cyclistes avec, par exemple, des services tels qu’une pompe, et de nombreuses décorations liées aux vélos, etc." | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -281,40 +281,19 @@ | ||||||
|       "id": "Operational status" |       "id": "Operational status" | ||||||
|     }, |     }, | ||||||
|     { |     { | ||||||
|       "question": { |       "builtin": "opening_hours_24_7", | ||||||
|         "nl": "Wanneer is dit fietsherstelpunt open?", |       "override": { | ||||||
|         "en": "When is this bicycle repair point open?", |         "question": { | ||||||
|         "fr": "Quand ce point de réparation de vélo est-il ouvert ?", |           "nl": "Wanneer is dit fietsherstelpunt open?", | ||||||
|         "it": "Quando è aperto questo punto riparazione bici?", |           "en": "When is this bicycle repair point open?", | ||||||
|         "de": "Wann ist die Fahrradreparaturstation geöffnet?", |           "fr": "Quand ce point de réparation de vélo est-il ouvert ?", | ||||||
|         "ru": "Когда работает эта точка обслуживания велосипедов?", |           "it": "Quando è aperto questo punto riparazione bici?", | ||||||
|         "es": "¿Cuándo está abierto este punto de reparación de bicicletas?", |           "de": "Wann ist die Fahrradreparaturstation geöffnet?", | ||||||
|         "da": "Hvornår er dette cykelreparationssted åbent?" |           "ru": "Когда работает эта точка обслуживания велосипедов?", | ||||||
|       }, |           "es": "¿Cuándo está abierto este punto de reparación de bicicletas?", | ||||||
|       "render": "{opening_hours_table()}", |           "da": "Hvornår er dette cykelreparationssted åbent?" | ||||||
|       "freeform": { |  | ||||||
|         "key": "opening_hours", |  | ||||||
|         "type": "opening_hours" |  | ||||||
|       }, |  | ||||||
|       "mappings": [ |  | ||||||
|         { |  | ||||||
|           "if": "opening_hours=24/7", |  | ||||||
|           "then": { |  | ||||||
|             "nl": "Dag en nacht open", |  | ||||||
|             "en": "Always open", |  | ||||||
|             "fr": "Ouvert en permanence", |  | ||||||
|             "it": "Sempre aperto", |  | ||||||
|             "de": "Die Station ist durchgehend geöffnet", |  | ||||||
|             "ru": "Всегда открыто", |  | ||||||
|             "pt_BR": "Sempre aberto", |  | ||||||
|             "pt": "Sempre aberto", |  | ||||||
|             "ca": "Sempre obert", |  | ||||||
|             "es": "Siempre abierto", |  | ||||||
|             "da": "Altid åben" |  | ||||||
|           } |  | ||||||
|         } |         } | ||||||
|       ], |       } | ||||||
|       "id": "bike_repair_station-opening_hours" |  | ||||||
|     }, |     }, | ||||||
|     { |     { | ||||||
|       "id": "access", |       "id": "access", | ||||||
|  | @ -979,4 +958,4 @@ | ||||||
|     "da": "Et lag med cykelpumper og cykelreværktøjsstativer", |     "da": "Et lag med cykelpumper og cykelreværktøjsstativer", | ||||||
|     "fr": "Une couche montrant les pompes à vélo et les centres de réparation" |     "fr": "Une couche montrant les pompes à vélo et les centres de réparation" | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -3767,31 +3767,17 @@ | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     { |     { | ||||||
|       "id": "OH", |       "builtin": "opening_hours_24_7", | ||||||
|       "render": "{opening_hours_table(opening_hours)}", |       "override": { | ||||||
|       "freeform": { |         "question": { | ||||||
|         "key": "opening_hours", |           "en": "When is this charging station opened?", | ||||||
|         "type": "opening_hours" |           "nl": "Wanneer is dit oplaadpunt beschikbaar??", | ||||||
|       }, |           "da": "Hvornår er denne ladestation åben?", | ||||||
|       "question": { |           "de": "Wann ist diese Ladestation geöffnet?", | ||||||
|         "en": "When is this charging station opened?", |           "es": "¿Cuándo abre esta estación de carga?" | ||||||
|         "nl": "Wanneer is dit oplaadpunt beschikbaar??", |  | ||||||
|         "da": "Hvornår er denne ladestation åben?", |  | ||||||
|         "de": "Wann ist diese Ladestation geöffnet?", |  | ||||||
|         "es": "¿Cuándo abre esta estación de carga?" |  | ||||||
|       }, |  | ||||||
|       "mappings": [ |  | ||||||
|         { |  | ||||||
|           "if": "opening_hours=24/7", |  | ||||||
|           "then": { |  | ||||||
|             "en": "24/7 opened (including holidays)", |  | ||||||
|             "nl": "24/7 open - ook tijdens vakanties", |  | ||||||
|             "da": "Åbent døgnet rundt (også på helligdage)", |  | ||||||
|             "de": "Die Station ist durchgehend geöffnet (einschließlich Feiertage)", |  | ||||||
|             "es": "Abre 24/7 (incluidos días festivos)" |  | ||||||
|           } |  | ||||||
|         } |         } | ||||||
|       ] |       }, | ||||||
|  |       "id": "OH" | ||||||
|     }, |     }, | ||||||
|     { |     { | ||||||
|       "id": "fee", |       "id": "fee", | ||||||
|  | @ -5030,4 +5016,4 @@ | ||||||
|     }, |     }, | ||||||
|     "neededChangesets": 10 |     "neededChangesets": 10 | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -197,25 +197,14 @@ | ||||||
|       "id": "$$$" |       "id": "$$$" | ||||||
|     }, |     }, | ||||||
|     { |     { | ||||||
|       "id": "OH", |       "builtin": "opening_hours_24_7", | ||||||
|       "render": "{opening_hours_table(opening_hours)}", |       "override": { | ||||||
|       "freeform": { |         "question": { | ||||||
|         "key": "opening_hours", |           "en": "When is this charging station opened?", | ||||||
|         "type": "opening_hours" |           "nl": "Wanneer is dit oplaadpunt beschikbaar??" | ||||||
|       }, |  | ||||||
|       "question": { |  | ||||||
|         "en": "When is this charging station opened?", |  | ||||||
|         "nl": "Wanneer is dit oplaadpunt beschikbaar??" |  | ||||||
|       }, |  | ||||||
|       "mappings": [ |  | ||||||
|         { |  | ||||||
|           "if": "opening_hours=24/7", |  | ||||||
|           "then": { |  | ||||||
|             "en": "24/7 opened (including holidays)", |  | ||||||
|             "nl": "24/7 open - ook tijdens vakanties" |  | ||||||
|           } |  | ||||||
|         } |         } | ||||||
|       ] |       }, | ||||||
|  |       "id": "OH" | ||||||
|     }, |     }, | ||||||
|     { |     { | ||||||
|       "id": "fee", |       "id": "fee", | ||||||
|  |  | ||||||
|  | @ -505,46 +505,19 @@ | ||||||
|       "id": "defibrillator-phone" |       "id": "defibrillator-phone" | ||||||
|     }, |     }, | ||||||
|     { |     { | ||||||
|       "render": { |       "builtin": "opening_hours_24_7", | ||||||
|         "en": "{opening_hours_table(opening_hours)}", |       "override": { | ||||||
|         "nl": "{opening_hours_table(opening_hours)}", |         "question": { | ||||||
|         "fr": "{opening_hours_table(opening_hours)}", |           "en": "At what times is this defibrillator available?", | ||||||
|         "it": "{opening_hours_table(opening_hours)}", |           "nl": "Wanneer is deze defibrillator beschikbaar?", | ||||||
|         "ru": "{opening_hours_table(opening_hours)}", |           "fr": "À quels horaires ce défibrillateur est-il accessible ?", | ||||||
|         "de": "{opening_hours_table(opening_hours)}", |           "it": "In quali orari è disponibile questo defibrillatore?", | ||||||
|         "sl": "{opening_hours_table(opening_hours)}", |           "ru": "В какое время доступен этот дефибриллятор?", | ||||||
|         "ca": "{opening_hours_table(opening_hours)}", |           "de": "Zu welchen Zeiten ist der Defibrillator verfügbar?", | ||||||
|         "es": "{opening_hours_table(opening_hours)}" |           "sl": "Ob katerih urah je ta defibrilator na voljo?", | ||||||
|       }, |           "es": "¿A qué horas está disponible este desfibrilador?" | ||||||
|       "question": { |  | ||||||
|         "en": "At what times is this defibrillator available?", |  | ||||||
|         "nl": "Wanneer is deze defibrillator beschikbaar?", |  | ||||||
|         "fr": "À quels horaires ce défibrillateur est-il accessible ?", |  | ||||||
|         "it": "In quali orari è disponibile questo defibrillatore?", |  | ||||||
|         "ru": "В какое время доступен этот дефибриллятор?", |  | ||||||
|         "de": "Zu welchen Zeiten ist der Defibrillator verfügbar?", |  | ||||||
|         "sl": "Ob katerih urah je ta defibrilator na voljo?", |  | ||||||
|         "es": "¿A qué horas está disponible este desfibrilador?" |  | ||||||
|       }, |  | ||||||
|       "freeform": { |  | ||||||
|         "key": "opening_hours", |  | ||||||
|         "type": "opening_hours" |  | ||||||
|       }, |  | ||||||
|       "mappings": [ |  | ||||||
|         { |  | ||||||
|           "if": "opening_hours=24/7", |  | ||||||
|           "then": { |  | ||||||
|             "en": "24/7 opened (including holidays)", |  | ||||||
|             "nl": "24/7 open (inclusief feestdagen)", |  | ||||||
|             "fr": "Ouvert 24/7 (jours feriés inclus)", |  | ||||||
|             "it": "Aperto 24/7 (festivi inclusi)", |  | ||||||
|             "de": "24/7 geöffnet (auch an Feiertagen)", |  | ||||||
|             "sl": "Na voljo 24/7 (tudi za praznike)", |  | ||||||
|             "es": "Abierto 24/7 (incluyendo festivos)" |  | ||||||
|           } |  | ||||||
|         } |         } | ||||||
|       ], |       } | ||||||
|       "id": "defibrillator-opening_hours" |  | ||||||
|     }, |     }, | ||||||
|     { |     { | ||||||
|       "render": { |       "render": { | ||||||
|  | @ -678,4 +651,4 @@ | ||||||
|     "has_image", |     "has_image", | ||||||
|     "open_now" |     "open_now" | ||||||
|   ] |   ] | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -110,45 +110,16 @@ | ||||||
|     "email", |     "email", | ||||||
|     "phone", |     "phone", | ||||||
|     { |     { | ||||||
|       "question": { |       "builtin": "opening_hours_24_7", | ||||||
|         "en": "When is this hackerspace opened?", |       "override": { | ||||||
|         "de": "Wann hat dieser Hackerspace geöffnet?", |         "question": { | ||||||
|         "zh_Hant": "這個駭客空間的營業時間?", |           "en": "When is this hackerspace opened?", | ||||||
|         "es": "¿Cuándo está abierto este espacio hacker?", |           "de": "Wann hat dieser Hackerspace geöffnet?", | ||||||
|         "nl": "Wanneer is deze hackerspace geopend?" |           "zh_Hant": "這個駭客空間的營業時間?", | ||||||
|       }, |           "es": "¿Cuándo está abierto este espacio hacker?", | ||||||
|       "freeform": { |           "nl": "Wanneer is deze hackerspace geopend?" | ||||||
|         "key": "opening_hours", |  | ||||||
|         "type": "opening_hours" |  | ||||||
|       }, |  | ||||||
|       "render": { |  | ||||||
|         "en": "{opening_hours_table()}", |  | ||||||
|         "de": "{opening_hours_table()}", |  | ||||||
|         "ru": "{opening_hours_table()}", |  | ||||||
|         "zh_Hant": "{opening_hours_table()}", |  | ||||||
|         "ca": "{opening_hours_table()}", |  | ||||||
|         "es": "{opening_hours_table()}", |  | ||||||
|         "nl": "{opening_hours_table()}" |  | ||||||
|       }, |  | ||||||
|       "mappings": [ |  | ||||||
|         { |  | ||||||
|           "if": { |  | ||||||
|             "and": [ |  | ||||||
|               "opening_hours=24/7" |  | ||||||
|             ] |  | ||||||
|           }, |  | ||||||
|           "then": { |  | ||||||
|             "en": "Opened 24/7", |  | ||||||
|             "de": "durchgehend geöffnet", |  | ||||||
|             "ru": "Открыто 24/7", |  | ||||||
|             "zh_Hant": "24/7 營業", |  | ||||||
|             "ca": "Obert 24/7", |  | ||||||
|             "es": "Abierto 24/7", |  | ||||||
|             "nl": "24/7 geopend" |  | ||||||
|           } |  | ||||||
|         } |         } | ||||||
|       ], |       } | ||||||
|       "id": "hackerspaces-opening_hours" |  | ||||||
|     }, |     }, | ||||||
|     { |     { | ||||||
|       "id": "available_devices", |       "id": "available_devices", | ||||||
|  | @ -375,4 +346,4 @@ | ||||||
|       } |       } | ||||||
|     } |     } | ||||||
|   ] |   ] | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -155,7 +155,7 @@ | ||||||
|         "nl": "Deze pakketautomaat wordt beheerd door {operator}" |         "nl": "Deze pakketautomaat wordt beheerd door {operator}" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     "opening_hours", |     "opening_hours_24_7", | ||||||
|     { |     { | ||||||
|       "id": "ref", |       "id": "ref", | ||||||
|       "question": { |       "question": { | ||||||
|  | @ -256,4 +256,4 @@ | ||||||
|       ] |       ] | ||||||
|     } |     } | ||||||
|   ] |   ] | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -153,5 +153,16 @@ | ||||||
|       ] |       ] | ||||||
|     }, |     }, | ||||||
|     "open_now" |     "open_now" | ||||||
|  |   ], | ||||||
|  |   "presets": [ | ||||||
|  |     { | ||||||
|  |       "tags": [ | ||||||
|  |         "amenity=pharmacy" | ||||||
|  |       ], | ||||||
|  |       "title": { | ||||||
|  |         "en": "a pharmacy", | ||||||
|  |         "nl": "een apotheek" | ||||||
|  |       } | ||||||
|  |     } | ||||||
|   ] |   ] | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -961,32 +961,16 @@ | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|     { |     { | ||||||
|       "id": "opening_hours", |       "builtin": "opening_hours_24_7", | ||||||
|       "render": "{opening_hours_table()}", |       "override": { | ||||||
|       "question": { |         "question": { | ||||||
|         "en": "What are the opening hours of this recycling facility?", |           "en": "What are the opening hours of this recycling facility?", | ||||||
|         "nl": "Wat zijn de openingstijden van deze recyclingfaciliteit?", |           "nl": "Wat zijn de openingstijden van deze recyclingfaciliteit?", | ||||||
|         "de": "Wie sind die Öffnungszeiten dieser Recyclinganlage?", |           "de": "Wie sind die Öffnungszeiten dieser Recyclinganlage?", | ||||||
|         "es": "¿A qué horas abre esta facilidad de reciclado?", |           "es": "¿A qué horas abre esta facilidad de reciclado?", | ||||||
|         "it": "Quali sono gli orari di apertura di questo impianto di raccolta e riciclo?" |           "it": "Quali sono gli orari di apertura di questo impianto di raccolta e riciclo?" | ||||||
|       }, |  | ||||||
|       "freeform": { |  | ||||||
|         "key": "opening_hours", |  | ||||||
|         "type": "opening_hours" |  | ||||||
|       }, |  | ||||||
|       "mappings": [ |  | ||||||
|         { |  | ||||||
|           "if": "opening_hours=24/7", |  | ||||||
|           "then": { |  | ||||||
|             "en": "24/7", |  | ||||||
|             "nl": "24/7", |  | ||||||
|             "ca": "24/7", |  | ||||||
|             "de": "24/7", |  | ||||||
|             "es": "24/7", |  | ||||||
|             "it": "24/7" |  | ||||||
|           } |  | ||||||
|         } |         } | ||||||
|       ] |       } | ||||||
|     } |     } | ||||||
|   ], |   ], | ||||||
|   "filter": [ |   "filter": [ | ||||||
|  | @ -1189,4 +1173,4 @@ | ||||||
|     "enableRelocation": false, |     "enableRelocation": false, | ||||||
|     "enableImproveAccuracy": true |     "enableImproveAccuracy": true | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -264,13 +264,6 @@ | ||||||
|                         "then": "Bomba elèctrica" |                         "then": "Bomba elèctrica" | ||||||
|                     } |                     } | ||||||
|                 } |                 } | ||||||
|             }, |  | ||||||
|             "bike_repair_station-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "Sempre obert" |  | ||||||
|                     } |  | ||||||
|                 } |  | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "title": { |         "title": { | ||||||
|  | @ -578,9 +571,6 @@ | ||||||
|                 "question": "A quina planta està el desfibril·lador localitzat?", |                 "question": "A quina planta està el desfibril·lador localitzat?", | ||||||
|                 "render": "Aquest desfibril·lador és a la planta {level}" |                 "render": "Aquest desfibril·lador és a la planta {level}" | ||||||
|             }, |             }, | ||||||
|             "defibrillator-opening_hours": { |  | ||||||
|                 "render": "{opening_hours_table(opening_hours)}" |  | ||||||
|             }, |  | ||||||
|             "defibrillator-survey:date": { |             "defibrillator-survey:date": { | ||||||
|                 "mappings": { |                 "mappings": { | ||||||
|                     "0": { |                     "0": { | ||||||
|  | @ -661,16 +651,6 @@ | ||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
|     "hackerspace": { |     "hackerspace": { | ||||||
|         "tagRenderings": { |  | ||||||
|             "hackerspaces-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "Obert 24/7" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "render": "{opening_hours_table()}" |  | ||||||
|             } |  | ||||||
|         }, |  | ||||||
|         "title": { |         "title": { | ||||||
|             "mappings": { |             "mappings": { | ||||||
|                 "0": { |                 "0": { | ||||||
|  | @ -1116,4 +1096,4 @@ | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -577,19 +577,10 @@ | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Tilbyder denne cykelcafé en cykelpumpe til brug for alle?" |                 "question": "Tilbyder denne cykelcafé en cykelpumpe til brug for alle?" | ||||||
|             }, |             }, | ||||||
|             "bike_cafe-email": { |  | ||||||
|                 "question": "Hvad er e-mailadressen på {name}?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-name": { |             "bike_cafe-name": { | ||||||
|                 "question": "Hvad hedder denne cykelcafé?", |                 "question": "Hvad hedder denne cykelcafé?", | ||||||
|                 "render": "Denne cykelcafé hedder {name}" |                 "render": "Denne cykelcafé hedder {name}" | ||||||
|             }, |             }, | ||||||
|             "bike_cafe-opening_hours": { |  | ||||||
|                 "question": "Hvornår er denne cykelcafé åbent?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-phone": { |  | ||||||
|                 "question": "Hvad er telefonnummeret til {name}?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-repair-service": { |             "bike_cafe-repair-service": { | ||||||
|                 "mappings": { |                 "mappings": { | ||||||
|                     "0": { |                     "0": { | ||||||
|  | @ -611,9 +602,6 @@ | ||||||
|                     } |                     } | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Er der værktøj her til at reparere din egen cykel?" |                 "question": "Er der værktøj her til at reparere din egen cykel?" | ||||||
|             }, |  | ||||||
|             "bike_cafe-website": { |  | ||||||
|                 "question": "Hvad er webstedet for {name}?" |  | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "title": { |         "title": { | ||||||
|  | @ -890,14 +878,6 @@ | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Har pumpen trykindikator eller manometer?" |                 "question": "Har pumpen trykindikator eller manometer?" | ||||||
|             }, |             }, | ||||||
|             "bike_repair_station-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "Altid åben" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "Hvornår er dette cykelreparationssted åbent?" |  | ||||||
|             }, |  | ||||||
|             "bike_repair_station-operator": { |             "bike_repair_station-operator": { | ||||||
|                 "question": "Hvem vedligeholder denne cykluspumpe?", |                 "question": "Hvem vedligeholder denne cykluspumpe?", | ||||||
|                 "render": "Vedligeholdt af {operator}" |                 "render": "Vedligeholdt af {operator}" | ||||||
|  | @ -1519,14 +1499,6 @@ | ||||||
|                 "question": "Er denne ladestation en del af et netværk?", |                 "question": "Er denne ladestation en del af et netværk?", | ||||||
|                 "render": "En del af netværket <b>{network}</b>" |                 "render": "En del af netværket <b>{network}</b>" | ||||||
|             }, |             }, | ||||||
|             "OH": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "Åbent døgnet rundt (også på helligdage)" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "Hvornår er denne ladestation åben?" |  | ||||||
|             }, |  | ||||||
|             "Operational status": { |             "Operational status": { | ||||||
|                 "mappings": { |                 "mappings": { | ||||||
|                     "0": { |                     "0": { | ||||||
|  | @ -3052,4 +3024,4 @@ | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -594,19 +594,10 @@ | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Hat das Fahrrad-Café eine Fahrradpumpe, die von jedem benutzt werden kann?" |                 "question": "Hat das Fahrrad-Café eine Fahrradpumpe, die von jedem benutzt werden kann?" | ||||||
|             }, |             }, | ||||||
|             "bike_cafe-email": { |  | ||||||
|                 "question": "Wie lautet die E-Mail-Adresse von {name}?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-name": { |             "bike_cafe-name": { | ||||||
|                 "question": "Wie heißt das Fahrrad-Café?", |                 "question": "Wie heißt das Fahrrad-Café?", | ||||||
|                 "render": "Das Fahrrad-Café heißt {name}" |                 "render": "Das Fahrrad-Café heißt {name}" | ||||||
|             }, |             }, | ||||||
|             "bike_cafe-opening_hours": { |  | ||||||
|                 "question": "Wann ist dieses Fahrradcafé geöffnet?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-phone": { |  | ||||||
|                 "question": "Wie lautet die Telefonnummer von {name}?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-repair-service": { |             "bike_cafe-repair-service": { | ||||||
|                 "mappings": { |                 "mappings": { | ||||||
|                     "0": { |                     "0": { | ||||||
|  | @ -628,9 +619,6 @@ | ||||||
|                     } |                     } | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Gibt es hier Werkzeug, um das eigene Fahrrad zu reparieren?" |                 "question": "Gibt es hier Werkzeug, um das eigene Fahrrad zu reparieren?" | ||||||
|             }, |  | ||||||
|             "bike_cafe-website": { |  | ||||||
|                 "question": "Wie lautet die Webseite von {name}?" |  | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "title": { |         "title": { | ||||||
|  | @ -907,14 +895,6 @@ | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Verfügt die Pumpe über einen Druckanzeiger oder ein Manometer?" |                 "question": "Verfügt die Pumpe über einen Druckanzeiger oder ein Manometer?" | ||||||
|             }, |             }, | ||||||
|             "bike_repair_station-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "Die Station ist durchgehend geöffnet" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "Wann ist die Fahrradreparaturstation geöffnet?" |  | ||||||
|             }, |  | ||||||
|             "bike_repair_station-operator": { |             "bike_repair_station-operator": { | ||||||
|                 "question": "Wer betreibt die Reparaturstation?", |                 "question": "Wer betreibt die Reparaturstation?", | ||||||
|                 "render": "Gewartet von {operator}" |                 "render": "Gewartet von {operator}" | ||||||
|  | @ -1542,14 +1522,6 @@ | ||||||
|                 "question": "Ist diese Ladestation Teil eines Netzwerks?", |                 "question": "Ist diese Ladestation Teil eines Netzwerks?", | ||||||
|                 "render": "Teil des Netzwerks <b>{network}</b>" |                 "render": "Teil des Netzwerks <b>{network}</b>" | ||||||
|             }, |             }, | ||||||
|             "OH": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "Die Station ist durchgehend geöffnet (einschließlich Feiertage)" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "Wann ist diese Ladestation geöffnet?" |  | ||||||
|             }, |  | ||||||
|             "Operational status": { |             "Operational status": { | ||||||
|                 "mappings": { |                 "mappings": { | ||||||
|                     "0": { |                     "0": { | ||||||
|  | @ -3209,15 +3181,6 @@ | ||||||
|                 "question": "Auf welcher Etage befindet sich der Defibrillator?", |                 "question": "Auf welcher Etage befindet sich der Defibrillator?", | ||||||
|                 "render": "Dieser Defibrallator befindet sich im {level}. Stockwerk" |                 "render": "Dieser Defibrallator befindet sich im {level}. Stockwerk" | ||||||
|             }, |             }, | ||||||
|             "defibrillator-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "24/7 geöffnet (auch an Feiertagen)" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "Zu welchen Zeiten ist der Defibrillator verfügbar?", |  | ||||||
|                 "render": "{opening_hours_table(opening_hours)}" |  | ||||||
|             }, |  | ||||||
|             "defibrillator-phone": { |             "defibrillator-phone": { | ||||||
|                 "question": "Wie lautet die Telefonnummer für Fragen zu diesem Defibrillator?", |                 "question": "Wie lautet die Telefonnummer für Fragen zu diesem Defibrillator?", | ||||||
|                 "render": "Telefonnummer für Fragen zu diesem Defibrillator: <a href='tel:{phone}'>{phone}</a>" |                 "render": "Telefonnummer für Fragen zu diesem Defibrillator: <a href='tel:{phone}'>{phone}</a>" | ||||||
|  | @ -4126,15 +4089,6 @@ | ||||||
|                 "question": "Wie lautet der Name dieses Hackerspace?", |                 "question": "Wie lautet der Name dieses Hackerspace?", | ||||||
|                 "render": "Dieser Hackerspace heißt <b>{name}</b>" |                 "render": "Dieser Hackerspace heißt <b>{name}</b>" | ||||||
|             }, |             }, | ||||||
|             "hackerspaces-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "durchgehend geöffnet" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "Wann hat dieser Hackerspace geöffnet?", |  | ||||||
|                 "render": "{opening_hours_table()}" |  | ||||||
|             }, |  | ||||||
|             "hackerspaces-start_date": { |             "hackerspaces-start_date": { | ||||||
|                 "question": "Wann wurde dieser Hackerspace gegründet?", |                 "question": "Wann wurde dieser Hackerspace gegründet?", | ||||||
|                 "render": "Dieser Hackerspace wurde gegründet am {start_date}" |                 "render": "Dieser Hackerspace wurde gegründet am {start_date}" | ||||||
|  | @ -5784,14 +5738,6 @@ | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Wo befindet sich dieser Container?" |                 "question": "Wo befindet sich dieser Container?" | ||||||
|             }, |             }, | ||||||
|             "opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "24/7" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "Wie sind die Öffnungszeiten dieser Recyclinganlage?" |  | ||||||
|             }, |  | ||||||
|             "operator": { |             "operator": { | ||||||
|                 "question": "Welches Unternehmen betreibt diese Recyclinganlage?", |                 "question": "Welches Unternehmen betreibt diese Recyclinganlage?", | ||||||
|                 "render": "Diese Recyclinganlage wird betrieben von {operator}" |                 "render": "Diese Recyclinganlage wird betrieben von {operator}" | ||||||
|  | @ -7507,4 +7453,4 @@ | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -594,19 +594,10 @@ | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Does this bike cafe offer a bike pump for use by anyone?" |                 "question": "Does this bike cafe offer a bike pump for use by anyone?" | ||||||
|             }, |             }, | ||||||
|             "bike_cafe-email": { |  | ||||||
|                 "question": "What is the email address of {name}?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-name": { |             "bike_cafe-name": { | ||||||
|                 "question": "What is the name of this bike cafe?", |                 "question": "What is the name of this bike cafe?", | ||||||
|                 "render": "This bike cafe is called {name}" |                 "render": "This bike cafe is called {name}" | ||||||
|             }, |             }, | ||||||
|             "bike_cafe-opening_hours": { |  | ||||||
|                 "question": "When it this bike café opened?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-phone": { |  | ||||||
|                 "question": "What is the phone number of {name}?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-repair-service": { |             "bike_cafe-repair-service": { | ||||||
|                 "mappings": { |                 "mappings": { | ||||||
|                     "0": { |                     "0": { | ||||||
|  | @ -628,9 +619,6 @@ | ||||||
|                     } |                     } | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Are there tools here to repair your own bike?" |                 "question": "Are there tools here to repair your own bike?" | ||||||
|             }, |  | ||||||
|             "bike_cafe-website": { |  | ||||||
|                 "question": "What is the website of {name}?" |  | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "title": { |         "title": { | ||||||
|  | @ -907,14 +895,6 @@ | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Does the pump have a pressure indicator or manometer?" |                 "question": "Does the pump have a pressure indicator or manometer?" | ||||||
|             }, |             }, | ||||||
|             "bike_repair_station-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "Always open" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "When is this bicycle repair point open?" |  | ||||||
|             }, |  | ||||||
|             "bike_repair_station-operator": { |             "bike_repair_station-operator": { | ||||||
|                 "question": "Who maintains this cycle pump?", |                 "question": "Who maintains this cycle pump?", | ||||||
|                 "render": "Maintained by {operator}" |                 "render": "Maintained by {operator}" | ||||||
|  | @ -1542,14 +1522,6 @@ | ||||||
|                 "question": "Is this charging station part of a network?", |                 "question": "Is this charging station part of a network?", | ||||||
|                 "render": "Part of the network <b>{network}</b>" |                 "render": "Part of the network <b>{network}</b>" | ||||||
|             }, |             }, | ||||||
|             "OH": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "24/7 opened (including holidays)" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "When is this charging station opened?" |  | ||||||
|             }, |  | ||||||
|             "Operational status": { |             "Operational status": { | ||||||
|                 "mappings": { |                 "mappings": { | ||||||
|                     "0": { |                     "0": { | ||||||
|  | @ -3259,15 +3231,6 @@ | ||||||
|                 "question": "On which floor is this defibrillator located?", |                 "question": "On which floor is this defibrillator located?", | ||||||
|                 "render": "This defibrillator is on floor {level}" |                 "render": "This defibrillator is on floor {level}" | ||||||
|             }, |             }, | ||||||
|             "defibrillator-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "24/7 opened (including holidays)" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "At what times is this defibrillator available?", |  | ||||||
|                 "render": "{opening_hours_table(opening_hours)}" |  | ||||||
|             }, |  | ||||||
|             "defibrillator-phone": { |             "defibrillator-phone": { | ||||||
|                 "question": "What is the phone number for questions about this defibrillator?", |                 "question": "What is the phone number for questions about this defibrillator?", | ||||||
|                 "render": "Telephone for questions about this defibrillator: <a href='tel:{phone}'>{phone}</a>" |                 "render": "Telephone for questions about this defibrillator: <a href='tel:{phone}'>{phone}</a>" | ||||||
|  | @ -4325,15 +4288,6 @@ | ||||||
|                 "question": "What is the name of this hackerspace?", |                 "question": "What is the name of this hackerspace?", | ||||||
|                 "render": "This hackerspace is named <b>{name}</b>" |                 "render": "This hackerspace is named <b>{name}</b>" | ||||||
|             }, |             }, | ||||||
|             "hackerspaces-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "Opened 24/7" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "When is this hackerspace opened?", |  | ||||||
|                 "render": "{opening_hours_table()}" |  | ||||||
|             }, |  | ||||||
|             "hackerspaces-start_date": { |             "hackerspaces-start_date": { | ||||||
|                 "question": "When was this hackerspace founded?", |                 "question": "When was this hackerspace founded?", | ||||||
|                 "render": "This hackerspace was founded at {start_date}" |                 "render": "This hackerspace was founded at {start_date}" | ||||||
|  | @ -6147,14 +6101,6 @@ | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Where is this container located?" |                 "question": "Where is this container located?" | ||||||
|             }, |             }, | ||||||
|             "opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "24/7" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "What are the opening hours of this recycling facility?" |  | ||||||
|             }, |  | ||||||
|             "operator": { |             "operator": { | ||||||
|                 "question": "What company operates this recycling facility?", |                 "question": "What company operates this recycling facility?", | ||||||
|                 "render": "This recycling facility is operated by {operator}" |                 "render": "This recycling facility is operated by {operator}" | ||||||
|  | @ -8035,4 +7981,4 @@ | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -549,17 +549,8 @@ | ||||||
|     }, |     }, | ||||||
|     "bike_cafe": { |     "bike_cafe": { | ||||||
|         "tagRenderings": { |         "tagRenderings": { | ||||||
|             "bike_cafe-email": { |  | ||||||
|                 "question": "¿Cual es la dirección de correo electrónico de {name}?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-phone": { |  | ||||||
|                 "question": "¿Cual es el número de teléfono de {name}?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-repair-tools": { |             "bike_cafe-repair-tools": { | ||||||
|                 "question": "¿Hay herramientas para reparar su propia bicicleta?" |                 "question": "¿Hay herramientas para reparar su propia bicicleta?" | ||||||
|             }, |  | ||||||
|             "bike_cafe-website": { |  | ||||||
|                 "question": "¿Cual es el sitio web de {name}?" |  | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
|  | @ -813,14 +804,6 @@ | ||||||
|                 }, |                 }, | ||||||
|                 "question": "¿La bomba tiene un indicador de presión o manómetro?" |                 "question": "¿La bomba tiene un indicador de presión o manómetro?" | ||||||
|             }, |             }, | ||||||
|             "bike_repair_station-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "Siempre abierto" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "¿Cuándo está abierto este punto de reparación de bicicletas?" |  | ||||||
|             }, |  | ||||||
|             "bike_repair_station-operator": { |             "bike_repair_station-operator": { | ||||||
|                 "question": "¿Quién mantiene esta bomba para bicicletas?", |                 "question": "¿Quién mantiene esta bomba para bicicletas?", | ||||||
|                 "render": "Mantenido por {operator}" |                 "render": "Mantenido por {operator}" | ||||||
|  | @ -1395,14 +1378,6 @@ | ||||||
|                 "question": "¿Esta estación de carga forma parte de una red?", |                 "question": "¿Esta estación de carga forma parte de una red?", | ||||||
|                 "render": "Parte de la red <b>{network}</b>" |                 "render": "Parte de la red <b>{network}</b>" | ||||||
|             }, |             }, | ||||||
|             "OH": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "Abre 24/7 (incluidos días festivos)" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "¿Cuándo abre esta estación de carga?" |  | ||||||
|             }, |  | ||||||
|             "Operational status": { |             "Operational status": { | ||||||
|                 "mappings": { |                 "mappings": { | ||||||
|                     "0": { |                     "0": { | ||||||
|  | @ -2045,15 +2020,6 @@ | ||||||
|                 "question": "¿En qué planta se encuentra el defibrilador localizado?", |                 "question": "¿En qué planta se encuentra el defibrilador localizado?", | ||||||
|                 "render": "El desfibrilador se encuentra en la planta {level}" |                 "render": "El desfibrilador se encuentra en la planta {level}" | ||||||
|             }, |             }, | ||||||
|             "defibrillator-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "Abierto 24/7 (incluyendo festivos)" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "¿A qué horas está disponible este desfibrilador?", |  | ||||||
|                 "render": "{opening_hours_table(opening_hours)}" |  | ||||||
|             }, |  | ||||||
|             "defibrillator-phone": { |             "defibrillator-phone": { | ||||||
|                 "question": "¿Cual es el número de teléfono para preguntas sobre este desfibrilador?" |                 "question": "¿Cual es el número de teléfono para preguntas sobre este desfibrilador?" | ||||||
|             }, |             }, | ||||||
|  | @ -2561,15 +2527,6 @@ | ||||||
|                 "question": "¿Cual es el nombre de este espacio hacker?", |                 "question": "¿Cual es el nombre de este espacio hacker?", | ||||||
|                 "render": "Este espacio hacker se llama <b>{name}</b>" |                 "render": "Este espacio hacker se llama <b>{name}</b>" | ||||||
|             }, |             }, | ||||||
|             "hackerspaces-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "Abierto 24/7" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "¿Cuándo está abierto este espacio hacker?", |  | ||||||
|                 "render": "{opening_hours_table()}" |  | ||||||
|             }, |  | ||||||
|             "hackerspaces-start_date": { |             "hackerspaces-start_date": { | ||||||
|                 "question": "¿Cuándo se fundó este espacio hacker?", |                 "question": "¿Cuándo se fundó este espacio hacker?", | ||||||
|                 "render": "Este espacio hacker se fundó el {start_date}" |                 "render": "Este espacio hacker se fundó el {start_date}" | ||||||
|  | @ -3254,14 +3211,6 @@ | ||||||
|                 }, |                 }, | ||||||
|                 "question": "¿Dónde se sitúa este contenedor?" |                 "question": "¿Dónde se sitúa este contenedor?" | ||||||
|             }, |             }, | ||||||
|             "opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "24/7" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "¿A qué horas abre esta facilidad de reciclado?" |  | ||||||
|             }, |  | ||||||
|             "operator": { |             "operator": { | ||||||
|                 "question": "¿Que empresa opera esta facilidad de reciclado?", |                 "question": "¿Que empresa opera esta facilidad de reciclado?", | ||||||
|                 "render": "Esta infraestructura de reciclado la opera {operator}" |                 "render": "Esta infraestructura de reciclado la opera {operator}" | ||||||
|  | @ -4095,4 +4044,4 @@ | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -583,19 +583,10 @@ | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Est-ce que ce Café vélo propose une pompe en libre accès ?" |                 "question": "Est-ce que ce Café vélo propose une pompe en libre accès ?" | ||||||
|             }, |             }, | ||||||
|             "bike_cafe-email": { |  | ||||||
|                 "question": "Quelle est l'adresse électronique de {name} ?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-name": { |             "bike_cafe-name": { | ||||||
|                 "question": "Quel est le nom de ce Café vélo ?", |                 "question": "Quel est le nom de ce Café vélo ?", | ||||||
|                 "render": "Ce Café vélo s'appelle {name}" |                 "render": "Ce Café vélo s'appelle {name}" | ||||||
|             }, |             }, | ||||||
|             "bike_cafe-opening_hours": { |  | ||||||
|                 "question": "Quand ce Café vélo est-t-il ouvert ?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-phone": { |  | ||||||
|                 "question": "Quel est le numéro de téléphone de {name} ?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-repair-service": { |             "bike_cafe-repair-service": { | ||||||
|                 "mappings": { |                 "mappings": { | ||||||
|                     "0": { |                     "0": { | ||||||
|  | @ -617,9 +608,6 @@ | ||||||
|                     } |                     } | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Est-ce qu'il y a des outils pour réparer soi-même son vélo ?" |                 "question": "Est-ce qu'il y a des outils pour réparer soi-même son vélo ?" | ||||||
|             }, |  | ||||||
|             "bike_cafe-website": { |  | ||||||
|                 "question": "Quel est le site web de {name} ?" |  | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "title": { |         "title": { | ||||||
|  | @ -896,14 +884,6 @@ | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Est-ce que la pompe à un manomètre integré ?" |                 "question": "Est-ce que la pompe à un manomètre integré ?" | ||||||
|             }, |             }, | ||||||
|             "bike_repair_station-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "Ouvert en permanence" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "Quand ce point de réparation de vélo est-il ouvert ?" |  | ||||||
|             }, |  | ||||||
|             "bike_repair_station-operator": { |             "bike_repair_station-operator": { | ||||||
|                 "question": "Qui maintient cette pompe à vélo ?", |                 "question": "Qui maintient cette pompe à vélo ?", | ||||||
|                 "render": "Mantenue par {operator}" |                 "render": "Mantenue par {operator}" | ||||||
|  | @ -2106,15 +2086,6 @@ | ||||||
|                 "question": "À quel étage est situé ce défibrillateur ?", |                 "question": "À quel étage est situé ce défibrillateur ?", | ||||||
|                 "render": "Ce défibrillateur est à l'étage {level}" |                 "render": "Ce défibrillateur est à l'étage {level}" | ||||||
|             }, |             }, | ||||||
|             "defibrillator-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "Ouvert 24/7 (jours feriés inclus)" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "À quels horaires ce défibrillateur est-il accessible ?", |  | ||||||
|                 "render": "{opening_hours_table(opening_hours)}" |  | ||||||
|             }, |  | ||||||
|             "defibrillator-phone": { |             "defibrillator-phone": { | ||||||
|                 "question": "Quel est le numéro de téléphone pour questions sur le défibrillateur ?", |                 "question": "Quel est le numéro de téléphone pour questions sur le défibrillateur ?", | ||||||
|                 "render": "Numéro de téléphone pour questions sur le défibrillateur : <a href='tel:{phone}'>{phone}</a>" |                 "render": "Numéro de téléphone pour questions sur le défibrillateur : <a href='tel:{phone}'>{phone}</a>" | ||||||
|  | @ -4538,4 +4509,4 @@ | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -33,16 +33,10 @@ | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Este café de ciclistas ofrece unha bomba de ar para que calquera persoa poida usala?" |                 "question": "Este café de ciclistas ofrece unha bomba de ar para que calquera persoa poida usala?" | ||||||
|             }, |             }, | ||||||
|             "bike_cafe-email": { |  | ||||||
|                 "question": "Cal é o enderezo de correo electrónico de {name}?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-name": { |             "bike_cafe-name": { | ||||||
|                 "question": "Cal é o nome deste café de ciclistas?", |                 "question": "Cal é o nome deste café de ciclistas?", | ||||||
|                 "render": "Este café de ciclistas chámase {name}" |                 "render": "Este café de ciclistas chámase {name}" | ||||||
|             }, |             }, | ||||||
|             "bike_cafe-phone": { |  | ||||||
|                 "question": "Cal é o número de teléfono de {name}?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-repair-service": { |             "bike_cafe-repair-service": { | ||||||
|                 "mappings": { |                 "mappings": { | ||||||
|                     "0": { |                     "0": { | ||||||
|  | @ -64,9 +58,6 @@ | ||||||
|                     } |                     } | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Hai ferramentas aquí para arranxar a túa propia bicicleta?" |                 "question": "Hai ferramentas aquí para arranxar a túa propia bicicleta?" | ||||||
|             }, |  | ||||||
|             "bike_cafe-website": { |  | ||||||
|                 "question": "Cal é a páxina web de {name}?" |  | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "title": { |         "title": { | ||||||
|  | @ -396,4 +387,4 @@ | ||||||
|             "render": "Bicicleta pantasma" |             "render": "Bicicleta pantasma" | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -325,19 +325,10 @@ | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Questo caffè in bici offre una pompa per bici che chiunque può utilizzare?" |                 "question": "Questo caffè in bici offre una pompa per bici che chiunque può utilizzare?" | ||||||
|             }, |             }, | ||||||
|             "bike_cafe-email": { |  | ||||||
|                 "question": "Qual è l’indirizzo email di {name}?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-name": { |             "bike_cafe-name": { | ||||||
|                 "question": "Qual è il nome di questo caffè in bici?", |                 "question": "Qual è il nome di questo caffè in bici?", | ||||||
|                 "render": "Questo caffè in bici è chiamato {name}" |                 "render": "Questo caffè in bici è chiamato {name}" | ||||||
|             }, |             }, | ||||||
|             "bike_cafe-opening_hours": { |  | ||||||
|                 "question": "Quando è aperto questo caffè in bici?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-phone": { |  | ||||||
|                 "question": "Qual è il numero di telefono di {name}?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-repair-service": { |             "bike_cafe-repair-service": { | ||||||
|                 "mappings": { |                 "mappings": { | ||||||
|                     "0": { |                     "0": { | ||||||
|  | @ -359,9 +350,6 @@ | ||||||
|                     } |                     } | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Ci sono degli strumenti per riparare la propria bicicletta?" |                 "question": "Ci sono degli strumenti per riparare la propria bicicletta?" | ||||||
|             }, |  | ||||||
|             "bike_cafe-website": { |  | ||||||
|                 "question": "Qual è il sito web di {name}?" |  | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "title": { |         "title": { | ||||||
|  | @ -585,14 +573,6 @@ | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Questa pompa ha l’indicatore della pressione o il manometro?" |                 "question": "Questa pompa ha l’indicatore della pressione o il manometro?" | ||||||
|             }, |             }, | ||||||
|             "bike_repair_station-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "Sempre aperto" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "Quando è aperto questo punto riparazione bici?" |  | ||||||
|             }, |  | ||||||
|             "bike_repair_station-operator": { |             "bike_repair_station-operator": { | ||||||
|                 "question": "Chi gestisce questa pompa per bici?", |                 "question": "Chi gestisce questa pompa per bici?", | ||||||
|                 "render": "Manutenuta da {operator}" |                 "render": "Manutenuta da {operator}" | ||||||
|  | @ -1142,15 +1122,6 @@ | ||||||
|                 "question": "A che piano si trova questo defibrillatore?", |                 "question": "A che piano si trova questo defibrillatore?", | ||||||
|                 "render": "Questo defibrillatore è al piano {level}" |                 "render": "Questo defibrillatore è al piano {level}" | ||||||
|             }, |             }, | ||||||
|             "defibrillator-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "Aperto 24/7 (festivi inclusi)" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "In quali orari è disponibile questo defibrillatore?", |  | ||||||
|                 "render": "{opening_hours_table(opening_hours)}" |  | ||||||
|             }, |  | ||||||
|             "defibrillator-phone": { |             "defibrillator-phone": { | ||||||
|                 "question": "Qual è il numero di telefono per le domande riguardanti questo defibrillatore?", |                 "question": "Qual è il numero di telefono per le domande riguardanti questo defibrillatore?", | ||||||
|                 "render": "Numero di telefono per le domande su questo defibrillatore:<a href='tel:{phone}'>{phone}</a>" |                 "render": "Numero di telefono per le domande su questo defibrillatore:<a href='tel:{phone}'>{phone}</a>" | ||||||
|  | @ -1840,14 +1811,6 @@ | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Dove si trova questo contenitore?" |                 "question": "Dove si trova questo contenitore?" | ||||||
|             }, |             }, | ||||||
|             "opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "24/7" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "Quali sono gli orari di apertura di questo impianto di raccolta e riciclo?" |  | ||||||
|             }, |  | ||||||
|             "operator": { |             "operator": { | ||||||
|                 "question": "Quale azienda gestisce questo impianto di raccolta e riciclo?", |                 "question": "Quale azienda gestisce questo impianto di raccolta e riciclo?", | ||||||
|                 "render": "Questa struttura di raccola e riciclo è gestita da {operator}" |                 "render": "Questa struttura di raccola e riciclo è gestita da {operator}" | ||||||
|  | @ -2724,4 +2687,4 @@ | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -594,19 +594,10 @@ | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Biedt dit fietscafé een fietspomp aan voor iedereen?" |                 "question": "Biedt dit fietscafé een fietspomp aan voor iedereen?" | ||||||
|             }, |             }, | ||||||
|             "bike_cafe-email": { |  | ||||||
|                 "question": "Wat is het email-adres van {name}?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-name": { |             "bike_cafe-name": { | ||||||
|                 "question": "Wat is de naam van dit fietscafé?", |                 "question": "Wat is de naam van dit fietscafé?", | ||||||
|                 "render": "Dit fietscafé heet {name}" |                 "render": "Dit fietscafé heet {name}" | ||||||
|             }, |             }, | ||||||
|             "bike_cafe-opening_hours": { |  | ||||||
|                 "question": "Wanneer is dit fietscafé geopend?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-phone": { |  | ||||||
|                 "question": "Wat is het telefoonnummer van {name}?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-repair-service": { |             "bike_cafe-repair-service": { | ||||||
|                 "mappings": { |                 "mappings": { | ||||||
|                     "0": { |                     "0": { | ||||||
|  | @ -628,9 +619,6 @@ | ||||||
|                     } |                     } | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Biedt dit fietscafé gereedschap aan om je fiets zelf te herstellen?" |                 "question": "Biedt dit fietscafé gereedschap aan om je fiets zelf te herstellen?" | ||||||
|             }, |  | ||||||
|             "bike_cafe-website": { |  | ||||||
|                 "question": "Wat is de website van {name}?" |  | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "title": { |         "title": { | ||||||
|  | @ -907,14 +895,6 @@ | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Heeft deze pomp een luchtdrukmeter?" |                 "question": "Heeft deze pomp een luchtdrukmeter?" | ||||||
|             }, |             }, | ||||||
|             "bike_repair_station-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "Dag en nacht open" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "Wanneer is dit fietsherstelpunt open?" |  | ||||||
|             }, |  | ||||||
|             "bike_repair_station-operator": { |             "bike_repair_station-operator": { | ||||||
|                 "question": "Wie beheert deze fietspomp?", |                 "question": "Wie beheert deze fietspomp?", | ||||||
|                 "render": "Beheer door {operator}" |                 "render": "Beheer door {operator}" | ||||||
|  | @ -1551,14 +1531,6 @@ | ||||||
|                 "question": "Is dit oplaadpunt deel van een groter netwerk?", |                 "question": "Is dit oplaadpunt deel van een groter netwerk?", | ||||||
|                 "render": "Maakt deel uit van het <b>{network}</b>-netwerk" |                 "render": "Maakt deel uit van het <b>{network}</b>-netwerk" | ||||||
|             }, |             }, | ||||||
|             "OH": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "24/7 open - ook tijdens vakanties" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "Wanneer is dit oplaadpunt beschikbaar??" |  | ||||||
|             }, |  | ||||||
|             "Operational status": { |             "Operational status": { | ||||||
|                 "mappings": { |                 "mappings": { | ||||||
|                     "0": { |                     "0": { | ||||||
|  | @ -3206,15 +3178,6 @@ | ||||||
|                 "question": "Op welke verdieping bevindt deze defibrillator zich?", |                 "question": "Op welke verdieping bevindt deze defibrillator zich?", | ||||||
|                 "render": "De defibrillator bevindt zicht op verdieping {level}" |                 "render": "De defibrillator bevindt zicht op verdieping {level}" | ||||||
|             }, |             }, | ||||||
|             "defibrillator-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "24/7 open (inclusief feestdagen)" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "Wanneer is deze defibrillator beschikbaar?", |  | ||||||
|                 "render": "{opening_hours_table(opening_hours)}" |  | ||||||
|             }, |  | ||||||
|             "defibrillator-phone": { |             "defibrillator-phone": { | ||||||
|                 "question": "Wat is het telefoonnummer voor vragen over deze defibrillator", |                 "question": "Wat is het telefoonnummer voor vragen over deze defibrillator", | ||||||
|                 "render": "Telefoonnummer voor vragen over deze defibrillator: <a href='tel:{phone}'>{phone}</a>" |                 "render": "Telefoonnummer voor vragen over deze defibrillator: <a href='tel:{phone}'>{phone}</a>" | ||||||
|  | @ -4132,15 +4095,6 @@ | ||||||
|                 "question": "Wat is de naam van deze hackerspace?", |                 "question": "Wat is de naam van deze hackerspace?", | ||||||
|                 "render": "Deze hackerspace heet <b>{name}</b>" |                 "render": "Deze hackerspace heet <b>{name}</b>" | ||||||
|             }, |             }, | ||||||
|             "hackerspaces-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "24/7 geopend" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "Wanneer is deze hackerspace geopend?", |  | ||||||
|                 "render": "{opening_hours_table()}" |  | ||||||
|             }, |  | ||||||
|             "hackerspaces-start_date": { |             "hackerspaces-start_date": { | ||||||
|                 "question": "Wanneer is deze hackerspace opgericht?", |                 "question": "Wanneer is deze hackerspace opgericht?", | ||||||
|                 "render": "Deze hackerspace is opgericht op {start_date}" |                 "render": "Deze hackerspace is opgericht op {start_date}" | ||||||
|  | @ -5773,14 +5727,6 @@ | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Waar bevindt deze container zich?" |                 "question": "Waar bevindt deze container zich?" | ||||||
|             }, |             }, | ||||||
|             "opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "24/7" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "Wat zijn de openingstijden van deze recyclingfaciliteit?" |  | ||||||
|             }, |  | ||||||
|             "operator": { |             "operator": { | ||||||
|                 "question": "Wat is de beheerder van deze recyclingfaciliteit?", |                 "question": "Wat is de beheerder van deze recyclingfaciliteit?", | ||||||
|                 "render": "Deze recyclingfaciliteit wordt beheerd door {operator}" |                 "render": "Deze recyclingfaciliteit wordt beheerd door {operator}" | ||||||
|  | @ -7534,4 +7480,4 @@ | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -261,19 +261,10 @@ | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "tagRenderings": { |         "tagRenderings": { | ||||||
|             "bike_cafe-email": { |  | ||||||
|                 "question": "Qual o endereço de email de {name}?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-name": { |             "bike_cafe-name": { | ||||||
|                 "question": "Qual o nome deste café de bicicleta?", |                 "question": "Qual o nome deste café de bicicleta?", | ||||||
|                 "render": "Este café de bicicleta se chama {name}" |                 "render": "Este café de bicicleta se chama {name}" | ||||||
|             }, |             }, | ||||||
|             "bike_cafe-opening_hours": { |  | ||||||
|                 "question": "Quando este café de bicicleta abre?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-phone": { |  | ||||||
|                 "question": "Qual é o número de telefone de {name}?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-repair-service": { |             "bike_cafe-repair-service": { | ||||||
|                 "mappings": { |                 "mappings": { | ||||||
|                     "0": { |                     "0": { | ||||||
|  | @ -295,9 +286,6 @@ | ||||||
|                     } |                     } | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Há ferramentas aqui para consertar a sua própria bicicleta?" |                 "question": "Há ferramentas aqui para consertar a sua própria bicicleta?" | ||||||
|             }, |  | ||||||
|             "bike_cafe-website": { |  | ||||||
|                 "question": "Qual o website de {name}?" |  | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "title": { |         "title": { | ||||||
|  | @ -470,13 +458,6 @@ | ||||||
|                     } |                     } | ||||||
|                 } |                 } | ||||||
|             }, |             }, | ||||||
|             "bike_repair_station-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "Sempre aberto" |  | ||||||
|                     } |  | ||||||
|                 } |  | ||||||
|             }, |  | ||||||
|             "bike_repair_station-operator": { |             "bike_repair_station-operator": { | ||||||
|                 "question": "Quem faz a manutenção desta bomba de ciclo?", |                 "question": "Quem faz a manutenção desta bomba de ciclo?", | ||||||
|                 "render": "Mantida por {operator}" |                 "render": "Mantida por {operator}" | ||||||
|  | @ -576,4 +557,4 @@ | ||||||
|             "render": "Bicicleta fantasma" |             "render": "Bicicleta fantasma" | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -203,19 +203,10 @@ | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "tagRenderings": { |         "tagRenderings": { | ||||||
|             "bike_cafe-email": { |  | ||||||
|                 "question": "Qual o endereço de email de {name}?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-name": { |             "bike_cafe-name": { | ||||||
|                 "question": "Qual o nome deste café de bicicleta?", |                 "question": "Qual o nome deste café de bicicleta?", | ||||||
|                 "render": "Este café de bicicleta se chama {name}" |                 "render": "Este café de bicicleta se chama {name}" | ||||||
|             }, |             }, | ||||||
|             "bike_cafe-opening_hours": { |  | ||||||
|                 "question": "Quando este café de bicicleta abre?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-phone": { |  | ||||||
|                 "question": "Qual o número de telefone de {name}?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-repair-service": { |             "bike_cafe-repair-service": { | ||||||
|                 "mappings": { |                 "mappings": { | ||||||
|                     "0": { |                     "0": { | ||||||
|  | @ -237,9 +228,6 @@ | ||||||
|                     } |                     } | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Há ferramentas aqui para consertar sua bicicleta?" |                 "question": "Há ferramentas aqui para consertar sua bicicleta?" | ||||||
|             }, |  | ||||||
|             "bike_cafe-website": { |  | ||||||
|                 "question": "Qual o website de {name}?" |  | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "title": { |         "title": { | ||||||
|  | @ -414,13 +402,6 @@ | ||||||
|                     } |                     } | ||||||
|                 } |                 } | ||||||
|             }, |             }, | ||||||
|             "bike_repair_station-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "Sempre aberto" |  | ||||||
|                     } |  | ||||||
|                 } |  | ||||||
|             }, |  | ||||||
|             "bike_repair_station-operator": { |             "bike_repair_station-operator": { | ||||||
|                 "question": "Quem faz a manutenção desta bomba de ciclo?", |                 "question": "Quem faz a manutenção desta bomba de ciclo?", | ||||||
|                 "render": "Mantida por {operator}" |                 "render": "Mantida por {operator}" | ||||||
|  | @ -530,4 +511,4 @@ | ||||||
|             "render": "Bicicleta fantasma" |             "render": "Bicicleta fantasma" | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -353,19 +353,10 @@ | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Есть ли в этом велосипедном кафе велосипедный насос для всеобщего использования?" |                 "question": "Есть ли в этом велосипедном кафе велосипедный насос для всеобщего использования?" | ||||||
|             }, |             }, | ||||||
|             "bike_cafe-email": { |  | ||||||
|                 "question": "Какой адрес электронной почты у {name}?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-name": { |             "bike_cafe-name": { | ||||||
|                 "question": "Как называется это байк-кафе?", |                 "question": "Как называется это байк-кафе?", | ||||||
|                 "render": "Это велосипедное кафе называется {name}" |                 "render": "Это велосипедное кафе называется {name}" | ||||||
|             }, |             }, | ||||||
|             "bike_cafe-opening_hours": { |  | ||||||
|                 "question": "Каков режим работы этого велосипедного кафе?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-phone": { |  | ||||||
|                 "question": "Какой номер телефона у {name}?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-repair-service": { |             "bike_cafe-repair-service": { | ||||||
|                 "mappings": { |                 "mappings": { | ||||||
|                     "0": { |                     "0": { | ||||||
|  | @ -387,9 +378,6 @@ | ||||||
|                     } |                     } | ||||||
|                 }, |                 }, | ||||||
|                 "question": "Есть ли здесь инструменты для починки вашего велосипеда?" |                 "question": "Есть ли здесь инструменты для починки вашего велосипеда?" | ||||||
|             }, |  | ||||||
|             "bike_cafe-website": { |  | ||||||
|                 "question": "Какой сайт у {name}?" |  | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "title": { |         "title": { | ||||||
|  | @ -516,14 +504,6 @@ | ||||||
|                     } |                     } | ||||||
|                 } |                 } | ||||||
|             }, |             }, | ||||||
|             "bike_repair_station-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "Всегда открыто" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "Когда работает эта точка обслуживания велосипедов?" |  | ||||||
|             }, |  | ||||||
|             "bike_repair_station-valves": { |             "bike_repair_station-valves": { | ||||||
|                 "mappings": { |                 "mappings": { | ||||||
|                     "0": { |                     "0": { | ||||||
|  | @ -869,10 +849,6 @@ | ||||||
|             "defibrillator-fixme": { |             "defibrillator-fixme": { | ||||||
|                 "render": "Дополнительная информация для экспертов OpenStreetMap: {fixme}" |                 "render": "Дополнительная информация для экспертов OpenStreetMap: {fixme}" | ||||||
|             }, |             }, | ||||||
|             "defibrillator-opening_hours": { |  | ||||||
|                 "question": "В какое время доступен этот дефибриллятор?", |  | ||||||
|                 "render": "{opening_hours_table(opening_hours)}" |  | ||||||
|             }, |  | ||||||
|             "defibrillator-survey:date": { |             "defibrillator-survey:date": { | ||||||
|                 "mappings": { |                 "mappings": { | ||||||
|                     "0": { |                     "0": { | ||||||
|  | @ -1005,16 +981,6 @@ | ||||||
|                 "title": "Хакерспейс" |                 "title": "Хакерспейс" | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "tagRenderings": { |  | ||||||
|             "hackerspaces-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "Открыто 24/7" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "render": "{opening_hours_table()}" |  | ||||||
|             } |  | ||||||
|         }, |  | ||||||
|         "title": { |         "title": { | ||||||
|             "mappings": { |             "mappings": { | ||||||
|                 "0": { |                 "0": { | ||||||
|  | @ -1753,4 +1719,4 @@ | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -96,15 +96,6 @@ | ||||||
|                 "question": "V katerem nadstropju je defibrilator?", |                 "question": "V katerem nadstropju je defibrilator?", | ||||||
|                 "render": "Ta defibrilator je v {level}. nadstropju" |                 "render": "Ta defibrilator je v {level}. nadstropju" | ||||||
|             }, |             }, | ||||||
|             "defibrillator-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "Na voljo 24/7 (tudi za praznike)" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "Ob katerih urah je ta defibrilator na voljo?", |  | ||||||
|                 "render": "{opening_hours_table(opening_hours)}" |  | ||||||
|             }, |  | ||||||
|             "defibrillator-phone": { |             "defibrillator-phone": { | ||||||
|                 "question": "Kakšna je telefonska številka za vprašanja o tem defibrilatorju?", |                 "question": "Kakšna je telefonska številka za vprašanja o tem defibrilatorju?", | ||||||
|                 "render": "Telefonska številka za vprašanja o tem defibrilatorju: <a href='tel:{phone}'>{phone}</a>" |                 "render": "Telefonska številka za vprašanja o tem defibrilatorju: <a href='tel:{phone}'>{phone}</a>" | ||||||
|  | @ -127,4 +118,4 @@ | ||||||
|             "render": "Defibrilator" |             "render": "Defibrilator" | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -191,19 +191,10 @@ | ||||||
|                 }, |                 }, | ||||||
|                 "question": "这家自行车咖啡为每个使用者提供打气筒吗?" |                 "question": "这家自行车咖啡为每个使用者提供打气筒吗?" | ||||||
|             }, |             }, | ||||||
|             "bike_cafe-email": { |  | ||||||
|                 "question": "{name}的电子邮箱是什么?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-name": { |             "bike_cafe-name": { | ||||||
|                 "question": "这个自行车咖啡的名字是什么?", |                 "question": "这个自行车咖啡的名字是什么?", | ||||||
|                 "render": "这家自行车咖啡叫做 {name}" |                 "render": "这家自行车咖啡叫做 {name}" | ||||||
|             }, |             }, | ||||||
|             "bike_cafe-opening_hours": { |  | ||||||
|                 "question": "这家自行车咖啡什么时候开门营业?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-phone": { |  | ||||||
|                 "question": "{name}的电话号码是什么?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-repair-service": { |             "bike_cafe-repair-service": { | ||||||
|                 "mappings": { |                 "mappings": { | ||||||
|                     "0": { |                     "0": { | ||||||
|  | @ -225,9 +216,6 @@ | ||||||
|                     } |                     } | ||||||
|                 }, |                 }, | ||||||
|                 "question": "这里有供你修车用的工具吗?" |                 "question": "这里有供你修车用的工具吗?" | ||||||
|             }, |  | ||||||
|             "bike_cafe-website": { |  | ||||||
|                 "question": "{name}的网站是什么?" |  | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "title": { |         "title": { | ||||||
|  | @ -239,4 +227,4 @@ | ||||||
|             "render": "自行车咖啡" |             "render": "自行车咖啡" | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -292,19 +292,10 @@ | ||||||
|                 }, |                 }, | ||||||
|                 "question": "這個單車咖啡廳有提供給任何人都能使用的單車打氣甬嗎?" |                 "question": "這個單車咖啡廳有提供給任何人都能使用的單車打氣甬嗎?" | ||||||
|             }, |             }, | ||||||
|             "bike_cafe-email": { |  | ||||||
|                 "question": "{name} 的電子郵件地址是?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-name": { |             "bike_cafe-name": { | ||||||
|                 "question": "這個單車咖啡廳的名稱是?", |                 "question": "這個單車咖啡廳的名稱是?", | ||||||
|                 "render": "這個單車咖啡廳叫做 {name}" |                 "render": "這個單車咖啡廳叫做 {name}" | ||||||
|             }, |             }, | ||||||
|             "bike_cafe-opening_hours": { |  | ||||||
|                 "question": "何時這個單車咖啡廳營運?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-phone": { |  | ||||||
|                 "question": "{name} 的電話號碼是?" |  | ||||||
|             }, |  | ||||||
|             "bike_cafe-repair-service": { |             "bike_cafe-repair-service": { | ||||||
|                 "mappings": { |                 "mappings": { | ||||||
|                     "0": { |                     "0": { | ||||||
|  | @ -326,9 +317,6 @@ | ||||||
|                     } |                     } | ||||||
|                 }, |                 }, | ||||||
|                 "question": "這裡是否有工具修理你的單車嗎?" |                 "question": "這裡是否有工具修理你的單車嗎?" | ||||||
|             }, |  | ||||||
|             "bike_cafe-website": { |  | ||||||
|                 "question": "{name} 的網站是?" |  | ||||||
|             } |             } | ||||||
|         }, |         }, | ||||||
|         "title": { |         "title": { | ||||||
|  | @ -520,15 +508,6 @@ | ||||||
|                 "question": "這個駭客空間的名稱是?", |                 "question": "這個駭客空間的名稱是?", | ||||||
|                 "render": "這個駭客空間叫 <b>{name}</b>" |                 "render": "這個駭客空間叫 <b>{name}</b>" | ||||||
|             }, |             }, | ||||||
|             "hackerspaces-opening_hours": { |  | ||||||
|                 "mappings": { |  | ||||||
|                     "0": { |  | ||||||
|                         "then": "24/7 營業" |  | ||||||
|                     } |  | ||||||
|                 }, |  | ||||||
|                 "question": "這個駭客空間的營業時間?", |  | ||||||
|                 "render": "{opening_hours_table()}" |  | ||||||
|             }, |  | ||||||
|             "hackerspaces-start_date": { |             "hackerspaces-start_date": { | ||||||
|                 "question": "這個駭客空間何時成立的?", |                 "question": "這個駭客空間何時成立的?", | ||||||
|                 "render": "這駭客空間是 {start_date} 成立的" |                 "render": "這駭客空間是 {start_date} 成立的" | ||||||
|  | @ -663,4 +642,4 @@ | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue