Merge pull request #1126 from pietervdvn/RobinLinde-patch-1

Standardize opening_hours, add preset
This commit is contained in:
Pieter Vander Vennet 2022-11-01 10:10:07 +01:00 committed by GitHub
commit 45d140065f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 113 additions and 738 deletions

View file

@ -266,94 +266,26 @@
}
]
},
"website",
"phone",
"email",
{
"question": {
"en": "What is the website of {name}?",
"nl": "Wat is de website van {name}?",
"fr": "Quel est le site web de {name} ?",
"gl": "Cal é a páxina web de {name}?",
"de": "Wie lautet die Webseite von {name}?",
"it": "Qual è il sito web di {name}?",
"ru": "Какой сайт у {name}?",
"zh_Hans": "{name}的网站是什么?",
"zh_Hant": "{name} 的網站是?",
"pt_BR": "Qual o website de {name}?",
"pt": "Qual o website de {name}?",
"da": "Hvad er webstedet for {name}?",
"es": "¿Cual es el sitio web de {name}?"
},
"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 è lindirizzo 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"
"builtin": "opening_hours",
"override": {
"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?"
}
}
}
],
"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",
"fr": "Un vélo café est un café à destination des cyclistes avec, par exemple, des services tels quune pompe, et de nombreuses décorations liées aux vélos, etc."
}
}
}

View file

@ -281,40 +281,19 @@
"id": "Operational status"
},
{
"question": {
"nl": "Wanneer is dit fietsherstelpunt open?",
"en": "When is this bicycle repair point open?",
"fr": "Quand ce point de réparation de vélo est-il ouvert ?",
"it": "Quando è aperto questo punto riparazione bici?",
"de": "Wann ist die Fahrradreparaturstation geöffnet?",
"ru": "Когда работает эта точка обслуживания велосипедов?",
"es": "¿Cuándo está abierto este punto de reparación de bicicletas?",
"da": "Hvornår er dette cykelreparationssted åbent?"
},
"render": "{opening_hours_table()}",
"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"
}
"builtin": "opening_hours_24_7",
"override": {
"question": {
"nl": "Wanneer is dit fietsherstelpunt open?",
"en": "When is this bicycle repair point open?",
"fr": "Quand ce point de réparation de vélo est-il ouvert ?",
"it": "Quando è aperto questo punto riparazione bici?",
"de": "Wann ist die Fahrradreparaturstation geöffnet?",
"ru": "Когда работает эта точка обслуживания велосипедов?",
"es": "¿Cuándo está abierto este punto de reparación de bicicletas?",
"da": "Hvornår er dette cykelreparationssted åbent?"
}
],
"id": "bike_repair_station-opening_hours"
}
},
{
"id": "access",
@ -979,4 +958,4 @@
"da": "Et lag med cykelpumper og cykelreværktøjsstativer",
"fr": "Une couche montrant les pompes à vélo et les centres de réparation"
}
}
}

View file

@ -3767,31 +3767,17 @@
}
},
{
"id": "OH",
"render": "{opening_hours_table(opening_hours)}",
"freeform": {
"key": "opening_hours",
"type": "opening_hours"
},
"question": {
"en": "When is this charging station opened?",
"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)"
}
"builtin": "opening_hours_24_7",
"override": {
"question": {
"en": "When is this charging station opened?",
"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?"
}
]
},
"id": "OH"
},
{
"id": "fee",
@ -5030,4 +5016,4 @@
},
"neededChangesets": 10
}
}
}

View file

