Merge develop

This commit is contained in:
Pieter Vander Vennet 2024-12-11 02:39:31 +01:00
commit a178de3e03
109 changed files with 2202 additions and 2032 deletions

View file

@ -2137,15 +2137,6 @@
},
"question": "Hi ha que pagar per utilitzar aquest punt de càrrega?"
},
"maxstay": {
"mappings": {
"0": {
"then": "No hi ha límit de temps per a deixar el teu vehicle aquí"
}
},
"question": "Quina és la quantitat màxima de temps que es permet permaneixer aquí?",
"render": "Un pot quedar-se com a màxim <b>{canonical(maxstay)}</b>"
},
"phone": {
"question": "A quin número es pot cridar si hi ha algun problema amb aquest punt de càrrega?",
"render": "En cas de problemes, truqueu a <a href='tel:{phone}'>{phone}</a>"
@ -7597,10 +7588,10 @@
"0": {
"then": "Açò és una escala mecànica"
},
"1": {
"3": {
"then": "Açò no és una escala mecànica"
},
"2": {
"4": {
"then": "Això no és una escala mecànica"
}
}

View file

@ -8746,10 +8746,10 @@
"0": {
"then": "Jedná se o eskalátor"
},
"1": {
"3": {
"then": "Nejedná se o eskalátor"
},
"2": {
"4": {
"then": "Nejedná se o eskalátor"
}
}

View file

@ -2691,15 +2691,6 @@
},
"question": "Muss man für die Nutzung dieser Ladestation bezahlen?"
},
"maxstay": {
"mappings": {
"0": {
"then": "Keine Höchstparkdauer"
}
},
"question": "Wie lange darf man hier maximal parken?",
"render": "Die maximale Parkdauer beträgt <b>{canonical(maxstay)}</b>"
},
"phone": {
"question": "Welche Nummer kann man anrufen, wenn es ein Problem mit dieser Ladestation gibt?",
"render": "Bei Problemen, anrufen unter <a href='tel:{phone}'>{phone}</a>"
@ -10226,10 +10217,10 @@
"0": {
"then": "Das ist eine Rolltreppe"
},
"1": {
"3": {
"then": "Das ist keine Rolltreppe"
},
"2": {
"4": {
"then": "Das ist keine Rolltreppe"
}
}

View file

@ -2691,15 +2691,6 @@
},
"question": "Does one have to pay to use this charging station?"
},
"maxstay": {
"mappings": {
"0": {
"then": "No timelimit on leaving your vehicle here"
}
},
"question": "What is the maximum amount of time one is allowed to stay here?",
"render": "One can stay at most <b>{canonical(maxstay)}</b>"
},
"phone": {
"question": "What number can one call if there is a problem with this charging station?",
"render": "In case of problems, call <a href='tel:{phone}'>{phone}</a>"
@ -3060,6 +3051,40 @@
},
"question": "Is there a speed climbing wall?"
},
"auto_belay_lead": {
"mappings": {
"0": {
"then": "There are no auto belays for lead climbing"
},
"1": {
"then": "There is a number of auto belays for lead climbing"
},
"2": {
"then": "There is an auto belay for every lead climbing route"
}
},
"question": "Are there auto belays for lead climbing here?",
"render": "There are {climbing:autobelay:sport} auto belays for lead climbing"
},
"auto_belay_toprope": {
"mappings": {
"0": {
"then": "There are no auto belays for top roping"
},
"1": {
"then": "There are a number of auto belays for top roping"
},
"2": {
"then": "There is an auto belay for every top rope route but manual belaying is also possible"
},
"3": {
"then": "Top rope routes can only be climbed on auto belay"
}
},
"question": "Are there auto belays for top roping here?",
"questionHint": "Excluding auto belays that are only for speed climbing",
"render": "There are {climbing:autobelay:toprope} auto belay devices for top roping"
},
"belay_device_rental": {
"mappings": {
"0": {
@ -3078,7 +3103,7 @@
"then": "A belay device can <b>not</b> be rented here"
}
},
"question": "Can one rent a belay device here?"
"question": "Can one rent a belay device here to use in the gym?"
},
"harness_rental": {
"mappings": {
@ -3095,7 +3120,7 @@
"then": "A climbing harness can <b>not</b> be rented here"
}
},
"question": "Can one rent a climbing harness here?"
"question": "Can one rent a climbing harness here to use in the gym?"
},
"name": {
"question": "What is the name of this climbing gym?"
@ -3115,7 +3140,7 @@
"then": "A climbing rope can <b>not</b> be rented here"
}
},
"question": "Can one rent a climbing rope here?"
"question": "Can one rent a climbing rope here to use in the gym?"
},
"shoe_rental": {
"mappings": {
@ -3132,7 +3157,7 @@
"then": "Climbing shoes can <b>not</b> be rented here"
}
},
"question": "Can one rent climbing shoes here?"
"question": "Can one rent climbing shoes here to use in the gym?"
}
},
"title": {
@ -4963,6 +4988,20 @@
}
}
},
"16": {
"options": {
"0": {
"question": "Has outdoor seating"
}
}
},
"17": {
"options": {
"0": {
"question": "Has indoor seating"
}
}
},
"2": {
"options": {
"0": {
@ -5541,6 +5580,26 @@
},
"question": "Does {title()} deliver food to your home?"
},
"drive-through": {
"mappings": {
"0": {
"then": "This fast-food restaurant has a drive-through"
},
"1": {
"then": "This fast-food restaurant does not have a drive-through"
}
},
"question": "Does this fast-food restaurant have a drive-through?"
},
"drive-through-opening_hours": {
"mappings": {
"0": {
"then": "The opening hours of the drive-through are the same as the restaurant"
}
},
"question": "What are the opening hours of the drive-through?",
"render": "<h3>Drive-through opening hours</h3>{opening_hours_table(opening_hours:drive_through)}"
},
"friture-oil": {
"mappings": {
"0": {
@ -8642,6 +8701,15 @@
"mastodon": {
"question": "What is the Mastodon-handle of {title()}?"
},
"maxstay": {
"mappings": {
"0": {
"then": "There is no limit to the amount of time one can stay here"
}
},
"question": "What is the maximum amount of time one is allowed to stay here?",
"render": "One can stay at most <b>{canonical(maxstay)}</b>"
},
"multilevels": {
"override": {
"question": "What levels does this elevator go to?",
@ -8755,6 +8823,17 @@
},
"question": "Is {title()} available all around the year?"
},
"seating": {
"mappings": {
"0": {
"then": "This place has outdoor seating"
},
"1": {
"then": "This place has indoor seating"
}
},
"question": "What kind of seating does {title()} have?"
},
"service:electricity": {
"mappings": {
"0": {
@ -10619,12 +10698,19 @@
"then": "This is an escalator"
},
"1": {
"then": "This is not an escalator"
"then": "This is an escalator moving in the direction of the arrows"
},
"2": {
"then": "This is a reversible escalator"
},
"3": {
"then": "This is not an escalator"
},
"4": {
"then": "This is not an escalator"
}
}
},
"question": "Is this an escalator?"
},
"handrail": {
"mappings": {

View file

@ -2691,15 +2691,6 @@
},
"question": "¿Hay que pagar para usar este punto de carga?"
},
"maxstay": {
"mappings": {
"0": {
"then": "Sin límite de tiempo para dejar tu vehículo aquí"
}
},
"question": "¿Cuál es el tiempo máximo que se permite permanecer aquí?",
"render": "Se puede permanecer como máximo <b>{canonical(maxstay)}</b>"
},
"phone": {
"question": "¿A qué número se puede llamar si hay un problema con este punto de carga?",
"render": "En caso de problemas, llama a <a href='tel:{phone}'>{phone}</a>"
@ -10259,10 +10250,10 @@
"0": {
"then": "Esta es una escalera mecánica"
},
"1": {
"3": {
"then": "Esta no es una escalera mecánica"
},
"2": {
"4": {
"then": "Esta no es una escalera mecánica"
}
}

View file

@ -719,10 +719,10 @@
"0": {
"then": "Ini adalah eskalator"
},
"1": {
"3": {
"then": "Ini bukan eskalator"
},
"2": {
"4": {
"then": "Ini bukan eskalator"
}
}

View file

@ -2679,15 +2679,6 @@
},
"question": "Moet men betalen om dit oplaadpunt te gebruiken?"
},
"maxstay": {
"mappings": {
"0": {
"then": "Geen maximum parkeertijd"
}
},
"question": "Hoelang mag een voertuig hier blijven staan?",
"render": "De maximale parkeertijd hier is <b>{canonical(maxstay)}</b>"
},
"phone": {
"question": "Wat is het telefoonnummer van de beheerder van dit oplaadpunt?",
"render": "Bij problemen, bel naar <a href='tel:{phone}'>{phone}</a>"
@ -3048,6 +3039,40 @@
},
"question": "Is er een snelklimmuur (speed climbing)?"
},
"auto_belay_lead": {
"mappings": {
"0": {
"then": "Er zijn geen autobelays voor voorklimmen"
},
"1": {
"then": "Er zijn enkele autobelays voor voorklimmen"
},
"2": {
"then": "Elke voorklimroute kan op autobelay geklommen worden"
}
},
"question": "Zijn hier autobelays voor voorklimmen?",
"render": "Er zijn {climbing:autobelay:sport} autobelays voor voorklimmen"
},
"auto_belay_toprope": {
"mappings": {
"0": {
"then": "Er zijn geen autobelays voor toprope"
},
"1": {
"then": "Er zijn enkele autobelays voor toprope"
},
"2": {
"then": "Elke toproperoute kan op autobelay geklommen worden maar handmatig zekeren is ook mogelijk"
},
"3": {
"then": "Toproperoutes kunnen enkel op autobelay geklommen worden"
}
},
"question": "Zijn hier auto belays voor toprope?",
"questionHint": "Autobelays die enkel voor speed zijn, tellen niet mee",
"render": "Er zijn {climbing:autobelay:toprope} autobelaytoestellen voor toprope"
},
"belay_device_rental": {
"mappings": {
"0": {
@ -3066,7 +3091,7 @@
"then": "Hier kan <b>geen</b> zekeringsapparaat gehuurd worden"
}
},
"question": "Kan een zekeringsapparaat hier gehuurd worden?"
"question": "Kan hier een zekeringsapparaat gehuurd worden voor gebruik in de zaal?"
},
"harness_rental": {
"mappings": {
@ -3083,7 +3108,7 @@
"then": "Hier kunnen <b>geen</b> klimgordels gehuurd worden"
}
},
"question": "Kan een klimgordel hier gehuurd worden?"
"question": "Kan hier een klimgordel gehuurd worden voor gebruik in de zaal?"
},
"name": {
"question": "Wat is de naam van deze klimzaal?"
@ -3103,7 +3128,7 @@
"then": "Hier kan <b>geen</b> klimtouw gehuurd worden"
}
},
"question": "Kan een klimtouw hier gehuurd worden?"
"question": "Kan hier een klimtouw gehuurd worden voor gebruik in de zaal?"
},
"shoe_rental": {
"mappings": {
@ -3120,7 +3145,7 @@
"then": "Hier kunnen <b>geen</b> klimschoenen gehuurd worden"
}
},
"question": "Kunnen hier klimschoenen gehuurd worden?"
"question": "Kunnen hier klimschoenen gehuurd worden voor gebruik in de zaal?"
}
},
"title": {
@ -5196,6 +5221,26 @@
},
"question": "Levert {title()} aan huis?"
},
"drive-through": {
"mappings": {
"0": {
"then": "Dit fastfoodrestaurant heeft een drive-through"
},
"1": {
"then": "Dit fastfoodrestaurant heeft geen drive-through"
}
},
"question": "Heeft dit fastfoodrestaurant een drive-through?"
},
"drive-through-opening_hours": {
"mappings": {
"0": {
"then": "De openingsuren van de drive-through zijn dezelfde als die van het restaurant"
}
},
"question": "Wat zijn de openingsuren van de drive-through?",
"render": "<h3>Openingsuren van de drive-through</h3>{opening_hours_table(opening_hours:drive_through)}"
},
"friture-oil": {
"mappings": {
"0": {
@ -7475,6 +7520,15 @@
}
}
},
"maxstay": {
"mappings": {
"0": {
"then": "Er is geen limiet aan de tijd die je hier mag blijven"
}
},
"question": "Wat is de maximale tijd die je hier mag blijven?",
"render": "Je mag hier maximaal <b>{canonical(maxstay)}</b> blijven"
},
"multilevels": {
"override": {
"question": "Naar welke verdiepingen gaat deze lift?",
@ -7588,6 +7642,17 @@
},
"question": "Is {title()} heel het jaar beschikbaar?"
},
"seating": {
"mappings": {
"0": {
"then": "Deze plaats heeft zitplaatsen buiten"
},
"1": {
"then": "Deze plaats heeft zitplaatsen binnen"
}
},
"question": "Wat voor zitplaatsen heeft {title()}?"
},
"service:electricity": {
"mappings": {
"0": {
@ -8705,12 +8770,19 @@
"then": "Dit is een roltrap"
},
"1": {
"then": "Dit is geen roltrap"
"then": "Dit is een roltrap die beweegt in de richting van de pijlen"
},
"2": {
"then": "Dit is een roltrap die van richting kan veranderen"
},
"3": {
"then": "Dit is geen roltrap"
},
"4": {
"then": "Dit is geen roltrap"
}
}
},
"question": "Is dit een roltrap?"
},
"handrail": {
"mappings": {