@ -197,25 +197,14 @@
"id": "$$$"
},
{
"id": "OH",
"render": "{opening_hours_table(opening_hours)}",
"freeform": {
"key": "opening_hours",
"type": "opening_hours"
},
"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"
}
"builtin": "opening_hours_24_7",
"override": {
"question": {
"en": "When is this charging station opened?",
"nl": "Wanneer is dit oplaadpunt beschikbaar??"
}
]
},
"id": "OH"
},
{
"id": "fee",

View file

@ -505,46 +505,19 @@
"id": "defibrillator-phone"
},
{
"render": {
"en": "{opening_hours_table(opening_hours)}",
"nl": "{opening_hours_table(opening_hours)}",
"fr": "{opening_hours_table(opening_hours)}",
"it": "{opening_hours_table(opening_hours)}",
"ru": "{opening_hours_table(opening_hours)}",
"de": "{opening_hours_table(opening_hours)}",
"sl": "{opening_hours_table(opening_hours)}",
"ca": "{opening_hours_table(opening_hours)}",
"es": "{opening_hours_table(opening_hours)}"
},
"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)"
}
"builtin": "opening_hours_24_7",
"override": {
"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?"
}
],
"id": "defibrillator-opening_hours"
}
},
{
"render": {
@ -678,4 +651,4 @@
"has_image",
"open_now"
]
}
}

View file

@ -110,45 +110,16 @@
"email",
"phone",
{
"question": {
"en": "When is this hackerspace opened?",
"de": "Wann hat dieser Hackerspace geöffnet?",
"zh_Hant": "這個駭客空間的營業時間?",
"es": "¿Cuándo está abierto este espacio hacker?",
"nl": "Wanneer is deze hackerspace geopend?"
},
"freeform": {
"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"
}
"builtin": "opening_hours_24_7",
"override": {
"question": {
"en": "When is this hackerspace opened?",
"de": "Wann hat dieser Hackerspace geöffnet?",
"zh_Hant": "這個駭客空間的營業時間?",
"es": "¿Cuándo está abierto este espacio hacker?",
"nl": "Wanneer is deze hackerspace geopend?"
}
],
"id": "hackerspaces-opening_hours"
}
},
{
"id": "available_devices",
@ -375,4 +346,4 @@
}
}
]
}
}

View file

@ -155,7 +155,7 @@
"nl": "Deze pakketautomaat wordt beheerd door {operator}"
}
},
"opening_hours",
"opening_hours_24_7",
{
"id": "ref",
"question": {
@ -256,4 +256,4 @@
]
}
]
}
}

View file

@ -153,5 +153,16 @@
]
},
"open_now"
],
"presets": [
{
"tags": [
"amenity=pharmacy"
],
"title": {
"en": "a pharmacy",
"nl": "een apotheek"
}
}
]
}
}

View file

@ -961,32 +961,16 @@
}
},
{
"id": "opening_hours",
"render": "{opening_hours_table()}",
"question": {
"en": "What are the opening hours of this recycling facility?",
"nl": "Wat zijn de openingstijden van deze recyclingfaciliteit?",
"de": "Wie sind die Öffnungszeiten dieser Recyclinganlage?",
"es": "¿A qué horas abre esta facilidad de reciclado?",
"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"
}
"builtin": "opening_hours_24_7",
"override": {
"question": {
"en": "What are the opening hours of this recycling facility?",
"nl": "Wat zijn de openingstijden van deze recyclingfaciliteit?",
"de": "Wie sind die Öffnungszeiten dieser Recyclinganlage?",
"es": "¿A qué horas abre esta facilidad de reciclado?",
"it": "Quali sono gli orari di apertura di questo impianto di raccolta e riciclo?"
}
]
}
}
],
"filter": [
@ -1189,4 +1173,4 @@
"enableRelocation": false,
"enableImproveAccuracy": true
}
}
}

View file

@ -264,13 +264,6 @@
"then": "Bomba elèctrica"
}
}
},
"bike_repair_station-opening_hours": {
"mappings": {
"0": {
"then": "Sempre obert"
}
}
}
},
"title": {
@ -578,9 +571,6 @@
"question": "A quina planta està el desfibril·lador localitzat?",
"render": "Aquest desfibril·lador és a la planta {level}"
},
"defibrillator-opening_hours": {
"render": "{opening_hours_table(opening_hours)}"
},
"defibrillator-survey:date": {
"mappings": {
"0": {
@ -661,16 +651,6 @@
}
},
"hackerspace": {
"tagRenderings": {
"hackerspaces-opening_hours": {
"mappings": {
"0": {
"then": "Obert 24/7"
}
},
"render": "{opening_hours_table()}"
}
},
"title": {
"mappings": {
"0": {
@ -1116,4 +1096,4 @@
}
}
}
}
}

View file

@ -577,19 +577,10 @@
},
"question": "Tilbyder denne cykelcafé en cykelpumpe til brug for alle?"
},
"bike_cafe-email": {
"question": "Hvad er e-mailadressen på {name}?"
},
"bike_cafe-name": {
"question": "Hvad hedder denne cykelcafé?",
"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": {
"mappings": {
"0": {
@ -611,9 +602,6 @@
}
},
"question": "Er der værktøj her til at reparere din egen cykel?"
},
"bike_cafe-website": {
"question": "Hvad er webstedet for {name}?"
}
},
"title": {
@ -890,14 +878,6 @@
},
"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": {
"question": "Hvem vedligeholder denne cykluspumpe?",
"render": "Vedligeholdt af {operator}"
@ -1519,14 +1499,6 @@
"question": "Er denne ladestation en del af et netværk?",
"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": {
"mappings": {
"0": {
@ -3052,4 +3024,4 @@
}
}
}
}
}

View file

@ -594,19 +594,10 @@
},
"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": {
"question": "Wie heißt das Fahrrad-Café?",
"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": {
"mappings": {
"0": {
@ -628,9 +619,6 @@
}
},
"question": "Gibt es hier Werkzeug, um das eigene Fahrrad zu reparieren?"
},
"bike_cafe-website": {
"question": "Wie lautet die Webseite von {name}?"
}
},
"title": {
@ -907,14 +895,6 @@
},
"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": {
"question": "Wer betreibt die Reparaturstation?",
"render": "Gewartet von {operator}"
@ -1542,14 +1522,6 @@
"question": "Ist diese Ladestation Teil eines Netzwerks?",
"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": {
"mappings": {
"0": {
@ -3209,15 +3181,6 @@
"question": "Auf welcher Etage befindet sich der Defibrillator?",
"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": {
"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>"
@ -4126,15 +4089,6 @@
"question": "Wie lautet der Name dieses Hackerspace?",
"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": {
"question": "Wann wurde dieser Hackerspace gegründet?",
"render": "Dieser Hackerspace wurde gegründet am {start_date}"
@ -5784,14 +5738,6 @@
},
"question": "Wo befindet sich dieser Container?"
},
"opening_hours": {
"mappings": {
"0": {
"then": "24/7"
}
},
"question": "Wie sind die Öffnungszeiten dieser Recyclinganlage?"
},
"operator": {
"question": "Welches Unternehmen betreibt diese Recyclinganlage?",
"render": "Diese Recyclinganlage wird betrieben von {operator}"
@ -7507,4 +7453,4 @@
}
}
}
}
}

View file

@ -594,19 +594,10 @@
},
"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": {
"question": "What is the name of this bike cafe?",
"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": {
"mappings": {
"0": {
@ -628,9 +619,6 @@
}
},
"question": "Are there tools here to repair your own bike?"
},
"bike_cafe-website": {
"question": "What is the website of {name}?"
}
},
"title": {
@ -907,14 +895,6 @@
},
"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": {
"question": "Who maintains this cycle pump?",
"render": "Maintained by {operator}"
@ -1542,14 +1522,6 @@
"question": "Is this charging station part of a network?",
"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": {
"mappings": {
"0": {
@ -3259,15 +3231,6 @@
"question": "On which floor is this defibrillator located?",
"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": {
"question": "What is the phone number for questions about this defibrillator?",
"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?",
"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": {
"question": "When was this hackerspace founded?",
"render": "This hackerspace was founded at {start_date}"
@ -6147,14 +6101,6 @@
},
"question": "Where is this container located?"
},
"opening_hours": {
"mappings": {
"0": {
"then": "24/7"
}
},
"question": "What are the opening hours of this recycling facility?"
},
"operator": {
"question": "What company operates this recycling facility?",
"render": "This recycling facility is operated by {operator}"
@ -8035,4 +7981,4 @@
}
}
}
}
}

View file

@ -549,17 +549,8 @@
},
"bike_cafe": {
"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": {
"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?"
},
"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": {
"question": "¿Quién mantiene esta bomba para bicicletas?",
"render": "Mantenido por {operator}"
@ -1395,14 +1378,6 @@
"question": "¿Esta estación de carga forma parte de una red?",
"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": {
"mappings": {
"0": {
@ -2045,15 +2020,6 @@
"question": "¿En qué planta se encuentra el defibrilador localizado?",
"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": {
"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?",
"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": {
"question": "¿Cuándo se fundó este espacio hacker?",
"render": "Este espacio hacker se fundó el {start_date}"
@ -3254,14 +3211,6 @@
},
"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": {
"question": "¿Que empresa opera esta facilidad de reciclado?",
"render": "Esta infraestructura de reciclado la opera {operator}"
@ -4095,4 +4044,4 @@
}
}
}
}
}

View file

@ -583,19 +583,10 @@
},
"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": {
"question": "Quel est le nom de ce Café vélo ?",
"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": {
"mappings": {
"0": {
@ -617,9 +608,6 @@
}
},
"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": {
@ -896,14 +884,6 @@
},
"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": {
"question": "Qui maintient cette pompe à vélo ?",
"render": "Mantenue par {operator}"
@ -2106,15 +2086,6 @@
"question": "À quel étage est situé ce défibrillateur ?",
"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": {
"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>"
@ -4538,4 +4509,4 @@
}
}
}
}
}

View file

@ -33,16 +33,10 @@
},
"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": {
"question": "Cal é o nome deste café de ciclistas?",
"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": {
"mappings": {
"0": {
@ -64,9 +58,6 @@
}
},
"question": "Hai ferramentas aquí para arranxar a túa propia bicicleta?"
},
"bike_cafe-website": {
"question": "Cal é a páxina web de {name}?"
}
},
"title": {
@ -396,4 +387,4 @@
"render": "Bicicleta pantasma"
}
}
}
}

View file

@ -325,19 +325,10 @@
},
"question": "Questo caffè in bici offre una pompa per bici che chiunque può utilizzare?"
},
"bike_cafe-email": {
"question": "Qual è lindirizzo email di {name}?"
},
"bike_cafe-name": {
"question": "Qual è il nome di questo caffè in bici?",
"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": {
"mappings": {
"0": {
@ -359,9 +350,6 @@
}
},
"question": "Ci sono degli strumenti per riparare la propria bicicletta?"
},
"bike_cafe-website": {
"question": "Qual è il sito web di {name}?"
}
},
"title": {
@ -585,14 +573,6 @@
},
"question": "Questa pompa ha lindicatore 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": {
"question": "Chi gestisce questa pompa per bici?",
"render": "Manutenuta da {operator}"
@ -1142,15 +1122,6 @@
"question": "A che piano si trova questo defibrillatore?",
"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": {
"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>"
@ -1840,14 +1811,6 @@
},
"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": {
"question": "Quale azienda gestisce questo impianto di raccolta e riciclo?",
"render": "Questa struttura di raccola e riciclo è gestita da {operator}"
@ -2724,4 +2687,4 @@
}
}
}
}
}

View file

@ -594,19 +594,10 @@
},
"question": "Biedt dit fietscafé een fietspomp aan voor iedereen?"
},
"bike_cafe-email": {
"question": "Wat is het email-adres van {name}?"
},
"bike_cafe-name": {
"question": "Wat is de naam van dit fietscafé?",
"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": {
"mappings": {
"0": {
@ -628,9 +619,6 @@
}
},
"question": "Biedt dit fietscafé gereedschap aan om je fiets zelf te herstellen?"
},
"bike_cafe-website": {
"question": "Wat is de website van {name}?"
}
},
"title": {
@ -907,14 +895,6 @@
},
"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": {
"question": "Wie beheert deze fietspomp?",
"render": "Beheer door {operator}"
@ -1551,14 +1531,6 @@
"question": "Is dit oplaadpunt deel van een groter 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": {
"mappings": {
"0": {
@ -3206,15 +3178,6 @@
"question": "Op welke verdieping bevindt deze defibrillator zich?",
"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": {
"question": "Wat is het telefoonnummer voor vragen over deze defibrillator",
"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?",
"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": {
"question": "Wanneer is deze hackerspace opgericht?",
"render": "Deze hackerspace is opgericht op {start_date}"
@ -5773,14 +5727,6 @@
},
"question": "Waar bevindt deze container zich?"
},
"opening_hours": {
"mappings": {
"0": {
"then": "24/7"
}
},
"question": "Wat zijn de openingstijden van deze recyclingfaciliteit?"
},
"operator": {
"question": "Wat is de beheerder van deze recyclingfaciliteit?",
"render": "Deze recyclingfaciliteit wordt beheerd door {operator}"
@ -7534,4 +7480,4 @@
}
}
}
}
}

View file

@ -261,19 +261,10 @@
}
},
"tagRenderings": {
"bike_cafe-email": {
"question": "Qual o endereço de email de {name}?"
},
"bike_cafe-name": {
"question": "Qual o nome deste café de bicicleta?",
"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": {
"mappings": {
"0": {
@ -295,9 +286,6 @@
}
},
"question": "Há ferramentas aqui para consertar a sua própria bicicleta?"
},
"bike_cafe-website": {
"question": "Qual o website de {name}?"
}
},
"title": {
@ -470,13 +458,6 @@
}
}
},
"bike_repair_station-opening_hours": {
"mappings": {
"0": {
"then": "Sempre aberto"
}
}
},
"bike_repair_station-operator": {
"question": "Quem faz a manutenção desta bomba de ciclo?",
"render": "Mantida por {operator}"
@ -576,4 +557,4 @@
"render": "Bicicleta fantasma"
}
}
}
}

View file

@ -203,19 +203,10 @@
}
},
"tagRenderings": {
"bike_cafe-email": {
"question": "Qual o endereço de email de {name}?"
},
"bike_cafe-name": {
"question": "Qual o nome deste café de bicicleta?",
"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": {
"mappings": {
"0": {
@ -237,9 +228,6 @@
}
},
"question": "Há ferramentas aqui para consertar sua bicicleta?"
},
"bike_cafe-website": {
"question": "Qual o website de {name}?"
}
},
"title": {
@ -414,13 +402,6 @@
}
}
},
"bike_repair_station-opening_hours": {
"mappings": {
"0": {
"then": "Sempre aberto"
}
}
},
"bike_repair_station-operator": {
"question": "Quem faz a manutenção desta bomba de ciclo?",
"render": "Mantida por {operator}"
@ -530,4 +511,4 @@
"render": "Bicicleta fantasma"
}
}
}
}

View file

@ -353,19 +353,10 @@
},
"question": "Есть ли в этом велосипедном кафе велосипедный насос для всеобщего использования?"
},
"bike_cafe-email": {
"question": "Какой адрес электронной почты у {name}?"
},
"bike_cafe-name": {
"question": "Как называется это байк-кафе?",
"render": "Это велосипедное кафе называется {name}"
},
"bike_cafe-opening_hours": {
"question": "Каков режим работы этого велосипедного кафе?"
},
"bike_cafe-phone": {
"question": "Какой номер телефона у {name}?"
},
"bike_cafe-repair-service": {
"mappings": {
"0": {
@ -387,9 +378,6 @@
}
},
"question": "Есть ли здесь инструменты для починки вашего велосипеда?"
},
"bike_cafe-website": {
"question": "Какой сайт у {name}?"
}
},
"title": {
@ -516,14 +504,6 @@
}
}
},
"bike_repair_station-opening_hours": {
"mappings": {
"0": {
"then": "Всегда открыто"
}
},
"question": "Когда работает эта точка обслуживания велосипедов?"
},
"bike_repair_station-valves": {
"mappings": {
"0": {
@ -869,10 +849,6 @@
"defibrillator-fixme": {
"render": "Дополнительная информация для экспертов OpenStreetMap: {fixme}"
},
"defibrillator-opening_hours": {
"question": "В какое время доступен этот дефибриллятор?",
"render": "{opening_hours_table(opening_hours)}"
},
"defibrillator-survey:date": {
"mappings": {
"0": {
@ -1005,16 +981,6 @@
"title": "Хакерспейс"
}
},
"tagRenderings": {
"hackerspaces-opening_hours": {
"mappings": {
"0": {
"then": "Открыто 24/7"
}
},
"render": "{opening_hours_table()}"
}
},
"title": {
"mappings": {
"0": {
@ -1753,4 +1719,4 @@
}
}
}
}
}

View file

@ -96,15 +96,6 @@
"question": "V katerem nadstropju je defibrilator?",
"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": {
"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>"
@ -127,4 +118,4 @@
"render": "Defibrilator"
}
}
}
}

View file

@ -191,19 +191,10 @@
},
"question": "这家自行车咖啡为每个使用者提供打气筒吗?"
},
"bike_cafe-email": {
"question": "{name}的电子邮箱是什么?"
},
"bike_cafe-name": {
"question": "这个自行车咖啡的名字是什么?",
"render": "这家自行车咖啡叫做 {name}"
},
"bike_cafe-opening_hours": {
"question": "这家自行车咖啡什么时候开门营业?"
},
"bike_cafe-phone": {
"question": "{name}的电话号码是什么?"
},
"bike_cafe-repair-service": {
"mappings": {
"0": {
@ -225,9 +216,6 @@
}
},
"question": "这里有供你修车用的工具吗?"
},
"bike_cafe-website": {
"question": "{name}的网站是什么?"
}
},
"title": {
@ -239,4 +227,4 @@
"render": "自行车咖啡"
}
}
}
}

View file

@ -292,19 +292,10 @@
},
"question": "這個單車咖啡廳有提供給任何人都能使用的單車打氣甬嗎?"
},
"bike_cafe-email": {
"question": "{name} 的電子郵件地址是?"
},
"bike_cafe-name": {
"question": "這個單車咖啡廳的名稱是?",
"render": "這個單車咖啡廳叫做 {name}"
},
"bike_cafe-opening_hours": {
"question": "何時這個單車咖啡廳營運?"
},
"bike_cafe-phone": {
"question": "{name} 的電話號碼是?"
},
"bike_cafe-repair-service": {
"mappings": {
"0": {
@ -326,9 +317,6 @@
}
},
"question": "這裡是否有工具修理你的單車嗎?"
},
"bike_cafe-website": {
"question": "{name} 的網站是?"
}
},
"title": {
@ -520,15 +508,6 @@
"question": "這個駭客空間的名稱是?",
"render": "這個駭客空間叫 <b>{name}</b>"
},
"hackerspaces-opening_hours": {
"mappings": {
"0": {
"then": "24/7 營業"
}
},
"question": "這個駭客空間的營業時間?",
"render": "{opening_hours_table()}"
},
"hackerspaces-start_date": {
"question": "這個駭客空間何時成立的?",
"render": "這駭客空間是 {start_date} 成立的"
@ -663,4 +642,4 @@
}
}
}
}
}