Merge branch 'develop' into Osmwithspace-sauna

This commit is contained in:
Pieter Vander Vennet 2025-07-03 00:39:43 +02:00
commit 01ac1d0944
767 changed files with 40965 additions and 34186 deletions

View file

@ -159,7 +159,7 @@
"special": {
"type": "group",
"header": "header",
"labels": "street;housenumber;unit"
"labels": "street;housenumber;unit;address-questions"
}
}
},
@ -377,7 +377,8 @@
"de": "Wie lautet die Nummer oder der Buchstabe der Einheit?",
"cs": "Co je číslo nebo písmeno jednotky?",
"zh_Hant": "這邊的單位號碼或是字母是什麼?",
"it": "Qual è il numero o la lettera dell'unità?"
"it": "Qual è il numero o la lettera dell'unità?",
"uk": "Чим позначено цю адресу: номером чи літерою?"
},
"render": {
"en": "The unit number is <b>{addr:unit}</b>",
@ -442,6 +443,19 @@
"then": "No fixme - write something here to explain complicated cases"
}
]
},
{
"id": "address-questions",
"labels": [
"address",
"hidden"
],
"render": {
"special": {
"type": "questions",
"labels": "address"
}
}
}
],
"allowMove": {

View file

@ -3,11 +3,15 @@
"name": {
"en": "Adult changing tables",
"nl": "Verzorgingstafels voor volwassenen",
"it": "Fasciatoi per adulti"
"it": "Fasciatoi per adulti",
"cs": "Převlékací stůl pro dospělé",
"zh_Hant": "成人更衣桌"
},
"description": {
"en": "An adult changing table is a bench where adult people can be placed on. They are often used by adults with a severe motoric handicap",
"it": "Un fasciatoio per adulti è una panca su cui possono essere posizionate persone adulte. Sono spesso utilizzati da adulti con gravi disabilità motorie"
"it": "Un fasciatoio per adulti è una panca su cui possono essere posizionate persone adulte. Sono spesso utilizzati da adulti con gravi disabilità motorie",
"cs": "Převlékací stůl pro dospělé je lavice určená pro převlékání dospělých osob. Často ji používají dospělí se závažným motorickým hendikepem",
"zh_Hant": "成人更衣桌由成人使用,通常是由有嚴重運動障礙的成年人使用"
},
"source": {
"osmTags": {
@ -23,7 +27,8 @@
"title": {
"en": "Adult changing table",
"nl": "Verzorgingstafel voor volwassenen",
"it": "Fasciatoio per adulti"
"it": "Fasciatoio per adulti",
"cs": "Převlékací stůl pro dospělé"
},
"pointRendering": [
{
@ -44,7 +49,9 @@
"title": {
"en": "an adult changing table",
"nl": "een verzorgingstafel voor volwassenen",
"it": "un fasciatoio per adulti"
"it": "un fasciatoio per adulti",
"cs": "převlékací stůl pro dospělé",
"zh_Hant": "成人更衣桌"
},
"tags": [
"amenity=adult_changing_table"
@ -60,12 +67,14 @@
"question": {
"en": "What is the height of the adult changing table?",
"nl": "Hoe hoog is de verzorgingstafel voor volwassenen?",
"it": "Qual è l'altezza del fasciatoio per adulti?"
"it": "Qual è l'altezza del fasciatoio per adulti?",
"cs": "Jaká je výška převlékacího stolu pro dospělé?"
},
"questionHint": {
"en": "This is measured between the floor and the top of the changing table",
"nl": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel",
"it": "Questa è misurata tra il pavimento e la parte superiore del fasciatoio"
"it": "Questa è misurata tra il pavimento e la parte superiore del fasciatoio",
"cs": "Měří se od podlahy k horní ploše stolu"
},
"mappings": [
{
@ -73,7 +82,8 @@
"then": {
"en": "The changing table is <b>adjustable in height</b>",
"nl": "De verzorgingstafel is <b>in hoogte verstelbaar</b>",
"it": "Il fasciatoio è <b>regolabile in altezza</b>"
"it": "Il fasciatoio è <b>regolabile in altezza</b>",
"cs": "Převlékací stůl má <b>nastavitelnou výšku</b>"
}
}
],
@ -97,7 +107,8 @@
"render": {
"en": "The changing table is {canonical(height)} high",
"nl": "De verzorgingstafel is {canonical(height)} hoog",
"it": "Il fasciatoio è alto {canonical(height)}"
"it": "Il fasciatoio è alto {canonical(height)}",
"cs": "Výška stolu je {canonical(height)}"
}
},
{
@ -108,12 +119,14 @@
"question": {
"en": "What is the lowest height the adult changing table can be moved to?",
"nl": "Wat is de laagste stand waarop de verzorgingstafel voor volwassenen gezet kan worden?",
"it": "Qual è l'altezza minima a cui può essere regolato il fasciatoio per adulti?"
"it": "Qual è l'altezza minima a cui può essere regolato il fasciatoio per adulti?",
"cs": "Jaká je nejmenší výška, na kterou lze převlékací stůl pro dospělé nastavit?"
},
"questionHint": {
"en": "This is measured between the floor and the top of the changing table",
"nl": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel",
"it": "Questa è misurata tra il pavimento e la parte superiore del fasciatoio"
"it": "Questa è misurata tra il pavimento e la parte superiore del fasciatoio",
"cs": "Měří se od podlahy k horní ploše stolu"
},
"freeform": {
"key": "min_height",
@ -135,7 +148,8 @@
"render": {
"en": "The lowest height of the adult changing table is {canonical(min_height)}",
"nl": "De laagste stand van de verzorgingstafel is {canonical(min_height)} hoog",
"it": "L'altezza minima del fasciatoio per adulti è {canonical(min_height)}"
"it": "L'altezza minima del fasciatoio per adulti è {canonical(min_height)}",
"cs": "Nejmenší výška převlékacího stolu pro dospělé je {canonical(min_height)}"
},
"condition": {
"and": [
@ -151,12 +165,14 @@
"question": {
"en": "What is the highest height the adult changing table can be moved to?",
"nl": "Wat is de hoogste stand waarop de verzorgingstafel voor volwassenen gezet kan worden?",
"it": "Qual è l'altezza massima a cui può essere regolato il fasciatoio per adulti?"
"it": "Qual è l'altezza massima a cui può essere regolato il fasciatoio per adulti?",
"cs": "Jaká je největší výška, do které lze nastavit převlékací stůl pro dospělé?"
},
"questionHint": {
"en": "This is measured between the floor and the top of the changing table",
"nl": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel",
"it": "Questa è misurata tra il pavimento e la parte superiore del fasciatoio"
"it": "Questa è misurata tra il pavimento e la parte superiore del fasciatoio",
"cs": "Měří se od podlahy k horní ploše stolu"
},
"freeform": {
"key": "max_height",
@ -178,7 +194,8 @@
"render": {
"en": "The highest height of the adult changing table is {canonical(max_height)}",
"nl": "De hoogste stand van de verzorgingstafel is {canonical(max_height)} hoog",
"it": "L'altezza massima del fasciatoio per adulti è {canonical(max_height)}"
"it": "L'altezza massima del fasciatoio per adulti è {canonical(max_height)}",
"cs": "Největší výška převlékacího stolu pro dospělé je {canonical(max_height)}"
},
"condition": {
"and": [
@ -194,7 +211,8 @@
"question": {
"en": "How is the height of the changing table adjusted?",
"nl": "Hoe wordt de hoogte van de verzorgingstafel aangepast?",
"it": "Come viene regolata l'altezza del fasciatoio?"
"it": "Come viene regolata l'altezza del fasciatoio?",
"cs": "Jak se nastavuje výška převlékacího stolu?"
},
"mappings": [
{
@ -202,7 +220,8 @@
"then": {
"nl": "De hoogte van de verzorgingstafel wordt <b>met de hand</b> aangepast",
"en": "The height of the adult changing table is adjusted <b>manually</b>",
"it": "L'altezza del fasciatoio per adulti è regolata <b>manualmente</b>"
"it": "L'altezza del fasciatoio per adulti è regolata <b>manualmente</b>",
"cs": "Výška převlékacího stolu pro dospělé se nastavuje <b>ručně</b>"
}
},
{
@ -210,7 +229,8 @@
"then": {
"nl": "De verzorgingstafel wordt <b>door een electrische motor</b> in hoogte versteld",
"en": "The height of the adult changing table is adjusted <b>electrically</b>",
"it": "L'altezza del fasciatoio per adulti è regolata <b>elettricamente</b>"
"it": "L'altezza del fasciatoio per adulti è regolata <b>elettricamente</b>",
"cs": "Výška převlékacího stolu pro dospělé se nastavuje <b>elektricky</b>"
}
}
],
@ -231,7 +251,8 @@
"question": {
"en": "How is the adult changing table supported?",
"nl": "Hoe is de verschoningstafel in de ruimte geplaatst?",
"it": "Come è sostenuto il fasciatoio per adulti?"
"it": "Come è sostenuto il fasciatoio per adulti?",
"cs": "Jak je převlékací stůl pro dospělé upevněn?"
},
"mappings": [
{
@ -239,7 +260,8 @@
"then": {
"en": "The changing table is mounted to the wall",
"nl": "De verschoningstafel voor volwassenen hangt vast aan de muur",
"it": "Il fasciatoio è montato a parete"
"it": "Il fasciatoio è montato a parete",
"cs": "Převlékací stůl je přimontován na stěně"
}
},
{
@ -247,7 +269,8 @@
"then": {
"en": "The changing table stands on table legs",
"nl": "De verschoningstafel voor volwassenen staat op tafelpoten",
"it": "Il fasciatoio è sostenuto da gambe"
"it": "Il fasciatoio è sostenuto da gambe",
"cs": "Převlékací stůl stojí na nohách"
}
},
{
@ -255,7 +278,8 @@
"then": {
"en": "The changing table stands on table legs <b>with wheels</b> and can be moved",
"nl": "De verschoningstafel voor volwassenen staat op tafelpoten <b>met wielen</b> en kan verplaatst worden",
"it": "Il fasciatoio è sostenuto da gambe <b>con ruote</b> e può essere spostato"
"it": "Il fasciatoio è sostenuto da gambe <b>con ruote</b> e può essere spostato",
"cs": "Převlékací stůl stojí na nohách <b>s kolečky</b> a lze ho přemístit"
}
}
]

View file

@ -14,7 +14,7 @@
"de": "Alle Arten von seil- oder drahtgestütztem Personen- oder Gütertransport, wie Seilbahnen, Gondeln, Sessellifte, Schlepplifte.",
"es": "Varias formas de transporte de pasajeros y mercancías que utilizan cables, incluyendo teleféricos, góndolas, telesillas, remontes y tirolinas. ",
"pl": "Różne formy transportu dla pasażerów i dóbr, które używają lin, w tym kolejki gondolowe, wyciągi krzesełkowe i orczykowe oraz tyrolki. ",
"cs": "Různé formy přepravy osob a zboží, které využívají dráty, včetně lanovek, gondol, sedačkových lanovek, vleků a lanových drah. ",
"cs": "Různé formy přepravy osob a zboží, které využívají dráty, včetně lanovek, gondol, sedačkových lanovek, vleků a lanových drah.",
"ca": "Diverses formes de transport per a passatgers i mercaderies que utilitzen cables, incloent-hi telefèrics, telecabines, telecadires, teleesquís i tiroleses.",
"nl": "Verschillende vormen van passagiers- en goederentransport die gebruikmaken van kabels, waaronder kabelbanen, gondelbanen, sleepliften en tokkelbanen.",
"it": "Varie forme di trasporto per passeggeri e merci che utilizzano cavi, inclusi funivie, cabinovie, seggiovie, skilift e zip line."
@ -217,7 +217,7 @@
"then": {
"en": "A tow line which skiers hold on to or attach themselves onto",
"de": "Eine Zugleine, an der sich Skifahrer festhalten oder sich befestigen können",
"cs": "Vlečné lano, které táhne lyžaře",
"cs": "Vlečné lano, kterého se lyžaři drží nebo se na něj přichytávají",
"es": "Un cable de remolque que arrastra a los esquiadores",
"nl": "Een sleeplijn waar skiërs zich aan vasthouden of vastmaken",
"ca": "Una línia de remolc a la qual els esquiadors s'agafen o s'enganxen",
@ -241,7 +241,7 @@
"en": "A zip line. (A touristic attraction where adventurous people go down at high speeds)",
"de": "Eine Seilrutsche. (Eine Touristenattraktion, bei der abenteuerlustige Menschen mit hoher Geschwindigkeit hinunterfahren)",
"pl": "Tyrolka. (Atrakcja turystyczna, która pozwala żądnym przygód zjechać z dużą szybkością) ",
"cs": "Lano na visuté dráze. (Turistická atrakce, kde se odvážlivci spouštějí vysokou rychlostí) ",
"cs": "Lano na visuté dráze. (Turistická atrakce, kde se odvážlivci spouštějí vysokou rychlostí)",
"es": "Una tirolina. (Una atracción turística donde la gente aventurera baja a altas velocidades) ",
"nl": "Een tokkelbaan. (Ook bekend als deathride; een toeristische attractie waarbij avontuurlijk mensen aan hoge snelheid afdalen)",
"ca": "Una tirolina. (Una atracció turística on les persones aventureres baixen a altes velocitats)",

View file

@ -16,12 +16,14 @@
"cs": "Všechny ulice",
"it": "Tutte le strade",
"pl": "Wszystkie ulice",
"ko": "모든 거리"
"ko": "모든 거리",
"uk": "Всі вулиці"
},
"description": {
"en": "Layer with (almost) all streets",
"nl": "Laag met (bijna) alle straten",
"it": "Livello con (quasi) tutte le strade"
"it": "Livello con (quasi) tutte le strade",
"cs": "Vrstva se (skoro) všemi ulicemi"
},
"source": {
"osmTags": {

View file

@ -13,7 +13,7 @@
"id": "Peta stasiun ambulans",
"es": "Mapa de estaciones de ambulancias",
"da": "Kort over ambulancestationer",
"cs": "Mapa stanic rychlé záchranné služby",
"cs": "Stanice rychlé záchranné služby",
"ca": "Mapa d'estacions d'ambulàncies",
"nb_NO": "Kart over ambulansestasjoner",
"he": "מפת תחנות אמבולנסים",

View file

@ -20,7 +20,7 @@
"es": "Un refugio de animales es una instalación donde se traen animales en problemas y el personal de la instalación (voluntarios o no) los alimenta y cuida, rehabilitándolos y curándolos si es necesario. Esta definición incluye perreras para perros abandonados, gaterías para gatos abandonados, refugios para otras mascotas abandonadas y centros de recuperación de fauna silvestre. ",
"zh_Hans": "动物收容所是一个设施,将遇到麻烦的动物带到这里,设施的工作人员(志愿者或非志愿者)喂养并照顾它们,并在必要时使它们康复和治愈。该定义包括被遗弃的狗的狗舍、被遗弃的猫的猫舍、其他被遗弃的宠物的庇护所和野生动物恢复中心。 ",
"de": "Ein Tierheim ist eine Einrichtung, in die notleidende Tiere gebracht werden und wo das Personal (ob freiwillig oder nicht) sie füttert und pflegt, sie rehabilitiert und bei Bedarf heilt. Diese Definition umfasst Zwinger für ausgesetzte Hunde, Katzenheime für ausgesetzte Katzen, Unterkünfte für andere ausgesetzte Haustiere und Wildtier-Auffangstationen.",
"cs": "Útulek pro zvířata je zařízení, kam se přivážejí zvířata v nesnázích a zaměstnanci zařízení (ať už dobrovolníci, nebo ne) je krmí, starají se o ně a v případě potřeby je rehabilitují a léčí. Tato definice zahrnuje chovné stanice pro opuštěné psy, chovné stanice pro opuštěné kočky, útulky pro jiná opuštěná zvířata a centra pro záchranu volně žijících zvířat. ",
"cs": "Útulek pro zvířata je zařízení, kam se přivážejí zvířata v nesnázích a zaměstnanci zařízení (ať už dobrovolníci, nebo ne) je krmí, starají se o ně a v případě potřeby je rehabilitují a léčí. Tato definice zahrnuje chovné stanice pro opuštěné psy, chovné stanice pro opuštěné kočky, útulky pro jiná opuštěná zvířata a centra pro záchranu volně žijících zvířat.",
"nl": "Een dierenasiel is een instelling waar dieren in nood binnengebracht worden en door de medewerkers gevoederd en verzorgd worden, eventueel met het oog op uitzetting. Hieronder vallen asielen voor achtergelaten huisdieren en opvangcentra voor wilde dieren.",
"ca": "Un refugi d'animals és una instal·lació on es porten animals en problemes i el personal de la instal·lació (voluntaris o no) els alimenta i cuida, rehabilitant-los i curant-los si cal. Aquesta definició inclou caneres per a gossos abandonats, gateres per a gats abandonats, refugis per a altres mascotes abandonades i centres de recuperació de fauna salvatge.",
"it": "Un rifugio per animali è una struttura dove vengono portati animali in difficoltà e il personale della struttura (volontari o meno) li nutre e si prende cura di loro, riabilitandoli e curandoli se necessario. Questa definizione include canili per cani abbandonati, gattili per gatti abbandonati, rifugi per altri animali domestici abbandonati e centri di recupero per la fauna selvatica."

View file

@ -593,7 +593,8 @@
"then": {
"en": "Poem",
"nl": "Gedicht",
"it": "Poesia"
"it": "Poesia",
"cs": "Báseň"
}
}
],
@ -976,7 +977,8 @@
"id": "doubles_as_wayside_shrine",
"question": {
"en": "Does this artwork also double as wayside shrine?",
"it": "Quest'opera d'arte funge anche da edicola votiva?"
"it": "Quest'opera d'arte funge anche da edicola votiva?",
"cs": "Funguje toto umělecké dílo také jako kaplička u cesty?"
},
"mappings": [
{
@ -984,7 +986,8 @@
"icon": "./assets/layers/wayside_shrine/shrine.svg",
"then": {
"en": "This artwork acts as a wayside shrine",
"it": "Quest'opera d'arte funge da edicola votiva"
"it": "Quest'opera d'arte funge da edicola votiva",
"cs": "Toto umělecké dílo funguje jako kaplička u cesty"
}
},
{
@ -992,7 +995,8 @@
"alsoShowIf": "historic!=wayside_shrine",
"then": {
"en": "This artwork does not act as a wayside shrine",
"it": "Quest'opera d'arte non funge da edicola votiva"
"it": "Quest'opera d'arte non funge da edicola votiva",
"cs": "Toto umělecké dílo nefunguje jako kaplička u cesty"
}
}
]

View file

@ -7,12 +7,13 @@
"es": "Cafés de reparación y talleres de reparación asistida",
"nl": "Repair cafés en reparatiewerkplaatsen met ondersteuning",
"ca": "Cafeteria de reparació i tallers de reparació assistida",
"it": "Repair café e laboratori di riparazione assistita"
"it": "Repair café e laboratori di riparazione assistita",
"uk": "Ремонтні кафе та майстерні з надання допомоги у ремонті"
},
"description": {
"en": "A self-assisted workshop is a location where people can come and repair their goods with help of volunteers and with the tools available at the given location. A repair café is a type of event organized regularly along the same principles.",
"de": "Eine Selbsthilfewerkstatt ist ein Ort, an dem Menschen ihre Gegenstände mit Hilfe von Freiwilligen und den vor Ort verfügbaren Werkzeugen reparieren können. Ein Repair-Café ist eine Art von Veranstaltung, die regelmäßig nach denselben Prinzipien organisiert wird.",
"cs": "Svépomocná dílna je místo, kam mohou lidé přijít a opravit si své zboží s pomocí dobrovolníků a nástrojů, které jsou na daném místě k dispozici. Opravárenská kavárna je typ akce, která se pravidelně pořádá na stejných principech.",
"cs": "Svépomocná dílna je místo, kam mohou lidé přijít a opravit si své zboží s pomocí dobrovolníků a nástrojů, které jsou na daném místě k dispozici. Opravárenská kavárna je typ akce, která se pravidelně pořádá na stejných principech.",
"es": "Un taller de reparación asistida es un lugar donde la gente puede venir y reparar sus bienes con la ayuda de voluntarios y con las herramientas disponibles en el lugar. Un café de reparación es un tipo de evento organizado regularmente con los mismos principios.",
"nl": "Een zelfondersteunde werkplaats is een locatie waar mensen hun spullen kunnen komen repareren met hulp van vrijwilligers en met het gereedschap dat op de locatie beschikbaar is. Een repair café is een soort evenement dat regelmatig wordt georganiseerd volgens dezelfde principes.",
"ca": "Un taller autoassistit és un lloc on les persones poden anar i reparar els seus béns amb l'ajuda de voluntaris i amb les eines disponibles en el lloc donat. Un cafè de reparació és un tipus d'esdeveniment organitzat regularment seguint els mateixos principis.",

View file

@ -32,7 +32,8 @@
"pt_BR": "Caixas eletrônicos para sacar dinheiro",
"pt": "Multibancos para levantar dinheiro",
"it": "Sportelli Bancomat per prelevare denaro",
"zh_Hant": "自動櫃員機以提款"
"zh_Hant": "自動櫃員機以提款",
"da": "Pengeautomat til at hæve penge"
},
"source": {
"osmTags": "amenity=atm"
@ -250,14 +251,16 @@
"question": {
"en": "Is this ATM located indoors?",
"nl": "Bevindt deze geldautomaat zich binnen?",
"it": "Questo sportello bancomat si trova all'interno?"
"it": "Questo sportello bancomat si trova all'interno?",
"cs": "Je tento bankomat je umístěn uvnitř?"
},
"mappings": [
{
"then": {
"en": "This ATM is located indoors",
"nl": "Deze geldautomaat bevindt zich binnen",
"it": "Questo sportello bancomat si trova all'interno"
"it": "Questo sportello bancomat si trova all'interno",
"cs": "Tento bankomat je umístěn uvnitř"
}
},
{
@ -265,7 +268,8 @@
"then": {
"en": "This ATM is located outdoors",
"nl": "Deze geldautomaat bevindt zich buiten",
"it": "Questo sportello bancomat si trova all'esterno"
"it": "Questo sportello bancomat si trova all'esterno",
"cs": "Tento bankomat je umístěn venku"
}
}
]

View file

@ -88,7 +88,7 @@
"question": {
"en": "Who is allowed to use this barbecue?",
"de": "Wer darf diesen Grill benutzen?",
"cs": "Jaký přístup je povolen?",
"cs": "Kdo může používat tento gril?",
"es": "¿Cuál es el acceso permitido?",
"nl": "Wie mag deze barbecue gebruiken?",
"ca": "A qui se li permet utilitzar aquesta barbacoa?",
@ -100,7 +100,7 @@
"then": {
"de": "Dieses Grillgerät kann von jedem benutzt werden",
"en": "This barbecue can be used by anyone",
"cs": "Veřejné",
"cs": "Tento gril může používat každý",
"es": "Público",
"nl": "Deze barbecue mag door iedereen worden gebruikt",
"ca": "Aquesta barbacoa pot ser utilitzada per qualsevol persona",
@ -112,7 +112,7 @@
"then": {
"de": "Dieses Grillgerät darf von niemandem benutzt werden",
"en": "This barbecue can't be used by anyone",
"cs": "Zákaz vstupu",
"cs": "Tento gril nemůže používat každý",
"es": "Sin acceso",
"nl": "Deze barbecue mag door niemand worden gebruikt",
"ca": "Aquesta barbacoa no pot ser utilitzada per ningú",
@ -124,7 +124,7 @@
"then": {
"de": "Dieses Grillgerät ist privat",
"en": "This barbecue is private",
"cs": "Soukromé",
"cs": "Tento gril je soukromý",
"es": "Privado",
"nl": "Deze barbecue is privé",
"ca": "Aquesta barbacoa és privada",
@ -136,7 +136,7 @@
"then": {
"de": "Dieses Barbecue kann von jedem benutzt werden, aber der Besitzer kann den Zugang jederzeit widerrufen",
"en": "This barbecue can be used by anyone, but the owner can revoke access at any time",
"cs": "Přístup až do odvolání",
"cs": "Tento gril může používat každý, ale vlastník může souhlas kdykoliv odvolat",
"es": "Acceso hasta que se revoque",
"nl": "Deze barbecue mag door iedereen worden gebruikt, maar de eigenaar kan de toegang op elk moment ontzeggen",
"ca": "Aquesta barbacoa pot ser utilitzada per qualsevol persona, però el propietari pot revocar l'accés en qualsevol moment",
@ -148,7 +148,7 @@
"then": {
"de": "Dieser Grill kann nur von Kunden genutzt werden",
"en": "This barbecue can only be used by customers",
"cs": "Přístup pouze pro zákazníky",
"cs": "Tento gril mohou používat jen zákazníci",
"es": "Acceso solo para clientes",
"nl": "Deze barbecue mag alleen worden gebruikt door klanten",
"ca": "Aquesta barbacoa només pot ser utilitzada pels clients",
@ -160,7 +160,7 @@
"then": {
"de": "Dieses Barbecue darf nur von autorisierten Personen benutzt werden",
"en": "This barbecue can only be used by authorized persons",
"cs": "Přístup pouze pro oprávněné osoby",
"cs": "Tento gril mohou používat jen oprávněné osoby",
"es": "Acceso solo para personas autorizadas",
"nl": "Deze barbecue mag alleen worden gebruikt door personen met toestemming",
"ca": "Aquesta barbacoa només pot ser utilitzada per persones autoritzades",
@ -174,7 +174,7 @@
"question": {
"en": "Is this barbecue covered?",
"de": "Ist die Grillstelle überdacht?",
"cs": "Je gril zakrytý?",
"cs": "Je tento gril zakrytý?",
"es": "¿Está cubierta la parrilla?",
"nl": "Is deze barbecue overdekt?",
"ca": "Està coberta aquesta barbacoa?",
@ -186,7 +186,7 @@
"then": {
"de": "Die Grillstelle ist nicht überdacht",
"en": "This barbecue is not covered",
"cs": "Gril není zakrytý",
"cs": "Tento gril není zakrytý",
"es": "La parrilla no está cubierta",
"nl": "Deze barbecue is niet overdekt",
"ca": "Aquesta barbacoa no està coberta",
@ -198,7 +198,7 @@
"then": {
"de": "Die Grillstelle ist überdacht",
"en": "This barbecue is covered",
"cs": "Gril je zakrytý",
"cs": "Tento gril je zakrytý",
"es": "La parrilla está cubierta",
"nl": "Deze barbecue is overdekt",
"ca": "Aquesta barbacoa està coberta",
@ -212,7 +212,7 @@
"question": {
"en": "How is this barbecue fuelled?",
"de": "Womit wird dieser Grill angeheizt?",
"cs": "Jak je gril napájen?",
"cs": "Jak je tento gril napájen?",
"es": "¿Cómo se alimenta la parrilla?",
"nl": "Wat voor brandstof gebruikt deze barbecue?",
"ca": "Com s'alimenta aquesta barbacoa?",
@ -224,7 +224,7 @@
"then": {
"de": "Dieser Grill wird mit Holz betrieben",
"en": "This barbecue uses wood as fuel",
"cs": "Dřevo",
"cs": "Tento gril používá dřevo jako palivo",
"es": "Madera",
"nl": "Deze barbecue gebruikt hout als brandstof",
"ca": "Aquesta barbacoa utilitza la fusta com a combustible",
@ -236,7 +236,7 @@
"then": {
"de": "Dieser Grill wird mit Kohle betrieben",
"en": "This barbecue uses charcoal as fuel",
"cs": "Dřevěné uhlí",
"cs": "Tento gril používá dřevěné uhlí jako palivo",
"es": "Carbón",
"nl": "Deze barbecue gebruikt houtskool als brandstof",
"ca": "Aquesta barbacoa utilitza carbó com a combustible",
@ -248,7 +248,7 @@
"then": {
"de": "Dieser Grill wird mit Strom betrieben",
"en": "This barbecue is powered by electricity",
"cs": "Elektrický",
"cs": "Tento gril je elektrický",
"es": "Eléctrica",
"nl": "Deze barbecue werkt op elektriciteit",
"ca": "Aquesta barbacoa funciona amb electricitat",
@ -260,7 +260,7 @@
"then": {
"de": "Dieser Grill wird mit Gas betrieben",
"en": "This barbecue uses gas as fuel",
"cs": "Plynový",
"cs": "Tento gril používá plyn jako palivo",
"es": "Gas",
"nl": "Deze barbecue gebruikt gas als brandstof",
"ca": "Aquesta barbacoa utilitza gas com a combustible",

View file

@ -20,7 +20,7 @@
"fr": "Stations de location de vélo",
"de": "Fahrradverleihstationen",
"es": "Estaciones de alquiler de bicicletas",
"da": "Stationer til udlejning af cykler",
"da": "Cykeludlejningsstationer",
"cs": "Půjčovny jízdních kol",
"ca": "Estacions de lloguer de bicicletes",
"pl": "Stacje wypożyczania rowerów",

View file

@ -187,7 +187,8 @@
"ca": "El servei de rentat és gratuït",
"pt_BR": "O serviço de limpeza é grátis para usar",
"pt": "O serviço de limpeza é grátis para usar",
"it": "Il servizio di pulizia è gratuito"
"it": "Il servizio di pulizia è gratuito",
"uk": "Послугою прибирання можна користуватися безкоштовно"
},
"addExtraTags": [
"service:bicycle:cleaning:charge="
@ -211,7 +212,8 @@
"ca": "Debades",
"pt_BR": "Grátis para usar",
"pl": "Darmowa",
"it": "Gratuito"
"it": "Gratuito",
"uk": "Безкоштовне використання"
},
"hideInAnswer": true
}
@ -270,7 +272,8 @@
"ca": "Aquest servei de neteja és gratuït",
"pt_BR": "Esse serviço de limpeza é grátis para usar",
"pt": "Esst serviço de limpeza é grátis para usar",
"it": "Questo servizio di pulizia è gratuito"
"it": "Questo servizio di pulizia è gratuito",
"uk": "Ця послуга прибирання є безкоштовною"
},
"addExtraTags": [
"charge="
@ -329,7 +332,7 @@
"en": "This is a manual bike washing station - a person still has to point the water hose towards the bicycle",
"nl": "Dit is een handmatig fietsschoonmaakpunt - een persoon moet zelf de waterspuit richten naar de fiets",
"de": "Dies ist eine manuelle Fahrradwaschanlage",
"cs": "Jedná se o ruční mycí stanici kol",
"cs": "Jedná se o ruční mycí stanici kol používá se namířením vodní trysky na kolo",
"es": "Esta es una estación manual de lavado de bicicletas",
"ca": "Es tracta d'una estació manual de rentat de bicicletes",
"uk": "Це ручна мийка для велосипедів",
@ -342,7 +345,7 @@
"en": "This is an automated bike wash. Your bicycle is placed in the device and everything happens automatically.",
"nl": "Dit is een automatisch fietsschoonmaakpunt - eens je fiets erin geplaats, wordt alles volledig automatisch proper gemaakt",
"de": "Dies ist eine automatische Fahrradwaschanlage",
"cs": "Jedná se o mytí kol bez obsluhy",
"cs": "Toto je automatická myčka kol. Své kolo umístíte do zařízení a všechno proběhne automaticky.",
"es": "Esta es una estación automática de lavado de bicicletas",
"ca": "Es tracta d'un rentat automàtic de bicicletes",
"uk": "Це автоматизована мийка для велосипедів",

View file

@ -411,7 +411,8 @@
"then": {
"en": "An anchor - a metal loop wide enough for a bike lock attached to a wall, the floor or a boulder.",
"nl": "Een anker - een metalen lus waar een fietsslot door kan en vastgemaakt aan de muur of vloer",
"it": "Un ancoraggio - un anello metallico abbastanza largo per un lucchetto da bicicletta fissato a un muro, al pavimento o a un masso."
"it": "Un ancoraggio - un anello metallico abbastanza largo per un lucchetto da bicicletta fissato a un muro, al pavimento o a un masso.",
"cs": "Kotva - kovová smyčka dost široká pro zámek na kolo připojená ke stěně, podlaze nebo balvanu."
}
}
],
@ -660,12 +661,12 @@
"pl": "Ile rowerów mieści się na tym parkingu rowerowym?"
},
"questionHint": {
"en": "This includes regular bicycles, cargo bikes, ebikes, ...",
"en": "This includes regular bicycles, cargo bikes, ebikes, ",
"nl": "Dit is het totaal aantal gewone fietsen, bakfietsen, elektrische fietsen, ...",
"de": "Dazu gehören reguläre Fahrräder, Lasträder, Ebikes,...",
"pl": "To obejmuje zwykłe rowery, do transportu dóbr, elektryczne, ...",
"es": "Esto incluye bicicletas normales, bicicletas de carga, bicicletas eléctricas,…",
"cs": "Patří sem běžná jízdní kola, nákladní kola, elektrokola, ...",
"cs": "Patří sem běžná jízdní kola, nákladní kola, elektrokola, ",
"ca": "Això inclou bicicletes regulars, bicicletes de càrrega, bicicletes elèctriques, ...",
"it": "Questo include biciclette normali, cargo bike, e-bike, ..."
},
@ -844,7 +845,8 @@
"es": "Gratuito",
"cs": "Bezplatné použití",
"ca": "Gratuït",
"it": "Utilizzo gratuito"
"it": "Utilizzo gratuito",
"uk": "Безкоштовне використання"
}
}
]

View file

@ -1018,7 +1018,8 @@
}
}
],
"id": "bike_repair_station-valves"
"id": "bike_repair_station-valves",
"condition": "service:bicycle:pump=yes"
},
{
"id": "bike_repair_station-electrical_pump",

View file

@ -10,7 +10,8 @@
"da": "Cykelrelateret genstand",
"ca": "Objectes relacionats amb bicicletes",
"cs": "Objekt související s jízdním kolem",
"pl": "Obiekt związany z rowerami"
"pl": "Obiekt związany z rowerami",
"uk": "Об'єкт, пов'язаний з велосипедом"
},
"description": {
"en": "A layer with bike-themed objects but who don't match any other layer",

View file

@ -126,7 +126,8 @@
"fr": "En libre service",
"ca": "Debades",
"cs": "Použití zdarma",
"it": "Utilizzo gratuito"
"it": "Utilizzo gratuito",
"uk": "Безкоштовне використання"
}
}
],

View file

@ -51,27 +51,9 @@
],
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "ring",
"color": "#fc6488"
"icon": "./assets/layers/brothel/brothel.svg"
}
]
},
{
"location": [
"centroid",
"point"
],
"marker": [
{
"icon": "heart",
"color": "#fc6488"
}
],
"iconSize": "28,28"
}
],
"presets": [

View file

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
viewBox="0 0 27.989136 27.989157"
fill="currentColor"
aria-hidden="true"
class="apply-fill"
version="1.1"
id="svg1"
sodipodi:docname="brothel.svg"
width="27.989136"
height="27.989157"
inkscape:version="1.3.2 (1:1.3.2+202311252150+091e20ef0f)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1" />
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#999999"
borderopacity="1"
inkscape:showpageshadow="2"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showguides="true"
inkscape:zoom="20.333026"
inkscape:cx="10.942788"
inkscape:cy="10.967379"
inkscape:window-width="1920"
inkscape:window-height="1005"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:#fc6488;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="path2"
sodipodi:type="arc"
sodipodi:cx="13.994576"
sodipodi:cy="13.994593"
sodipodi:rx="12.994561"
sodipodi:ry="12.994561"
sodipodi:start="0"
sodipodi:end="6.26046"
sodipodi:open="true"
sodipodi:arc-type="arc"
d="M 26.989138,13.994593 A 12.994561,12.994561 0 0 1 14.068402,26.988944 12.994561,12.994561 0 0 1 1.0008541,14.142242 12.994561,12.994561 0 0 1 13.773108,1.0019189 12.994561,12.994561 0 0 1 26.985782,13.699313" />
<path
d="m 13.639568,24.012128 -0.007,-0.003 -0.022,-0.012 a 15.247,15.247 0 0 1 -0.383,-0.218 25.18,25.18 0 0 1 -4.2439994,-3.17 c -2.301,-2.147 -4.739,-5.333 -4.739,-9.257 0,-2.9280005 2.464,-5.2500005 5.438,-5.2500005 a 5.5,5.5 0 0 1 4.3119994,2.052 5.5,5.5 0 0 1 4.313,-2.052 c 2.973,0 5.437,2.322 5.437,5.2500005 0,3.925 -2.438,7.111 -4.739,9.256 a 25.175,25.175 0 0 1 -4.244,3.17 15.247,15.247 0 0 1 -0.383,0.219 l -0.022,0.012 -0.007,0.004 -0.003,0.001 a 0.752,0.752 0 0 1 -0.704,0 l -0.003,-0.001 z"
id="path1"
style="fill:#fc6488;fill-opacity:1" />
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Pieter Vander Vennet
SPDX-License-Identifier: CC0-1.0

View file

@ -0,0 +1,10 @@
[
{
"path": "brothel.svg",
"license": "CC0-1.0",
"authors": [
"Pieter Vander Vennet"
],
"sources": []
}
]

View file

@ -437,27 +437,31 @@
"wheelchair-access",
{
"question": {
"en": "Does {title()} accept bring-your-own reusable cups?"
"en": "Does {title()} accept bring-your-own reusable cups?",
"cs": "Přijímá {title()} přinesené opakovaně použitelné šálky?"
},
"id": "pub_reusable_packaging",
"mappings": [
{
"if": "reusable_packaging:accept=yes",
"then": {
"en": "Accepts reusable cups"
"en": "Accepts reusable cups",
"cs": "Přijímá opakovaně použitelné šálky"
}
},
{
"if": "reusable_packaging:accept=no",
"alsoShowIf": "reusable_packaging:accept=",
"then": {
"en": "Does not accept reusable cups"
"en": "Does not accept reusable cups",
"cs": "Nepřijímá opakovaně použitelné šálky"
}
},
{
"if": "reusable_packaging:accept=only",
"then": {
"en": "<b>Only</b> serves to people who bring reusable cups"
"en": "<b>Only</b> serves to people who bring reusable cups",
"cs": "Obsluhuje <b>jen</b> lidi, kteří si přinesou opakovaně použitelné šálky"
}
}
]

View file

@ -176,7 +176,8 @@
"question": {
"en": "Is there a fee?",
"de": "Gibt es hier eine Gebühr?",
"it": "C'è un costo?"
"it": "C'è un costo?",
"cs": "Platí se tu poplatek?"
},
"mappings": [
{
@ -187,7 +188,8 @@
"then": {
"en": "The campsite is free of charge",
"de": "Der Zeltplatz ist kostenlos",
"it": "Il campeggio è gratuito"
"it": "Il campeggio è gratuito",
"cs": "Kempování je zdarma"
},
"icon": "./assets/layers/questions/cash.svg"
},
@ -196,7 +198,8 @@
"then": {
"en": "There is a fee.",
"de": "Es gibt eine Gebühr.",
"it": "C'è un costo."
"it": "C'è un costo.",
"cs": "Platí se tu poplatek."
},
"icon": "./assets/layers/questions/cash.svg"
}
@ -214,12 +217,14 @@
"question": {
"en": "What is the charge per person per day?",
"de": "Was ist die Gebühr pro Person pro Tag?",
"it": "Qual è il costo per persona al giorno?"
"it": "Qual è il costo per persona al giorno?",
"cs": "Jaký je poplatek na osobu a den?"
},
"render": {
"en": "Charge per person per day: {charge}",
"de": "Gebühr pro Person pro Tag: {charge}",
"it": "Costo per persona al giorno: {charge}"
"it": "Costo per persona al giorno: {charge}",
"cs": "Poplatek na osobu a den: {charge}"
},
"freeform": {
"key": "charge",
@ -243,12 +248,14 @@
"question": {
"en": "What is the charge per day?",
"de": "Was ist die Gebühr pro Tag?",
"it": "Qual è il costo giornaliero?"
"it": "Qual è il costo giornaliero?",
"cs": "Jaký je poplatek za den?"
},
"render": {
"en": "Charge per day: {charge}",
"de": "Gebühr pro Tag: {charge}",
"it": "Costo giornaliero: {charge}"
"it": "Costo giornaliero: {charge}",
"cs": "Poplatek za den: {charge}"
},
"freeform": {
"key": "charge",
@ -261,7 +268,7 @@
}
},
"caravansites.caravansites-toilets",
"toilet_at_amenity.toilets-wheelchair",
"toilet_at_amenity_lib.all",
"questions",
"mastodon"
],

View file

@ -19,7 +19,8 @@
"cs": "Kempovací místa",
"eu": "Akanpatzeko tokiak",
"pl": "Miejsca kamperowe",
"zh_Hans": "露营地"
"zh_Hans": "露营地",
"uk": "Кемпінги"
},
"description": {
"en": "camper sites",

View file

@ -307,10 +307,10 @@
{
"if": "access=private",
"then": {
"en": "Not accessible to the general public (e.g. only accessible to the owners, employees, ...)",
"en": "Not accessible to the general public (e.g. only accessible to the owners, employees, )",
"nl": "Niet toegankelijk voor het publiek <br/><span class='subtle'>Bv. enkel toegankelijk voor de eigenaar, medewerkers ,...</span> ",
"ca": "No accessible per al públic general (p.e. només accessible pels propietaris, empleats, ...)",
"cs": "Nepřístupná obecné veřejnosti (např. přístupná vlastníkům, zaměstnancům...)",
"cs": "Nepřístupná obecné veřejnosti (např. přístupná vlastníkům, zaměstnancům)",
"de": "Die Station ist nicht für die Allgemeinheit zugänglich (z. B. nur für die Eigentümer, Mitarbeiter, ...)",
"es": "No accesible al público en general (por ejemplo, solo accesible para los propietarios, empleados, ...)",
"it": "Non accessibile al pubblico generale (ad esempio, accessibile solo ai proprietari, dipendenti, ...)",
@ -852,32 +852,7 @@
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
"class": "medium"
},
"hideInAnswer": {
"or": [
{
"and": [
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
]
},
{
"and": [
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
}
]
}
"hideInAnswer": true
},
{
"if": {
@ -1112,32 +1087,7 @@
"path": "./assets/layers/charging_station/Type2_CCS.svg",
"class": "medium"
},
"hideInAnswer": {
"or": [
{
"and": [
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
]
},
{
"and": [
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
}
]
}
"hideInAnswer": true
},
{
"if": {
@ -1177,44 +1127,13 @@
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
"class": "medium"
},
"hideInAnswer": {
"or": [
{
"and": [
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
]
},
{
"and": [
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
},
{
"and": [
"_country!=us"
]
}
]
}
"hideInAnswer": true
},
{
"if": {
"and": [
"socket:tesla_destination~*",
"socket:tesla_destination!=1",
"_country=us"
"socket:tesla_destination!=1"
]
},
"then": {
@ -1232,77 +1151,6 @@
"class": "medium"
}
},
{
"if": "socket:tesla_destination=1",
"ifnot": "socket:tesla_destination=",
"then": {
"en": "<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)",
"nl": "<b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo)",
"ca": "<b>Tesla supercharger (destinació)</b> (Un tipus 2 amb cable de la marca Tesla)",
"cs": "<b>Tesla supercharger</b> (Typ 2 s kabelem pod značkou Tesla)",
"de": "<b>Tesla Supercharger (Destination)</b> (Typ 2 mit Kabel von Tesla)",
"es": "<b>Supercargador Tesla (destino)</b> (Un tipo 2 con cable de marca Tesla)",
"it": "<b>Tesla supercharger (destination)</b> (Un Tipo 2 con cavo brandizzato come tesla)"
},
"icon": {
"path": "./assets/layers/charging_station/Type2_tethered.svg",
"class": "medium"
},
"hideInAnswer": {
"or": [
{
"and": [
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
]
},
{
"and": [
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
},
{
"or": [
"_country=us"
]
}
]
}
},
{
"if": {
"and": [
"socket:tesla_destination~*",
"socket:tesla_destination!=1",
"_country!=us"
]
},
"then": {
"en": "<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)",
"nl": "<b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo)",
"ca": "<b>Tesla supercharger (destinació)</b> (Un tipus 2 amb cable de la marca tesla)",
"cs": "<b>Tesla supercharger</b> (Typ 2 s kabelem pod značkou Tesla)",
"de": "<b>Tesla supercharger (Destination)</b> (Typ 2 mit Kabel von Tesla)",
"es": "<b>Supercargador Tesla (destino)</b> (Un tipo 2 con cable de marca Tesla)",
"it": "<b>Tesla supercharger (destination)</b> (Un Tipo 2 con cavo brandizzato come tesla)"
},
"hideInAnswer": true,
"icon": {
"path": "./assets/layers/charging_station/Type2_tethered.svg",
"class": "medium"
}
},
{
"if": "socket:USB-A=1",
"ifnot": "socket:USB-A=",
@ -1840,6 +1688,69 @@
"path": "./assets/layers/charging_station/nema-5-20.svg",
"class": "medium"
}
},
{
"if": "socket:nacs=1",
"ifnot": "socket:nacs=",
"then": {
"en": "<b>NACS</b>(North-American Charging System)",
"nl": "<b>NACS</b>(Noord-Amerikaanse oplaadstandaard)"
},
"icon": {
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
"class": "medium"
},
"hideInAnswer": {
"or": [
{
"and": [
"car=no",
"motorcar=no",
"hgv=no",
"bus=no"
]
},
{
"and": [
{
"or": [
"bicycle=yes",
"scooter=yes"
]
},
"car!=yes",
"motorcar!=yes",
"hgv!=yes",
"bus!=yes"
]
},
{
"and": [
"_country!=mx",
"_country!=us:jp",
"_country!=kr",
"_country!=ca"
]
}
]
}
},
{
"if": {
"and": [
"socket:nacs~*",
"socket:nacs!=1"
]
},
"then": {
"en": "<b>NACS</b>(North-American Charging System)",
"nl": "<b>NACS</b>(Noord-Amerikaanse oplaadstandaard)"
},
"hideInAnswer": true,
"icon": {
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
"class": "medium"
}
}
]
},
@ -2161,8 +2072,8 @@
]
],
[
"socket:tesla_destination",
"socket:tesla_destination",
"socket:USB-A",
"socket:USB-A",
{
"en": "<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)",
"nl": "<b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo)",
@ -2172,33 +2083,6 @@
"es": "<b>Supercargador Tesla (destino)</b> (Un tipo 2 con cable de marca Tesla)",
"it": "<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla)"
},
"Type2_tethered.svg",
[
"230",
"400"
],
[
"16",
"32"
],
[
"11 kW",
"22 kW"
]
],
[
"socket:USB-A",
"socket:USB-A",
{
"en": "<b>USB</b> to charge phones and small electronics",
"nl": "<b>USB</b> om GSMs en kleine electronica op te laden",
"ca": "<b>USB</b> per carregar telèfons i dispositius electrònics petits",
"cs": "<b>USB</b> k nabíjení telefonů a drobné elektroniky",
"de": "<b>USB</b> zum Aufladen von Handys und kleinen Elektrogeräten",
"es": "<b>USB</b> para cargar teléfonos y pequeños dispositivos electrónicos",
"it": "<b>USB</b> to charge phones and small electronics",
"uk": "<b>USB</b> для зарядки телефонів і дрібної електроніки"
},
"usb_port.svg",
[
"5"
@ -2216,13 +2100,14 @@
"socket:bosch_3pin",
"socket:bosch_3pin",
{
"en": "<b>Bosch Active Connect with 3 pins</b> and cable",
"nl": "<b>Bosch Active Connect met 3 pinnen</b> aan een kabel",
"ca": "<b>Bosch Active Connect amb 3 pins</b> i cable",
"cs": "<b>Bosch Active Connect se 3 kolíky</b> a kabelem",
"de": "<b> Bosch Active Connect mit 3 Pins </b> und Kabel",
"es": "<b>Bosch Active Connect con 3 pines</b> y cable",
"it": "<b>Bosch Active Connect with 3 pins</b> and cable"
"en": "<b>USB</b> to charge phones and small electronics",
"nl": "<b>USB</b> om GSMs en kleine electronica op te laden",
"ca": "<b>USB</b> per carregar telèfons i dispositius electrònics petits",
"cs": "<b>USB</b> k nabíjení telefonů a drobné elektroniky",
"de": "<b>USB</b> zum Aufladen von Handys und kleinen Elektrogeräten",
"es": "<b>USB</b> para cargar teléfonos y pequeños dispositivos electrónicos",
"it": "<b>USB</b> to charge phones and small electronics",
"uk": "<b>USB</b> для зарядки телефонів і дрібної електроніки"
},
"bosch-3pin.svg",
[],
@ -2233,13 +2118,13 @@
"socket:bosch_5pin",
"socket:bosch_5pin",
{
"en": "<b>Bosch Active Connect with 5 pins</b> and cable",
"nl": "<b>Bosch Active Connect met 5 pinnen</b> aan een kabel",
"ca": "<b>Bosch Active Connect amb 5 pins</b> i cable",
"cs": "<b>Bosch Active Connect s 5 kolíny</b> a kabelem",
"de": "<b> Bosch Active Connect mit 5 Pins </b> und Kabel",
"es": "<b>Bosch Active Connect con 5 pines</b> y cable",
"it": "<b>Bosch Active Connect with 5 pins</b> and cable"
"en": "<b>Bosch Active Connect with 3 pins</b> and cable",
"nl": "<b>Bosch Active Connect met 3 pinnen</b> aan een kabel",
"ca": "<b>Bosch Active Connect amb 3 pins</b> i cable",
"cs": "<b>Bosch Active Connect se 3 kolíky</b> a kabelem",
"de": "<b> Bosch Active Connect mit 3 Pins </b> und Kabel",
"es": "<b>Bosch Active Connect con 3 pines</b> y cable",
"it": "<b>Bosch Active Connect with 3 pins</b> and cable"
},
"bosch-5pin.svg",
[],
@ -2250,13 +2135,13 @@
"socket:bs1363",
"socket:bs1363",
{
"en": "<b>BS1363</b> (Type G)",
"nl": "<b>BS1363</b> (VK 3-pin)",
"ca": "<b>BS1363</b> (Tipus G)",
"cs": "<b>BS1363</b> (Typ G)",
"de": "<b>BS1363</b> (Typ G)",
"es": "<b>BS1363</b> (Tipo G)",
"it": "<b>BS1363</b> (Type G)"
"en": "<b>Bosch Active Connect with 5 pins</b> and cable",
"nl": "<b>Bosch Active Connect met 5 pinnen</b> aan een kabel",
"ca": "<b>Bosch Active Connect amb 5 pins</b> i cable",
"cs": "<b>Bosch Active Connect s 5 kolíny</b> a kabelem",
"de": "<b> Bosch Active Connect mit 5 Pins </b> und Kabel",
"es": "<b>Bosch Active Connect con 5 pines</b> y cable",
"it": "<b>Bosch Active Connect with 5 pins</b> and cable"
},
"bs1363.svg",
[
@ -2273,13 +2158,13 @@
"socket:nema5_15",
"socket:nema5_15",
{
"en": "<b>NEMA 5-15</b> (Type B)",
"nl": "<b>NEMA 5-15</b> (VS 3-pin)",
"ca": "<b>NEMA 5-15</b> (Tipus B)",
"cs": "<b>NEMA 5-15</b> (Typ B)",
"de": "<b>NEMA 5-15</b> (Typ B)",
"es": "<b>NEMA 5-15</b> (Tipo B)",
"it": "<b>NEMA 5-15</b> (Type B)"
"en": "<b>BS1363</b> (Type G)",
"nl": "<b>BS1363</b> (VK 3-pin)",
"ca": "<b>BS1363</b> (Tipus G)",
"cs": "<b>BS1363</b> (Typ G)",
"de": "<b>BS1363</b> (Typ G)",
"es": "<b>BS1363</b> (Tipo G)",
"it": "<b>BS1363</b> (Type G)"
},
"nema-5-15.svg",
[
@ -2296,13 +2181,13 @@
"socket:sev1011_t23",
"socket:sev1011_t23",
{
"en": "<b>SEV 1011 T23</b> (Type J)",
"nl": "<b>SEV 1011 T23</b> (Zwitserse 3-pin)",
"ca": "<b>SEV 1011 T23</b> (Tipus J)",
"cs": "<b>SEV 1011 T23</b> (Typ J)",
"de": "<b>SEV 1011 T23</b> (Typ J)",
"es": "<b>SEV 1011 T23</b> (Tipo J)",
"it": "<b>SEV 1011 T23</b> (Type J)"
"en": "<b>NEMA 5-15</b> (Type B)",
"nl": "<b>NEMA 5-15</b> (VS 3-pin)",
"ca": "<b>NEMA 5-15</b> (Tipus B)",
"cs": "<b>NEMA 5-15</b> (Typ B)",
"de": "<b>NEMA 5-15</b> (Typ B)",
"es": "<b>NEMA 5-15</b> (Tipo B)",
"it": "<b>NEMA 5-15</b> (Type B)"
},
"typej.svg",
[
@ -2319,13 +2204,13 @@
"socket:as3112",
"socket:as3112",
{
"en": "<b>AS3112</b> (Type I)",
"nl": "<b>AS3112</b> (Australische 3-pin)",
"ca": "<b>AS3112</b> (Tipus I)",
"cs": "<b>AS3112</b> (Typ I)",
"de": "<b>AS3112</b> (Typ I)",
"es": "<b>AS3112</b> (Tipo I)",
"it": "<b>AS3112</b> (Type I)"
"en": "<b>SEV 1011 T23</b> (Type J)",
"nl": "<b>SEV 1011 T23</b> (Zwitserse 3-pin)",
"ca": "<b>SEV 1011 T23</b> (Tipus J)",
"cs": "<b>SEV 1011 T23</b> (Typ J)",
"de": "<b>SEV 1011 T23</b> (Typ J)",
"es": "<b>SEV 1011 T23</b> (Tipo J)",
"it": "<b>SEV 1011 T23</b> (Type J)"
},
"as3112.svg",
[
@ -2342,13 +2227,13 @@
"socket:nema_5_20",
"socket:nema_5_20",
{
"en": "<b>NEMA 5-20</b> (Type B)",
"nl": "<b>NEMA 5-20</b> (VS 3-pin)",
"ca": "<b>NEMA 5-20</b> (Tipus B)",
"cs": "<b>NEMA 5-20</b> (Typ B)",
"de": "<b>NEMA 5-20</b> (Typ B)",
"es": "<b>NEMA 5-20</b> (Tipo B)",
"it": "<b>NEMA 5-20</b> (Type B)"
"en": "<b>AS3112</b> (Type I)",
"nl": "<b>AS3112</b> (Australische 3-pin)",
"ca": "<b>AS3112</b> (Tipus I)",
"cs": "<b>AS3112</b> (Typ I)",
"de": "<b>AS3112</b> (Typ I)",
"es": "<b>AS3112</b> (Tipo I)",
"it": "<b>AS3112</b> (Type I)"
},
"nema-5-20.svg",
[
@ -2360,6 +2245,23 @@
[
"2.4 kW"
]
],
[
"socket:nacs",
"socket:nacs",
{
"en": "<b>NEMA 5-20</b> (Type B)",
"nl": "<b>NEMA 5-20</b> (VS 3-pin)",
"ca": "<b>NEMA 5-20</b> (Tipus B)",
"cs": "<b>NEMA 5-20</b> (Typ B)",
"de": "<b>NEMA 5-20</b> (Typ B)",
"es": "<b>NEMA 5-20</b> (Tipo B)",
"it": "<b>NEMA 5-20</b> (Type B)"
},
"Tesla-hpwc-model-s.svg",
[],
[],
[]
]
]
},
@ -2613,7 +2515,7 @@
"de": "Die Nutzung ist kostenlos, Authentifizierung erforderlich",
"es": "De uso gratuito, pero hay que autenticarse",
"it": "Utilizzo gratuito, ma è necessario autenticarsi",
"uk": "Безкоштовне використання, але потрібно пройти аутентифікацію"
"uk": "Безкоштовне використання, але потрібно пройти автентифікацію"
}
},
{
@ -2630,7 +2532,8 @@
"de": "Kostenlose Nutzung",
"es": "De uso gratuito",
"it": "Utilizzo gratuito",
"pl": "Darmowa"
"pl": "Darmowa",
"uk": "Безкоштовне використання"
},
"hideInAnswer": true
},
@ -2643,9 +2546,9 @@
},
"then": {
"nl": "Betalend te gebruiken, maar gratis voor klanten van het bijhorende hotel/café/ziekenhuis/...",
"en": "Paid use, but free for customers of the hotel/pub/hospital/... who operates the charging station",
"en": "Paid use, but free for customers of the hotel/pub/hospital/ who operates the charging station",
"ca": "De pagament, però gratuït per als clients de l'hotel/bar/hospital/... que gestiona l'estació de càrrega",
"cs": "Placené použití, ale zdarma pro zákazníky hotelu/restaurace/nemocnice... které provozují nabíjecí stanici",
"cs": "Placené použití, ale zdarma pro zákazníky hotelu/restaurace/nemocnice které provozují nabíjecí stanici",
"de": "Die Nutzung ist kostenpflichtig, aber für Kunden des Betreibers der Einrichtung, wie Hotel, Krankenhaus, ... kostenlos",
"es": "De pago, pero gratuito para clientes del hotel/pub/hospital/... que opera el punto de carga",
"it": "Utilizzo a pagamento, ma gratuito per i clienti dell'hotel/pub/ospedale/... che gestisce la stazione di ricarica",
@ -3753,7 +3656,7 @@
"es": "Tiene un conector <div style='display: inline-block'><b><b>Supercargador Tesla (destino)</b> (Un tipo 2 con cable de marca Tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>",
"it": "Ha un <div style='display: inline-block'><b><b>Tesla supercharger (destination)</b> (Un Tipo 2 con cavo brandizzato come tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> connettore"
},
"osmTags": "socket:tesla_destination~*"
"osmTags": "socket:USB-A~*"
},
{
"question": {
@ -3766,7 +3669,7 @@
"it": "Ha un <div style='display: inline-block'><b><b>USB</b> per caricare telefoni e piccoli dispositivi elettronici</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> connettore",
"uk": "Має <div style='display: inline-block'><b><b>USB</b> для зарядки телефонів і малої електроніки</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> роз'єм"
},
"osmTags": "socket:USB-A~*"
"osmTags": "socket:bosch_3pin~*"
},
{
"question": {
@ -3778,7 +3681,7 @@
"es": "Tiene un conector <div style='display: inline-block'><b><b>Bosch Active Connect con 3 pines</b> y cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div>",
"it": "Ha un <div style='display: inline-block'><b><b>Bosch Active Connect con 3 pin</b> e cavo</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> connettore"
},
"osmTags": "socket:bosch_3pin~*"
"osmTags": "socket:bosch_5pin~*"
},
{
"question": {
@ -3790,7 +3693,7 @@
"es": "Tiene un conector <div style='display: inline-block'><b><b>Bosch Active Connect con 5 pines</b> y cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div>",
"it": "Ha un <div style='display: inline-block'><b><b>Bosch Active Connect con 5 pin</b> e cavo</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> connettore"
},
"osmTags": "socket:bosch_5pin~*"
"osmTags": "socket:bs1363~*"
},
{
"question": {
@ -3802,7 +3705,7 @@
"es": "Tiene un conector <div style='display: inline-block'><b><b>BS1363</b> (Tipo G)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bs1363.svg'/></div>",
"it": "Ha un <div style='display: inline-block'><b><b>BS1363</b> (Tipo G)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bs1363.svg'/></div> connettore"
},
"osmTags": "socket:bs1363~*"
"osmTags": "socket:nema5_15~*"
},
{
"question": {
@ -3814,7 +3717,7 @@
"es": "Tiene un conector <div style='display: inline-block'><b><b>NEMA 5-15</b> (Tipo B)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/nema-5-15.svg'/></div>",
"it": "Ha un <div style='display: inline-block'><b><b>NEMA 5-15</b> (Tipo B)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/nema-5-15.svg'/></div> connettore"
},
"osmTags": "socket:nema5_15~*"
"osmTags": "socket:sev1011_t23~*"
},
{
"question": {
@ -3826,7 +3729,7 @@
"es": "Tiene un conector <div style='display: inline-block'><b><b>SEV 1011 T23</b> (Tipo J)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/typej.svg'/></div>",
"it": "Ha un <div style='display: inline-block'><b><b>SEV 1011 T23</b> (Tipo J)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/typej.svg'/></div> connettore"
},
"osmTags": "socket:sev1011_t23~*"
"osmTags": "socket:as3112~*"
},
{
"question": {
@ -3838,7 +3741,7 @@
"es": "Tiene un conector <div style='display: inline-block'><b><b>AS3112</b> (Tipo I)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/as3112.svg'/></div>",
"it": "Ha un <div style='display: inline-block'><b><b>AS3112</b> (Tipo I)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/as3112.svg'/></div> connettore"
},
"osmTags": "socket:as3112~*"
"osmTags": "socket:nema_5_20~*"
},
{
"question": {
@ -3850,7 +3753,7 @@
"es": "Tiene un conector <div style='display: inline-block'><b><b>NEMA 5-20</b> (Tipo B)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/nema-5-20.svg'/></div>",
"it": "Ha un <div style='display: inline-block'><b><b>NEMA 5-20</b> (Tipo B)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/nema-5-20.svg'/></div> connettore"
},
"osmTags": "socket:nema_5_20~*"
"osmTags": "socket:nacs~*"
}
]
}
@ -4046,6 +3949,15 @@
"kW",
"MW"
]
},
"socket:nacs:voltage": "voltage",
"socket:nacs:current": "current",
"socket:nacs:output": {
"quantity": "power",
"denominations": [
"kW",
"MW"
]
}
}
],
@ -4062,4 +3974,4 @@
},
"neededChangesets": 10
}
}
}

View file

@ -6,12 +6,7 @@ import FilterConfigJson from "../../../src/Models/ThemeConfig/Json/FilterConfigJ
import RewritableConfigJson from "../../../src/Models/ThemeConfig/Json/RewritableConfigJson"
import { TagRenderingConfigJson } from "../../../src/Models/ThemeConfig/Json/TagRenderingConfigJson"
function colonSplit(value: string): string[] {
return value.split(";").map(v => v.replace(/"/g, "").trim()).filter(s => s !== "")
}
function loadCsv(file): {
interface ChargingStandard {
key: string,
id: string,
image: string,
@ -23,8 +18,15 @@ function loadCsv(file): {
commonOutputs?: string[],
associatedVehicleTypes?: string[],
neverAssociatedWith?: string[],
extraVisualisationCondition: string
}[] {
extraVisualisationCondition: string,
overrideHideInAnswer: string
}
function colonSplit(value: string): string[] {
return value.split(";").map(v => v.replace(/"/g, "").trim()).filter(s => s !== "")
}
function loadCsv(file): ChargingStandard[] {
const entries: string[] = Utils.NoNull(readFileSync(file, "utf8").split("\n").map(str => str.trim()))
const header = entries.shift().split(",")
@ -72,7 +74,7 @@ function run(file, protojson) {
},
]
const entries = loadCsv(file)
const entries: ChargingStandard[] = loadCsv(file)
const protoString = readFileSync(protojson, "utf8")
const proto = <LayerConfigJson>JSON.parse(protoString)
@ -142,6 +144,17 @@ function run(file, protojson) {
}
if (e.overrideHideInAnswer) {
if (e.overrideHideInAnswer.toLowerCase() === "true") {
json["hideInAnswer"] = true
} else if (e.overrideHideInAnswer.toLowerCase() === "false") {
json["hideInAnswer"] = false
} else {
json["hideInAnswer"] = e.overrideHideInAnswer
}
}
overview_question_answers.push(json)

View file

@ -1,22 +1,22 @@
key,id,image,description:en,countryWhiteList,countryBlackList,commonVoltages,commonCurrents,commonOutputs,description:nl,associatedVehicleTypes,neverAssociatedWith,extraVisualisationCondition
socket:schuko,,CEE7_4F.svg,<b>Schuko wall plug</b> without ground pin (CEE7/4 type F),af;al;dz;as;ad;ao;am;aw;az;by;bt;ba;bg;cv;td;cl;hr;dk;eg;ee;et;fo;fr;pf;ge;gr;gl;gn;gw;is;id;ir;jo;kz;kg;la;lv;lr;ly;lt;lu;mo;mr;md;mc;mn;me;mz;nl;nc;ne;kp;mk;pt;qa;ro;ru;rw;sm;sk;si;kr;es;sr;tj;th;tl;tr;tm;ua;uy;uz;vn,,230,16,3.6 kW,<b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F),*,,
socket:typee,,TypeE.svg,<b>European wall plug</b> with ground pin (CEE7/4 type E),be;bj;bf;bi;cm;cf;td;km;cz;dk;dj;gq;et;fo;fr;gf;pf;gl;gp;gw;la;lr;mg;ml;mq;mr;mu;mc;mn;ma;ne;pl;pt;rw;mf;pm;sn;sk;sy;tl;tn;uz,,230,16,3 kW;22 kW;,<b>Europese stekker</b> met aardingspin (CEE7/4 type E),*,,
socket:chademo,,Chademo_type4.svg,<b>Chademo</b>,,,500,120,50 kW,<b>Chademo</b>,car;motorcar;hgv;bus,bicycle;scooter,
socket:type1_cable,,Type1_J1772.svg,<b>Type 1 with cable</b> (J1772),,,200;240,32,3.7 kW;7 kW,<b>Type 1 met kabel</b> (J1772),car;motorcar;hgv;bus,bicycle;scooter,
socket:type1,,Type1_J1772.svg,<b>Type 1 <i>without</i> cable</b> (J1772),,,200;240,32,3.7 kW;6.6 kW;7 kW;7.2 kW,<b>Type 1 <i>zonder</i> kabel</b> (J1772),car;motorcar;hgv;bus,bicycle;scooter,
socket:type1_combo,,Type1-ccs.svg,<b>Type 1 CCS</b> (aka Type 1 Combo),,,400;1000,50;125,50 kW;62.5 kW;150 kW;350 kW;,<b>Type 1 CCS</b> (ook gekend als Type 1 Combo),car;motorcar;hgv;bus,bicycle;scooter,
socket:tesla_supercharger,,Tesla-hpwc-model-s.svg,<b>Tesla Supercharger</b>,,,480,125;350,120 kW;150 kW;250 kW,<b>Tesla Supercharger</b>,car;motorcar;hgv;bus,bicycle;scooter,
socket:type2,,Type2_socket.svg,<b>Type 2</b> (mennekes),,,230;400,16;32,11 kW;22 kW,<b>Type 2</b> (mennekes),car;motorcar;hgv;bus,bicycle;scooter,
socket:type2_combo,,Type2_CCS.svg,<b>Type 2 CCS</b> (mennekes),,,500;920,125;350,50 kW,<b>Type 2 CCS</b> (mennekes),car;motorcar;hgv;bus,bicycle;scooter,
socket:type2_cable,,Type2_tethered.svg,<b>Type 2 with cable</b> (mennekes),,,230;400,16;32,11 kW;22 kW,<b>Type 2 met kabel</b> (J1772),car;motorcar;hgv;bus,bicycle;scooter,
socket:tesla_supercharger_ccs,,Type2_CCS.svg,<b>Tesla Supercharger CCS</b> (a branded type2_css),,,500;920,125;350,50 kW,<b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo),car;motorcar;hgv;bus,bicycle;scooter,
socket:tesla_destination,socket:tesla_destination_us,Tesla-hpwc-model-s.svg,<b>Tesla Supercharger (destination)</b>,us,,480,125;350,120 kW;150 kW;250 kW,<b>Tesla Supercharger (destination)</b>,car;motorcar;hgv;bus,bicycle;scooter,_country=us
socket:tesla_destination,,Type2_tethered.svg,<b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla),,us,230;400,16;32,11 kW;22 kW,<b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo),car;motorcar;hgv;bus,bicycle;scooter,_country!=us
socket:USB-A,,usb_port.svg,<b>USB</b> to charge phones and small electronics,,,5,1;2,5W;10W,<b>USB</b> om GSMs en kleine electronica op te laden,*,,
socket:bosch_3pin,,bosch-3pin.svg,<b>Bosch Active Connect with 3 pins</b> and cable,,,,,,<b>Bosch Active Connect met 3 pinnen</b> aan een kabel,bicycle,car;motorcar;hgv;bus,
socket:bosch_5pin,,bosch-5pin.svg,<b>Bosch Active Connect with 5 pins</b> and cable,,,,,,<b>Bosch Active Connect met 5 pinnen</b> aan een kabel,bicycle,car;motorcar;hgv;bus,
socket:bs1363,,bs1363.svg,<b>BS1363</b> (Type G),bh;bd;bz;bt;bw;bn;kh;cy;dm;gh;gi;gd;gg;gy;id;iq;ie;im;je;jo;ke;kw;lb;mo;mw;mv;mt;mu;ng;om;pk;qa;rw;sa;sc;sl;sb;lk;sd;tz;ug;vu;vn;ye;zm;zw,,230,13,3kW,<b>BS1363</b> (VK 3-pin),*,,
socket:nema5_15,,nema-5-15.svg,<b>NEMA 5-15</b> (Type B),as;ai;ag;aw;bb;bz;bm;bo;vg;ky;co;cr;cu;do;ec;sv;pf;gu;gt;gy;ht;hn;jm;jp;jo;la;lb;lr;mx;fm;ms;ni;ne;pw;pa;py;pe;ph;pr;sr;th;tt;tm;ve;vn,,120,15,1.8 kW,<b>NEMA 5-15</b> (VS 3-pin),*,,
socket:sev1011_t23,,typej.svg,<b>SEV 1011 T23</b> (Type J),jo;li;mg;mv;rw;ch,,230,16,3.7 kW,<b>SEV 1011 T23</b> (Zwitserse 3-pin),*,,
socket:as3112,,as3112.svg,<b>AS3112</b> (Type I),as;ar;au;cn;ck;fj;ki;nr;nz;nu;pg;sb;tj;to;tv;uy;uz;vu,,230,10,2.3 kW,<b>AS3112</b> (Australische 3-pin),*,,
socket:nema_5_20,,nema-5-20.svg,<b>NEMA 5-20</b> (Type B),as;ai;ag;aw;bb;bz;bm;bo;vg;ky;co;cr;cu;do;ec;sv;pf;gu;gt;gy;ht;hn;jm;jp;jo;la;lb;lr;mx;fm;ms;ni;ne;pw;pa;py;pe;ph;pr;sr;th;tt;tm;ve;vn,,120,20,2.4 kW,<b>NEMA 5-20</b> (VS 3-pin),*,,
key,id,image,description:en,countryWhiteList,countryBlackList,commonVoltages,commonCurrents,commonOutputs,description:nl,associatedVehicleTypes,neverAssociatedWith,extraVisualisationCondition,overrideHideInAnswer
socket:schuko,,CEE7_4F.svg,<b>Schuko wall plug</b> without ground pin (CEE7/4 type F),af;al;dz;as;ad;ao;am;aw;az;by;bt;ba;bg;cv;td;cl;hr;dk;eg;ee;et;fo;fr;pf;ge;gr;gl;gn;gw;is;id;ir;jo;kz;kg;la;lv;lr;ly;lt;lu;mo;mr;md;mc;mn;me;mz;nl;nc;ne;kp;mk;pt;qa;ro;ru;rw;sm;sk;si;kr;es;sr;tj;th;tl;tr;tm;ua;uy;uz;vn,,230,16,3.6 kW,<b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F),*,,,
socket:typee,,TypeE.svg,<b>European wall plug</b> with ground pin (CEE7/4 type E),be;bj;bf;bi;cm;cf;td;km;cz;dk;dj;gq;et;fo;fr;gf;pf;gl;gp;gw;la;lr;mg;ml;mq;mr;mu;mc;mn;ma;ne;pl;pt;rw;mf;pm;sn;sk;sy;tl;tn;uz,,230,16,3 kW;22 kW;,<b>Europese stekker</b> met aardingspin (CEE7/4 type E),*,,,
socket:chademo,,Chademo_type4.svg,<b>Chademo</b>,,,500,120,50 kW,<b>Chademo</b>,car;motorcar;hgv;bus,bicycle;scooter,,
socket:type1_cable,,Type1_J1772.svg,<b>Type 1 with cable</b> (J1772),,,200;240,32,3.7 kW;7 kW,<b>Type 1 met kabel</b> (J1772),car;motorcar;hgv;bus,bicycle;scooter,,
socket:type1,,Type1_J1772.svg,<b>Type 1 <i>without</i> cable</b> (J1772),,,200;240,32,3.7 kW;6.6 kW;7 kW;7.2 kW,<b>Type 1 <i>zonder</i> kabel</b> (J1772),car;motorcar;hgv;bus,bicycle;scooter,,
socket:type1_combo,,Type1-ccs.svg,<b>Type 1 CCS</b> (aka Type 1 Combo),,,400;1000,50;125,50 kW;62.5 kW;150 kW;350 kW;,<b>Type 1 CCS</b> (ook gekend als Type 1 Combo),car;motorcar;hgv;bus,bicycle;scooter,,
socket:tesla_supercharger,,Tesla-hpwc-model-s.svg,<b>Tesla Supercharger</b>,,,480,125;350,120 kW;150 kW;250 kW,<b>Tesla Supercharger</b>,car;motorcar;hgv;bus,bicycle;scooter,,true
socket:type2,,Type2_socket.svg,<b>Type 2</b> (mennekes),,,230;400,16;32,11 kW;22 kW,<b>Type 2</b> (mennekes),car;motorcar;hgv;bus,bicycle;scooter,,
socket:type2_combo,,Type2_CCS.svg,<b>Type 2 CCS</b> (mennekes),,,500;920,125;350,50 kW,<b>Type 2 CCS</b> (mennekes),car;motorcar;hgv;bus,bicycle;scooter,,
socket:type2_cable,,Type2_tethered.svg,<b>Type 2 with cable</b> (mennekes),,,230;400,16;32,11 kW;22 kW,<b>Type 2 met kabel</b> (J1772),car;motorcar;hgv;bus,bicycle;scooter,,
socket:tesla_supercharger_ccs,,Type2_CCS.svg,<b>Tesla Supercharger CCS</b> (a branded type2_css),,,500;920,125;350,50 kW,<b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo),car;motorcar;hgv;bus,bicycle;scooter,,true
socket:tesla_destination,socket:tesla_destination_us,Tesla-hpwc-model-s.svg,<b>Tesla Supercharger (destination)</b>,us,,480,125;350,120 kW;150 kW;250 kW,<b>Tesla Supercharger (destination)</b>,car;motorcar;hgv;bus,bicycle;scooter,,true
socket:USB-A,,usb_port.svg,<b>USB</b> to charge phones and small electronics,,,5,1;2,5W;10W,<b>USB</b> om GSMs en kleine electronica op te laden,*,,,
socket:bosch_3pin,,bosch-3pin.svg,<b>Bosch Active Connect with 3 pins</b> and cable,,,,,,<b>Bosch Active Connect met 3 pinnen</b> aan een kabel,bicycle,car;motorcar;hgv;bus,,
socket:bosch_5pin,,bosch-5pin.svg,<b>Bosch Active Connect with 5 pins</b> and cable,,,,,,<b>Bosch Active Connect met 5 pinnen</b> aan een kabel,bicycle,car;motorcar;hgv;bus,,
socket:bs1363,,bs1363.svg,<b>BS1363</b> (Type G),bh;bd;bz;bt;bw;bn;kh;cy;dm;gh;gi;gd;gg;gy;id;iq;ie;im;je;jo;ke;kw;lb;mo;mw;mv;mt;mu;ng;om;pk;qa;rw;sa;sc;sl;sb;lk;sd;tz;ug;vu;vn;ye;zm;zw,,230,13,3kW,<b>BS1363</b> (VK 3-pin),*,,,
socket:nema5_15,,nema-5-15.svg,<b>NEMA 5-15</b> (Type B),as;ai;ag;aw;bb;bz;bm;bo;vg;ky;co;cr;cu;do;ec;sv;pf;gu;gt;gy;ht;hn;jm;jp;jo;la;lb;lr;mx;fm;ms;ni;ne;pw;pa;py;pe;ph;pr;sr;th;tt;tm;ve;vn,,120,15,1.8 kW,<b>NEMA 5-15</b> (VS 3-pin),*,,,
socket:sev1011_t23,,typej.svg,<b>SEV 1011 T23</b> (Type J),jo;li;mg;mv;rw;ch,,230,16,3.7 kW,<b>SEV 1011 T23</b> (Zwitserse 3-pin),*,,,
socket:as3112,,as3112.svg,<b>AS3112</b> (Type I),as;ar;au;cn;ck;fj;ki;nr;nz;nu;pg;sb;tj;to;tv;uy;uz;vu,,230,10,2.3 kW,<b>AS3112</b> (Australische 3-pin),*,,,
socket:nema_5_20,,nema-5-20.svg,<b>NEMA 5-20</b> (Type B),as;ai;ag;aw;bb;bz;bm;bo;vg;ky;co;cr;cu;do;ec;sv;pf;gu;gt;gy;ht;hn;jm;jp;jo;la;lb;lr;mx;fm;ms;ni;ne;pw;pa;py;pe;ph;pr;sr;th;tt;tm;ve;vn,,120,20,2.4 kW,<b>NEMA 5-20</b> (VS 3-pin),*,,,
socket:nacs,,Tesla-hpwc-model-s.svg,<b>NACS</b>(North-American Charging System),mx;us:jp;kr;ca,,,,,<b>NACS</b>(Noord-Amerikaanse oplaadstandaard),car;motorcar;hgv;bus,bicycle;scooter,,

1 key id image description:en countryWhiteList countryBlackList commonVoltages commonCurrents commonOutputs description:nl associatedVehicleTypes neverAssociatedWith extraVisualisationCondition overrideHideInAnswer
2 socket:schuko CEE7_4F.svg <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) af;al;dz;as;ad;ao;am;aw;az;by;bt;ba;bg;cv;td;cl;hr;dk;eg;ee;et;fo;fr;pf;ge;gr;gl;gn;gw;is;id;ir;jo;kz;kg;la;lv;lr;ly;lt;lu;mo;mr;md;mc;mn;me;mz;nl;nc;ne;kp;mk;pt;qa;ro;ru;rw;sm;sk;si;kr;es;sr;tj;th;tl;tr;tm;ua;uy;uz;vn 230 16 3.6 kW <b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F) *
3 socket:typee TypeE.svg <b>European wall plug</b> with ground pin (CEE7/4 type E) be;bj;bf;bi;cm;cf;td;km;cz;dk;dj;gq;et;fo;fr;gf;pf;gl;gp;gw;la;lr;mg;ml;mq;mr;mu;mc;mn;ma;ne;pl;pt;rw;mf;pm;sn;sk;sy;tl;tn;uz 230 16 3 kW;22 kW; <b>Europese stekker</b> met aardingspin (CEE7/4 type E) *
4 socket:chademo Chademo_type4.svg <b>Chademo</b> 500 120 50 kW <b>Chademo</b> car;motorcar;hgv;bus bicycle;scooter
5 socket:type1_cable Type1_J1772.svg <b>Type 1 with cable</b> (J1772) 200;240 32 3.7 kW;7 kW <b>Type 1 met kabel</b> (J1772) car;motorcar;hgv;bus bicycle;scooter
6 socket:type1 Type1_J1772.svg <b>Type 1 <i>without</i> cable</b> (J1772) 200;240 32 3.7 kW;6.6 kW;7 kW;7.2 kW <b>Type 1 <i>zonder</i> kabel</b> (J1772) car;motorcar;hgv;bus bicycle;scooter
7 socket:type1_combo Type1-ccs.svg <b>Type 1 CCS</b> (aka Type 1 Combo) 400;1000 50;125 50 kW;62.5 kW;150 kW;350 kW; <b>Type 1 CCS</b> (ook gekend als Type 1 Combo) car;motorcar;hgv;bus bicycle;scooter
8 socket:tesla_supercharger Tesla-hpwc-model-s.svg <b>Tesla Supercharger</b> 480 125;350 120 kW;150 kW;250 kW <b>Tesla Supercharger</b> car;motorcar;hgv;bus bicycle;scooter true
9 socket:type2 Type2_socket.svg <b>Type 2</b> (mennekes) 230;400 16;32 11 kW;22 kW <b>Type 2</b> (mennekes) car;motorcar;hgv;bus bicycle;scooter
10 socket:type2_combo Type2_CCS.svg <b>Type 2 CCS</b> (mennekes) 500;920 125;350 50 kW <b>Type 2 CCS</b> (mennekes) car;motorcar;hgv;bus bicycle;scooter
11 socket:type2_cable Type2_tethered.svg <b>Type 2 with cable</b> (mennekes) 230;400 16;32 11 kW;22 kW <b>Type 2 met kabel</b> (J1772) car;motorcar;hgv;bus bicycle;scooter
12 socket:tesla_supercharger_ccs Type2_CCS.svg <b>Tesla Supercharger CCS</b> (a branded type2_css) 500;920 125;350 50 kW <b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo) car;motorcar;hgv;bus bicycle;scooter true
13 socket:tesla_destination socket:tesla_destination_us Tesla-hpwc-model-s.svg <b>Tesla Supercharger (destination)</b> us 480 125;350 120 kW;150 kW;250 kW <b>Tesla Supercharger (destination)</b> car;motorcar;hgv;bus bicycle;scooter _country=us true
14 socket:tesla_destination socket:USB-A Type2_tethered.svg usb_port.svg <b>Tesla supercharger (destination)</b> (A Type 2 with cable branded as tesla) <b>USB</b> to charge phones and small electronics us 230;400 5 16;32 1;2 11 kW;22 kW 5W;10W <b>Tesla supercharger (destination</b> (Een Type 2 met kabel en Tesla-logo) <b>USB</b> om GSMs en kleine electronica op te laden car;motorcar;hgv;bus * bicycle;scooter _country!=us
15 socket:USB-A socket:bosch_3pin usb_port.svg bosch-3pin.svg <b>USB</b> to charge phones and small electronics <b>Bosch Active Connect with 3 pins</b> and cable 5 1;2 5W;10W <b>USB</b> om GSMs en kleine electronica op te laden <b>Bosch Active Connect met 3 pinnen</b> aan een kabel * bicycle car;motorcar;hgv;bus
16 socket:bosch_3pin socket:bosch_5pin bosch-3pin.svg bosch-5pin.svg <b>Bosch Active Connect with 3 pins</b> and cable <b>Bosch Active Connect with 5 pins</b> and cable <b>Bosch Active Connect met 3 pinnen</b> aan een kabel <b>Bosch Active Connect met 5 pinnen</b> aan een kabel bicycle car;motorcar;hgv;bus
17 socket:bosch_5pin socket:bs1363 bosch-5pin.svg bs1363.svg <b>Bosch Active Connect with 5 pins</b> and cable <b>BS1363</b> (Type G) bh;bd;bz;bt;bw;bn;kh;cy;dm;gh;gi;gd;gg;gy;id;iq;ie;im;je;jo;ke;kw;lb;mo;mw;mv;mt;mu;ng;om;pk;qa;rw;sa;sc;sl;sb;lk;sd;tz;ug;vu;vn;ye;zm;zw 230 13 3kW <b>Bosch Active Connect met 5 pinnen</b> aan een kabel <b>BS1363</b> (VK 3-pin) bicycle * car;motorcar;hgv;bus
18 socket:bs1363 socket:nema5_15 bs1363.svg nema-5-15.svg <b>BS1363</b> (Type G) <b>NEMA 5-15</b> (Type B) bh;bd;bz;bt;bw;bn;kh;cy;dm;gh;gi;gd;gg;gy;id;iq;ie;im;je;jo;ke;kw;lb;mo;mw;mv;mt;mu;ng;om;pk;qa;rw;sa;sc;sl;sb;lk;sd;tz;ug;vu;vn;ye;zm;zw as;ai;ag;aw;bb;bz;bm;bo;vg;ky;co;cr;cu;do;ec;sv;pf;gu;gt;gy;ht;hn;jm;jp;jo;la;lb;lr;mx;fm;ms;ni;ne;pw;pa;py;pe;ph;pr;sr;th;tt;tm;ve;vn 230 120 13 15 3kW 1.8 kW <b>BS1363</b> (VK 3-pin) <b>NEMA 5-15</b> (VS 3-pin) *
19 socket:nema5_15 socket:sev1011_t23 nema-5-15.svg typej.svg <b>NEMA 5-15</b> (Type B) <b>SEV 1011 T23</b> (Type J) as;ai;ag;aw;bb;bz;bm;bo;vg;ky;co;cr;cu;do;ec;sv;pf;gu;gt;gy;ht;hn;jm;jp;jo;la;lb;lr;mx;fm;ms;ni;ne;pw;pa;py;pe;ph;pr;sr;th;tt;tm;ve;vn jo;li;mg;mv;rw;ch 120 230 15 16 1.8 kW 3.7 kW <b>NEMA 5-15</b> (VS 3-pin) <b>SEV 1011 T23</b> (Zwitserse 3-pin) *
20 socket:sev1011_t23 socket:as3112 typej.svg as3112.svg <b>SEV 1011 T23</b> (Type J) <b>AS3112</b> (Type I) jo;li;mg;mv;rw;ch as;ar;au;cn;ck;fj;ki;nr;nz;nu;pg;sb;tj;to;tv;uy;uz;vu 230 16 10 3.7 kW 2.3 kW <b>SEV 1011 T23</b> (Zwitserse 3-pin) <b>AS3112</b> (Australische 3-pin) *
21 socket:as3112 socket:nema_5_20 as3112.svg nema-5-20.svg <b>AS3112</b> (Type I) <b>NEMA 5-20</b> (Type B) as;ar;au;cn;ck;fj;ki;nr;nz;nu;pg;sb;tj;to;tv;uy;uz;vu as;ai;ag;aw;bb;bz;bm;bo;vg;ky;co;cr;cu;do;ec;sv;pf;gu;gt;gy;ht;hn;jm;jp;jo;la;lb;lr;mx;fm;ms;ni;ne;pw;pa;py;pe;ph;pr;sr;th;tt;tm;ve;vn 230 120 10 20 2.3 kW 2.4 kW <b>AS3112</b> (Australische 3-pin) <b>NEMA 5-20</b> (VS 3-pin) *
22 socket:nema_5_20 socket:nacs nema-5-20.svg Tesla-hpwc-model-s.svg <b>NEMA 5-20</b> (Type B) <b>NACS</b>(North-American Charging System) as;ai;ag;aw;bb;bz;bm;bo;vg;ky;co;cr;cu;do;ec;sv;pf;gu;gt;gy;ht;hn;jm;jp;jo;la;lb;lr;mx;fm;ms;ni;ne;pw;pa;py;pe;ph;pr;sr;th;tt;tm;ve;vn mx;us:jp;kr;ca 120 20 2.4 kW <b>NEMA 5-20</b> (VS 3-pin) <b>NACS</b>(Noord-Amerikaanse oplaadstandaard) * car;motorcar;hgv;bus bicycle;scooter

View file

@ -7,7 +7,8 @@
"ca": "Guarderies d'infants",
"cy": "Gofal Plant",
"cs": "Péče o děti",
"it": "Asilo nido"
"it": "Asilo nido",
"uk": "Догляд за дітьми"
},
"description": "Shows kindergartens and preschools. Both are grouped in one layer, as they are regularly confused with each other",
"source": {

View file

@ -420,7 +420,8 @@
"nl": "De sportklimroutes hebben maximum {climbing:bolts:max} haken. <div class='subtle'>Hierbij worden standplaatsen niet meegeteld. Dit geeft aan hoeveel setjes een klimmer nodig heeft.</div>",
"es": "Las vías de escalada deportiva aquí tienen como máximo {climbing:bolts:max} parabolts.<div class='subtle'>Esto es sin reuniones e indica cuántos cintas exprés necesita un escalador</div>",
"ca": "Les rutes d'escalada esportiva aquí tenen com a màxim {climbing:bolts:max} perns. <div class='subtle'>Això és sense estacions d'assegurament i indica quantes cintes necessita un escalador.</div>",
"it": "Le vie di arrampicata sportiva qui hanno al massimo {climbing:bolts:max} spit. <div class='subtle'>Questo è senza le soste e indica quanti rinvii servono a un arrampicatore.</div>"
"it": "Le vie di arrampicata sportiva qui hanno al massimo {climbing:bolts:max} spit. <div class='subtle'>Questo è senza le soste e indica quanti rinvii servono a un arrampicatore.</div>",
"cs": "Trasy pro sportovní lezení zde mají nejvýše {climbing:bolts:max} šroubů. <div class='subtle'>Toto je bez jisticích stanic a indikuje to, kolik expresek lezec potřebuje.</div>"
},
"freeform": {
"key": "climbing:bolts:max",

View file

@ -13,7 +13,8 @@
"hu": "Mászóegyesület",
"ca": "Club d'escalada",
"cs": "Lezecký klub",
"es": "Club de escalada"
"es": "Club de escalada",
"uk": "Клуб альпіністів"
},
"description": {
"de": "Ein Kletterverein oder -organisation",

View file

@ -162,7 +162,7 @@
"fr": "Peut-on louer des chaussures d'escalade ici ?",
"de": "Kann man hier Kletterschuhe für die Kletterwand ausleihen?",
"pl": "Czy można tutaj wypożyczyć buty do wspinaczki?",
"cs": "Lze si zde půjčit lezeckou obuv?",
"cs": "Lze si zde půjčit lezeckou obuv pro použití v tělocvičně?",
"es": "¿Se pueden alquilar zapatillas de escalada aquí?",
"ca": "Aquí es poden llogar sabates d'escalada per utilitzar al gimnàs?",
"it": "Si possono noleggiare scarpette da arrampicata qui da usare in palestra?"
@ -257,7 +257,7 @@
"nl": "Kan hier een klimgordel gehuurd worden voor gebruik in de zaal?",
"fr": "Peut-on louer un baudrier d'escalade ici ?",
"de": "Kann man hier einen Klettergurt für die Kletterwand ausleihen?",
"cs": "Lze si zde zapůjčit horolezecký postroj?",
"cs": "Lze si zde zapůjčit horolezecký postroj pro použití v tělocvičně?",
"es": "¿Se puede alquilar un arnés de escalada aquí?",
"ca": "Aquí es pot llogar un arnès d'escalada per utilitzar al gimnàs?",
"it": "Si può noleggiare un'imbragatura da arrampicata qui da usare in palestra?"
@ -368,14 +368,16 @@
"nl": "Zijn hier auto belays voor toprope?",
"de": "Gibt es hier Selbstsicherungen für das Toprope-Klettern?",
"ca": "Hi ha relleus automàtics per a l'escalada en politja aquí?",
"it": "Ci sono auto-assicuratori per il top rope qui?"
"it": "Ci sono auto-assicuratori per il top rope qui?",
"cs": "Je tu automatické jištění pro lezení s horním jištěním (top roping)?"
},
"questionHint": {
"en": "Excluding auto belays that are only for speed climbing",
"nl": "Autobelays die enkel voor speed zijn, tellen niet mee",
"de": "Ausgenommen Selbstsicherungen, die nur für das Speedklettern gedacht sind",
"ca": "Excloent els relleus automàtics que només són per a l'escalada de velocitat",
"it": "Esclusi gli auto-assicuratori solo per l'arrampicata velocità"
"it": "Esclusi gli auto-assicuratori solo per l'arrampicata velocità",
"cs": "Kromě automatických jištění, která jsou jen pro lezení na rychlost"
},
"condition": {
"and": [
@ -395,7 +397,8 @@
"nl": "Er zijn geen autobelays voor toprope",
"de": "Es gibt keine Selbstsicherungen für das Toprope-Klettern",
"ca": "No hi ha asseguraments automàtics per a l'escalada en politja",
"it": "Non ci sono auto-assicuratori per il top rope"
"it": "Non ci sono auto-assicuratori per il top rope",
"cs": "Není tu automatické jištění pro lezení s horním jištěním (top roping)"
}
},
{
@ -405,7 +408,8 @@
"nl": "Er zijn enkele autobelays voor toprope",
"de": "Es gibt eine Reihe von Selbstsicherungen für das Toprope-Klettern",
"ca": "Hi ha una sèrie d'asseguraments automàtics per a l'escalada en politja",
"it": "C'è un certo numero di auto-assicuratori per il top rope"
"it": "C'è un certo numero di auto-assicuratori per il top rope",
"cs": "Je tu více automatických jištění pro lezení s horním jištěním (top roping)"
}
},
{
@ -415,7 +419,8 @@
"nl": "Elke toproperoute kan op autobelay geklommen worden maar handmatig zekeren is ook mogelijk",
"de": "Für jede Toprope-Route gibt es eine Selbstsicherung , aber auch manuelles Sichern ist möglich",
"ca": "Hi ha un assegurament automàtic per a cada ruta d'escalada en politja, però també és possible el relleu manual",
"it": "C'è un auto-assicuratore per ogni via in top rope ma è possibile anche l'assicurazione manuale"
"it": "C'è un auto-assicuratore per ogni via in top rope ma è possibile anche l'assicurazione manuale",
"cs": "Je tu automatické jištění pro každou trasu lezení s horním jištěním (top roping), ale je možné i ruční jištění"
}
},
{
@ -425,7 +430,8 @@
"nl": "Toproperoutes kunnen enkel op autobelay geklommen worden",
"de": "Klettersteige können nur mit Selbstsicherung geklettert werden",
"ca": "Les rutes d'escalada en politja només es poden escalar en relleu automàtic",
"it": "Le vie in top rope possono essere scalate solo con auto-assicuratore"
"it": "Le vie in top rope possono essere scalate solo con auto-assicuratore",
"cs": "Trasy pro lezení s horním jištěním lze lézt jen s automatickým jištěním"
}
}
],
@ -434,7 +440,8 @@
"nl": "Er zijn {climbing:autobelay:toprope} autobelaytoestellen voor toprope",
"de": "Es gibt {climbing:autobelay:toprope} Selbstsicherungsgeräte für das Toprope-Klettern",
"ca": "Hi ha {climbing:autobelay:toprope} dispositius de relleu automàtic per a l'escalada en politja",
"it": "Ci sono {climbing:autobelay:toprope} dispositivi auto-assicuratori per il top rope"
"it": "Ci sono {climbing:autobelay:toprope} dispositivi auto-assicuratori per il top rope",
"cs": "Je tu {climbing:autobelay:toprope} automatických jištění pro lezení s horním jištěním (top roping)"
}
},
{
@ -444,7 +451,8 @@
"nl": "Zijn hier autobelays voor voorklimmen?",
"de": "Gibt es hier Selbstsicherungen für das Vorstiegsklettern?",
"ca": "Hi ha asseguraments automàtics per al cap de corda?",
"it": "Ci sono auto-assicuratori per l'arrampicata da primo qui?"
"it": "Ci sono auto-assicuratori per l'arrampicata da primo qui?",
"cs": "Je tu automatické jištění pro lezení na obtížnost?"
},
"condition": {
"and": [
@ -464,7 +472,8 @@
"nl": "Er zijn geen autobelays voor voorklimmen",
"de": "Es gibt keine Selbstsicherungen für das Vorstiegsklettern",
"ca": "No hi ha asseguraments automàtics per al cap de corda",
"it": "Non ci sono auto-assicuratori per l'arrampicata da primo"
"it": "Non ci sono auto-assicuratori per l'arrampicata da primo",
"cs": "Není tu žádné automatické jištění pro lezení na obtížnost"
}
},
{
@ -474,7 +483,8 @@
"nl": "Er zijn enkele autobelays voor voorklimmen",
"de": "Es gibt eine Reihe von Selbstsicherungen für das Vorstiegsklettern",
"ca": "Hi ha una sèrie d'asseguraments automàtics per a cada cap de corda",
"it": "C'è un certo numero di auto-assicuratori per l'arrampicata da primo"
"it": "C'è un certo numero di auto-assicuratori per l'arrampicata da primo",
"cs": "Je tu více automatických jištění pro lezení na obtížnost"
}
},
{
@ -484,7 +494,8 @@
"nl": "Elke voorklimroute kan op autobelay geklommen worden",
"de": "Für jede Vorstiegskletterroute gibt es eine Selbstsicherung",
"ca": "Hi ha un assegurament automàtic per a cada cap de corda",
"it": "C'è un auto-assicuratore per ogni via di arrampicata da primo"
"it": "C'è un auto-assicuratore per ogni via di arrampicata da primo",
"cs": "Je to automatické jištění pro každou trasu lezení na obtížnost"
}
}
],
@ -493,7 +504,8 @@
"nl": "Er zijn {climbing:autobelay:sport} autobelays voor voorklimmen",
"de": "Es gibt {climbing:autobelay:sport} Selbstsicherungen für das Vorstiegsklettern",
"ca": "Hi ha {climbing:autobelay:sport} asseguraments automàtics per al cap de corda",
"it": "Ci sono {climbing:autobelay:sport} auto-assicuratori per l'arrampicata da primo"
"it": "Ci sono {climbing:autobelay:sport} auto-assicuratori per l'arrampicata da primo",
"cs": "Je tu {climbing:autobelay:sport} automatických jištění pro lezení na obtížnost"
}
},
{
@ -503,7 +515,7 @@
"nl": "Kan hier een zekeringsapparaat gehuurd worden voor gebruik in de zaal?",
"fr": "Peut-on louer un dispositif d'assurage ici ?",
"de": "Kann man hier ein Sicherungsgerät für die Kletterwand ausleihen?",
"cs": "Lze si zde půjčit jištění?",
"cs": "Lze si zde půjčit jištění pro použití v tělocvičně?",
"es": "¿Se puede alquilar un dispositivo de aseguramiento aquí?",
"ca": "Aquí es pot llogar un aparell d'assegurament per utilitzar al gimnàs?",
"it": "Si può noleggiare un dispositivo di assicurazione qui da usare in palestra?"
@ -629,7 +641,7 @@
"nl": "Kan hier een klimtouw gehuurd worden voor gebruik in de zaal?",
"fr": "Peut-on louer une corde d'escalade ici ?",
"de": "Kann man hier ein Kletterseil für die Kletterwand ausleihen?",
"cs": "Lze si zde půjčit lezecké lano?",
"cs": "Lze si zde půjčit lezecké lano pro použití v tělocvičně?",
"es": "¿Se puede alquilar una cuerda de escalada aquí?",
"ca": "Aquí es pot llogar una corda d'escalada per a utilitzar al gimnàs?",
"it": "Si può noleggiare una corda da arrampicata qui da usare in palestra?"

View file

@ -10,7 +10,8 @@
"it": "Opportunità di arrampicata?",
"cs": "Lezecké příležitosti?",
"es": "¿Posibilidades de escalada?",
"ca": "Oportunitats d'escalada?"
"ca": "Oportunitats d'escalada?",
"uk": "Можливості для скелелазіння?"
},
"description": {
"en": "Fallback layer with items on which climbing _might_ be possible. It is loaded when zoomed in a lot, to prevent duplicate items to be added",

View file

@ -10,7 +10,8 @@
"it": "Vie di arrampicata",
"ca": "Rutes d'escalada",
"cs": "Lezecké trasy",
"es": "Vías de escalada"
"es": "Vías de escalada",
"uk": "Маршрути для скелелазіння"
},
"description": {
"en": "A single climbing route and its properties. Some properties are derived from the containing features",
@ -262,7 +263,8 @@
"it": "Questa via ha {climbing:bolts} spit. <div class='subtle'>Questo è senza le soste e indica quanti rinvii servono a un arrampicatore.</div>",
"nl": "Deze route heeft {climbing:bolts} haken. <div class='subtle'>Hierbij wordt de standplaats niet meegeteld. Een klimmer heeft normaal gezien dus minstens {climbing:bolts} setjes nodig.</div>",
"es": "Esta vía tiene {climbing:bolts} parabolts <div class='subtle'>Esto es sin reuniones e indica cuántos cintas exprés necesita un escalador</div>",
"ca": "Aquesta ruta té {climbing:bolts} ancoratges d'anella. <div class='subtle'>Això és sense estacions d'assegurament i indica quantes cintes necessita un escalador.</div>"
"ca": "Aquesta ruta té {climbing:bolts} ancoratges d'anella. <div class='subtle'>Això és sense estacions d'assegurament i indica quantes cintes necessita un escalador.</div>",
"cs": "Tato trasa má {climbing:bolts} šroubů. <div class='subtle'>Toto je bez jisticích stanic a indikuje to, kolik expresek lezec potřebuje.</div>"
},
"freeform": {
"key": "climbing:bolts",

View file

@ -8,7 +8,8 @@
"fr": "Horloges",
"cs": "Hodiny",
"es": "Relojes",
"it": "Orologi"
"it": "Orologi",
"uk": "Годинники"
},
"description": {
"en": "Layer with public clocks",
@ -19,7 +20,8 @@
"cs": "Vrstva s veřejnými hodinami",
"pl": "Warstwa z zegarami publicznymi",
"es": "Capa con relojes públicos",
"it": "Livello con orologi pubblici"
"it": "Livello con orologi pubblici",
"da": "Lag med offentlige ure"
},
"source": {
"osmTags": "amenity=clock"

View file

@ -11,7 +11,8 @@
"pa_PK": "کراسنگاں",
"cs": "Přechody",
"cy": "Croesfannau",
"it": "Attraversamenti"
"it": "Attraversamenti",
"uk": "Перехрестя"
},
"description": {
"en": "Crossings for pedestrians and cyclists",
@ -179,7 +180,8 @@
"question": {
"en": "Are there traffic signals at this crossing?",
"nl": "Zijn er verkeerslichten bij deze oversteekplaats?",
"it": "Ci sono semafori a questo attraversamento?"
"it": "Ci sono semafori a questo attraversamento?",
"cs": "Je na tomto přechodu světelné signalizace?"
},
"mappings": [
{
@ -187,7 +189,8 @@
"then": {
"en": "There are no traffic signals at this crossing",
"nl": "Er zijn geen verkeerslichten bij deze oversteekplaats",
"it": "Non ci sono semafori a questo attraversamento"
"it": "Non ci sono semafori a questo attraversamento",
"cs": "Na tomto přechodu není světelná signalizace"
}
},
{
@ -195,7 +198,8 @@
"then": {
"en": "There are traffic signals at this crossing",
"nl": "Er zijn verkeerslichten bij deze oversteekplaats",
"it": "Ci sono semafori a questo attraversamento"
"it": "Ci sono semafori a questo attraversamento",
"cs": "Na tomto přechodu je světelná signalizace"
},
"icon": {
"class": "small",
@ -207,7 +211,8 @@
"then": {
"en": "There are traffic signals at this crossing",
"nl": "Er zijn verkeerslichten bij deze oversteekplaats",
"it": "Ci sono semafori a questo attraversamento"
"it": "Ci sono semafori a questo attraversamento",
"cs": "Na tomto přechodu je světelná signalizace"
},
"icon": {
"class": "small",
@ -622,7 +627,8 @@
"then": {
"en": "This crrosing has tactile paving, but only on one side",
"nl": "Deze oversteekplaats heeft een geleidelijn, maar slechts aan één kant",
"it": "Questo attraversamento ha pavimentazione tattile, ma solo su un lato"
"it": "Questo attraversamento ha pavimentazione tattile, ma solo su un lato",
"cs": "Přechod má hmatovou dlažbu, ale jen na jedné straně"
}
}
]

View file

@ -830,7 +830,8 @@
"es": "¿Tiene {title()} una inclinación?",
"nl": "Heeft {title()} een helling?",
"ca": "{title()} té una inclinació?",
"it": "{title()} ha una pendenza?"
"it": "{title()} ha una pendenza?",
"cs": "Má {title()} sklon?"
},
"render": {
"en": "This road has an slope of {incline}",
@ -838,7 +839,8 @@
"es": "Esta carretera tiene una pendiente de {incline}",
"nl": "Deze weg heeft een helling van {incline}",
"ca": "Aquesta carretera té un pendent de {incline}",
"it": "Questa strada ha una pendenza di {incline}"
"it": "Questa strada ha una pendenza di {incline}",
"cs": "Tato cesta má sklon {incline}"
},
"freeform": {
"key": "incline",
@ -853,7 +855,8 @@
"nl": "De straat heeft hier (waarschijnlijk) geen helling",
"es": "Probablemente no hay inclinación aquí",
"ca": "Probablement aquí no hi ha inclinació",
"it": "Qui (probabilmente) non c'è pendenza"
"it": "Qui (probabilmente) non c'è pendenza",
"cs": "Není tu (pravděpodobně) žádný sklon"
},
"hideInAnswer": true
},
@ -871,7 +874,8 @@
"es": "Esta carretera tiene una pendiente",
"nl": "Deze weg heeft een helling",
"ca": "Aquesta carretera té pendent",
"it": "Questa strada ha una pendenza"
"it": "Questa strada ha una pendenza",
"cs": "Tato cesta má sklon"
},
"hideInAnswer": true
}

View file

@ -5,14 +5,17 @@
"de": "Radfahrer-Wartehilfen",
"es": "Ayudas a la espera de ciclistas",
"ca": "Ajudes a l'espera dels ciclistes",
"it": "Supporti per ciclisti in attesa"
"it": "Supporti per ciclisti in attesa",
"cs": "Čekací pomůcky pro cyklisty",
"uk": "Допоміжні засоби для велосипедистів, що чекають"
},
"description": {
"en": "Various pieces of infrastructure that aid cyclists while they wait at a traffic light.",
"de": "Verschiedene Infrastruktureinrichtungen, die Radfahrern helfen, während sie an einer Ampel warten.",
"es": "Diversas infraestructuras que ayudan a los ciclistas mientras esperan en un semáforo.",
"ca": "Diverses infraestructures que ajuden els ciclistes mentre esperen a un semàfor.",
"it": "Vari elementi di infrastruttura che aiutano i ciclisti mentre attendono a un semaforo."
"it": "Vari elementi di infrastruttura che aiutano i ciclisti mentre attendono a un semaforo.",
"cs": "Různé prvky infrastruktury, které pomáhají cyklistům, když čekají na světelné signalizaci."
},
"source": {
"osmTags": "highway=cyclist_waiting_aid"
@ -24,7 +27,8 @@
"es": "Ayuda para ciclistas en espera",
"nl": "Steuntje voor wachtende fietsers",
"ca": "Ajuda per a ciclistes en espera",
"it": "Supporto per ciclisti in attesa"
"it": "Supporto per ciclisti in attesa",
"cs": "Čekací pomůcka pro cyklisty"
}
},
"pointRendering": [
@ -58,7 +62,8 @@
"de": "eine Radfahrer-Wartehilfe",
"es": "un ciclista espera ayuda",
"ca": "una ajuda a l'espera del ciclista",
"it": "un supporto per ciclisti in attesa"
"it": "un supporto per ciclisti in attesa",
"cs": "čekací pomůcka pro cyklisty"
},
"tags": [
"highway=cyclist_waiting_aid"
@ -68,7 +73,8 @@
"de": "Eine Fußstütze, ein Handlauf oder ein anderes Hilfsmittel zur Verbesserung des Komforts beim Warten an der Ampel",
"es": "Reposapiés, pasamanos u otro tipo de ayuda para mejorar la comodidad durante la espera en los semáforos",
"ca": "Un reposapeus, barana o altres ajudes, per millorar la comoditat mentre s'espera als semàfors",
"it": "Un poggiapiedi, corrimano o altro supporto, per migliorare il comfort durante l'attesa ai semafori"
"it": "Un poggiapiedi, corrimano o altro supporto, per migliorare il comfort durante l'attesa ai semafori",
"cs": "Opěrka pro nohu, madlo nebo jiná pomůcka, která zvyšuje komfort při čekání na světelné signalizaci"
},
"snapToLayer": [
"cycleways_and_roads"
@ -83,7 +89,8 @@
"de": "Aus welchen Bestandteilen besteht diese Wartehilfe?",
"es": "¿Qué tipo de componentes tiene esta ayuda a la espera?",
"ca": "Quin tipus de components té aquesta ajuda a l'espera?",
"it": "Che tipo di componenti ha questo supporto?"
"it": "Che tipo di componenti ha questo supporto?",
"cs": "Jaký druh komponent má tato čekací pomůcka?"
},
"id": "type",
"multiAnswer": true,
@ -95,7 +102,8 @@
"de": "Hier gibt es ein Brett oder einen Pflock zum Abstützen des Fußes",
"es": "Hay una tabla o clavija para apoyar el pie.",
"ca": "Hi ha un tauler o una clavilla per descansar el peu aquí",
"it": "C'è una pedana o un piolo su cui appoggiare il piede qui"
"it": "C'è una pedana o un piolo su cui appoggiare il piede qui",
"cs": "Je tu deska nebo kolík, kam si můžete opřít nohu"
},
"ifnot": "footrest="
},
@ -106,7 +114,8 @@
"de": "Hier gibt es eine Schiene oder einen Griff zum Festhalten",
"es": "Hay una barandilla o un asa para agarrarse aquí",
"ca": "Hi ha una barana o una nansa per aferrar-se aquí",
"it": "C'è un corrimano o una maniglia a cui aggrapparsi qui"
"it": "C'è un corrimano o una maniglia a cui aggrapparsi qui",
"cs": "Je tu zábradlí nebo madlo k přidržení"
},
"ifnot": "handrest="
}
@ -118,7 +127,8 @@
"de": "Auf welcher Straßenseite befindet sich dies?",
"es": "¿En qué lado de la carretera se encuentra?",
"ca": "A quin costat de la carretera es troba?",
"it": "Su quale lato della strada si trova?"
"it": "Su quale lato della strada si trova?",
"cs": "Na které straně cesty je to umístěno?"
},
"id": "side",
"mappings": [
@ -129,7 +139,8 @@
"de": "Diese Wartehilfe befindet sich auf der linken Seite",
"es": "Esta ayuda a la espera se encuentra en el lado izquierdo",
"ca": "Aquesta ajuda a l'espera es troba a la banda esquerra",
"it": "Questo supporto si trova sul lato sinistro"
"it": "Questo supporto si trova sul lato sinistro",
"cs": "Tato čekací pomůcka je umístěna na levé straně"
}
},
{
@ -139,7 +150,8 @@
"de": "Diese Wartehilfe befindet sich auf der rechten Seite",
"es": "Esta ayuda a la espera se encuentra en el lado derecho",
"ca": "Aquesta ajuda a l'espera es troba al costat dret",
"it": "Questo supporto si trova sul lato destro"
"it": "Questo supporto si trova sul lato destro",
"cs": "Tato čekací pomůcka je umístěna na pravé straně"
}
},
{
@ -149,7 +161,8 @@
"de": "Auf beiden Seiten der Straße gibt es Wartehilfen",
"es": "Hay ayudas a la espera a ambos lados de la carretera",
"ca": "Hi ha ajudes a l'espera a ambdós costats de la carretera",
"it": "Ci sono supporti su entrambi i lati della strada"
"it": "Ci sono supporti su entrambi i lati della strada",
"cs": "Tato čekací pomůcka je umístěna na obou stranách cesty"
}
}
]
@ -165,7 +178,8 @@
"de": "Diese Wartehilfe kann bei der Weiterfahrt auf diesem Weg genutzt werden",
"es": "Esta ayuda a la espera puede utilizarse cuando se avanza por esta vía",
"ca": "Aquesta ajuda a l'espera es pot utilitzar quan s'avança en aquesta via",
"it": "Questo supporto può essere utilizzato quando si procede in avanti su questa strada"
"it": "Questo supporto può essere utilizzato quando si procede in avanti su questa strada",
"cs": "Tuto čekací pomůcku lze použít při jízdě vpřed po této cestě"
}
},
{
@ -175,7 +189,8 @@
"de": "Diese Wartehilfe kann beim Rückwärtsfahren auf diesem Weg benutzt werden",
"es": "Esta ayuda a la espera puede utilizarse cuando se retrocede por este camino",
"ca": "Aquesta ajuda a l'espera es pot utilitzar quan es retrocedeix per aquest camí",
"it": "Questo supporto può essere utilizzato quando si procede all'indietro su questa strada"
"it": "Questo supporto può essere utilizzato quando si procede all'indietro su questa strada",
"cs": "Tuto čekací pomůcku lze použít při jízdě zpět po této cestě"
}
}
],
@ -184,7 +199,8 @@
"de": "Diese Wartehilfe kann in Fahrtrichtung {direction} benutzt werden",
"es": "Esta ayuda a la espera puede utilizarse cuando se va en dirección {direction}",
"ca": "Aquesta ajuda a l'espera es pot utilitzar quan es va en direcció {direction}",
"it": "Questo supporto può essere utilizzato quando si procede in direzione {direction}"
"it": "Questo supporto può essere utilizzato quando si procede in direzione {direction}",
"cs": "Tuto čekací pomůcku lze použít při jízdě ve směru {direction}"
}
}
],

View file

@ -12,7 +12,8 @@
"sl": "Defibrilatorji",
"da": "Hjertestartere",
"cs": "Defibrilátory",
"cy": "Diffibrilwyr"
"cy": "Diffibrilwyr",
"uk": "Дефібрилятори"
},
"description": {
"en": "A layer showing defibrillators which can be used in case of emergency. This contains public defibrillators, but also defibrillators which might need staff to fetch the actual device",
@ -602,7 +603,8 @@
"nl": "Niet 24/7 bereikbaar, maar de exacte uren zijn niet bekend",
"ca": "No és accessible 24/7, però es desconeix l'horari exacte",
"de": "Nicht rund um die Uhr zugänglich, aber die genauen Öffnungszeiten sind nicht bekannt",
"it": "Non accessibile 24/7, ma gli orari esatti sono sconosciuti"
"it": "Non accessibile 24/7, ma gli orari esatti sono sconosciuti",
"cs": "Nepřístupné 24/7, ale přesné hodiny nejsou známy"
},
"hideInAnswer": true
}

View file

@ -68,7 +68,8 @@
"es": "{name}",
"nl": "{name}",
"cy": "{name}",
"it": "{name}"
"it": "{name}",
"cs": "{name}"
}
}
]

View file

@ -0,0 +1,941 @@
{
"id": "diets",
"description": "Library layer containing various dietary requirements. Import 'diets.diets' for a grouped view, use 'diets.diets-content' for the raw view. Some questions are specific for restaurants or fritures",
"source": "special:library",
"pointRendering": null,
"tagRenderings": [
{
"id": "diets_title",
"labels": [
"diets",
"hidden"
],
"render": {
"en": "Dietary options"
}
},
{
"id": "diets_grouped",
"labels": [
"diets"
],
"render": {
"special": {
"type": "group",
"header": "diets_title",
"labels": "diets-content"
}
}
},
{
"id": "sugar_free",
"labels": [
"diets",
"diets-content",
"hidden"
],
"question": {
"en": "Does this shop have a sugar free offering?",
"de": "Verkauft das Geschäft zuckerfreie Produkte?",
"cs": "Nabízí tento obchod nabídku bez cukru?",
"es": "¿Tiene esta tienda una oferta de productos sin azúcar?",
"ca": "Aquesta botiga té una oferta de productes sense sucre?",
"it": "Questo negozio ha un'offerta di prodotti senza zucchero?"
},
"questionHint": {
"en": "This is important for people following a sugar-free diet, such as people with Diabetes",
"de": "Dies ist wichtig für Menschen, die eine zuckerfreie Diät einhalten, z. B. für Menschen mit Diabetes",
"cs": "To je důležité pro lidi, kteří dodržují dietu bez cukru, jako jsou lidé s diabetem",
"es": "Esto es importante para las personas que siguen una dieta sin azúcar, como las personas con diabetes",
"ca": "Això és important per a les persones que segueixen una dieta sense sucre, com les persones amb diabetis",
"it": "Questo è importante per le persone che seguono una dieta senza zucchero, come le persone con diabete"
},
"mappings": [
{
"if": "diet:sugar_free=only",
"then": {
"en": "This shop <b>only sells sugar free</b> products",
"de": "Das Geschäft verkauft <b>ausschließlich</b> zuckerfreie Produkte",
"cs": "Tento obchod <b>prodává pouze produkty bez cukru</b>",
"es": "Esta tienda <b>solo vende productos sin azúcar</b>",
"uk": "У цьому магазині <b>продаються тільки продукти без цукру</b>",
"ca": "Aquesta botiga <b>només ven productes sense sucre</b>",
"it": "Questo negozio <b>vende solo prodotti senza zucchero</b>"
}
},
{
"if": "diet:sugar_free=yes",
"then": {
"en": "This shop has a big sugar free offering",
"de": "Das Geschäft verkauft <b>viele<b> zuckerfreie Produkte",
"cs": "Tento obchod má velkou nabídku bez cukru",
"es": "Esta tienda tiene una gran oferta de productos sin azúcar",
"ca": "Aquesta botiga té una gran oferta sense sucre",
"it": "Questo negozio ha un'ampia offerta di prodotti senza zucchero"
}
},
{
"if": "diet:sugar_free=limited",
"then": {
"en": "This shop has a <b>limited sugar free</b> offering",
"de": "Das Geschäft verkauft <b>wenige</b> zuckerfreie Produkte",
"cs": "Tento obchod má <b>omezenou nabídku bez cukru</b>",
"es": "Esta tienda tiene una oferta <b>limitada de productos sin azúcar</b>",
"ca": "Aquesta botiga té una oferta <b>limitada de productes sense sucre</b>",
"it": "Questo negozio ha un'offerta <b>limitata di prodotti senza zucchero</b>"
}
},
{
"if": "diet:sugar_free=no",
"then": {
"en": "This shop has no sugar free offering",
"de": "Das Geschäft verkauft <b>keine<b> zuckerfreie Produkte",
"cs": "Tento obchod nemá žádnou nabídku bez cukru",
"es": "Esta tienda no tiene oferta de productos sin azúcar",
"ca": "Aquesta botiga no té oferta de productes sense sucre",
"it": "Questo negozio non ha un'offerta di prodotti senza zucchero"
}
}
],
"filter": [
"filters.sugar_free"
],
"onSoftDelete": [
"diet:suger_free="
]
},
{
"id": "lactose_free",
"labels": [
"diets",
"diets-content",
"hidden"
],
"question": {
"en": "Does {title()} have a lactose-free offering?",
"de": "Verkauft {title()} laktosefreie Produkte?",
"cs": "Má {title()} nabídku bez laktózy?",
"es": "¿Tiene {title()} una oferta sin lactosa?",
"ca": "{title()} té una oferta sense lactosa?",
"it": "{title()} ha un'offerta di prodotti senza lattosio?"
},
"mappings": [
{
"if": "diet:lactose_free=only",
"then": {
"en": "<b>Only sells lactose free</b> products",
"de": "<b>Ausschließlich</b> laktosefreie Produkte",
"cs": "<b>Prodává pouze výrobky bez laktózy</b>",
"es": "<b>Solo vende productos sin lactosa</b>",
"ca": "<b>Només ven productes sense lactosa</b>",
"it": "<b>Vende solo prodotti senza lattosio</b>"
},
"icon": "./assets/layers/questions/lactose_free.svg"
},
{
"if": "diet:lactose_free=yes",
"then": {
"en": "Big lactose free offering",
"de": "Viele laktosefreie Produkte",
"cs": "Velká nabídka bez laktózy",
"es": "Gran oferta de productos sin lactosa",
"ca": "Gran oferta sense lactosa",
"it": "Ampia offerta di prodotti senza lattosio"
},
"icon": "./assets/layers/questions/lactose_free.svg"
},
{
"if": "diet:lactose_free=limited",
"then": {
"en": "<b>Limited lactose free</b> offering",
"de": "<b>Wenige</b> laktosefreie Produkte",
"cs": "<b>Omezená nabídka bez laktózy</b>",
"es": "Oferta <b>limitada de productos sin lactosa</b>",
"ca": "Oferta <b>limitada de productes sense lactosa</b>",
"it": "Offerta <b>limitata di prodotti senza lattosio</b>"
}
},
{
"if": "diet:lactose_free=no",
"then": {
"en": "No lactose free offering",
"de": "Keine laktosefreie Produkte",
"cs": "Žádná nabídka bez laktózy",
"es": "No hay oferta de productos sin lactosa",
"ca": "No hi ha oferta de productes sense lactosa",
"it": "Nessuna offerta di prodotti senza lattosio"
}
}
],
"filter": [
"filters.lactose_free"
],
"onSoftDelete": [
"diet:lactose_free="
]
},
{
"id": "gluten_free",
"labels": [
"diets",
"diets-content",
"hidden"
],
"question": {
"en": "Does this shop have a gluten free offering?",
"de": "Verkauft das Geschäft glutenfreie Produkte?",
"cs": "Má tento obchod bezlepkovou nabídku?",
"es": "¿Tiene esta tienda una oferta de productos sin gluten?",
"ca": "Aquesta botiga té una oferta sense gluten?",
"it": "Questo negozio ha un'offerta di prodotti senza glutine?"
},
"mappings": [
{
"if": "diet:gluten_free=only",
"then": {
"en": "This shop <b>only sells gluten free</b> products",
"de": "Das Geschäft verkauft <b>ausschließlich glutenfreie</b> Produkte",
"cs": "Tento obchod <b>prodává pouze bezlepkové</b> produkty",
"es": "Esta tienda <b>solo vende productos sin gluten</b>",
"uk": "Цей магазин <b>продає лише безглютенові продукти</b>",
"ca": "Aquesta botiga <b>només ven productes sense gluten</b>",
"it": "Questo negozio <b>vende solo prodotti senza glutine</b>"
},
"icon": "./assets/layers/questions/glutenfree.svg"
},
{
"if": "diet:gluten_free=yes",
"then": {
"en": "This shop has a big gluten free offering",
"de": "Das Geschäft verkauft viele glutenfreie Produkte",
"cs": "Tento obchod má velkou bezlepkovou nabídku",
"es": "Esta tienda tiene una gran oferta de productos sin gluten",
"ca": "Aquesta botiga disposa d'una gran oferta sense gluten",
"it": "Questo negozio ha un'ampia offerta di prodotti senza glutine"
},
"icon": "./assets/layers/questions/glutenfree.svg"
},
{
"if": "diet:gluten_free=limited",
"then": {
"en": "This shop has a <b>limited gluten free</b> offering",
"de": "Das Geschäft verkauft <b>wenige glutenfreie</b> Produkte",
"cs": "Tento obchod má <b>omezenou nabídku bezlepkových produktů</b>",
"es": "Esta tienda tiene una oferta <b>limitada de productos sin gluten</b>",
"ca": "Aquesta botiga té una oferta <b>sense gluten limitat</b>",
"it": "Questo negozio ha un'offerta <b>limitata di prodotti senza glutine</b>"
}
},
{
"if": "diet:gluten_free=no",
"then": {
"en": "This shop has no gluten free offering",
"de": "Das Geschäft verkauft keine glutenfreie Produkte",
"cs": "Tento obchod nemá bezlepkovou nabídku",
"es": "Esta tienda no tiene oferta de productos sin gluten",
"ca": "Aquesta botiga no disposa d'oferta sense gluten",
"it": "Questo negozio non ha un'offerta di prodotti senza glutine"
}
}
],
"filter": [
"filters.gluten_free"
],
"onSoftDelete": [
"diet:gluten_free="
]
},
{
"id": "vegan",
"labels": [
"diets",
"diets-content",
"hidden"
],
"question": {
"en": "Does this place offer a vegan option?",
"de": "Bietet dieser Ort eine vegane Option an?",
"pl": "Czy to miejsce oferuje opcję wegańską?",
"es": "¿Ofrece este lugar una opción vegana?",
"ca": "Aquest lloc ofereix una opció vegana?",
"it": "Questo luogo offre un'opzione vegana?",
"cs": "Má toto místo nabídku pro vegany?"
},
"mappings": [
{
"if": "diet:vegan=only",
"then": {
"en": "This place <b>only sells vegan</b> products",
"de": "Dieser Ort verkauft <b>nur vegane</b> Produkte",
"es": "Este lugar <b>solo vende productos veganos</b>",
"ca": "Aquest lloc <b>només ven productes vegans</b>",
"it": "Questo luogo <b>vende solo prodotti vegani</b>",
"cs": "Toto místo prodává <b>jen veganské</b> produkty"
}
},
{
"if": "diet:vegan=yes",
"then": {
"en": "This shop has a big vegan offering",
"de": "Dieser Laden hat ein großes veganes Angebot",
"es": "Esta tienda tiene una gran oferta vegana",
"ca": "Aquesta botiga té una gran oferta vegana",
"it": "Questo negozio ha un'ampia offerta vegana",
"cs": "Tento obchod má širokou nabídku pro vegany"
}
},
{
"if": "diet:vegan=limited",
"then": {
"en": "This shop has a <b>limited vegan</b> offering",
"de": "Dieser Laden hat ein <b>begrenztes veganes</b> Angebot",
"es": "Esta tienda tiene una oferta <b>vegana limitada</b>",
"ca": "Aquesta botiga té una oferta <b>vegana limitada</b>",
"it": "Questo negozio ha un'offerta <b>limitata di prodotti vegani</b>",
"cs": "Tento obchod má <b>omezenou</b> nabídku pro vegany"
}
},
{
"if": "diet:vegan=no",
"then": {
"en": "This shop has no vegan offering",
"de": "Dieser Laden bietet keine veganen Produkte an",
"es": "Esta tienda no tiene oferta vegana",
"ca": "Aquesta botiga no té oferta vegana",
"it": "Questo negozio non ha un'offerta vegana",
"cs": "Tento obchod nenabízí nic pro vegany"
}
}
],
"onSoftDelete": [
"diet:vegan="
],
"condition": {
"and": [
"amenity!=fast_food",
"amenity!=restaurant"
]
}
},
{
"question": {
"en": "Does this business serve vegan meals?",
"nl": "Heeft deze eetgelegenheid een veganistische optie?",
"de": "Werden hier vegane Gerichte angeboten?",
"es": "¿Este negocio sirve comidas veganas?",
"fr": "Cet établissement sert-il des repas végétaliens ?",
"ca": "Aquest negoci serveix menjars vegans?",
"cs": "Podává tento podnik veganská jídla?",
"it": "Questa attività serve pasti vegani?"
},
"labels": [
"diets",
"diets-content",
"hidden"
],
"mappings": [
{
"if": "diet:vegan=no",
"then": {
"en": "No vegan options available",
"nl": "Geen veganistische opties beschikbaar",
"de": "Hier werden keine veganen Gerichte angeboten",
"es": "No hay opciones veganas disponibles",
"fr": "Aucune option végétalienne disponible",
"ca": "No hi ha opcions veganes disponibles",
"pl": "Brak dań wegańskich",
"cs": "Nejsou k dispozici žádné veganské možnosti",
"it": "Nessuna opzione vegana disponibile"
}
},
{
"if": "diet:vegan=limited",
"then": {
"en": "Some vegan options are available",
"nl": "Beperkte veganistische opties zijn beschikbaar",
"de": "Hier werden nur wenige vegane Gerichte angeboten",
"es": "Hay algunas opciones veganas disponibles",
"fr": "Certaines options végétaliennes sont disponibles",
"ca": "Hi ha algunes opcions veganes disponibles",
"pl": "Pewne dania wegańskie są dostępne",
"cs": "K dispozici jsou některé veganské možnosti",
"it": "Sono disponibili alcune opzioni vegane"
}
},
{
"if": "diet:vegan=yes",
"then": {
"en": "Vegan options are available",
"nl": "Veganistische opties zijn beschikbaar",
"de": "Hier werden vegane Gerichte angeboten",
"es": "Hay opciones veganas disponibles",
"fr": "Des options végétaliennes sont disponibles",
"ca": "Hi ha opcions veganes disponibles",
"pl": "Dostępne są dania wegańskie",
"cs": "K dispozici jsou veganské možnosti",
"it": "Sono disponibili opzioni vegane"
}
},
{
"if": "diet:vegan=only",
"then": {
"en": "All dishes are vegan",
"nl": "Enkel veganistische opties zijn beschikbaar",
"de": "Hier werden ausschließlich vegane Gerichte angeboten",
"es": "Todos los platillos son veganos",
"fr": "Tous les plats sont végétaliens",
"ca": "Tots els plats són vegans",
"pl": "Wszystkie dania są wegańskie",
"cs": "Všechna jídla jsou veganská",
"it": "Tutti i piatti sono vegani"
}
},
{
"if": "diet:vegan=on_demand",
"then": {
"en": "Some dishes might be adapted to a vegan version if asked for",
"nl": "Op vraag kan een veganistische variant van een gerecht gemaakt worden",
"de": "Einige Gerichte können auf Nachfrage in eine vegane Version umgewandelt werden",
"es": "Algunos platillos podrían adaptarse a una versión vegana si se solicita",
"ca": "Alguns plats poden ser adaptats a una versió vegana si es demana",
"cs": "Některá jídla lze upravit do veganské verze, pokud se o to požádá",
"it": "Alcuni piatti potrebbero essere adattati in versione vegana su richiesta"
}
}
],
"condition": {
"and": [
"cuisine!=friture",
{
"or": [
"amenity=fast_food",
"amenity=restaurant"
]
}
]
},
"id": "vegan_food"
},
{
"question": {
"nl": "Heeft deze eetgelegenheid een vegetarische optie?",
"en": "Does this restaurant have a vegetarian option?",
"de": "Werden hier vegetarische Gerichte angeboten?",
"es": "¿Este restaurante tiene opciones vegetarianas?",
"fr": "Ce restaurant propose-t-il une option végétarienne ?",
"ca": "Aquest restaurant té opció vegetariana?",
"pl": "Czy ta restauracja ma danie wegetariańskie?",
"cs": "Nabízí tato restaurace vegetariánskou variantu?",
"it": "Questo ristorante ha un'opzione vegetariana?"
},
"mappings": [
{
"if": "diet:vegetarian=no",
"icon": "./assets/layers/food/Vegetarian-mark.svg;cross_bottom_right:red",
"then": {
"en": "No vegetarian options are available",
"nl": "Geen vegetarische opties beschikbaar",
"de": "Hier werden keine vegetarischen Gerichte angeboten",
"es": "No hay opciones vegetarianas disponibles",
"fr": "Aucune option végétarienne n'est disponible",
"ca": "No hi ha opcions vegetarianes disponibles",
"pl": "Brak dań wegetariańskich",
"cs": "Nejsou k dispozici žádné vegetariánské možnosti",
"it": "Nessuna opzione vegetariana disponibile"
}
},
{
"if": "diet:vegetarian=limited",
"then": {
"en": "Some vegetarian options are available",
"nl": "Beperkte vegetarische opties zijn beschikbaar",
"de": "Hier werden nur wenige vegetarische Gerichte angeboten",
"es": "Hay algunas opciones vegetarianas disponibles",
"fr": "Certaines options végétariennes sont disponibles",
"ca": "Algunes opcions vegetarianes",
"pl": "Pewne dania wegetariańskie są dostępne",
"cs": "K dispozici jsou některé vegetariánské možnosti",
"it": "Sono disponibili alcune opzioni vegetariane"
}
},
{
"if": "diet:vegetarian=yes",
"icon": "./assets/layers/food/Vegetarian-mark.svg",
"then": {
"en": "Vegetarian options are available",
"nl": "Vegetarische opties zijn beschikbaar",
"de": "Hier werden vegetarische Gerichte angeboten",
"es": "Hay opciones vegetarianas disponibles",
"fr": "Des options végétariennes sont disponibles",
"ca": "Hi ha opcions vegetarianes disponibles",
"pl": "Dostępne są dania wegetariańskie",
"cs": "K dispozici jsou vegetariánské možnosti",
"it": "Sono disponibili opzioni vegetariane"
}
},
{
"if": "diet:vegetarian=only",
"icon": "./assets/layers/food/Vegetarian-mark.svg",
"then": {
"en": "All dishes are vegetarian",
"nl": "Enkel vegetarische opties zijn beschikbaar",
"de": "Hier werden ausschließlich vegetarische Gerichte angeboten",
"es": "Todos los platillos son vegetarianos",
"fr": "Tous les plats sont végétariens",
"ca": "Tots els plats són vegetarians",
"pl": "Wszystkie dania są wegetariańskie",
"cs": "Všechna jídla jsou vegetariánská",
"it": "Tutti i piatti sono vegetariani"
}
},
{
"if": "diet:vegetarian=on_demand",
"then": {
"en": "Some dishes might be adapted to a vegetarian version, but this should be demanded",
"nl": "Sommige gerechten kunnen op vraag vegetarisch gemaakt worden",
"de": "Einige Gerichte können auf Nachfrage in eine vegetarische Version umgewandelt werden",
"es": "Algunos platillos podrían adaptarse a una versión vegetariana, pero esto debe solicitarse",
"ca": "Alguns plats poden adaptar-se a una versió vegetariana, però això s'ha de demanar",
"cs": "Některá jídla lze na vyžádání upravit do vegetariánské verze",
"it": "Alcuni piatti potrebbero essere adattati in versione vegetariana, ma deve essere richiesto"
}
}
],
"labels": [
"diets",
"diets-content",
"hidden"
],
"condition": {
"and": [
"cuisine!=friture",
{
"or": [
"amenity=fast_food",
"amenity=restaurant"
]
}
]
},
"id": "vegetarian"
},
{
"labels": [
"diets",
"diets-content",
"hidden"
],
"question": {
"en": "Does this restaurant offer a halal menu?",
"nl": "Heeft dit restaurant halal opties?",
"de": "Werden hier halal Gerichte angeboten?",
"fr": "Ce restaurant propose-t-il un menu halal ?",
"ca": "Aquest restaurant ofereix un menú halal?",
"cs": "Nabízí tato restaurace halal menu?",
"es": "¿Este restaurante ofrece un menú halal?",
"it": "Questo ristorante offre un menu halal?"
},
"mappings": [
{
"if": "diet:halal=no",
"then": {
"en": "There are no halal options available",
"nl": "Er zijn geen halal opties aanwezig",
"de": "Hier werden keine halal Gerichte angeboten",
"fr": "Il n'y a pas d'options halal disponibles",
"ca": "No hi ha opcions halal disponibles",
"cs": "Nejsou k dispozici žádné halal možnosti",
"es": "No hay opciones halal disponibles",
"it": "Non sono disponibili opzioni halal"
}
},
{
"if": "diet:halal=limited",
"then": {
"en": "There is a small halal menu",
"nl": "Er zijn een beperkt aantal halal opties",
"de": "Hier werden nur wenige halal Gerichte angeboten",
"fr": "Il y a un petit menu halal",
"ca": "Hi ha un petit menú halal",
"cs": "K dispozici je malé halal menu",
"es": "Hay un pequeño menú halal",
"it": "C'è un piccolo menu halal"
}
},
{
"if": "diet:halal=yes",
"icon": "./assets/layers/diets/halal.svg",
"then": {
"nl": "Halal menu verkrijgbaar",
"en": "There is a halal menu",
"de": "Hier werden halal Gerichte angeboten",
"fr": "Il y a un menu halal",
"ca": "Hi ha un menú halal",
"cs": "K dispozici je halal menu",
"es": "Hay un menú halal",
"it": "C'è un menu halal"
}
},
{
"if": "diet:halal=only",
"icon": "./assets/layers/diets/halal.svg",
"then": {
"nl": "Enkel halal opties zijn beschikbaar",
"en": "Only halal options are available",
"de": "Hier werden ausschließlich halal Gerichte angeboten",
"fr": "Seules les options halal sont disponibles",
"ca": "Només hi ha opcions halal disponibles",
"cs": "K dispozici jsou pouze možnosti halal",
"es": "Solo hay opciones halal disponibles",
"it": "Sono disponibili solo opzioni halal"
}
}
],
"condition": {
"and": [
"cuisine!=friture",
{
"or": [
"amenity=fast_food",
"amenity=restaurant"
]
}
]
},
"id": "halal"
},
{
"labels": [
"diets",
"diets-content",
"hidden"
],
"id": "organic",
"question": {
"en": "Does this restaurant offer organic food?",
"de": "Bietet das Restaurant biologische Speisen an?",
"nl": "Biedt dit restaurant biologisch eten?",
"fr": "Ce restaurant propose-t-il de la nourriture bio ?",
"ca": "Aquest restaurant ofereix menjar ecològic?",
"cs": "Nabízí tato restaurace biopotraviny?",
"es": "¿Este restaurante ofrece comida orgánica?",
"it": "Questo ristorante offre cibo biologico?"
},
"mappings": [
{
"if": "organic=no",
"then": {
"en": "There are no organic options available",
"de": "Es sind keine biologischen Produkte verfügbar",
"nl": "Er zijn geen biologische opties beschikbaar",
"fr": "Il n'y a pas d'option bio disponible",
"ca": "No hi ha opcions ecològiques disponibles",
"cs": "Nejsou k dispozici žádné BIO možnosti",
"es": "No hay opciones orgánicas disponibles",
"it": "Non sono disponibili opzioni biologiche"
}
},
{
"if": "organic=yes",
"then": {
"en": "There is an organic menu",
"de": "Es gibt ein biologisches Menü",
"nl": "Er is een biologisch menu",
"fr": "Il y a un menu bio",
"ca": "Hi ha un menú ecològic",
"cs": "K dispozici je BIO menu",
"es": "Hay un menú orgánico",
"it": "C'è un menu biologico"
}
},
{
"if": "organic=only",
"then": {
"en": "Only organic options are available",
"de": "Nur biologische Produkte sind erhältlich",
"nl": "Er zijn alleen biologische opties beschikbaar",
"fr": "Bio uniquement",
"ca": "Només hi ha opcions ecològiques disponibles",
"cs": "K dispozici je pouze BIO menu",
"es": "Solo hay opciones orgánicas disponibles",
"it": "Sono disponibili solo opzioni biologiche"
}
}
],
"condition": {
"and": [
"cuisine!=friture",
{
"or": [
"amenity=fast_food",
"amenity=restaurant"
]
}
]
}
},
{
"labels": [
"diets",
"diets-content",
"hidden"
],
"id": "friture-vegetarian",
"question": {
"en": "Does this fries shop have vegetarian snacks?",
"nl": "Heeft deze frituur vegetarische snacks?",
"fr": "Cette friterie est-elle équipée de snacks végétariens ?",
"de": "Hat dieser Frittenladen vegetarische Snacks?",
"ca": "Aquesta botiga de patates fregides ofereix snacks vegetarians?",
"cs": "Má tento obchod s hranolky vegetariánské občerstvení?",
"es": "¿Esta freiduría tiene refrigerios vegetarianos?",
"it": "Questo negozio di patatine fritte ha snack vegetariani?"
},
"mappings": [
{
"if": "diet:vegetarian=only",
"then": {
"en": "Serves only vegetarian snacks and burgers",
"de": "Nur vegetarische Snacks und Burger erhältlich",
"es": "Sirve solo refrigerios y hamburguesas vegetarianas",
"ca": "Servix només aperitius i hamburgueses vegetarianes",
"it": "Serve solo snack e hamburger vegetariani",
"cs": "Podává jen vegetariánské snacky a burgery"
}
},
{
"if": "diet:vegetarian=yes",
"then": {
"en": "Vegetarian snacks are available",
"nl": "Er zijn vegetarische snacks aanwezig",
"fr": "Des collations végétariens sont disponibles",
"de": "Vegetarische Snacks sind erhältlich",
"ca": "Hi ha snacks vegetarians disponibles",
"cs": "Vegetariánské občerstvení je k dispozici",
"es": "Hay refrigerios vegetarianos disponibles",
"it": "Sono disponibili snack vegetariani"
}
},
{
"if": "diet:vegetarian=limited",
"then": {
"en": "Only a small selection of snacks are vegetarian",
"nl": "Slechts enkele vegetarische snacks",
"fr": "Quelques snacks végétariens seulement",
"de": "Nur eine kleine Auswahl an vegetarischen Snacks ist erhältlich",
"ca": "Només una petita selecció de snacks son vegetarians",
"cs": "Pouze malý výběr občerstvení je vegetariánský",
"es": "Solo una pequeña selección de refrigerios son vegetarianos",
"it": "Solo una piccola selezione di snack sono vegetariani"
}
},
{
"if": "diet:vegetarian=no",
"then": {
"en": "No vegetarian snacks are available",
"nl": "Geen vegetarische snacks beschikbaar",
"fr": "Pas d'en-cas végétariens disponibles",
"de": "Es sind keine vegetarischen Snacks erhältlich",
"ca": "No hi han sacks disponibles",
"cs": "Vegetariánské občerstvení není k dispozici",
"es": "No hay refrigerios vegetarianos disponibles",
"it": "Non sono disponibili snack vegetariani"
}
}
],
"condition": "cuisine=friture"
},
{
"id": "friture-vegan",
"labels": [
"diets",
"diets-content",
"hidden"
],
"question": {
"en": "Does this fries shop have vegan snacks?",
"nl": "Heeft deze frituur veganistische snacks?",
"fr": "Cette friterie est-elle équipée de snacks végétaliens ?",
"de": "Gibt es in dieser Pommesbude auch vegane Snacks?",
"ca": "Aquesta botiga de patates fregides té snacks vegans?",
"cs": "Má tento obchod s hranolky veganské občerstvení?",
"es": "¿Esta freiduría tiene refrigerios veganos?",
"it": "Questo negozio di patatine fritte ha snack vegani?"
},
"mappings": [
{
"if": "diet:vegan=only",
"then": {
"en": "Serves only vegan snacks and burgers",
"de": "Nur vegane Snacks und Burger erhältlich",
"es": "Sirve solo refrigerios y hamburguesas veganas",
"ca": "Servix només aperitius i hamburgueses veganes",
"it": "Serve solo snack e hamburger vegani",
"cs": "Podává jen veganské snacky a burgery"
}
},
{
"if": "diet:vegan=yes",
"then": {
"en": "Vegan snacks are available",
"nl": "Er zijn veganistische snacks aanwezig",
"fr": "Des collations végétaliens sont disponibles",
"de": "Vegane Snacks sind erhältlich",
"ca": "Hi han snacks vegans disponibles",
"cs": "Veganské občerstvení je k dispozici",
"es": "Hay refrigerios veganos disponibles",
"it": "Sono disponibili snack vegani"
}
},
{
"if": "diet:vegan=limited",
"then": {
"en": "A small selection of vegan snacks are available",
"nl": "Slechts enkele veganistische snacks",
"fr": "Quelques snacks végétaliens seulement",
"de": "Nur eine kleine Auswahl an veganen Snacks ist erhältlich",
"ca": "Hi ha una petita selecció de snacks vegans disponibles",
"cs": "K dispozici je malý výběr veganského občerstvení",
"es": "Hay una pequeña selección de refrigerios veganos disponibles",
"it": "È disponibile una piccola selezione di snack vegani"
}
},
{
"if": "diet:vegan=no",
"then": {
"en": "No vegan snacks are available",
"nl": "Geen veganistische snacks beschikbaar",
"fr": "Pas d'en-cas végétaliens disponibles",
"de": "Es sind keine veganen Snacks verfügbar",
"ca": "No hi ha snacks vegans disponibles",
"cs": "Veganské občerstvení není k dispozici",
"es": "No hay refrigerios veganos disponibles",
"it": "Non sono disponibili snack vegani"
}
}
],
"condition": "cuisine=friture"
},
{
"id": "friture-organic",
"labels": [
"diets",
"diets-content",
"hidden"
],
"question": {
"en": "Does this fries shop offer organic snacks?",
"nl": "Heeft deze frituur biologische snacks?",
"de": "Bietet diese Pommesbude biologische Snacks an?",
"ca": "Aquesta botiga de patates fregides ofereix snacks orgànics?",
"cs": "Nabízí tento obchod s hranolkami BIO občerstvení?",
"es": "¿Esta freiduría ofrece refrigerios orgánicos?",
"it": "Questo negozio di patatine fritte offre snack biologici?"
},
"mappings": [
{
"if": "organic=yes",
"then": {
"en": "Organic snacks are available",
"nl": "Er zijn biologische snacks aanwezig",
"de": "Biologische Snacks sind erhältlich",
"ca": "Hi ha disponibles snacks orgànics",
"cs": "K dispozici je BIO občerstvení",
"es": "Hay refrigerios orgánicos disponibles",
"it": "Sono disponibili snack biologici"
}
},
{
"if": "organic=no",
"then": {
"en": "No organic snacks are available",
"nl": "Geen biologische snacks beschikbaar",
"de": "Es sind keine biologischen Snacks erhältlich",
"ca": "No hi han disponibles snacks orgànics",
"cs": "Žádné BIO občerstvení k dispozici",
"es": "No hay refrigerios orgánicos disponibles",
"it": "Non sono disponibili snack biologici"
}
},
{
"if": "organic=only",
"then": {
"en": "Only organic snacks are available",
"nl": "Enkel biologische snacks zijn beschikbaar",
"de": "Es sind nur biologische Snacks erhältlich",
"ca": "Només hi han disponibles snacks orgànics",
"cs": "K dispozici je pouze BIO občerstvení",
"es": "Solo hay refrigerios orgánicos disponibles",
"it": "Sono disponibili solo snack biologici"
}
}
],
"condition": "cuisine=friture"
},
{
"id": "friture-oil",
"labels": [
"diets",
"diets-content",
"hidden"
],
"question": {
"en": "Does this fries shop use vegetable or animal oil for cooking?",
"nl": "Bakt deze frituur met dierlijk vet of met plantaardige olie?",
"fr": "Cette friteuse fonctionne-t-elle avec de la graisse animale pour la cuisson ?",
"de": "Wird in dieser Pommesbude pflanzliches oder tierisches Fett zum Frittieren verwendet?",
"ca": "Aquesta botiga de patates fregides utilitza oli vegetal o animal per a cuinar?",
"cs": "Používá tato prodejna hranolek k pečení rostlinný nebo živočišný olej?",
"es": "¿Esta freiduría usa aceite vegetal o animal para cocinar?",
"it": "Questo negozio di patatine fritte usa olio vegetale o animale per cucinare?"
},
"mappings": [
{
"if": "friture:oil=vegetable",
"then": {
"en": "The frying is done with vegetable oil",
"nl": "Bakt in plantaardige olie",
"fr": "La friture est faite avec de l'huile végétale",
"de": "Es wird pflanzliches Fett zum Frittieren verwendet",
"es": "La fritura se hace con aceite vegetal",
"ca": "El fregit es fa amb oli vegetal",
"pl": "Smażenie jest na oleju roślinnym",
"cs": "Smažení se provádí s rostlinným olejem",
"it": "La frittura viene fatta con olio vegetale"
}
},
{
"if": "friture:oil=animal",
"then": {
"en": "The frying is done with animal oil",
"nl": "Dierlijk vet",
"fr": "La friture est faite avec de la graisse animale",
"de": "Es wird tierisches Fett zum Frittieren verwendet",
"es": "La fritura se hace con aceite animal",
"ca": "El fregit es fa amb oli animal",
"pl": "Smażenie jest na oleju zwierzęcym",
"cs": "Smažení se provádí na živočišném oleji",
"it": "La frittura viene fatta con olio animale"
}
}
],
"condition": "cuisine=friture"
},
{
"id": "diet-questions",
"labels": [
"hidden",
"diets",
"diets-content"
],
"render": {
"special": {
"type": "questions",
"labels": "diets-content",
"show_all": "yes"
}
}
}
]
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 26 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Leonkogo
SPDX-License-Identifier: CC0-1.0

View file

@ -0,0 +1,12 @@
[
{
"path": "halal.svg",
"license": "CC0-1.0",
"authors": [
"Leonkogo"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Halal.svg"
]
}
]

View file

@ -5,7 +5,9 @@
"de": "Katastrophenschutzorganisationen",
"ca": "Organitzacions de resposta a desastres",
"es": "Organizaciones de respuesta a desastres",
"it": "Organizzazioni di risposta ai disastri"
"it": "Organizzazioni di risposta ai disastri",
"cs": "Organizace pro pomoc při katastrofách",
"uk": "Організації з реагування на надзвичайні ситуації"
},
"description": {
"en": "This layer contains organizations that have the main objective to help the civil population during and after natural or anthropogenic disasters by working in the affected area.",
@ -13,7 +15,8 @@
"de": "Diese Ebene umfasst Organisationen, deren Hauptziel es ist, der Zivilbevölkerung während und nach Natur- oder anthropogenen Katastrophen zu helfen, indem sie in dem betroffenen Gebiet tätig sind.",
"ca": "Aquesta capa conté organitzacions que tenen com a objectiu principal ajudar la població civil durant i després de desastres naturals o antropogènics treballant a la zona afectada.",
"es": "Esta capa contiene organizaciones que tienen como objetivo principal ayudar a la población civil durante y después de desastres naturales o antropogénicos trabajando en el área afectada",
"nl": "Deze laag bevat organisaties met hoofddoelstelling om burgers te helpen tijdens en na rampen door in de getroffen gebieden te gaan helpen."
"nl": "Deze laag bevat organisaties met hoofddoelstelling om burgers te helpen tijdens en na rampen door in de getroffen gebieden te gaan helpen.",
"cs": "Tato vrstva obsahuje organizace, které mají jako hlavní cíl pomoc obyvatelstvu během a po přírodních nebo člověkem způsobených katastrofách svou prací v zasažených oblastech."
},
"source": {
"osmTags": {
@ -29,7 +32,8 @@
"it": "Organizzazione di risposta ai disastri",
"de": "Katastrophenschutzorganisation",
"ca": "Organització de resposta a desastres",
"es": "Organización de respuesta a desastres"
"es": "Organización de respuesta a desastres",
"cs": "Organizace pomoci při katastrofách"
}
},
"pointRendering": [
@ -60,7 +64,8 @@
"it": "un'organizzazione di risposta ai disastri",
"de": "eine Katastrophenschutzorganisation",
"ca": "una organització de resposta a desastres",
"es": "una organización de respuesta a desastres"
"es": "una organización de respuesta a desastres",
"cs": "organizace pro pomoc při katastrofách"
},
"tags": [
"emergency=disaster_response"
@ -80,14 +85,16 @@
"it": "Qual è il nome di questa organizzazione?",
"de": "Wie lautet der Name dieser Organisation?",
"ca": "Quin és el nom d'aquesta organització?",
"es": "¿Cuál es el nombre de esta organización?"
"es": "¿Cuál es el nombre de esta organización?",
"cs": "Jaký je název této organizace?"
},
"render": {
"en": "This organization is named <b>{name}</b>",
"it": "Questa organizzazione si chiama <b>{name}</b>",
"de": "Diese Organisation heißt <b>{name}</b>",
"es": "Esta organización se llama <b>{name}</b>",
"ca": "Aquesta organització s'anomena <b>{name}</b>"
"ca": "Aquesta organització s'anomena <b>{name}</b>",
"cs": "Tato organizace se jmenuje <b>{name}</b>"
}
}
],

View file

@ -197,7 +197,8 @@
}
}
]
}
},
"toilet_at_amenity_lib.all"
],
"filter": [
"open_now",

View file

@ -5,13 +5,15 @@
"de": "Hundetoiletten",
"uk": "Собачі туалети",
"ca": "Vàters per a gossos",
"it": "Aree per cani"
"it": "Aree per cani",
"cs": "Toalety pro psy"
},
"description": {
"en": "A dog toilet is a facility designated for dogs to urinate and excrete. This can be a designated, signposted patch of grass, a sand pit or a fenced area.",
"de": "Eine Hundetoilette ist eine Einrichtung, die für das Urinieren und die Ausscheidung von Hunden vorgesehen ist. Dabei kann es sich um eine ausgewiesene, ausgeschilderte Rasenfläche, eine Sandgrube oder einen eingezäunten Bereich handeln.",
"ca": "Un vàter de gos és una instal·lació designada per a gossos per orinar i excretar. Pot ser un tros d'herba senyalitzat, un pou de sorra o una zona tancada.",
"it": "Un'area per cani è una struttura designata per i cani per urinare e defecare. Può essere un'area di erba designata e segnalata, una fossa di sabbia o un'area recintata."
"it": "Un'area per cani è una struttura designata per i cani per urinare e defecare. Può essere un'area di erba designata e segnalata, una fossa di sabbia o un'area recintata.",
"cs": "Toaleta pro psy je zařízení určené pro močení a kálení psů. Může to být určená a označená travnatá plocha, plocha s pískem nebo oplocená oblast."
},
"source": {
"osmTags": "amenity=dog_toilet"
@ -22,7 +24,8 @@
"en": "Dog toilet",
"de": "Hundetoilette",
"ca": "Vàter per a gossos",
"it": "Area per cani"
"it": "Area per cani",
"cs": "Toaleta pro psy"
}
},
"pointRendering": [
@ -44,7 +47,8 @@
"en": "a dog toilet",
"de": "eine Hundetoilette",
"ca": "un lavabo de gossos",
"it": "un'area per cani"
"it": "un'area per cani",
"cs": "toaleta pro psy"
},
"tags": [
"amenity=dog_toilet"
@ -59,7 +63,8 @@
"en": "Is this dog toilet fenced?",
"de": "Ist diese Hundetoilette eingezäunt?",
"ca": "Està tancat aquest vàter de gos?",
"it": "Questa area per cani è recintata?"
"it": "Questa area per cani è recintata?",
"cs": "Je tato toaleta pro psy oplocena?"
},
"mappings": [
{
@ -71,7 +76,8 @@
"en": "There is a fence around this dog toilet",
"de": "Diese Hundetoilette ist eingezäunt",
"ca": "Hi ha una tanca al voltant d'aquest vàter per a gossos",
"it": "C'è una recinzione intorno a questa area per cani"
"it": "C'è una recinzione intorno a questa area per cani",
"cs": "Kolem této toalety pro psy je plot"
}
},
{
@ -83,7 +89,8 @@
"en": "There is a hedge around this dog toilet",
"de": "Diese Hundetoilette ist von einer Hecke umgeben",
"ca": "Hi ha una esbardissa al voltant d'aquest vàter de gos",
"it": "C'è una siepe intorno a questa area per cani"
"it": "C'è una siepe intorno a questa area per cani",
"cs": "Kolem této toalety pro psy je živý plot"
}
},
{
@ -95,7 +102,8 @@
"en": "There is a barrier around this dog toilet",
"de": "Um diese Hundetoilette herum befindet sich eine Barriere",
"ca": "Hi ha una barrera al voltant d'aquest vàter per a gossos",
"it": "C'è una barriera intorno a questa area per cani"
"it": "C'è una barriera intorno a questa area per cani",
"cs": "Kolem této toalety pro psy je bariéra"
}
},
{
@ -107,7 +115,8 @@
"en": "There is no barrier around this dog toilet",
"de": "Es gibt keine Barriere um diese Hundetoilette herum",
"ca": "No hi ha cap barrera al voltant d'aquest vàter per a gossos",
"it": "Non c'è alcuna barriera intorno a questa area per cani"
"it": "Non c'è alcuna barriera intorno a questa area per cani",
"cs": "Tato toaleta pro psy není nijak ohrazená"
}
}
]

View file

@ -144,7 +144,8 @@
"nl": "Meestal een drinkwaterfonteintje, waterkraan, waterput of natuurlijke bron",
"ca": "Normalment una font d'aigua, aixeta, pou d'aigua o font natural",
"es": "Típicamente una fuente de agua potable, toma de agua, pozo de agua o manantial natural",
"it": "Tipicamente una fontanella, un rubinetto, un pozzo o una sorgente naturale"
"it": "Tipicamente una fontanella, un rubinetto, un pozzo o una sorgente naturale",
"cs": "Typicky fontánka na pití, vodovodní kohoutek, vodní pramen nebo vřídlo"
},
"tags": [
"amenity=drinking_water"
@ -247,7 +248,8 @@
"uk": "Цей пункт питної води постійно закритий",
"es": "Esta fuente de agua potable está cerrada permanentemente",
"ca": "Aquesta font d'aigua potable està tancada permanentment",
"it": "Questo punto di acqua potabile è chiuso permanentemente"
"it": "Questo punto di acqua potabile è chiuso permanentemente",
"cs": "Tato pitná voda je trvale uzavřena"
}
}
],
@ -262,7 +264,8 @@
"ca": "Aquest punt d'aigua potable és d'ús gratuït?",
"es": "¿Es de libre uso este punto de agua potable?",
"uk": "Чи можна користуватися цим пунктом питної води безкоштовно?",
"it": "Questo punto di acqua potabile è gratuito?"
"it": "Questo punto di acqua potabile è gratuito?",
"cs": "Je tento bod s pitnou vodou zdarma k použití?"
},
"mappings": [
{
@ -274,7 +277,8 @@
"ca": "D'us gratuït",
"es": "Libre de uso",
"uk": "Безкоштовне використання",
"it": "Utilizzo gratuito"
"it": "Utilizzo gratuito",
"cs": "Zdarma k použití"
}
},
{
@ -286,7 +290,8 @@
"ca": "Cal pagar per utilitzar aquest punt d'aigua potable",
"es": "Hay que pagar para usar este punto de agua potable",
"uk": "Користування цим пунктом питної води є платним",
"it": "Bisogna pagare per utilizzare questo punto di acqua potabile"
"it": "Bisogna pagare per utilizzare questo punto di acqua potabile",
"cs": "Za použití této pitné vody se musí platit"
}
}
]
@ -300,7 +305,8 @@
"ca": "Quin tipus de punt d'aigua potable és aquest?",
"uk": "Що це за тип пункту питної води?",
"es": "¿Qué tipo de punto de agua potable es este?",
"it": "Che tipo di punto di acqua potabile è questo?"
"it": "Che tipo di punto di acqua potabile è questo?",
"cs": "Jaký typ bodu s pitnou vodou to je?"
},
"multiAnswer": true,
"invalidValues": {
@ -325,7 +331,8 @@
"uk": "Це барботажний фонтан. Струмінь води, з якого можна пити, спрямовується вгору, зазвичай керується кнопкою.",
"es": "Esta es una fuente de chorro. Un chorro de agua para beber se envía hacia arriba, típicamente controlado por un botón.",
"ca": "Aquesta és una font de raig. Un raig d'aigua per beure s'envia cap amunt, normalment controlat per un botó d'empenta.",
"it": "Questa è una fontanella a zampillo. Un getto d'acqua da cui bere viene inviato verso l'alto, tipicamente controllato da un pulsante."
"it": "Questa è una fontanella a zampillo. Un getto d'acqua da cui bere viene inviato verso l'alto, tipicamente controllato da un pulsante.",
"cs": "Toho je bublinovací fontánka. Proud vody do nápoje je spouštěn shora, typicky se ovládá tlačítkem."
}
},
{
@ -339,7 +346,8 @@
"ca": "Aquest és un punt de reomplida d'ampolles on l'aigua s'envia cap avall, normalment controlat per un polsador o un sensor de moviment. Beure directament del raig pot ser molt difícil o impossible.",
"uk": "Це пункт наповнення пляшок, де вода спрямовується вниз, як правило, за допомогою кнопки або датчика руху. Пити безпосередньо зі струмка може бути дуже важко або неможливо.",
"es": "Este es un punto de recarga de botellas donde el agua se envía hacia abajo, normalmente controlado por un botón o un sensor de movimiento. Beber directamente del flujo podría ser muy difícil o imposible.",
"it": "Questo è un punto di riempimento bottiglie dove l'acqua viene inviata verso il basso, tipicamente controllato da un pulsante o un sensore di movimento. Bere direttamente dal flusso potrebbe essere molto difficile o impossibile."
"it": "Questo è un punto di riempimento bottiglie dove l'acqua viene inviata verso il basso, tipicamente controllato da un pulsante o un sensore di movimento. Bere direttamente dal flusso potrebbe essere molto difficile o impossibile.",
"cs": "Toho je bod pro plnění láhví, kde voda teče dolů, typicky se ovládá tlačítkem nebo pohybovým senzorem. Pití přímo z proudu může být velmi obtížné nebo nemožné."
},
"addExtraTags": [
"bottle=yes"
@ -357,7 +365,8 @@
"ca": "Això és una aixeta d'aigua. L'aigua flueix cap avall i el corrent és controlat per una vàlvula o polsador.",
"uk": "Це водопровідний кран. Вода тече вниз, а керує потоком вентиль або кнопка.",
"es": "Esta es una toma de agua. El agua fluye hacia abajo y el chorro está controlado por una válvula o un botón.",
"it": "Questo è un rubinetto. L'acqua scorre verso il basso e il flusso è controllato da una valvola o un pulsante."
"it": "Questo è un rubinetto. L'acqua scorre verso il basso e il flusso è controllato da una valvola o un pulsante.",
"cs": "Toto je vodovodní kohoutek. Voda proudí dolů a proud se ovládá ventilem nebo tlačítkem."
}
},
{
@ -366,7 +375,8 @@
"then": {
"en": "This is a natural spring",
"nl": "Dit is een bronnetje",
"it": "Questa è una sorgente naturale"
"it": "Questa è una sorgente naturale",
"cs": "Toto je přírodní vřídlo"
}
}
]
@ -426,7 +436,8 @@
"nl": "Is gekoeld water hier beschikbaar?",
"de": "Gibt es hier kaltes Wasser?",
"ca": "Hi ha aigua freda aquí?",
"it": "Qui è disponibile acqua fredda?"
"it": "Qui è disponibile acqua fredda?",
"cs": "Je tu k dispozici studená voda?"
},
"multiAnswer": true,
"mappings": [
@ -438,7 +449,8 @@
"nl": "Ijskoud water is hier beschikbaar",
"de": "Hier wird eiskaltes Wasser bereitgestellt",
"ca": "Aquí es proporciona aigua freda",
"it": "Qui viene fornita acqua ghiacciata"
"it": "Qui viene fornita acqua ghiacciata",
"cs": "Je tu k dispozici ledově studená voda"
}
},
{
@ -449,7 +461,8 @@
"nl": "Afgekoeld water is hier beschikbaar",
"de": "Hier steht aktiv gekühltes Wasser zur Verfügung",
"ca": "Aquí hi ha aigua refrigerada activament",
"it": "Qui è disponibile acqua attivamente raffreddata"
"it": "Qui è disponibile acqua attivamente raffreddata",
"cs": "Je tu k dispozici aktivně chlazená voda"
}
},
{
@ -460,7 +473,8 @@
"nl": "Water aan omgevingstemperatuur (zonder actieve koeling of opwarming) is hier beschikbaar",
"de": "Wasser mit Umgebungstemperatur (ohne aktive Kühlung oder Heizung) ist hier verfügbar",
"ca": "L'aigua a temperatura ambient (sense refrigeració ni calefacció activa) està disponible aquí",
"it": "Qui è disponibile acqua a temperatura ambiente (senza raffreddamento o riscaldamento attivo)"
"it": "Qui è disponibile acqua a temperatura ambiente (senza raffreddamento o riscaldamento attivo)",
"cs": "Je tu k dispozici voda o teplotě okolního prostředí (bez aktivního chlazení nebo ohřívání)"
}
},
{
@ -471,7 +485,8 @@
"nl": "Warm water is hier beschikbaar; het water is niet gevaarlijk heet",
"de": "Hier wird warmes Wasser bereitgestellt; das Wasser ist nicht gefährlich heiß",
"ca": "Aquí es proporciona aigua calenta; l'aigua no és perillosament calenta",
"it": "Qui viene fornita acqua riscaldata; l'acqua non è pericolosamente calda"
"it": "Qui viene fornita acqua riscaldata; l'acqua non è pericolosamente calda",
"cs": "Je tu k dispozici ohřívaná voda; není nebezpečně horká"
}
},
{
@ -482,7 +497,8 @@
"nl": "Heet water is hier beschikbaar",
"de": "Hier wird heißes Wasser bereitgestellt",
"ca": "Aquí es proporciona aigua calenta",
"it": "Qui viene fornita acqua calda"
"it": "Qui viene fornita acqua calda",
"cs": "Je tu k dispozici horká voda"
}
}
]
@ -496,7 +512,8 @@
"de": "Ist die Trinkwasserstelle ganzjährig in Betrieb?",
"ca": "Aquest punt d'aigua potable està disponible tot l'any?",
"es": "¿Este punto de agua potable está disponible durante todo el año?",
"it": "Questo punto di acqua potabile è disponibile tutto l'anno?"
"it": "Questo punto di acqua potabile è disponibile tutto l'anno?",
"cs": "Je tento bod s pitnou vodou k dispozici celoročně?"
}
}
},
@ -510,7 +527,8 @@
"ca": "Aquests són els horaris d'obertura si la font d'aigua potable està operativa.",
"es": "Estos son los horarios de apertura si la fuente de agua potable está operativa.",
"uk": "Це години роботи фонтанчика з питною водою, якщо він працює.",
"it": "Questi sono gli orari di apertura se la fontanella è operativa."
"it": "Questi sono gli orari di apertura se la fontanella è operativa.",
"cs": "Toto jsou otevírací hodiny, pokud je fontánka s pitnou vodou v provozu."
},
"+mappings": [
{
@ -555,7 +573,8 @@
"ca": "Aquesta font d'aigua potable està tancada aquesta temporada. Com a tal, l'horari d'obertura no es mostra.",
"es": "Esta fuente de agua potable está cerrada esta temporada, por lo que no se muestran los horarios de apertura.",
"uk": "У цьому сезоні фонтан з питною водою закритий. Тому години роботи не вказані.",
"it": "Questa fontanella è chiusa in questa stagione. Pertanto, gli orari di apertura non sono mostrati."
"it": "Questa fontanella è chiusa in questa stagione. Pertanto, gli orari di apertura non sono mostrati.",
"cs": "Tato fontánka s pitnou vodou je v této sezóně zavřená. Proto nejsou zobrazeny otevírací hodiny."
},
"hideInAnswer": true
}
@ -570,7 +589,8 @@
"de": "Verfügt der Trinkwasserbrunnen über ein künstlerisches Element?",
"ca": "Aquesta font d'aigua potable té un element artístic?",
"es": "¿Tiene esta fuente de agua potable un elemento artístico?",
"it": "Questa fontanella ha un elemento artistico?"
"it": "Questa fontanella ha un elemento artistico?",
"cs": "Má tato fontánka s pitnou vodou umělecký prvek?"
},
"mappings": [
{
@ -584,7 +604,8 @@
"de": "Die Trinkwasserstelle hat ein integriertes Kunstwerk",
"ca": "Aquest punt d'aigua potable té una obra d'art integrada",
"es": "Este punto de agua potable tiene una obra de arte integrada",
"it": "Questo punto di acqua potabile ha un'opera d'arte integrata"
"it": "Questo punto di acqua potabile ha un'opera d'arte integrata",
"cs": "Tento bod s pitnou vodou má integrováno umělecké dílo"
}
},
{
@ -595,7 +616,8 @@
"de": "Die Trinkwasserstelle hat kein integriertes Kunstwerk",
"ca": "Aquest punt d'aigua potable no té una obra d'art integrada",
"es": "Este punto de agua potable no tiene una obra de arte integrada",
"it": "Questo punto di acqua potabile non ha un'opera d'arte integrata"
"it": "Questo punto di acqua potabile non ha un'opera d'arte integrata",
"cs": "Tento bod s pitnou vodou nemá integrováno umělecké dílo"
},
"addExtraTags": [
"tourism="
@ -610,7 +632,8 @@
"ca": "Aquest punt d'aigua potable <span class=\"subtle\">probablement</span> no té una obra d'art integrada",
"uk": "Ця точка питної води <span class=\"subtle\"> ймовірно, </span> не має інтегрованого художнього твору",
"es": "Este punto de agua potable <span class=\"subtle\">probablemente</span> no tiene una obra de arte integrada",
"it": "Questo punto di acqua potabile <span class=\"subtle\">probabilmente</span> non ha un'opera d'arte integrata"
"it": "Questo punto di acqua potabile <span class=\"subtle\">probabilmente</span> non ha un'opera d'arte integrata",
"cs": "Tento bod s pitnou vodou <span class=\"subtle\">pravděpodobně</span> nemá integrováno umělecké dílo"
},
"hideInAnswer": true
}
@ -621,7 +644,8 @@
"de": "Z.B. eine integrierte Statue oder andere künstlerische Werke",
"ca": "P. ex. té una estàtua integrada o un altre treball creatiu no trivial",
"es": "Por ejemplo, tiene una estatua integrada u otra obra creativa no trivial",
"it": "Ad esempio, ha una statua integrata o altra opera creativa non banale"
"it": "Ad esempio, ha una statua integrata o altra opera creativa non banale",
"cs": "Např. má integrovánu sochu nebo jiné netriviální tvůrčí dílo"
}
},
{
@ -707,7 +731,8 @@
"de": "Dies ist eine historische, manuelle Wasserpumpe, an der kein Trinkwasser zu finden ist",
"ca": "Es tracta d'una bomba d'aigua manual històrica on no hi ha aigua potable",
"es": "Esta es una bomba de agua histórica y manual donde no se puede encontrar agua potable",
"it": "Questa è una pompa d'acqua manuale storica dove non si può trovare acqua potabile"
"it": "Questa è una pompa d'acqua manuale storica dove non si può trovare acqua potabile",
"cs": "Toto je historická, ruční pumpa na vodu, kde není k dispozici pitná voda"
}
}
]

View file

@ -16,7 +16,8 @@
"cs": "Sanitární skládky",
"es": "Estaciones de vaciado sanitario",
"pl": "Stacje zrzutów sanitarnych",
"pt": "Estações de despejo sanitário"
"pt": "Estações de despejo sanitário",
"uk": "Сантехнічні станції зливу"
},
"description": {
"en": "Sanitary dump stations",

View file

@ -11,7 +11,8 @@
"cs": "Výtah",
"es": "Ascensor",
"cy": "Lifft",
"it": "Ascensore"
"it": "Ascensore",
"uk": "Ліфт"
},
"description": {
"en": "This layer show elevators and asks for operational status and elevator dimensions. Useful for wheelchair accessibility information",
@ -325,7 +326,8 @@
"es": "Este ascensor tiene un diámetro de {canonical(diameter)}",
"nl": "Deze lift heeft een diameter van {canonical(diameter)}",
"ca": "Aquest ascensor té un diàmetre de {canonical(diameter)}",
"it": "Questo ascensore ha un diametro di {canonical(diameter)}"
"it": "Questo ascensore ha un diametro di {canonical(diameter)}",
"cs": "Tento výtah má průměr {canonical(diameter)}"
},
"question": {
"en": "What is the diameter of this elevator?",
@ -333,7 +335,8 @@
"es": "¿Cuál es el diámetro de este ascensor?",
"nl": "Wat is de diameter van deze lift?",
"ca": "Quin és el diàmetre d'aquest ascensor?",
"it": "Qual è il diametro di questo ascensore?"
"it": "Qual è il diametro di questo ascensore?",
"cs": "Jaký je průměr tohoto výtahu?"
},
"freeform": {
"key": "diameter",
@ -344,25 +347,29 @@
"id": "handrail",
"question": {
"en": "Is there a handrail in the cabin?",
"it": "C'è un corrimano nella cabina?"
"it": "C'è un corrimano nella cabina?",
"cs": "Je v kabině zábradlí?"
},
"questionHint": {
"en": "A handrail can help people with reduced mobility to get in or out of the elevator",
"it": "Un corrimano può aiutare le persone con mobilità ridotta a entrare o uscire dall'ascensore"
"it": "Un corrimano può aiutare le persone con mobilità ridotta a entrare o uscire dall'ascensore",
"cs": "Zábradlí může pomoci lidem s omezenou mobilitou dostat se do výtahu nebo ven"
},
"mappings": [
{
"if": "handrail=yes",
"then": {
"en": "This elevator has a handrail in the cabin",
"it": "Questo ascensore ha un corrimano nella cabina"
"it": "Questo ascensore ha un corrimano nella cabina",
"cs": "Tento výtah má v kabině zábradlí"
}
},
{
"if": "handrail=no",
"then": {
"en": "This elevator does not have a handrail",
"it": "Questo ascensore non ha un corrimano"
"it": "Questo ascensore non ha un corrimano",
"cs": "Tento výtah nemá v kabině zábradlí"
}
}
]

View file

@ -7,7 +7,8 @@
"ca": "Premses de cèntims",
"cs": "Ražby mincí",
"nl": "Muntpersen",
"it": "Macchine schiacciamonete"
"it": "Macchine schiacciamonete",
"uk": "Монетні преси"
},
"description": {
"en": "Layer showing penny presses.",
@ -33,7 +34,8 @@
"es": "Prensa de Monedas",
"ca": "Premsa de cèntims",
"cs": "Ražba mincí",
"it": "Macchina schiacciamonete"
"it": "Macchina schiacciamonete",
"nl": "Muntpers"
}
},
"pointRendering": [
@ -89,7 +91,8 @@
"es": "¿Cuántos diseños hay disponibles?",
"ca": "Quants dissenys hi han disponibles?",
"cs": "Kolik designů je k dispozici?",
"it": "Quanti design sono disponibili?"
"it": "Quanti design sono disponibili?",
"nl": "Hoeveel ontwerpen zijn er beschikbaar?"
},
"freeform": {
"key": "coin:design_count",
@ -110,7 +113,8 @@
"es": "Esta prensa de monedas tiene {coin:design_count} diseños disponibles.",
"ca": "Esta premsa té {coin:design_count} dissenys disponibles.",
"cs": "Tento lis na centy má k dispozici {coin:design_count} vzory.",
"it": "Questa macchina schiacciamonete ha {coin:design_count} design disponibili."
"it": "Questa macchina schiacciamonete ha {coin:design_count} design disponibili.",
"nl": "Deze muntpers heeft {coin:design_count} ontwerpen beschikbaar."
},
"mappings": [
{
@ -157,7 +161,8 @@
"es": "Esta prensa de monedas tiene cuatro diseños disponibles.",
"ca": "Esta premsa té quatre dissenys disponibles.",
"cs": "Tento lis na peníze má k dispozici čtyři provedení.",
"it": "Questa macchina schiacciamonete ha quattro design disponibili."
"it": "Questa macchina schiacciamonete ha quattro design disponibili.",
"nl": "Deze muntpers heeft vier ontwerpen beschikbaar."
}
}
]
@ -170,7 +175,8 @@
"de": "Ist das Prägen kostenpflichtig?",
"cs": "Ražba mincí stojí peníze?",
"es": "¿Cuesta dinero prensar una moneda?",
"it": "Costa denaro schiacciare una moneta?"
"it": "Costa denaro schiacciare una moneta?",
"nl": "Kost het geld om een munt te persen?"
},
"mappings": [
{
@ -181,7 +187,8 @@
"de": "Das Prägen ist kostenpflichtig.",
"cs": "Ražba mincí stojí peníze.",
"es": "Cuesta dinero prensar una moneda.",
"it": "Costa denaro schiacciare una moneta."
"it": "Costa denaro schiacciare una moneta.",
"nl": "Het kost geld om een munt te persen."
}
},
{
@ -192,7 +199,8 @@
"de": "Das Prägen ist kostenpflichtig.",
"cs": "Ražba mincí stojí peníze.",
"es": "Cuesta dinero prensar una moneda.",
"it": "Costa denaro schiacciare una moneta."
"it": "Costa denaro schiacciare una moneta.",
"nl": "Het kost geld om een munt te persen."
}
},
{
@ -203,7 +211,8 @@
"de": "Das Prägen ist kostenlos.",
"cs": "Ražba mincí je zdarma.",
"es": "Es gratis prensar una moneda.",
"it": "È gratuito schiacciare una moneta."
"it": "È gratuito schiacciare una moneta.",
"nl": "Het is gratis om een munt te persen."
},
"addExtraTags": [
"payment:qr_code=",
@ -259,7 +268,7 @@
"de": "Der Automat prägt 2 Cent Münzen.",
"es": "Esta prensa de monedas usa una moneda de 2 céntimos para prensar.",
"ca": "Esta premsa de cèntims utilitza una moneda de 2 cèntims per a premsar.",
"cs": "Tento lis na haléře používá k lisování minci v hodnotě 2 centů.",
"cs": "Tento lis na haléře používá k lisování mincí v hodnotě 2 centů.",
"nl": "Deze muntpers gebruikt een muntstuk van 2 cent voor het persen.",
"it": "Questa macchina schiacciamonete utilizza una moneta da 2 centesimi per la pressione."
},
@ -277,7 +286,7 @@
"de": "Der Automat prägt 5 Cent Münzen.",
"es": "Esta prensa de monedas usa una moneda de 5 céntimos para prensar.",
"ca": "Esta premsa de cèntims utilitza una moneda de 5 cèntims per a premsar.",
"cs": "Tento lis na haléře používá k lisování minci v hodnotě 5 centů.",
"cs": "Tento lis na haléře používá k lisování mincí v hodnotě 5 centů.",
"nl": "Deze muntpers gebruikt een muntstuk van 5 cent voor het persen.",
"it": "Questa macchina schiacciamonete utilizza una moneta da 5 centesimi per la pressione."
},
@ -295,7 +304,7 @@
"de": "Der Automat prägt 10 Cent Münzen.",
"es": "Esta prensa de monedas usa una moneda de 10 céntimos para prensar.",
"ca": "Esta premsa de monedes utilitza una moneda de 10 cèntims per a premsar.",
"cs": "Tento lis na haléře používá k lisování minci v hodnotě 10 centů.",
"cs": "Tento lis na haléře používá k lisování mincí v hodnotě 10 centů.",
"nl": "Deze muntpers gebruikt een muntstuk van 10 cent voor het persen.",
"it": "Questa macchina schiacciamonete utilizza una moneta da 10 centesimi per la pressione."
},
@ -313,7 +322,7 @@
"de": "Der Automat prägt 25 Cent Münzen.",
"es": "Esta prensa de monedas usa una moneda de 25 céntimos para prensar.",
"ca": "Esta premsa de cèntims utilitza una moneda de 25 cèntims per a premsar.",
"cs": "Tento lis na haléře používá k lisování minci v hodnotě 25 centů.",
"cs": "Tento lis na haléře používá k lisování mincí v hodnotě 25 centů.",
"nl": "Deze muntpers gebruikt een muntstuk van 25 cent voor het persen.",
"it": "Questa macchina schiacciamonete utilizza una moneta da 25 centesimi per la pressione."
},
@ -326,7 +335,7 @@
"de": "Der Automat prägt 50 Cent Münzen.",
"es": "Esta prensa de monedas usa una moneda de 50 céntimos para prensar.",
"ca": "Esta premsa de cèntims utilitza una moneda de 50 cèntims per a premsar.",
"cs": "Tento lis na haléře používá k lisování minci v hodnotě 50 centů.",
"cs": "Tento lis na haléře používá k lisování mincí v hodnotě 50 centů.",
"nl": "Deze muntpers gebruikt een muntstuk van 50 cent voor het persen.",
"it": "Questa macchina schiacciamonete utilizza una moneta da 50 centesimi per la pressione."
},
@ -340,7 +349,8 @@
"de": "Der Automat prägt 10 Centime Münzen.",
"es": "Esta prensa de monedas usa una moneda de 10 céntimos para prensar.",
"nl": "Deze muntpers gebruikt een muntstuk van 10 rappen voor het persen.",
"it": "Questa macchina schiacciamonete utilizza una moneta da 10 centesimi per la pressione."
"it": "Questa macchina schiacciamonete utilizza una moneta da 10 centesimi per la pressione.",
"cs": "Tento lis na haléře používá k lisování mincí v hodnotě 10 centimů."
},
"hideInAnswer": "_currency!~.*CHF.*"
},
@ -352,7 +362,8 @@
"de": "Der Automat prägt 5 Centime Münzen.",
"es": "Esta prensa de monedas usa una moneda de 20 céntimos para prensar.",
"nl": "Deze muntpers gebruikt een muntstuk van 20 rappen voor het persen.",
"it": "Questa macchina schiacciamonete utilizza una moneta da 20 centesimi per la pressione."
"it": "Questa macchina schiacciamonete utilizza una moneta da 20 centesimi per la pressione.",
"cs": "Tento lis na haléře používá k lisování mincí v hodnotě 20 centimů."
},
"hideInAnswer": "_currency!~.*CHF.*"
}
@ -471,7 +482,8 @@
"es": "¿Está la prensa de monedas en interiores?",
"ca": "La premsa de cèntims està a l'interior?",
"cs": "Je lis na mince uvnitř?",
"it": "La macchina schiacciamonete è all'interno?"
"it": "La macchina schiacciamonete è all'interno?",
"nl": "Is deze muntpers binnen?"
},
"mappings": [
{
@ -483,7 +495,8 @@
"ca": "Esta premsa està ubicada en interior.",
"cs": "Tento lis na mince je umístěn v interiéru.",
"uk": "Цей копійчаний прес розташований у приміщенні.",
"it": "Questa macchina schiacciamonete si trova all'interno."
"it": "Questa macchina schiacciamonete si trova all'interno.",
"nl": "Deze muntpers bevindt zich binnen."
}
},
{
@ -495,7 +508,8 @@
"ca": "Esta premsa està ubicada a l'exterior.",
"cs": "Tento lis na mince je umístěn venku.",
"uk": "Цей копійчаний прес розташований на відкритому повітрі.",
"it": "Questa macchina schiacciamonete si trova all'esterno."
"it": "Questa macchina schiacciamonete si trova all'esterno.",
"nl": "Deze muntpers bevindt zich buiten."
}
}
]

View file

@ -11,7 +11,8 @@
"cs": "Vchod",
"pl": "Wejście",
"cy": "Mynedfa",
"it": "Ingresso"
"it": "Ingresso",
"uk": "Вхід"
},
"description": {
"en": "A layer showing entrances and offering capabilities to survey some advanced data which is important for e.g. wheelchair users (but also bicycle users, people who want to deliver, …)",
@ -680,12 +681,14 @@
"question": {
"en": "Does this door have a reference number?",
"nl": "Heeft deze toegang een referentienummer?",
"it": "Questa porta ha un numero di riferimento?"
"it": "Questa porta ha un numero di riferimento?",
"cs": "Mají tyto dveře referenční číslo?"
},
"render": {
"en": "This door has <b>{ref}</b> as reference number",
"nl": "Deze deur heeft <b>{ref}</b> als referentienummer",
"it": "Questa porta ha <b>{ref}</b> come numero di riferimento"
"it": "Questa porta ha <b>{ref}</b> come numero di riferimento",
"cs": "Tyto dveře mají <b>{ref}</b> jako referenční číslo"
},
"mappings": [
{
@ -693,7 +696,8 @@
"then": {
"en": "No reference number",
"nl": "Geen referentienummer",
"it": "Nessun numero di riferimento"
"it": "Nessun numero di riferimento",
"cs": "Žádné referenční číslo"
}
}
],

View file

@ -366,7 +366,7 @@
"de": "Bild eines Straßenschildes hinzufügen",
"fr": "Ajouter une photo de la plaque de rue",
"ca": "Afegeix una imatge de la placa amb el nom del carrer",
"cs": "Add image of a street name sign",
"cs": "Přidat obrázek cedule s názvem ulice",
"da": "Tilføj foto af gadenavneskilt",
"es": "Agregar imagen de un letrero de nombre de calle",
"uk": "Додати зображення таблички з назвою вулиці",

View file

@ -2,11 +2,14 @@
"id": "excrement_bag_dispenser",
"name": {
"en": "Excrement bag dispensers",
"it": "Distributori di sacchetti per escrementi"
"it": "Distributori di sacchetti per escrementi",
"cs": "Zásobníky na sáčky na exkrementy",
"uk": "Диспенсери для пакетів для екскрементів"
},
"description": {
"en": "Dispensers giving out bags for animal waste",
"it": "Distributori che forniscono sacchetti per rifiuti animali"
"it": "Distributori che forniscono sacchetti per rifiuti animali",
"cs": "Zásobníky poskytující sáčky na zvířecí odpad"
},
"source": {
"osmTags": {
@ -20,7 +23,8 @@
"title": {
"render": {
"en": "Excrement bag dispenser",
"it": "Distributore di sacchetti per escrementi"
"it": "Distributore di sacchetti per escrementi",
"cs": "Zásobník sáčků na exkrementy"
}
},
"pointRendering": [
@ -49,11 +53,13 @@
],
"title": {
"en": "an excrement bag dispenser",
"it": "un distributore di sacchetti per escrementi"
"it": "un distributore di sacchetti per escrementi",
"cs": "zásobník na sáčky na exkrementy"
},
"description": {
"en": "A stand-alone dispenser giving out bags for animal waste.",
"it": "Un distributore autonomo che fornisce sacchetti per rifiuti animali."
"it": "Un distributore autonomo che fornisce sacchetti per rifiuti animali.",
"cs": "Samostatně stojící zásobník poskytující sáčky na zvířecí odpad."
}
}
],
@ -62,28 +68,32 @@
"id": "fee",
"question": {
"en": "Does it cost money to use this dispenser?",
"it": "Costa denaro utilizzare questo distributore?"
"it": "Costa denaro utilizzare questo distributore?",
"cs": "Kolik stojí použití tohoto zásobníku?"
},
"mappings": [
{
"if": "fee=",
"then": {
"en": "This dispenser probably gives out bags for free.",
"it": "Questo distributore probabilmente fornisce sacchetti gratuitamente."
"it": "Questo distributore probabilmente fornisce sacchetti gratuitamente.",
"cs": "Tento zásobník pravděpodobně poskytuje sáčky zdarma."
}
},
{
"if": "fee=yes",
"then": {
"en": "This dispenser give out bags for a fee.",
"it": "Questo distributore fornisce sacchetti a pagamento."
"it": "Questo distributore fornisce sacchetti a pagamento.",
"cs": "Tento zásobník poskytuje sáčky za poplatek."
}
},
{
"if": "fee=no",
"then": {
"en": "This dispenser gives out bags for free.",
"it": "Questo distributore fornisce sacchetti gratuitamente."
"it": "Questo distributore fornisce sacchetti gratuitamente.",
"cs": "Tento zásobník poskytuje sáčky zdarma."
}
}
]

View file

@ -12,7 +12,8 @@
"es": "Mapa de extintores",
"ca": "Mapa d'extintors",
"pl": "Mapa gaśnic",
"cs": "Mapa hasicích přístrojů"
"cs": "Hasicí přístroje",
"uk": "Вогнегасники"
},
"description": {
"en": "Map layer to show fire extinguishers.",

View file

@ -281,7 +281,8 @@
"ca": "Ús gratuït",
"cs": "Použití zdarma",
"es": "De uso gratuito",
"it": "Utilizzo gratuito"
"it": "Utilizzo gratuito",
"uk": "Безкоштовне використання"
},
"osmTags": {
"or": [
@ -456,7 +457,8 @@
"en": "Has outdoor seating",
"de": "Hat Sitzgelegenheiten im Freien",
"ca": "Té seients exteriors",
"it": "Ha posti a sedere all'aperto"
"it": "Ha posti a sedere all'aperto",
"cs": "Má venkovní posezení"
},
"icon": "./assets/layers/outdoor_seating.svg",
"osmTags": "outdoor_seating=yes"
@ -471,7 +473,8 @@
"en": "Has indoor seating",
"de": "Hat Sitzplätze im Innenbereich",
"ca": "Té seients interiors",
"it": "Ha posti a sedere all'interno"
"it": "Ha posti a sedere all'interno",
"cs": "Má vnitřní posezení"
},
"osmTags": "indoor_seating=yes"
}
@ -486,7 +489,8 @@
"nl": "Publiek toegankelijk",
"ca": "Obert al públic",
"de": "Öffentlich zugänglich",
"it": "Aperto al pubblico"
"it": "Aperto al pubblico",
"cs": "Otevřeno veřejnosti"
},
"osmTags": {
"or": [
@ -507,7 +511,8 @@
"nl": "Toegankelijk voor rolstoelgebruikers",
"ca": "Accessible per a usuaris de cadira de rodes",
"de": "Zugänglich für Rollstuhlfahrer",
"it": "Accessibile agli utenti in sedia a rotelle"
"it": "Accessibile agli utenti in sedia a rotelle",
"cs": "Přístupné pro osoby na vozíku"
},
"osmTags": {
"or": [
@ -517,6 +522,28 @@
}
}
]
},
{
"id": "baby_highchair",
"options": [
{
"question": {
"en": "Has a high chair for infants available"
},
"osmTags": "highchair!=no"
}
]
},
{
"id": "kids_area",
"options": [
{
"question": {
"en": "Has a play area for kids"
},
"osmTags": "kids_area!=no"
}
]
}
],
"allowMove": false

View file

@ -11,7 +11,8 @@
"nl": "Brandweerstations",
"es": "Mapa de estaciones de bomberos",
"ca": "Mapa de parcs de bombers",
"cs": "Mapa požárních stanic"
"cs": "Požární stanice",
"uk": "Пожежні станції"
},
"description": {
"en": "Map layer to show fire stations.",

View file

@ -6,7 +6,8 @@
"es": "Hoguera",
"ca": "Foguera",
"cs": "Ohniště",
"it": "Area per falò"
"it": "Area per falò",
"uk": "Вогнище"
},
"description": {
"en": "An outdoor place to make a fire, typically open to the public.",

View file

@ -7,7 +7,8 @@
"nl": "Fitnesscentra",
"cs": "Fitness centra",
"es": "Centros de Fitness",
"it": "Centri Fitness"
"it": "Centri Fitness",
"uk": "Фітнес-центри"
},
"description": {
"en": "Layer showing fitness centres",

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Zeitlupe
SPDX-License-Identifier: CC-BY-SA-4.0

View file

@ -7,7 +7,8 @@
"ca": "Estacions de fitness",
"cs": "Fitness stanice",
"es": "Estaciones de Fitness",
"it": "Stazioni Fitness"
"it": "Stazioni Fitness",
"uk": "Фітнес-станції"
},
"description": {
"en": "Find a fitness station near you, and add missing ones.",
@ -166,7 +167,7 @@
"it": "Questa stazione fitness ha una sbarra orizzontale, abbastanza alta per le trazioni."
},
"icon": {
"path": "./assets/layers/fitness_station/Trimm-Dich-Pfad_Grünwalder_Forst_Klimmzüge.jpg",
"path": "./assets/layers/fitness_station/Trimm-Dich-Pfad_Grunwalder_Forst_Klimmzuge.jpg",
"class": "large"
}
},

View file

@ -242,7 +242,7 @@
]
},
{
"path": "Trimm-Dich-Pfad_Grünwalder_Forst_Klimmzüge.jpg",
"path": "Trimm-Dich-Pfad_Grunwalder_Forst_Klimmzuge.jpg",
"license": "CC-BY-SA-4.0",
"authors": [
"Zeitlupe"

View file

@ -7,7 +7,8 @@
"ca": "Objectes d'OSM amb etiquetes FIXME",
"cs": "Objekty OSM se značkami FIXME",
"es": "Objetos OSM con etiquetas FIXME",
"it": "Oggetti OSM con tag FIXME"
"it": "Oggetti OSM con tag FIXME",
"uk": "Об'єкти OSM з тегами FIXME"
},
"description": {
"en": "OSM objects that likely need to be fixed, based on a FIXME tag.",
@ -92,7 +93,7 @@
"en": "Fixme Text: {fixme}",
"de": "Fixme Text: {fixme}",
"ca": "Text Fixme: {fixme}",
"cs": "Fixme Text: {fixme}",
"cs": "Text požadavku na opravu (FIXME): {fixme}",
"es": "Texto Fixme: {fixme}",
"it": "Testo Fixme: {fixme}"
}

View file

@ -20,9 +20,10 @@
"es": "Una capa que muestra restaurantes y establecimientos de comida rápida (con una representación especial para freidurías)",
"fr": "Un calque montrant les restaurants et les lieux de restauration rapide (avec un rendu spécial pour les friteries)",
"ca": "Una capa que mostra restaurants i locals de menjar ràpid (amb un renderitzat especial per a fregiduries)",
"cs": "Vrstva zobrazující restaurace a zařízení rychlého občerstvení (se speciálním vykreslením pro fritézy)",
"cs": "Vrstva zobrazující restaurace a zařízení rychlého občerstvení (se speciálním vykreslením pro hranolkárny)",
"pl": "Warstwa przedstawiająca restauracje i obiekty typu fast-food (ze specjalnym renderowaniem dla frytek)",
"it": "Un livello che mostra ristoranti e fast-food (con una visualizzazione speciale per le friggitorie)"
"it": "Un livello che mostra ristoranti e fast-food (con una visualizzazione speciale per le friggitorie)",
"da": "Et lag, der viser restauranter og fastfood-faciliteter (med en særlig gengivelse af friterier)"
},
"searchTerms": {
"nl": [
@ -654,7 +655,8 @@
"if": "cuisine=spanish",
"icon": "🇪🇸",
"then": {
"en": "Spanish dishes are served here"
"en": "Spanish dishes are served here",
"cs": "Podávají se tu španělská jídla"
}
}
],
@ -680,7 +682,8 @@
"es": "Añadir una imagen del menú",
"uk": "Додати зображення з меню",
"ca": "Afegeix una imatge des del menú",
"it": "Aggiungi un'immagine del menu"
"it": "Aggiungi un'immagine del menu",
"cs": "Přidat obrázek z nabídky"
}
}
}
@ -693,7 +696,8 @@
"ca": "A quina web està publicat el menú?",
"es": "¿En qué página web se publica el menú?",
"uk": "На якій веб-сторінці опубліковано меню?",
"it": "Su quale pagina web è pubblicato il menu?"
"it": "Su quale pagina web è pubblicato il menu?",
"cs": "Na jaké webové stránce je zveřejněn jídelní lístek?"
},
"render": {
"special": {
@ -705,7 +709,8 @@
"es": "Consultar el menú",
"uk": "Зверніться до меню",
"ca": "Consulta el menú",
"it": "Consulta il menu"
"it": "Consulta il menu",
"cs": "Prověřte v jídelním lístku"
}
}
},
@ -832,7 +837,8 @@
"nl": "Heeft dit fastfoodrestaurant een drive-through?",
"de": "Hat dieses Fast-Food-Restaurant eine Durchfahrtsmöglichkeit?",
"ca": "Aquest restaurant de menjar ràpid té un recorregut?",
"it": "Questo fast-food ha un servizio drive-through?"
"it": "Questo fast-food ha un servizio drive-through?",
"cs": "Má toto rychlé občerstvení drive-through?"
},
"mappings": [
{
@ -842,7 +848,8 @@
"nl": "Dit fastfoodrestaurant heeft een drive-through",
"de": "Dieses Fast-Food-Restaurant hat einen Drive-In",
"ca": "Aquest restaurant de menjar ràpid té un recorregut",
"it": "Questo fast-food ha un servizio drive-through"
"it": "Questo fast-food ha un servizio drive-through",
"cs": "Toto rychlé občerstvení má drive-through"
}
},
{
@ -852,7 +859,8 @@
"nl": "Dit fastfoodrestaurant heeft geen drive-through",
"de": "Dieses Fast-Food-Restaurant hat keinen Drive-in",
"ca": "Aquest restaurant de menjar ràpid no té un drive-through",
"it": "Questo fast-food non ha un servizio drive-through"
"it": "Questo fast-food non ha un servizio drive-through",
"cs": "Toto rychlé občerstvení nemá drive-through"
}
}
]
@ -865,7 +873,8 @@
"nl": "Wat zijn de openingsuren van de drive-through?",
"de": "Wie sind die Öffnungszeiten des Drive-Ins?",
"ca": "Quin és l'horari d'obertura de l'autovia?",
"it": "Quali sono gli orari di apertura del drive-through?"
"it": "Quali sono gli orari di apertura del drive-through?",
"cs": "Jaké jsou otevírací hodiny drive-through?"
},
"freeform": {
"key": "opening_hours:drive_through",
@ -879,7 +888,8 @@
"nl": "De openingsuren van de drive-through zijn dezelfde als die van het restaurant",
"de": "Die Öffnungszeiten des Drive-Ins sind dieselben wie die des Restaurants",
"ca": "L'horari d'obertura del passeig és el mateix que el restaurant",
"it": "Gli orari di apertura del drive-through sono gli stessi del ristorante"
"it": "Gli orari di apertura del drive-through sono gli stessi del ristorante",
"cs": "Otevírací hodiny drive-through jsou stejné jako u restaurace"
}
}
],
@ -888,529 +898,14 @@
"nl": "<h3>Openingsuren van de drive-through</h3>{opening_hours_table(opening_hours:drive_through)}",
"de": "<h3>Öffnungszeiten der Drive-in-Filiale</h3> {opening_hours_table(opening_hours:drive_through)}",
"ca": "<h3>Horaris d'obertura de la unitat</h3>{opening_hours_table(openinghours:drivethrough)}",
"it": "<h3>Orari di apertura del drive-through</h3>{opening_hours_table(opening_hours:drive_through)}"
"it": "<h3>Orari di apertura del drive-through</h3>{opening_hours_table(opening_hours:drive_through)}",
"cs": "<h3>Otevírací hodiny drive-through</h3>{opening_hours_table(opening_hours:drive_through)}"
}
},
{
"question": {
"nl": "Heeft deze eetgelegenheid een vegetarische optie?",
"en": "Does this restaurant have a vegetarian option?",
"de": "Werden hier vegetarische Gerichte angeboten?",
"es": "¿Este restaurante tiene opciones vegetarianas?",
"fr": "Ce restaurant propose-t-il une option végétarienne ?",
"ca": "Aquest restaurant té opció vegetariana?",
"pl": "Czy ta restauracja ma danie wegetariańskie?",
"cs": "Nabízí tato restaurace vegetariánskou variantu?",
"it": "Questo ristorante ha un'opzione vegetariana?"
},
"mappings": [
{
"if": "diet:vegetarian=no",
"icon": "./assets/layers/food/Vegetarian-mark.svg;cross_bottom_right:red",
"then": {
"en": "No vegetarian options are available",
"nl": "Geen vegetarische opties beschikbaar",
"de": "Hier werden keine vegetarischen Gerichte angeboten",
"es": "No hay opciones vegetarianas disponibles",
"fr": "Aucune option végétarienne n'est disponible",
"ca": "No hi ha opcions vegetarianes disponibles",
"pl": "Brak dań wegetariańskich",
"cs": "Nejsou k dispozici žádné vegetariánské možnosti",
"it": "Nessuna opzione vegetariana disponibile"
}
},
{
"if": "diet:vegetarian=limited",
"then": {
"en": "Some vegetarian options are available",
"nl": "Beperkte vegetarische opties zijn beschikbaar",
"de": "Hier werden nur wenige vegetarische Gerichte angeboten",
"es": "Hay algunas opciones vegetarianas disponibles",
"fr": "Certaines options végétariennes sont disponibles",
"ca": "Algunes opcions vegetarianes",
"pl": "Pewne dania wegetariańskie są dostępne",
"cs": "K dispozici jsou některé vegetariánské možnosti",
"it": "Sono disponibili alcune opzioni vegetariane"
}
},
{
"if": "diet:vegetarian=yes",
"icon": "./assets/layers/food/Vegetarian-mark.svg",
"then": {
"en": "Vegetarian options are available",
"nl": "Vegetarische opties zijn beschikbaar",
"de": "Hier werden vegetarische Gerichte angeboten",
"es": "Hay opciones vegetarianas disponibles",
"fr": "Des options végétariennes sont disponibles",
"ca": "Hi ha opcions vegetarianes disponibles",
"pl": "Dostępne są dania wegetariańskie",
"cs": "K dispozici jsou vegetariánské možnosti",
"it": "Sono disponibili opzioni vegetariane"
}
},
{
"if": "diet:vegetarian=only",
"icon": "./assets/layers/food/Vegetarian-mark.svg",
"then": {
"en": "All dishes are vegetarian",
"nl": "Enkel vegetarische opties zijn beschikbaar",
"de": "Hier werden ausschließlich vegetarische Gerichte angeboten",
"es": "Todos los platillos son vegetarianos",
"fr": "Tous les plats sont végétariens",
"ca": "Tots els plats són vegetarians",
"pl": "Wszystkie dania są wegetariańskie",
"cs": "Všechna jídla jsou vegetariánská",
"it": "Tutti i piatti sono vegetariani"
}
},
{
"if": "diet:vegetarian=on_demand",
"then": {
"en": "Some dishes might be adapted to a vegetarian version, but this should be demanded",
"nl": "Sommige gerechten kunnen op vraag vegetarisch gemaakt worden",
"de": "Einige Gerichte können auf Nachfrage in eine vegetarische Version umgewandelt werden",
"es": "Algunos platillos podrían adaptarse a una versión vegetariana, pero esto debe solicitarse",
"ca": "Alguns plats poden adaptar-se a una versió vegetariana, però això s'ha de demanar",
"cs": "Některá jídla lze na vyžádání upravit do vegetariánské verze",
"it": "Alcuni piatti potrebbero essere adattati in versione vegetariana, ma deve essere richiesto"
}
}
],
"condition": "cuisine!=friture",
"id": "Vegetarian (no friture)"
},
{
"question": {
"en": "Does this business serve vegan meals?",
"nl": "Heeft deze eetgelegenheid een veganistische optie?",
"de": "Werden hier vegane Gerichte angeboten?",
"es": "¿Este negocio sirve comidas veganas?",
"fr": "Cet établissement sert-il des repas végétaliens ?",
"ca": "Aquest negoci serveix menjars vegans?",
"cs": "Podává tento podnik veganská jídla?",
"it": "Questa attività serve pasti vegani?"
},
"mappings": [
{
"if": "diet:vegan=no",
"then": {
"en": "No vegan options available",
"nl": "Geen veganistische opties beschikbaar",
"de": "Hier werden keine veganen Gerichte angeboten",
"es": "No hay opciones veganas disponibles",
"fr": "Aucune option végétalienne disponible",
"ca": "No hi ha opcions veganes disponibles",
"pl": "Brak dań wegańskich",
"cs": "Nejsou k dispozici žádné veganské možnosti",
"it": "Nessuna opzione vegana disponibile"
}
},
{
"if": "diet:vegan=limited",
"then": {
"en": "Some vegan options are available",
"nl": "Beperkte veganistische opties zijn beschikbaar",
"de": "Hier werden nur wenige vegane Gerichte angeboten",
"es": "Hay algunas opciones veganas disponibles",
"fr": "Certaines options végétaliennes sont disponibles",
"ca": "Hi ha algunes opcions veganes disponibles",
"pl": "Pewne dania wegańskie są dostępne",
"cs": "K dispozici jsou některé veganské možnosti",
"it": "Sono disponibili alcune opzioni vegane"
}
},
{
"if": "diet:vegan=yes",
"then": {
"en": "Vegan options are available",
"nl": "Veganistische opties zijn beschikbaar",
"de": "Hier werden vegane Gerichte angeboten",
"es": "Hay opciones veganas disponibles",
"fr": "Des options végétaliennes sont disponibles",
"ca": "Hi ha opcions veganes disponibles",
"pl": "Dostępne są dania wegańskie",
"cs": "K dispozici jsou veganské možnosti",
"it": "Sono disponibili opzioni vegane"
}
},
{
"if": "diet:vegan=only",
"then": {
"en": "All dishes are vegan",
"nl": "Enkel veganistische opties zijn beschikbaar",
"de": "Hier werden ausschließlich vegane Gerichte angeboten",
"es": "Todos los platillos son veganos",
"fr": "Tous les plats sont végétaliens",
"ca": "Tots els plats són vegans",
"pl": "Wszystkie dania są wegańskie",
"cs": "Všechna jídla jsou veganská",
"it": "Tutti i piatti sono vegani"
}
},
{
"if": "diet:vegan=on_demand",
"then": {
"en": "Some dishes might be adapted to a vegan version if asked for",
"nl": "Op vraag kan een veganistische variant van een gerecht gemaakt worden",
"de": "Einige Gerichte können auf Nachfrage in eine vegane Version umgewandelt werden",
"es": "Algunos platillos podrían adaptarse a una versión vegana si se solicita",
"ca": "Alguns plats poden ser adaptats a una versió vegana si es demana",
"cs": "Některá jídla lze upravit do veganské verze, pokud se o to požádá",
"it": "Alcuni piatti potrebbero essere adattati in versione vegana su richiesta"
}
}
],
"condition": "cuisine!=friture",
"id": "Vegan (no friture)"
},
{
"question": {
"en": "Does this restaurant offer a halal menu?",
"nl": "Heeft dit restaurant halal opties?",
"de": "Werden hier halal Gerichte angeboten?",
"fr": "Ce restaurant propose-t-il un menu halal ?",
"ca": "Aquest restaurant ofereix un menú halal?",
"cs": "Nabízí tato restaurace halal menu?",
"es": "¿Este restaurante ofrece un menú halal?",
"it": "Questo ristorante offre un menu halal?"
},
"mappings": [
{
"if": "diet:halal=no",
"then": {
"en": "There are no halal options available",
"nl": "Er zijn geen halal opties aanwezig",
"de": "Hier werden keine halal Gerichte angeboten",
"fr": "Il n'y a pas d'options halal disponibles",
"ca": "No hi ha opcions halal disponibles",
"cs": "Nejsou k dispozici žádné halal možnosti",
"es": "No hay opciones halal disponibles",
"it": "Non sono disponibili opzioni halal"
}
},
{
"if": "diet:halal=limited",
"then": {
"en": "There is a small halal menu",
"nl": "Er zijn een beperkt aantal halal opties",
"de": "Hier werden nur wenige halal Gerichte angeboten",
"fr": "Il y a un petit menu halal",
"ca": "Hi ha un petit menú halal",
"cs": "K dispozici je malé halal menu",
"es": "Hay un pequeño menú halal",
"it": "C'è un piccolo menu halal"
}
},
{
"if": "diet:halal=yes",
"then": {
"nl": "Halal menu verkrijgbaar",
"en": "There is a halal menu",
"de": "Hier werden halal Gerichte angeboten",
"fr": "Il y a un menu halal",
"ca": "Hi ha un menú halal",
"cs": "K dispozici je halal menu",
"es": "Hay un menú halal",
"it": "C'è un menu halal"
}
},
{
"if": "diet:halal=only",
"then": {
"nl": "Enkel halal opties zijn beschikbaar",
"en": "Only halal options are available",
"de": "Hier werden ausschließlich halal Gerichte angeboten",
"fr": "Seules les options halal sont disponibles",
"ca": "Només hi ha opcions halal disponibles",
"cs": "K dispozici jsou pouze možnosti halal",
"es": "Solo hay opciones halal disponibles",
"it": "Sono disponibili solo opzioni halal"
}
}
],
"condition": "cuisine!=friture",
"id": "halal (no friture)"
},
{
"id": "organic (no friture)",
"question": {
"en": "Does this restaurant offer organic food?",
"de": "Bietet das Restaurant biologische Speisen an?",
"nl": "Biedt dit restaurant biologisch eten?",
"fr": "Ce restaurant propose-t-il de la nourriture bio ?",
"ca": "Aquest restaurant ofereix menjar ecològic?",
"cs": "Nabízí tato restaurace biopotraviny?",
"es": "¿Este restaurante ofrece comida orgánica?",
"it": "Questo ristorante offre cibo biologico?"
},
"mappings": [
{
"if": "organic=no",
"then": {
"en": "There are no organic options available",
"de": "Es sind keine biologischen Produkte verfügbar",
"nl": "Er zijn geen biologische opties beschikbaar",
"fr": "Il n'y a pas d'option bio disponible",
"ca": "No hi ha opcions ecològiques disponibles",
"cs": "Nejsou k dispozici žádné BIO možnosti",
"es": "No hay opciones orgánicas disponibles",
"it": "Non sono disponibili opzioni biologiche"
}
},
{
"if": "organic=yes",
"then": {
"en": "There is an organic menu",
"de": "Es gibt ein biologisches Menü",
"nl": "Er is een biologisch menu",
"fr": "Il y a un menu bio",
"ca": "Hi ha un menú ecològic",
"cs": "K dispozici je BIO menu",
"es": "Hay un menú orgánico",
"it": "C'è un menu biologico"
}
},
{
"if": "organic=only",
"then": {
"en": "Only organic options are available",
"de": "Nur biologische Produkte sind erhältlich",
"nl": "Er zijn alleen biologische opties beschikbaar",
"fr": "Bio uniquement",
"ca": "Només hi ha opcions ecològiques disponibles",
"cs": "K dispozici je pouze BIO menu",
"es": "Solo hay opciones orgánicas disponibles",
"it": "Sono disponibili solo opzioni biologiche"
}
}
],
"condition": "cuisine!=friture"
},
{
"id": "friture-vegetarian",
"question": {
"en": "Does this fries shop have vegetarian snacks?",
"nl": "Heeft deze frituur vegetarische snacks?",
"fr": "Cette friterie est-elle équipée de snacks végétariens ?",
"de": "Hat dieser Frittenladen vegetarische Snacks?",
"ca": "Aquesta botiga de patates fregides ofereix snacks vegetarians?",
"cs": "Má tento obchod s hranolky vegetariánské občerstvení?",
"es": "¿Esta freiduría tiene refrigerios vegetarianos?",
"it": "Questo negozio di patatine fritte ha snack vegetariani?"
},
"mappings": [
{
"if": "diet:vegetarian=only",
"then": {
"en": "Serves only vegetarian snacks and burgers",
"de": "Nur vegetarische Snacks und Burger erhältlich",
"es": "Sirve solo refrigerios y hamburguesas vegetarianas",
"ca": "Servix només aperitius i hamburgueses vegetarianes",
"it": "Serve solo snack e hamburger vegetariani"
}
},
{
"if": "diet:vegetarian=yes",
"then": {
"en": "Vegetarian snacks are available",
"nl": "Er zijn vegetarische snacks aanwezig",
"fr": "Des collations végétariens sont disponibles",
"de": "Vegetarische Snacks sind erhältlich",
"ca": "Hi ha snacks vegetarians disponibles",
"cs": "Vegetariánské občerstvení je k dispozici",
"es": "Hay refrigerios vegetarianos disponibles",
"it": "Sono disponibili snack vegetariani"
}
},
{
"if": "diet:vegetarian=limited",
"then": {
"en": "Only a small selection of snacks are vegetarian",
"nl": "Slechts enkele vegetarische snacks",
"fr": "Quelques snacks végétariens seulement",
"de": "Nur eine kleine Auswahl an vegetarischen Snacks ist erhältlich",
"ca": "Només una petita selecció de snacks son vegetarians",
"cs": "Pouze malý výběr občerstvení je vegetariánský",
"es": "Solo una pequeña selección de refrigerios son vegetarianos",
"it": "Solo una piccola selezione di snack sono vegetariani"
}
},
{
"if": "diet:vegetarian=no",
"then": {
"en": "No vegetarian snacks are available",
"nl": "Geen vegetarische snacks beschikbaar",
"fr": "Pas d'en-cas végétariens disponibles",
"de": "Es sind keine vegetarischen Snacks erhältlich",
"ca": "No hi han sacks disponibles",
"cs": "Vegetariánské občerstvení není k dispozici",
"es": "No hay refrigerios vegetarianos disponibles",
"it": "Non sono disponibili snack vegetariani"
}
}
],
"condition": "cuisine=friture"
},
{
"id": "friture-vegan",
"question": {
"en": "Does this fries shop have vegan snacks?",
"nl": "Heeft deze frituur veganistische snacks?",
"fr": "Cette friterie est-elle équipée de snacks végétaliens ?",
"de": "Gibt es in dieser Pommesbude auch vegane Snacks?",
"ca": "Aquesta botiga de patates fregides té snacks vegans?",
"cs": "Má tento obchod s hranolky veganské občerstvení?",
"es": "¿Esta freiduría tiene refrigerios veganos?",
"it": "Questo negozio di patatine fritte ha snack vegani?"
},
"mappings": [
{
"if": "diet:vegan=only",
"then": {
"en": "Serves only vegan snacks and burgers",
"de": "Nur vegane Snacks und Burger erhältlich",
"es": "Sirve solo refrigerios y hamburguesas veganas",
"ca": "Servix només aperitius i hamburgueses veganes",
"it": "Serve solo snack e hamburger vegani"
}
},
{
"if": "diet:vegan=yes",
"then": {
"en": "Vegan snacks are available",
"nl": "Er zijn veganistische snacks aanwezig",
"fr": "Des collations végétaliens sont disponibles",
"de": "Vegane Snacks sind erhältlich",
"ca": "Hi han snacks vegans disponibles",
"cs": "Veganské občerstvení je k dispozici",
"es": "Hay refrigerios veganos disponibles",
"it": "Sono disponibili snack vegani"
}
},
{
"if": "diet:vegan=limited",
"then": {
"en": "A small selection of vegan snacks are available",
"nl": "Slechts enkele veganistische snacks",
"fr": "Quelques snacks végétaliens seulement",
"de": "Nur eine kleine Auswahl an veganen Snacks ist erhältlich",
"ca": "Hi ha una petita selecció de snacks vegans disponibles",
"cs": "K dispozici je malý výběr veganského občerstvení",
"es": "Hay una pequeña selección de refrigerios veganos disponibles",
"it": "È disponibile una piccola selezione di snack vegani"
}
},
{
"if": "diet:vegan=no",
"then": {
"en": "No vegan snacks are available",
"nl": "Geen veganistische snacks beschikbaar",
"fr": "Pas d'en-cas végétaliens disponibles",
"de": "Es sind keine veganen Snacks verfügbar",
"ca": "No hi ha snacks vegans disponibles",
"cs": "Veganské občerstvení není k dispozici",
"es": "No hay refrigerios veganos disponibles",
"it": "Non sono disponibili snack vegani"
}
}
],
"condition": "cuisine=friture"
},
{
"id": "friture-organic",
"question": {
"en": "Does this fries shop offer organic snacks?",
"nl": "Heeft deze frituur biologische snacks?",
"de": "Bietet diese Pommesbude biologische Snacks an?",
"ca": "Aquesta botiga de patates fregides ofereix snacks orgànics?",
"cs": "Nabízí tento obchod s hranolkami BIO občerstvení?",
"es": "¿Esta freiduría ofrece refrigerios orgánicos?",
"it": "Questo negozio di patatine fritte offre snack biologici?"
},
"mappings": [
{
"if": "organic=yes",
"then": {
"en": "Organic snacks are available",
"nl": "Er zijn biologische snacks aanwezig",
"de": "Biologische Snacks sind erhältlich",
"ca": "Hi ha disponibles snacks orgànics",
"cs": "K dispozici je BIO občerstvení",
"es": "Hay refrigerios orgánicos disponibles",
"it": "Sono disponibili snack biologici"
}
},
{
"if": "organic=no",
"then": {
"en": "No organic snacks are available",
"nl": "Geen biologische snacks beschikbaar",
"de": "Es sind keine biologischen Snacks erhältlich",
"ca": "No hi han disponibles snacks orgànics",
"cs": "Žádné BIO občerstvení k dispozici",
"es": "No hay refrigerios orgánicos disponibles",
"it": "Non sono disponibili snack biologici"
}
},
{
"if": "organic=only",
"then": {
"en": "Only organic snacks are available",
"nl": "Enkel biologische snacks zijn beschikbaar",
"de": "Es sind nur biologische Snacks erhältlich",
"ca": "Només hi han disponibles snacks orgànics",
"cs": "K dispozici je pouze BIO občerstvení",
"es": "Solo hay refrigerios orgánicos disponibles",
"it": "Sono disponibili solo snack biologici"
}
}
],
"condition": "cuisine=friture"
},
{
"id": "friture-oil",
"question": {
"en": "Does this fries shop use vegetable or animal oil for cooking?",
"nl": "Bakt deze frituur met dierlijk vet of met plantaardige olie?",
"fr": "Cette friteuse fonctionne-t-elle avec de la graisse animale pour la cuisson ?",
"de": "Wird in dieser Pommesbude pflanzliches oder tierisches Fett zum Frittieren verwendet?",
"ca": "Aquesta botiga de patates fregides utilitza oli vegetal o animal per a cuinar?",
"cs": "Používá tato prodejna hranolek k pečení rostlinný nebo živočišný olej?",
"es": "¿Esta freiduría usa aceite vegetal o animal para cocinar?",
"it": "Questo negozio di patatine fritte usa olio vegetale o animale per cucinare?"
},
"mappings": [
{
"if": "friture:oil=vegetable",
"then": {
"en": "The frying is done with vegetable oil",
"nl": "Bakt in plantaardige olie",
"fr": "La friture est faite avec de l'huile végétale",
"de": "Es wird pflanzliches Fett zum Frittieren verwendet",
"es": "La fritura se hace con aceite vegetal",
"ca": "El fregit es fa amb oli vegetal",
"pl": "Smażenie jest na oleju roślinnym",
"cs": "Smažení se provádí s rostlinným olejem",
"it": "La frittura viene fatta con olio vegetale"
}
},
{
"if": "friture:oil=animal",
"then": {
"en": "The frying is done with animal oil",
"nl": "Dierlijk vet",
"fr": "La friture est faite avec de la graisse animale",
"de": "Es wird tierisches Fett zum Frittieren verwendet",
"es": "La fritura se hace con aceite animal",
"ca": "El fregit es fa amb oli animal",
"pl": "Smażenie jest na oleju zwierzęcym",
"cs": "Smažení se provádí na živočišném oleji",
"it": "La frittura viene fatta con olio animale"
}
}
],
"condition": "cuisine=friture"
},
"child_highchair",
"kids_area",
"diets.diets",
{
"id": "friture-take-your-container",
"question": {
@ -1471,9 +966,6 @@
],
"condition": "cuisine=friture"
},
"sugar_free",
"gluten_free",
"lactose_free",
"smoking",
"service:electricity",
"seating",
@ -1630,6 +1122,7 @@
}
]
},
"filters.baby_highchair",
"filters.has_organic",
"filters.sugar_free",
"filters.gluten_free",

View file

@ -6,14 +6,16 @@
"es": "Plazas de comida",
"uk": "Фуд-корти",
"ca": "Corts d'Aliments",
"it": "Aree Ristorazione"
"it": "Aree Ristorazione",
"cs": "Restaurační zóny"
},
"description": {
"en": "Food courts with a variety of food options.",
"de": "Food-Courts mit einer Vielzahl von Essensmöglichkeiten.",
"es": "Plazas de comida con una variedad de opciones gastronómicas.",
"ca": "Pistes d'alimentació amb una gran varietat d'opcions alimentàries.",
"it": "Aree ristorazione con una varietà di opzioni alimentari."
"it": "Aree ristorazione con una varietà di opzioni alimentari.",
"cs": "Restaurační zóny s různými druhy jídel."
},
"source": {
"osmTags": "amenity=food_court"
@ -25,7 +27,8 @@
"de": "Food Court",
"es": "Plaza de comida",
"ca": "Tribunal d'Aliments",
"it": "Area Ristorazione"
"it": "Area Ristorazione",
"cs": "Restaurační zóna"
},
"mappings": [
{
@ -69,7 +72,8 @@
"de": "Wie lautet der Name dieses Food-Courts?",
"es": "¿Cuál es el nombre de esta plaza de comida?",
"ca": "Quin és el nom d'aquest tribunal alimentari?",
"it": "Qual è il nome di questa area ristorazione?"
"it": "Qual è il nome di questa area ristorazione?",
"cs": "Jaký je název této restaurační zóny?"
},
"freeform": {
"key": "name",
@ -79,7 +83,8 @@
"de": "Name des Food-Courts",
"es": "Nombre de la plaza de comida",
"ca": "Nom de la pista de menjar",
"it": "Nome dell'area ristorazione"
"it": "Nome dell'area ristorazione",
"cs": "Název restaurační zóny"
}
},
"render": {
@ -87,7 +92,8 @@
"de": "Dieser Food Court heißt <b>{name}</b>.",
"es": "Esta plaza de comida se llama <b>{name}</b>.",
"ca": "Aquest tribunal alimentari es diu <b>{name}</b>.",
"it": "Questa area ristorazione si chiama <b>{name}</b>."
"it": "Questa area ristorazione si chiama <b>{name}</b>.",
"cs": "Název této restaurační zóny je <b>{name}</b>."
}
},
"reviews",

View file

@ -20,7 +20,8 @@
"zh_Hant": "幽靈單車",
"pt": "Bicicleta fantasma",
"ca": "Bicicleta fantasma",
"cs": "Kola duchů"
"cs": "Kola duchů",
"uk": "Велосипеди-привиди"
},
"description": {
"en": "A layer showing memorials for cyclists, killed in road accidents",
@ -331,7 +332,8 @@
"de": "<h3>Wikipedia-Seite über die verstorbene Person</h3>",
"es": "<h3>Página de Wikipedia sobre la persona fallecida</h3>",
"ca": "<h3>Pàgina de la Viquipèdia sobre la persona morta</h3>",
"it": "<h3>Pagina Wikipedia sulla persona deceduta</h3>"
"it": "<h3>Pagina Wikipedia sulla persona deceduta</h3>",
"cs": "<h3>Stránka na Wikipedii o zemřelých osobách</h3>"
}
},
"condition": "subject:wikidata~*"

View file

@ -86,7 +86,8 @@
"es": "¿Cuál es el texto en el letrero?",
"ca": "Quin és el text del rètol?",
"uk": "Який текст на вивісці?",
"it": "Qual è il testo sull'insegna?"
"it": "Qual è il testo sull'insegna?",
"cs": "Jaký je text na značce?"
},
"freeform": {
"key": "inscription",
@ -97,7 +98,8 @@
"es": "Texto en el letrero",
"ca": "Text en el rètol",
"uk": "Текст на табличці",
"it": "Testo sull'insegna"
"it": "Testo sull'insegna",
"cs": "Text na značce"
}
},
"render": {
@ -106,7 +108,8 @@
"es": "El texto en el letrero es: {inscription}",
"uk": "Текст на табличці: {inscription}",
"ca": "El text del signe és: {inscription}",
"it": "Il testo sull'insegna è: {inscription}"
"it": "Il testo sull'insegna è: {inscription}",
"cs": "Text na značce je: {inscription}"
}
},
{

View file

@ -9,7 +9,8 @@
"cs": "vlády",
"es": "Edificios gubernamentales",
"cy": "llywodraethau",
"it": "Uffici governativi"
"it": "Uffici governativi",
"uk": "урядове"
},
"description": {
"en": "This layer show governmental buildings. It was setup as commissioned layer for the client of OSOC '22",

View file

@ -1,8 +1,9 @@
{
"id": "grab_rail",
"description": {
"en": "A grab rail is a support to help persons with reduced mobility or a motor disability. It helps them to transfer from their wheelchair onto the toilet, to stand in a shower, close a door, ... ",
"it": "Un maniglione è un supporto per aiutare le persone con mobilità ridotta o disabilità motoria. Li aiuta a trasferirsi dalla sedia a rotelle al water, a stare in piedi sotto la doccia, a chiudere una porta, ... "
"en": "A grab rail is a support to help persons with reduced mobility or a motor disability. It helps them to transfer from their wheelchair onto the toilet, to stand in a shower, close a door, …",
"it": "Un maniglione è un supporto per aiutare le persone con mobilità ridotta o disabilità motoria. Li aiuta a trasferirsi dalla sedia a rotelle al water, a stare in piedi sotto la doccia, a chiudere una porta, ... ",
"cs": "Madlo je podpora, která pomáhá osobám s omezenou mobilitou nebo motorickým postižením. Pomáhá jim přesunout se z vozíku na toaletu, stát ve sprše, zavřít dveře…"
},
"source": "special:library",
"pointRendering": [],
@ -15,7 +16,8 @@
"question": {
"en": "Is there a grab rail?",
"nl": "Is er een handgreep of grijpbeugel?",
"it": "C'è un maniglione?"
"it": "C'è un maniglione?",
"cs": "Je tu k dispozici madlo?"
},
"#questionHint": "The questionhint should indicate how 'left' and 'right' are interpreted",
"mappings": [
@ -33,7 +35,8 @@
"then": {
"en": "Grab rails on <b>both</b> sides",
"nl": "Grijpbeugels aan beide zijdes",
"it": "Maniglioni su <b>entrambi</b> i lati"
"it": "Maniglioni su <b>entrambi</b> i lati",
"cs": "Madla na <b>obou</b> stranách"
}
},
{
@ -50,7 +53,8 @@
"then": {
"en": "Only grab rails on the <b>left</b> side",
"nl": "Grijpbeugels enkel aan de <b>linkderzijde</b>",
"it": "Solo maniglioni sul lato <b>sinistro</b>"
"it": "Solo maniglioni sul lato <b>sinistro</b>",
"cs": "Madlo jen na <b>levé</b> straně"
}
},
{
@ -67,7 +71,8 @@
"then": {
"en": "Grab rails on the <b>right</b> side",
"nl": "Grijpbeugels enkel aan de <b>rechterkant</b>",
"it": "Maniglioni sul lato <b>destro</b>"
"it": "Maniglioni sul lato <b>destro</b>",
"cs": "Madlo jen na <b>pravé</b> straně"
}
},
{
@ -84,7 +89,8 @@
"then": {
"en": "<b>No grab rails</b> at all",
"nl": "<b>Geen</b> grijpbeugels",
"it": "<b>Nessun maniglione</b> affatto"
"it": "<b>Nessun maniglione</b> affatto",
"cs": "Úplně <b>bez madel</b>"
}
}
]
@ -94,7 +100,8 @@
"question": {
"en": "Does the toilet have a grab rail behind the toilet?",
"nl": "Heeft deze toilet een grijpbeugel achter de toilet?",
"it": "Il bagno ha un maniglione dietro il water?"
"it": "Il bagno ha un maniglione dietro il water?",
"cs": "Má tato toaleta madlo za mísou?"
},
"mappings": [
{
@ -102,7 +109,8 @@
"then": {
"en": "Has a grab rail <b>behind</b> the toilet",
"nl": "Heeft een grijpbeugel <b>achter</b> de toilet",
"it": "Ha un maniglione <b>dietro</b> il water"
"it": "Ha un maniglione <b>dietro</b> il water",
"cs": "Má madlo <b>za</b> toaletou"
}
},
{
@ -110,7 +118,8 @@
"then": {
"en": "No grab rail behind the toilet",
"nl": "Heeft <i>geen</i> grijpbeugel achter de toilet",
"it": "Nessun maniglione dietro il water"
"it": "Nessun maniglione dietro il water",
"cs": "Nemá madlo za toaletou"
}
}
]
@ -128,7 +137,8 @@
{
"en": "left",
"nl": "linker",
"it": "sinistro"
"it": "sinistro",
"cs": "vlevo"
}
],
[
@ -136,7 +146,8 @@
{
"en": "right",
"nl": "rechter",
"it": "destro"
"it": "destro",
"cs": "vpravo"
}
]
]
@ -150,7 +161,8 @@
"question": {
"en": "Is the {{TRANSL}} grab rail foldable?",
"nl": "Is de grijpbeugel aan de {{TRANSL}}kant opklapbaar?",
"it": "Il maniglione {{TRANSL}} è pieghevole?"
"it": "Il maniglione {{TRANSL}} è pieghevole?",
"cs": "Je madlo {{TRANSL}} skládací?"
},
"mappings": [
{
@ -158,7 +170,8 @@
"then": {
"en": "The {{TRANSL}} grab rail is <b>foldable</b>",
"nl": "De grijpbeugel aan de {{TRANSL}}kant is <b>opklapbaar</b>",
"it": "Il maniglione {{TRANSL}} è <b>pieghevole</b>"
"it": "Il maniglione {{TRANSL}} è <b>pieghevole</b>",
"cs": "Madlo {{TRANSL}} je <b>skládací</b>"
}
},
{
@ -166,7 +179,8 @@
"then": {
"en": "The {{TRANSL}} grab rail is not foldable",
"nl": "De grijpbeugel aan de {{TRANSL}}kant is niet opklapbaar",
"it": "Il maniglione {{TRANSL}} non è pieghevole"
"it": "Il maniglione {{TRANSL}} non è pieghevole",
"cs": "Madlo {{TRANSL}} není skládací"
}
}
],

View file

@ -5,14 +5,17 @@
"de": "Grabsteine",
"es": "Lápidas",
"ca": "Làpides",
"it": "Lapidi"
"it": "Lapidi",
"cs": "Náhrobky",
"uk": "Надгробки"
},
"description": {
"en": "Tombstones (and graves) indicate where a person was buried. On this map, those can be recorded and a link to Wikipedia can be made",
"de": "Grabsteine (und Gräber) zeigen an, wo eine Person begraben wurde. Auf dieser Karte können diese aufgezeichnet werden und ein Wikipedialink erstellt werden",
"es": "Las lápidas (y las tumbas) indican dónde fue enterrada una persona. En este mapa, estas pueden registrarse y se puede establecer un enlace a Wikipedia",
"ca": "Les tombes (i les tombes) indiquen on va ser enterrada una persona. En aquest mapa, es poden gravar i es pot fer un enllaç a la Viquipèdia",
"it": "Le lapidi (e le tombe) indicano dove è stata sepolta una persona. Su questa mappa, queste possono essere registrate e può essere creato un collegamento a Wikipedia"
"it": "Le lapidi (e le tombe) indicano dove è stata sepolta una persona. Su questa mappa, queste possono essere registrate e può essere creato un collegamento a Wikipedia",
"cs": "Náhrobky (a hroby) ukazují, kde je osoba pohřbena. Na této mapě je lze zaznamenat a vložit odkaz na Wikipedii"
},
"source": {
"osmTags": {
@ -29,7 +32,8 @@
"de": "Grabstein",
"es": "Lápida",
"ca": "Tomba",
"it": "Lapide"
"it": "Lapide",
"cs": "Náhrobek"
}
},
"pointRendering": [
@ -57,7 +61,8 @@
"de": "ein Grabstein",
"ca": "una làpida",
"es": "una lápida",
"it": "una lapide"
"it": "una lapide",
"cs": "náhrobek"
},
"tags": [
"cemetery=grave"
@ -68,7 +73,8 @@
"uk": "Надгробок - це фізичний об'єкт, який вказує на те, що тут похована одна або кілька осіб. Як правило, на ньому викарбувано ім'я, дату народження та дату смерті особи чи осіб.",
"es": "Una lápida es un objeto físico que indica que una o más personas están enterradas aquí. Generalmente tiene el nombre, la fecha de nacimiento y la fecha de defunción de la persona o personas como inscripción.",
"ca": "Una làpida és un objecte físic que indica que una o més persones estan enterrades aquí. Generalment té el nom, la data de naixement i la data de defunció de la persona o persones com a inscripció.",
"it": "Una tomba è un oggetto fisico che indica che una o più persone sono sepolte qui. Generalmente ha il nome, la data di nascita e la data di morte della persona o delle persone come iscrizione."
"it": "Una tomba è un oggetto fisico che indica che una o più persone sono sepolte qui. Generalmente ha il nome, la data di nascita e la data di morte della persona o delle persone come iscrizione.",
"cs": "Hrob je fyzický objekt, který ukazuje, že je zde pohřbeno jedna nebo více osob. Obecně nese nápisy jako jméno, datum narození a datum úmrtí osoby nebo osob."
}
}
],
@ -80,7 +86,8 @@
"de": "Wie lautet die Wikipedia-Seite der Person, die hier begraben ist?",
"es": "¿Cuál es la página de Wikipedia de la persona enterrada aquí?",
"ca": "Quina és la pàgina de la Viquipèdia de la persona enterrada aquí?",
"it": "Qual è la pagina Wikipedia della persona sepolta qui?"
"it": "Qual è la pagina Wikipedia della persona sepolta qui?",
"cs": "Která stránka na Wikipedii se věnuje zde pohřbené osobě?"
},
"id": "buried:wikidata",
"render": {
@ -89,7 +96,8 @@
"es": "{wikipedia(buried:wikidata)}",
"ca": "{wikipedia(buried:wikidata)}",
"cy": "{wikipedia(buried:wikidata)}",
"it": "{wikipedia(buried:wikidata)}"
"it": "{wikipedia(buried:wikidata)}",
"cs": "{wikipedia(buried:wikidata)}"
},
"freeform": {
"key": "buried:wikidata",
@ -102,7 +110,8 @@
"de": "Wie lautet der Name der hier begrabenen Person?",
"es": "¿Cuál es el nombre de la persona enterrada aquí?",
"ca": "Quin és el nom de la persona enterrada aquí?",
"it": "Qual è il nome della persona sepolta qui?"
"it": "Qual è il nome della persona sepolta qui?",
"cs": "Jaké jméno má osoba zde pohřbená?"
},
"id": "name",
"render": {
@ -110,7 +119,8 @@
"de": "<b>{name}</b> ist hier begraben",
"es": "<b>{name}</b> está enterrado aquí",
"ca": "<b>{name}</b> està enterrat aquí",
"it": "<b>{name}</b> è sepolto/a qui"
"it": "<b>{name}</b> è sepolto/a qui",
"cs": "Zde je pohřben(a) <b>{name}</b>"
},
"freeform": {
"key": "name"
@ -127,7 +137,8 @@
"de": "Mit oder ohne Wikidata",
"es": "Con o sin Wikidata",
"ca": "Amb o sense wikidata",
"it": "Con o senza wikidata"
"it": "Con o senza wikidata",
"cs": "S Wikidaty nebo bez nich"
}
},
{
@ -136,7 +147,8 @@
"de": "Hat einen Link zu Wikidata",
"es": "Tiene enlace a Wikidata",
"ca": "Té un enllaç a Wikidata",
"it": "Ha un collegamento a Wikidata"
"it": "Ha un collegamento a Wikidata",
"cs": "Má odkaz na Wikidata"
},
"osmTags": "buried:wikidata~*"
},
@ -146,7 +158,8 @@
"de": "Hat keinen Link zu Wikidata",
"es": "No tiene enlace a Wikidata",
"ca": "No té cap enllaç a Wikidata",
"it": "Non ha un collegamento a Wikidata"
"it": "Non ha un collegamento a Wikidata",
"cs": "Nemá odkaz na Wikidata"
},
"osmTags": "buried:wikidata="
}

View file

@ -6,7 +6,8 @@
"de": "Wegweiser",
"es": "Postes indicadores",
"ca": "Punts guia",
"it": "Segnavia"
"it": "Segnavia",
"uk": "Довідники"
},
"description": {
"en": "Guideposts (also known as fingerposts or finger posts) are often found along official hiking/cycling/riding/skiing routes to indicate the directions to different destinations",
@ -79,7 +80,8 @@
"fr": "Quel type d'itinéraire indique ce panneau?",
"es": "¿Qué tipo de rutas se muestran en este poste indicador?",
"ca": "Quin tipus de rutes es mostren en aquesta guia?",
"it": "Che tipo di percorsi sono mostrati su questo segnavia?"
"it": "Che tipo di percorsi sono mostrati su questo segnavia?",
"cs": "Jaký druh tras ukazuje tento rozcestník?"
},
"multiAnswer": true,
"mappings": [
@ -96,7 +98,8 @@
"fr": "Un itinéraire vélo",
"es": "Este poste indicador muestra rutas de bicicleta",
"ca": "Aquest document guia mostra les rutes en bicicleta",
"it": "Questo segnavia mostra percorsi ciclabili"
"it": "Questo segnavia mostra percorsi ciclabili",
"cs": "Rozcestník ukazuje cyklistické trasy"
}
},
{
@ -112,7 +115,8 @@
"fr": "un itinéraire de randonnée",
"es": "Este poste indicador muestra rutas de senderismo",
"ca": "Aquest document guia mostra les rutes de senderisme",
"it": "Questo segnavia mostra percorsi escursionistici"
"it": "Questo segnavia mostra percorsi escursionistici",
"cs": "Rozcestník ukazuje pěší trasy"
}
},
{
@ -128,7 +132,8 @@
"fr": "un itinéraire de vtt",
"es": "Este poste indicador muestra rutas de bicicleta de montaña",
"ca": "Aquest document guia mostra les rutes en bicicleta de muntanya",
"it": "Questo segnavia mostra percorsi per mountain bike"
"it": "Questo segnavia mostra percorsi per mountain bike",
"cs": "Rozcestník ukazuje trasy pro horská kola"
}
},
{
@ -144,7 +149,8 @@
"fr": "un itinéraire équestre",
"es": "Este poste indicador muestra rutas a caballo",
"ca": "Aquest document guia mostra les rutes d'equitació",
"it": "Questo segnavia mostra percorsi per equitazione"
"it": "Questo segnavia mostra percorsi per equitazione",
"cs": "Rozcestník ukazuje trasy pro jízdu na koni"
}
},
{
@ -160,7 +166,8 @@
"fr": "un itinéraire de pistes de ski",
"es": "Este poste indicador muestra rutas de esquí",
"ca": "Aquest document guia mostra les rutes d'esquí",
"it": "Questo segnavia mostra percorsi sciistici"
"it": "Questo segnavia mostra percorsi sciistici",
"cs": "Rozcestník ukazuje lyžařské trasy"
}
},
{
@ -171,7 +178,8 @@
"guidepost="
],
"then": {
"en": "This guidepost shows running routes"
"en": "This guidepost shows running routes",
"cs": "Rozcestník ukazuje běžecké trasy"
}
},
{
@ -182,7 +190,8 @@
"guidepost="
],
"then": {
"en": "This guidepost shows winter hiking routes"
"en": "This guidepost shows winter hiking routes",
"cs": "Rozcestník ukazuje trasy pro zimní pěší turistiku"
}
}
]
@ -191,14 +200,16 @@
"id": "name",
"question": {
"en": "What is the name noted on this guidepost?",
"it": "Qual è il nome annotato su questo segnavia?"
"it": "Qual è il nome annotato su questo segnavia?",
"cs": "Jaký název je uveden na tomto rozcestníku?"
},
"freeform": {
"key": "name",
"type": "string",
"placeholder": {
"en": "Name on the guidepost",
"it": "Nome sul segnavia"
"it": "Nome sul segnavia",
"cs": "Název rozcestníku"
},
"addExtraTags": [
"noname="
@ -206,14 +217,16 @@
},
"render": {
"en": "Name noted on the guidepost: {name}",
"it": "Nome annotato sul segnavia: {name}"
"it": "Nome annotato sul segnavia: {name}",
"cs": "Název uvedený na rozcestníku: {name}"
},
"mappings": [
{
"if": "noname=yes",
"then": {
"en": "There is no name noted on this guidepost",
"it": "Non c'è nome annotato su questo segnavia"
"it": "Non c'è nome annotato su questo segnavia",
"cs": "Na tomto rozcestníku není uveden žádný název"
},
"addExtraTags": [
"name="
@ -225,14 +238,16 @@
"id": "ref",
"question": {
"en": "What is the reference number of this guidepost?",
"it": "Qual è il numero di riferimento di questo segnavia?"
"it": "Qual è il numero di riferimento di questo segnavia?",
"cs": "Jaké je referenční číslo tohoto rozcestníku?"
},
"freeform": {
"key": "ref",
"type": "string",
"placeholder": {
"en": "Reference number of the guidepost",
"it": "Numero di riferimento del segnavia"
"it": "Numero di riferimento del segnavia",
"cs": "Referenční číslo rozcestníku"
},
"addExtraTags": [
"noref="
@ -240,14 +255,16 @@
},
"render": {
"en": "Reference number of the guidepost: {ref}",
"it": "Numero di riferimento del segnavia: {ref}"
"it": "Numero di riferimento del segnavia: {ref}",
"cs": "Referenční číslo rozcestníku: {ref}"
},
"mappings": [
{
"if": "noref=yes",
"then": {
"en": "There is no reference number noted on this guidepost",
"it": "Non c'è numero di riferimento annotato su questo segnavia"
"it": "Non c'è numero di riferimento annotato su questo segnavia",
"cs": "Na tomto rozcestníku není uvedeno žádné referenční číslo"
},
"addExtraTags": [
"ref="
@ -259,14 +276,16 @@
"id": "ele",
"question": {
"en": "What is the elevation noted on this guidepost?",
"it": "Qual è l'altitudine annotata su questo segnavia?"
"it": "Qual è l'altitudine annotata su questo segnavia?",
"cs": "Jaká je nadmořská výška uvedená na tomto rozcestníku?"
},
"freeform": {
"key": "ele",
"type": "float",
"placeholder": {
"en": "Elevation on the guidepost (in meters)",
"it": "Altitudine sul segnavia (in metri)"
"it": "Altitudine sul segnavia (in metri)",
"cs": "Nadmořská výška rozcestníku (v metrech)"
},
"addExtraTags": [
"noele="
@ -274,14 +293,16 @@
},
"render": {
"en": "Elevation noted on the guidepost: {ele} m",
"it": "Altitudine annotata sul segnavia: {ele} m"
"it": "Altitudine annotata sul segnavia: {ele} m",
"cs": "Nadmořská výška uvedená na rozcestníku: {ele} m"
},
"mappings": [
{
"if": "noele=yes",
"then": {
"en": "There is no elevation noted on this guidepost",
"it": "Non c'è altitudine annotata su questo segnavia"
"it": "Non c'è altitudine annotata su questo segnavia",
"cs": "Na tomto rozcestníku není uvedena nadmořská výška"
},
"addExtraTags": [
"ele="

View file

@ -145,7 +145,8 @@
"es": "un makerspace",
"nl": "een makerspace",
"ca": "un espai maker",
"it": "un makerspace"
"it": "un makerspace",
"cs": "makerspace"
},
"description": {
"en": "A makerspace is a place where DIY-enthusiasts gather to experiment with electronics such as arduino, LEDstrips, …",
@ -353,7 +354,8 @@
"de": "ein Multimediastudio",
"es": "un estudio multimedia",
"ca": "un estudi multimèdia",
"it": "uno studio multimediale"
"it": "uno studio multimediale",
"cs": "multimediální studio"
},
{
"en": "multimedia studio",
@ -361,7 +363,8 @@
"de": "Multimediastudio",
"es": "estudio multimedia",
"ca": "estudi multimèdia",
"it": "studio multimediale"
"it": "studio multimediale",
"cs": "multimediální studio"
},
"./assets/layers/hackerspace/media_studio.svg",
false
@ -374,7 +377,8 @@
"nl": "een naaimachine",
"es": "una máquina de coser",
"ca": "una màquina de cosir",
"it": "una macchina da cucire"
"it": "una macchina da cucire",
"cs": "šicí stroj"
},
{
"en": "sewing machine",
@ -382,7 +386,8 @@
"nl": "naaimachine",
"es": "máquina de coser",
"ca": "màquina de cosir",
"it": "macchina da cucire"
"it": "macchina da cucire",
"cs": "šicí stroj"
},
"./assets/layers/hackerspace/sewing_machine.svg",
true
@ -395,7 +400,8 @@
"de": "eine Holzwerkstatt",
"es": "un taller de carpintería",
"ca": "Un taller de fusteria",
"it": "un laboratorio di falegnameria"
"it": "un laboratorio di falegnameria",
"cs": "dřevařská dílna"
},
{
"en": "woodworking workshop",
@ -403,7 +409,8 @@
"de": "Holzwerkstatt",
"es": "taller de carpintería",
"ca": "Taller de treball en fusta",
"it": "laboratorio di falegnameria"
"it": "laboratorio di falegnameria",
"cs": "dřevařská dílna"
},
"./assets/layers/hackerspace/woodworking.svg",
false
@ -416,7 +423,8 @@
"de": "eine Keramikwerkstatt",
"es": "un taller de cerámica",
"ca": "un taller de ceràmica",
"it": "un laboratorio di ceramica"
"it": "un laboratorio di ceramica",
"cs": "keramická dílna"
},
{
"en": "ceramics workshop",
@ -424,7 +432,8 @@
"de": "Keramikwerkstatt",
"es": "taller de cerámica",
"ca": "Taller de ceràmica",
"it": "laboratorio di ceramica"
"it": "laboratorio di ceramica",
"cs": "keramická dílna"
},
"./assets/layers/hackerspace/ceramics.svg",
false
@ -523,7 +532,8 @@
"de": "Es gibt einen limitierten {negative-name} in diesem Hackerspace",
"es": "Hay {negative-name} limitado disponible en este hackerspace",
"ca": "Hi ha un nombre limitat de {negative-name} disponible en aquest espai hacker",
"it": "C'è {negative-name} disponibile in modo limitato in questo hackerspace"
"it": "C'è {negative-name} disponibile in modo limitato in questo hackerspace",
"cs": "V tomto prostoru hackerů je omezeně k dispozici {negative-name}"
},
"hideInAnswer": "{hide_limited}"
}
@ -628,7 +638,8 @@
"de": "Dies ist eine Werkstatt für unterstützten Selbstservice, wie ein Repair-Café",
"es": "Este es un taller de autoservicio asistido, como un repair café",
"ca": "Es tracta d'un taller d'autoservei assistit, com un cafè de reparació",
"it": "Questo è un laboratorio per il self service assistito, come un repair café"
"it": "Questo è un laboratorio per il self service assistito, come un repair café",
"cs": "Toto je dílna pro asistovanou svépomoc, například opravno-kavárna"
}
},
{
@ -644,7 +655,8 @@
"de": "Dies ist ein Coworking-Büro",
"es": "Esta es una oficina de coworking",
"ca": "Aquesta és una oficina de coworking",
"it": "Questo è un ufficio di coworking"
"it": "Questo è un ufficio di coworking",
"cs": "Toto je kancelář pro coworking"
}
}
]

View file

@ -1,7 +1,8 @@
{
"id": "historic_aircraft",
"name": {
"en": "Historic aircraft"
"en": "Historic aircraft",
"cs": "Historické letadlo"
},
"source": {
"osmTags": {
@ -14,7 +15,8 @@
"minzoom": 5,
"title": {
"render": {
"en": "Historic aircraft"
"en": "Historic aircraft",
"cs": "Historické letadlo"
}
},
"pointRendering": [
@ -43,10 +45,12 @@
"presets": [
{
"title": {
"en": "a aircraft on a permanent location"
"en": "a aircraft on a permanent location",
"cs": "letadlo na trvalém místě"
},
"description": {
"en": "A (historic) aircraft permanently installed on a location, e.g. in a museum, as artwork or as memorial."
"en": "A (historic) aircraft permanently installed on a location, e.g. in a museum, as artwork or as memorial.",
"cs": "(Historické) letadlo trvale instalované na místě, např. v muzeu, jako umělecké dílo nebo pomník."
},
"tags": [
"historic=aircraft"
@ -57,7 +61,8 @@
"images",
{
"question": {
"en": "What type of model is this aircraft?"
"en": "What type of model is this aircraft?",
"cs": "O jaký typ (model) letadla se jedná?"
},
"id": "model",
"freeform": {
@ -65,26 +70,30 @@
"type": "wikidata"
},
"render": {
"en": "{wikipedia(model:wikidata)}"
"en": "{wikipedia(model:wikidata)}",
"cs": "{wikipedia(model:wikidata)}"
}
},
{
"id": "is_memorial",
"question": {
"en": "Does this aircraft also serve as a memorial?"
"en": "Does this aircraft also serve as a memorial?",
"cs": "Slouží toto letadlo také jako pomník?"
},
"mappings": [
{
"if": "memorial=aircraft",
"then": {
"en": "Serves as a memorial"
"en": "Serves as a memorial",
"cs": "Slouží jako pomník"
}
},
{
"if": "not:memorial=yes",
"alsoShowIf": "memorial=",
"then": {
"en": "Does not serve as a memorial"
"en": "Does not serve as a memorial",
"cs": "Neslouží jako pomník"
}
}
]

View file

@ -1,10 +1,12 @@
{
"id": "historic_rolling_stock",
"name": {
"en": "Historic rolling stock"
"en": "Historic rolling stock",
"cs": "Historická železniční vozidla"
},
"description": {
"en": "Historic rolling stock (such as locomotives, railway cars and wagons) which are permanently placed at a location"
"en": "Historic rolling stock (such as locomotives, railway cars and wagons) which are permanently placed at a location",
"cs": "Historická železniční vozidla (např. lokomotivy, železniční vozy nebo vagony), která jsou trvale umístěna na místě"
},
"source": {
"osmTags": {
@ -21,7 +23,8 @@
"minzoom": 5,
"title": {
"render": {
"en": "Historic rolling stock"
"en": "Historic rolling stock",
"cs": "Historická železniční vozidla"
},
"mappings": [
{
@ -32,7 +35,8 @@
]
},
"then": {
"en": "Historic locomotive"
"en": "Historic locomotive",
"cs": "Historická lokomotiva"
}
},
{
@ -43,7 +47,8 @@
]
},
"then": {
"en": "Historic railway car"
"en": "Historic railway car",
"cs": "Historické železniční vozidlo"
}
},
{
@ -54,7 +59,8 @@
]
},
"then": {
"en": "Historic minecart"
"en": "Historic minecart",
"cs": "Historický důlní vozík"
}
}
]
@ -116,10 +122,12 @@
"presets": [
{
"title": {
"en": "a locomotive on a permanent location"
"en": "a locomotive on a permanent location",
"cs": "lokomotiva na trvalém místě"
},
"description": {
"en": "A (historic) locomotive permanently installed on a location, e.g. in a museum, as artwork or as memorial."
"en": "A (historic) locomotive permanently installed on a location, e.g. in a museum, as artwork or as memorial.",
"cs": "(Historická) lokomotiva trvale instalovaná na místě, např. v muzeu, jako umělecké dílo nebo pomník."
},
"tags": [
"historic=locomotive"
@ -127,10 +135,12 @@
},
{
"title": {
"en": "a railway car on a permanent location"
"en": "a railway car on a permanent location",
"cs": "železniční vůz na trvalém místě"
},
"description": {
"en": "A decommissioned railway car permanently installed on a location, e.g. in a museum, as artwork or as memorial."
"en": "A decommissioned railway car permanently installed on a location, e.g. in a museum, as artwork or as memorial.",
"cs": "Vyřazený železniční vůz trvale instalovaný na místě, např. v muzeu, jako umělecké dílo nebo pomník."
},
"tags": [
"historic=railway_car"
@ -138,10 +148,12 @@
},
{
"title": {
"en": "a minecart on a permanent location"
"en": "a minecart on a permanent location",
"cs": "důlní vozík na trvalém místě"
},
"description": {
"en": "A (historic) minecart permanently installed on a location, e.g. in a museum, as artwork or as memorial."
"en": "A (historic) minecart permanently installed on a location, e.g. in a museum, as artwork or as memorial.",
"cs": "(Historický) důlní vozík trvale instalovaný na místě, např. v muzeu, jako umělecké dílo nebo pomník."
},
"tags": [
"historic=minecart"
@ -158,10 +170,12 @@
{
"id": "model",
"question": {
"en": "What is the model of this rolling stock?"
"en": "What is the model of this rolling stock?",
"cs": "Jaký je model tohoto železničního vozidla?"
},
"render": {
"en": "Model <b>{model}</b>"
"en": "Model <b>{model}</b>",
"cs": "Model <b>{model}</b>"
},
"freeform": {
"key": "model"
@ -171,21 +185,24 @@
{
"id": "is_memorial",
"question": {
"en": "Does this also serve as a memorial?"
"en": "Does this also serve as a memorial?",
"cs": "Slouží také jako pomník?"
},
"mappings": [
{
"if": "memorial:={historic}",
"alsoShowIf": "memorial~*",
"then": {
"en": "Serves as a memorial"
"en": "Serves as a memorial",
"cs": "Slouží jako pomník"
}
},
{
"if": "not:memorial=yes",
"alsoShowIf": "memorial=",
"then": {
"en": "Does not serve as a memorial"
"en": "Does not serve as a memorial",
"cs": "Neslouží jako pomník"
}
}
]

View file

@ -12,7 +12,7 @@
"nl": "Brandkranen",
"es": "Mapa de bocas de incendio",
"ca": "Mapa d'hidrants",
"cs": "Mapa hydrantů",
"cs": "Hydranty",
"pl": "Mapa hydrantów"
},
"description": {
@ -594,26 +594,30 @@
"question": {
"en": "What is the reference number of this hydrant?",
"nl": "Wat is het referentienummer van deze brandkraan?",
"it": "Qual è il numero di riferimento di questo idrante?"
"it": "Qual è il numero di riferimento di questo idrante?",
"cs": "Jaké je referenční číslo tohoto hydrantu?"
},
"questionHint": {
"en": "This can usually be found on the hydrant or on a nearby sign.",
"nl": "Dit nummer is meestal te vinden op de brandkraan of op een nabijgelegen bord.",
"it": "Questo di solito si trova sull'idrante o su un cartello nelle vicinanze."
"it": "Questo di solito si trova sull'idrante o su un cartello nelle vicinanze.",
"cs": "Obvykle ho lze najít na hydrantu nebo na blízké značce."
},
"freeform": {
"key": "ref",
"placeholder": {
"en": "Reference number of the hydrant",
"nl": "Referentienummer van de brandkraan",
"it": "Numero di riferimento dell'idrante"
"it": "Numero di riferimento dell'idrante",
"cs": "Referenční číslo hydrantu"
},
"type": "string"
},
"render": {
"en": "Reference number: {ref}",
"nl": "Referentienummer: {ref}",
"it": "Numero di riferimento: {ref}"
"it": "Numero di riferimento: {ref}",
"cs": "Referenční číslo: {ref}"
}
},
"images"

View file

@ -137,7 +137,8 @@
"contact",
"diets",
"payment-options",
"wheelchair-access"
"wheelchair-access",
"toilet_at_amenity_lib.all"
],
"allowMove": true,
"credits": [

View file

@ -19,7 +19,8 @@
"ca": "Mapeig interior bàsic: mostra els contorns de les habitacions",
"pl": "Podstawowe mapowanie wnętrz: pokazuje kontury pomieszczeń",
"es": "Cartografía interior básica: muestra los contornos de las habitaciones",
"it": "Mappatura interna di base: mostra i contorni delle stanze"
"it": "Mappatura interna di base: mostra i contorni delle stanze",
"da": "Grundlæggende indendørs kortlægning: viser rums konturer"
},
"source": {
"osmTags": {
@ -552,7 +553,8 @@
"de": "Dies ist ein Kopierraum",
"es": "Esta es una sala de copias",
"ca": "Aquesta és una sala de còpies",
"it": "Questa è una sala fotocopie"
"it": "Questa è una sala fotocopie",
"cs": "Toto je kopírovací místnost"
}
},
{
@ -730,6 +732,7 @@
"de": "eine Innenwand",
"es": "una pared interior",
"ca": "una paret interior",
"it": "un muro interno"
"it": "un muro interno",
"cs": "vnitřní stěna"
}
}

View file

@ -5,14 +5,16 @@
"nl": "Insectenhotels",
"de": "Insektenhotels",
"ca": "Hotels d'Insectes",
"it": "Hotel per insetti"
"it": "Hotel per insetti",
"cs": "Hmyzí hotely"
},
"description": {
"en": "Layer showing insect hotels",
"nl": "Laag met insectenhotels",
"de": "Ebene mit Insektenhotels",
"ca": "Capa que mostra els hotels d'insectes",
"it": "Livello che mostra hotel per insetti"
"it": "Livello che mostra hotel per insetti",
"cs": "Vrstva zobrazující hmyzí hotely"
},
"source": {
"osmTags": "man_made=insect_hotel"
@ -23,7 +25,8 @@
"nl": "Insectenhotel",
"de": "Insektenhotel",
"ca": "Hotel Insect",
"it": "Hotel per insetti"
"it": "Hotel per insetti",
"cs": "Hmyzí hotel"
},
"pointRendering": [
{
@ -45,7 +48,8 @@
"nl": "een insectenhotel",
"de": "Ein Insektenhotel",
"ca": "un hotel d'insectes",
"it": "un hotel per insetti"
"it": "un hotel per insetti",
"cs": "hmyzí hotel"
},
"tags": [
"man_made=insect_hotel"

View file

@ -5,7 +5,8 @@
"de": "Element mit mindestens einem Bild",
"es": "Elementos con al menos una imagen",
"ca": "Elements amb almenys una imatge",
"it": "Elementi con almeno un'immagine"
"it": "Elementi con almeno un'immagine",
"cs": "Položky s alespoň jedním obrázkem"
},
"description": "All items with an image. All alone, not a layer which is relevant for any MapComplete theme, as it is a random collection of items. However, when put into the databank, this allows to quickly fetch (the URL of) pictures nearby a different object, to quickly link this",
"source": {
@ -46,7 +47,8 @@
"de": "POI mit Bild",
"es": "PDI con imagen",
"ca": "POI amb imatge",
"it": "POI con immagine"
"it": "POI con immagine",
"cs": "POI s obrázkem"
},
"mappings": [
{

View file

@ -289,7 +289,8 @@
"nl": "Deze stoeprand heeft voelbare bestrating, die een contrasterende kleur heeft ten opzichte van de omliggende bestrating.",
"ca": "Aquest voral té paviment podotàctil, que té un color contrastant amb el paviment circumdant.",
"de": "Diese Bordsteinkante ist mit taktilem Pflaster versehen, das sich farblich vom umgebenden Pflaster abhebt.",
"it": "Questo cordolo ha pavimentazione tattile, che ha un colore contrastante rispetto alla pavimentazione circostante."
"it": "Questo cordolo ha pavimentazione tattile, che ha un colore contrastante rispetto alla pavimentazione circostante.",
"cs": "Tento obrubník má hmatovou dlažbu, která má kontrastní barvu vůči okolní dlažbě."
},
"hideInAnswer": true
},
@ -329,7 +330,8 @@
"en": "The tactile paving is yellow.",
"nl": "De voelbare bestrating is geel.",
"ca": "El paviment podotàctil és groc.",
"it": "La pavimentazione tattile è gialla."
"it": "La pavimentazione tattile è gialla.",
"cs": "Tato hmatová dlažba je žlutá."
}
},
{
@ -338,7 +340,8 @@
"en": "The tactile paving is red.",
"nl": "De voelbare bestrating is rood.",
"ca": "El paviment podotàctil és vermell.",
"it": "La pavimentazione tattile è rossa."
"it": "La pavimentazione tattile è rossa.",
"cs": "Tato hmatová dlažba je červená."
}
},
{
@ -370,7 +373,8 @@
"nl": "Kleur van de voelbare bestrating",
"ca": "Color del paviment podotàctil",
"de": "Farbe des taktilen Pflasters",
"it": "Colore della pavimentazione tattile"
"it": "Colore della pavimentazione tattile",
"cs": "Barva hmatové dlažby"
}
},
"render": {
@ -560,6 +564,7 @@
"de": "ein Bordstein",
"es": "un bordillo",
"ca": "un kerb",
"it": "un cordolo"
"it": "un cordolo",
"cs": "obrubník"
}
}

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: OSM-Carto
SPDX-License-Identifier: CC0-1.0

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Geozeisig
SPDX-License-Identifier: CC0-1.0

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: OSM-Carto
SPDX-License-Identifier: CC0-1.0

View file

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="762.06934"
height="762.06995"
viewBox="0 0 762.06934 762.06995"
version="1.1"
id="svg4"
sodipodi:docname="hotel.svg"
inkscape:version="1.3.2 (1:1.3.2+202311252150+091e20ef0f)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs8" />
<sodipodi:namedview
id="namedview6"
pagecolor="#ffffff"
bordercolor="#111111"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
showgrid="false"
showguides="true"
inkscape:guide-bbox="true"
inkscape:zoom="0.5912918"
inkscape:cx="169.96684"
inkscape:cy="441.40643"
inkscape:window-width="1920"
inkscape:window-height="1005"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg4"
inkscape:showpageshadow="2"
inkscape:deskcolor="#d1d1d1">
<sodipodi:guide
position="-84.026693,412.51875"
orientation="0,-1"
id="guide827"
inkscape:locked="false" />
</sodipodi:namedview>
<path
style="fill:#ffffff;fill-opacity:1;stroke:#355bff;stroke-width:60;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
id="path1"
sodipodi:type="arc"
sodipodi:cx="381.03488"
sodipodi:cy="381.03537"
sodipodi:rx="361.03445"
sodipodi:ry="361.03445"
sodipodi:start="0"
sodipodi:end="6.26046"
sodipodi:open="true"
sodipodi:arc-type="arc"
d="M 742.06934,381.03537 A 361.03445,361.03445 0 0 1 383.08603,742.064 361.03445,361.03445 0 0 1 20.023734,385.13759 361.03445,361.03445 0 0 1 374.88172,20.053354 361.03445,361.03445 0 0 1 741.97611,372.83146" />
<path
d="m 150.16136,226.77398 c -9.83876,0 -17.75949,7.92073 -17.75949,17.75948 v 17.75948 142.07589 35.51898 17.75949 53.27845 h 35.51898 V 457.6473 439.88781 h 426.22764 v 53.27845 17.75949 h 17.7595 17.75948 V 493.16626 439.88781 404.36883 333.3309 315.57141 c 0,-9.83876 -7.92073,-17.75949 -17.75948,-17.75949 -9.83876,0 -17.7595,7.92073 -17.7595,17.75949 v 17.75949 71.03793 H 167.92085 V 262.29294 244.53346 c 0,-9.83875 -7.92074,-17.75948 -17.75949,-17.75948 z m 106.55691,35.51896 c -29.42487,0 -53.27845,23.85359 -53.27845,53.27847 0,29.42487 23.85358,53.27845 53.27845,53.27845 29.42487,0 53.27845,-23.85358 53.27845,-53.27845 0,-29.42488 -23.85358,-53.27847 -53.27845,-53.27847 z m 88.79743,35.51898 v 71.03794 h 213.11382 c 0,-35.51896 -36.80387,-71.03794 -71.03793,-71.03794 z"
id="path2"
style="stroke-width:35.519" />
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Andy Allan; Michael Glanznig; Adamant36; Paul Dicker
SPDX-License-Identifier: CC0-1.0

View file

@ -0,0 +1,15 @@
[
{
"path": "hotel.svg",
"license": "CC0-1.0",
"authors": [
"Andy Allan",
"Michael Glanznig",
"Adamant36",
"Paul Dicker"
],
"sources": [
"https://github.com/gravitystorm/openstreetmap-carto/blob/master/symbols/tourism/hotel.svg"
]
}
]

View file

@ -38,26 +38,9 @@
],
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "ring",
"color": "blue"
"icon": "./assets/layers/love_hotel/hotel.svg"
}
]
},
{
"location": [
"point",
"centroid"
],
"marker": [
{
"icon": "./assets/layers/tourism_accomodation/hotel.svg"
}
],
"iconSize": "27,27"
}
],
"lineRendering": [],

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: gmgeo
SPDX-License-Identifier: CC0-1.0

View file

@ -229,10 +229,10 @@
{
"if": "map_size=site",
"then": {
"en": "A map of special site, like of a historical castle, a park, a campus, a forest, ....",
"en": "A map of special site, like of a historical castle, a park, a campus, a forest, ",
"de": "Eine Karte mit besonderen Orten, wie einem historischen Schloss, einem Park, einem Campus, einem Wald, ....",
"ca": "Un mapa d'un lloc especial, com un castell històric, un parc, un campus, un bosc, …",
"cs": "Mapa speciálního místa, například historického zámku, parku, areálu, lesa, ....",
"cs": "Mapa speciálního místa, například historického zámku, parku, areálu, lesa",
"fr": "La carte d'un site particulier, comme un château, un parc, un campus, une forêt, ....",
"es": "Un mapa de un sitio especial, como un castillo histórico, un parque, un campus, un bosque, ...",
"it": "Una mappa di un sito speciale, come un castello storico, un parco, un campus, una foresta, ...."
@ -259,7 +259,7 @@
"pl": " Mapa miasta",
"ca": "Un mapa d'una ciutat",
"cs": "Mapa města",
"fr": " Une carte de ville",
"fr": "Une carte de ville",
"es": "Un mapa de una ciudad",
"it": "Una mappa di una città"
}

View file

@ -188,7 +188,8 @@
},
"then": {
"en": "The maximum allowed speed on this road depends on the direction a vehicle goes",
"it": "La velocità massima consentita su questa strada dipende dalla direzione in cui va un veicolo"
"it": "La velocità massima consentita su questa strada dipende dalla direzione in cui va un veicolo",
"cs": "Nejvyšší povolená rychlost na této cestě závisí na směru, kterým vozidlo jede"
}
}
],
@ -215,11 +216,13 @@
},
"question": {
"en": "What is the maximum allowed speed when travelling {direction_absolute()}?",
"it": "Qual è la velocità massima consentita quando si viaggia {direction_absolute()}?"
"it": "Qual è la velocità massima consentita quando si viaggia {direction_absolute()}?",
"cs": "Jaká je nejvyšší povolená rychlost při jízdě {direction_absolute()}?"
},
"render": {
"en": "The maximum allowed speed when travelling {direction_absolute()} on this road is {canonical(maxspeed:forward)}",
"it": "La velocità massima consentita quando si viaggia {direction_absolute()} su questa strada è {canonical(maxspeed:forward)}"
"it": "La velocità massima consentita quando si viaggia {direction_absolute()} su questa strada è {canonical(maxspeed:forward)}",
"cs": "Nejvyšší povolená rychlost při jízdě {direction_absolute()} po této cestě je {canonical(maxspeed:forward)}"
},
"freeform": {
"key": "maxspeed:forward",
@ -237,11 +240,13 @@
},
"question": {
"en": "What is the maximum allowed speed when travelling {direction_absolute(,180)}?",
"it": "Qual è la velocità massima consentita quando si viaggia {direction_absolute(,180)}?"
"it": "Qual è la velocità massima consentita quando si viaggia {direction_absolute(,180)}?",
"cs": "Jaká je nejvyšší povolená rychlost při jízdě {direction_absolute(,180)}?"
},
"render": {
"en": "The maximum allowed speed when travelling {direction_absolute(,180)} on this road is {canonical(maxspeed:backward)}",
"it": "La velocità massima consentita quando si viaggia {direction_absolute(,180)} su questa strada è {canonical(maxspeed:backward)}"
"it": "La velocità massima consentita quando si viaggia {direction_absolute(,180)} su questa strada è {canonical(maxspeed:backward)}",
"cs": "Nejvyšší povolená rychlost při jízdě {direction_absolute(,180)} po této cestě je {canonical(maxspeed:backward)}"
},
"freeform": {
"key": "maxspeed:backward",

View file

@ -110,12 +110,14 @@
"title": {
"en": "a memorial on a wall",
"nl": "een gedenkteken dat aan een muur hangt",
"it": "un memoriale su un muro"
"it": "un memoriale su un muro",
"cs": "Památník na stěně"
},
"description": {
"en": "A memorial is a physical object which remembers a person or event and is attached to a wall.",
"nl": "Een fysiek object dat een persoon of gebeurtenis herdenkt en dat ophangt aan een muur.",
"it": "Un memoriale è un oggetto fisico che ricorda una persona o un evento ed è attaccato a un muro."
"it": "Un memoriale è un oggetto fisico che ricorda una persona o un evento ed è attaccato a un muro.",
"cs": "Památník je fyzický objekt, který připomíná osobu nebo událost a je připevněn na stěně."
},
"tags": [
"historic=memorial"

View file

@ -3,12 +3,14 @@
"name": {
"en": "Mobility Hubs",
"nl": "Mobiliteitshubs",
"it": "Hub di mobilità"
"it": "Hub di mobilità",
"cs": "Centra mobility"
},
"description": {
"en": "Mobility hubs are places where different kinds of transit meet, making it easy to switch between them. These places are usually part of a larger network or system.",
"nl": "Mobiliteitshubs zijn plaatsen waar verschillende soorten vervoer bij elkaar komen, waardoor het makkelijk is om te wisselen van vervoer. Deze plaatsen maken meestal deel uit van een groter netwerk of systeem.",
"it": "Gli hub di mobilità sono luoghi dove diversi tipi di trasporto si incontrano, rendendo facile il passaggio da uno all'altro. Questi luoghi sono solitamente parte di una rete o sistema più ampio."
"it": "Gli hub di mobilità sono luoghi dove diversi tipi di trasporto si incontrano, rendendo facile il passaggio da uno all'altro. Questi luoghi sono solitamente parte di una rete o sistema più ampio.",
"cs": "Centra mobility jsou místa, kde se setkávají různé druhy dopravy, takže lze mezi nimi snadno přestupovat. Tato místa jsou obvykle součástí větší sítě nebo systému."
},
"source": {
"osmTags": "amenity=mobility_hub"
@ -18,7 +20,8 @@
"render": {
"en": "Mobility hub",
"nl": "Mobiliteitshub",
"it": "Hub di mobilità"
"it": "Hub di mobilità",
"cs": "Centrum mobility"
},
"mappings": [
{
@ -26,7 +29,8 @@
"then": {
"en": "Mobility hub {name}",
"nl": "Mobiliteitshub {name}",
"it": "Hub di mobilità {name}"
"it": "Hub di mobilità {name}",
"cs": "Centrum mobility {name}"
}
}
]
@ -108,7 +112,8 @@
"title": {
"en": "a mobility hub",
"nl": "een mobiliteitshub",
"it": "un hub di mobilità"
"it": "un hub di mobilità",
"cs": "centrum mobility"
},
"tags": [
"amenity=mobility_hub",
@ -117,7 +122,8 @@
"description": {
"en": "A mobility hub which is marked by a physical sign, usually with a logo.",
"nl": "Een mobiliteitshub die gemarkeerd is door een fysiek bord, meestal met een logo.",
"it": "Un hub di mobilità che è contrassegnato da un segnale fisico, solitamente con un logo."
"it": "Un hub di mobilità che è contrassegnato da un segnale fisico, solitamente con un logo.",
"cs": "Centrum mobility, které je označeno fyzickou značkou, obvykle s logem."
},
"exampleImages": [
"./assets/layers/mobility_hub/hub-gd-sign.jpg",
@ -132,13 +138,15 @@
"question": {
"en": "What is the name of this mobility hub?",
"nl": "Wat is de naam van deze mobiliteitshub?",
"it": "Qual è il nome di questo hub di mobilità?"
"it": "Qual è il nome di questo hub di mobilità?",
"cs": "Jaký je název tohoto centra mobility?"
},
"id": "name",
"render": {
"en": "This mobility hub is called {name}",
"nl": "Deze mobiliteitshub heet {name}",
"it": "Questo hub di mobilità si chiama {name}"
"it": "Questo hub di mobilità si chiama {name}",
"cs": "Toto centrum mobility se nazývá {name}"
},
"freeform": {
"key": "name",
@ -146,7 +154,8 @@
"placeholder": {
"en": "Name of the mobility hub",
"nl": "Naam van de mobiliteitshub",
"it": "Nome dell'hub di mobilità"
"it": "Nome dell'hub di mobilità",
"cs": "Název centra mobility"
},
"addExtraTags": [
"noname="
@ -158,7 +167,8 @@
"then": {
"en": "This mobility hub does not have a name",
"nl": "Deze mobiliteitshub heeft geen naam",
"it": "Questo hub di mobilità non ha un nome"
"it": "Questo hub di mobilità non ha un nome",
"cs": "Toto centrum mobility nemá název"
}
}
]
@ -167,7 +177,8 @@
"question": {
"en": "To which network does this mobility hub belong to?",
"nl": "Bij welk netwerk hoort deze mobiliteitshub?",
"it": "A quale rete appartiene questo hub di mobilità?"
"it": "A quale rete appartiene questo hub di mobilità?",
"cs": "Ke které síti patří toto centrum mobility?"
},
"id": "network",
"freeform": {
@ -176,7 +187,8 @@
"placeholder": {
"en": "Network for this mobility hub",
"nl": "Netwerk van deze mobiliteitshub",
"it": "Rete per questo hub di mobilità"
"it": "Rete per questo hub di mobilità",
"cs": "Síť pro toto centrum mobility"
},
"addExtraTags": [
"network:wikidata=",
@ -186,7 +198,8 @@
"render": {
"en": "This mobility hub belongs to the network {network}",
"nl": "Deze mobiliteitshub hoort bij het netwerk {network}",
"it": "Questo hub di mobilità appartiene alla rete {network}"
"it": "Questo hub di mobilità appartiene alla rete {network}",
"cs": "Toto centrum mobility patří k síti {network}"
},
"mappings": [
{
@ -194,7 +207,8 @@
"then": {
"en": "This mobility hub does not belong to a network",
"nl": "Deze mobiliteitshub hoort niet bij een netwerk",
"it": "Questo hub di mobilità non appartiene a una rete"
"it": "Questo hub di mobilità non appartiene a una rete",
"cs": "Toto centrum mobility nepatří k žádné síti"
},
"addExtraTags": [
"network:wikidata="
@ -205,7 +219,8 @@
"then": {
"en": "This mobility hub belongs to the Groningen-Drenthe network",
"nl": "Deze mobiliteitshub hoort bij het netwerk Groningen-Drenthe",
"it": "Questo hub di mobilità appartiene alla rete Groningen-Drenthe"
"it": "Questo hub di mobilità appartiene alla rete Groningen-Drenthe",
"cs": "Toto centrum mobility patří k síti Groningen-Drenthe"
},
"hideInAnswer": "_country!=nl",
"icon": "./assets/layers/mobility_hub/hub-gd.svg",
@ -219,7 +234,8 @@
"then": {
"en": "This mobility hub belongs to the Hoppin network",
"nl": "Deze mobiliteitshub hoort bij het Hoppin netwerk",
"it": "Questo hub di mobilità appartiene alla rete Hoppin"
"it": "Questo hub di mobilità appartiene alla rete Hoppin",
"cs": "Toto centrum mobility patří k síti Hoppin"
},
"hideInAnswer": "_country!=be",
"icon": "./assets/layers/mobility_hub/logo-hoppin.svg",
@ -233,7 +249,8 @@
"then": {
"en": "This mobility hub belongs to the Jelbi network",
"nl": "Deze mobiliteitshub hoort bij het Jelbi netwerk",
"it": "Questo hub di mobilità appartiene alla rete Jelbi"
"it": "Questo hub di mobilità appartiene alla rete Jelbi",
"cs": "Toto centrum mobility patří k síti Jelbi"
},
"hideInAnswer": "_country!=de",
"addExtraTags": [
@ -249,7 +266,8 @@
"question": {
"en": "What kind of physical marker is used to mark this mobility hub?",
"nl": "Wat voor fysieke markering is er voor deze mobiliteitshub?",
"it": "Che tipo di marcatore fisico viene utilizzato per contrassegnare questo hub di mobilità?"
"it": "Che tipo di marcatore fisico viene utilizzato per contrassegnare questo hub di mobilità?",
"cs": "Jaký druh fyzické značky je použit k označení tohoto centra mobility?"
},
"mappings": [
{
@ -262,7 +280,8 @@
"then": {
"en": "This mobility hub is marked by a board, containing information about the hub",
"nl": "Deze mobiliteitshub is gemarkeerd door een bord, met informatie over de hub",
"it": "Questo hub di mobilità è contrassegnato da un pannello, contenente informazioni sull'hub"
"it": "Questo hub di mobilità è contrassegnato da un pannello, contenente informazioni sull'hub",
"cs": "Toto centrum mobility je označeno tabulí, která obsahuje informace o centru"
}
},
{
@ -275,7 +294,8 @@
"then": {
"en": "This mobility hub is marked by a sign with an electronic display",
"nl": "Deze mobiliteitshub is gemarkeerd door een bord met een elektronisch display",
"it": "Questo hub di mobilità è contrassegnato da un segnale con un display elettronico"
"it": "Questo hub di mobilità è contrassegnato da un segnale con un display elettronico",
"cs": "Toto centrum mobility je označeno značkou na elektronickém displeji"
}
},
{
@ -288,7 +308,8 @@
"then": {
"en": "This mobility hub is marked by a simple sign showing only basic information like the logo or name",
"nl": "Deze mobiliteitshub is gemarkeerd door een eenvoudig bord met alleen simpele informatie zoals het logo of de naam",
"it": "Questo hub di mobilità è contrassegnato da un semplice segnale che mostra solo informazioni di base come il logo o il nome"
"it": "Questo hub di mobilità è contrassegnato da un semplice segnale che mostra solo informazioni di base come il logo o il nome",
"cs": "Toto centrum mobility je označeno jednoduchou značkou, která zobrazuje jen základní informace jako logo nebo název"
}
}
],

View file

@ -7,7 +7,8 @@
"pl": "Stacje ratownictwa górskiego",
"es": "Refugios de montaña",
"ca": "Estacions de rescat de muntanya",
"it": "Stazioni di soccorso alpino"
"it": "Stazioni di soccorso alpino",
"cs": "Stanice horské služby"
},
"description": {
"en": "A building where first aid responders store material and might be on watch",
@ -15,7 +16,8 @@
"fr": "Un bâtiment où les organismes de secours stockent du matériel ou assurent la garde",
"es": "Un edificio donde los socorristas guardan material y pueden estar de guardia",
"ca": "Un edifici on els primers auxilis emmagatzemen material i podria estar en vigilància",
"it": "Un edificio dove i soccorritori di primo soccorso conservano materiale e potrebbero essere di guardia"
"it": "Un edificio dove i soccorritori di primo soccorso conservano materiale e potrebbero essere di guardia",
"cs": "Budova, kde poskytovatelé první pomoci ukládají materiál a kde mohou být na hlídce"
},
"source": {
"osmTags": "emergency=mountain_rescue"
@ -29,7 +31,8 @@
"pl": "Stacja ratownictwa górskiego",
"es": "Refugio de montaña",
"ca": "Estació de rescat de muntanya",
"it": "Stazione di soccorso alpino"
"it": "Stazione di soccorso alpino",
"cs": "Stanice horské služby"
}
},
"pointRendering": [
@ -65,7 +68,8 @@
"pl": "stacja ratownictwa górskiego",
"es": "un refugio de montaña",
"ca": "una estació de rescat de muntanya",
"it": "una stazione di soccorso alpino"
"it": "una stazione di soccorso alpino",
"cs": "stanice horské služby"
},
"tags": [
"emergency=mountain_rescue"

View file

@ -288,7 +288,8 @@
"de": "Sollte {search} in jedem Kommentar erwähnen",
"es": "Debe mencionar {search} en cualquier comentario",
"ca": "Cal esmentar {search} en qualsevol comentari",
"it": "Deve menzionare {search} in qualsiasi commento"
"it": "Deve menzionare {search} in qualsiasi commento",
"cs": "Měl by se zmínit {search} v jakémkoli komentáři"
}
}
]
@ -309,7 +310,7 @@
"de": "Sollte <b>nicht</b> {search} im ersten Kommentar erwähnen",
"es": "No debe mencionar {search} en el primer comentario",
"ca": "<b>No</b> s'ha de mencionar {search} al primer comentari",
"cs": "V prvním komentáři by jste <b>neměli</b> zmiňovat {search}",
"cs": "V prvním komentáři byste <b>neměli</b> zmiňovat {search}",
"it": "<b>Non</b> deve menzionare {search} nel primo commento"
}
}
@ -330,7 +331,8 @@
"de": "Sollte {search} in <b>keinem</b> Kommentar erwähnen",
"es": "No debe mencionar {search} en ningún comentario",
"ca": "Si <b>no</b> menciona {search} a <b>qualsevol comentari</b>",
"it": "<b>Non</b> deve menzionare {search} in <b>nessun</b> commento"
"it": "<b>Non</b> deve menzionare {search} in <b>nessun</b> commento",
"cs": "V jakémkoli komentáři byste <b>neměli</b> zmiňovat {search}"
}
}
]
@ -396,7 +398,8 @@
"de": "Bearbeitet oder kommentiert von jedem Benutzer mit Namen {search}",
"es": "Editado o comentado por cualquier usuario con el nombre {search}",
"ca": "Editat o comentat per qualsevol usuari amb el nom {search}",
"it": "Modificata o commentata da qualsiasi utente con nome {search}"
"it": "Modificata o commentata da qualsiasi utente con nome {search}",
"cs": "Upraveno nebo okomentováno jakýmkoli uživatelem se jménem {search}"
}
}
]
@ -444,7 +447,8 @@
"es": "No editado por última vez por {search}",
"uk": "Не відредаговано як останнє {search}",
"ca": "No editat com a últim per {search}",
"it": "Non modificata per ultima da {search}"
"it": "Non modificata per ultima da {search}",
"cs": "Neupraveno nejméně od {search}"
}
}
]
@ -515,7 +519,8 @@
"es": "Última edición antes de {search}",
"uk": "Останнє редагування зроблено до {search}",
"ca": "Darrera edició abans de {search}",
"it": "Ultima modifica prima di {search}"
"it": "Ultima modifica prima di {search}",
"cs": "Naposledy upraveno před {search}"
}
}
]
@ -538,7 +543,8 @@
"es": "Última edición después de {search}",
"uk": "Останнє редагування після {search}",
"ca": "Darrera edició després de {search}",
"it": "Ultima modifica dopo {search}"
"it": "Ultima modifica dopo {search}",
"cs": "Naposledy upraveno po {search}"
}
}
]

View file

@ -6,7 +6,7 @@
"ca": "Índex de comunitats d'OSM",
"fr": "Index des communautés OSM",
"pl": "Indeks społeczności OSM",
"cs": "OSM Community Index",
"cs": "Komunitní rejstřík OSM",
"es": "Índice de la comunidad OSM",
"it": "Indice delle comunità OSM"
},
@ -35,7 +35,7 @@
"ca": "Índex de comunitats d'OSM",
"fr": "Index des communautés OSM",
"pl": "Indeks społeczności OSM",
"cs": "OSM Community Index",
"cs": "Komunitní rejstřík OSM",
"es": "Índice de la comunidad OSM",
"it": "Indice delle comunità OSM"
}

View file

@ -6,14 +6,16 @@
"es": "Asientos al aire libre",
"uk": "Сидіння на відкритому повітрі",
"ca": "Sembra exterior",
"it": "Posti a sedere all'aperto"
"it": "Posti a sedere all'aperto",
"cs": "Venkovní posezení"
},
"description": {
"en": "Outdoor seating areas, usually located near cafes and restaurants.",
"de": "Sitzgelegenheiten im Freien, die sich in der Regel in der Nähe von Cafés und Restaurants befinden.",
"es": "Áreas de asientos al aire libre, generalmente ubicadas cerca de cafés y restaurantes.",
"ca": "Zones d'estar a l'aire lliure, normalment situades a prop de cafeteries i restaurants.",
"it": "Aree di seduta all'aperto, solitamente situate vicino a caffetterie e ristoranti."
"it": "Aree di seduta all'aperto, solitamente situate vicino a caffetterie e ristoranti.",
"cs": "Venkovní posezení, obvykle u kaváren a restaurací."
},
"source": {
"osmTags": "leisure=outdoor_seating"
@ -25,7 +27,8 @@
"de": "Sitzbereich im Freien",
"es": "Área de asientos al aire libre",
"ca": "Zona exterior",
"it": "Area di seduta all'aperto"
"it": "Area di seduta all'aperto",
"cs": "Venkovní posezení"
},
"mappings": [
{
@ -63,7 +66,8 @@
"de": "Wer kann diesen Sitzbereich im Freien nutzen?",
"es": "¿Quién puede usar esta área de asientos al aire libre?",
"ca": "Qui pot utilitzar aquesta zona d'estar exterior?",
"it": "Chi può utilizzare quest'area di seduta all'aperto?"
"it": "Chi può utilizzare quest'area di seduta all'aperto?",
"cs": "Kdo může použít toto venkovní posezení?"
},
"mappings": [
{
@ -73,7 +77,8 @@
"de": "Dieser Sitzbereich im Freien kann von jedermann genutzt werden.",
"es": "Cualquiera puede usar esta área de asientos al aire libre.",
"ca": "Qualsevol persona pot utilitzar aquesta zona d'estar a l'aire lliure.",
"it": "Chiunque può utilizzare quest'area di seduta all'aperto."
"it": "Chiunque può utilizzare quest'area di seduta all'aperto.",
"cs": "Toto venkovní posezení může použít kdokoliv."
}
},
{
@ -83,7 +88,8 @@
"de": "Dieser Sitzbereich im Freien kann nur von Kunden genutzt werden.",
"es": "Sólo los clientes pueden usar esta área de asientos al aire libre.",
"ca": "Només els clients poden utilitzar aquesta zona d'estar exterior.",
"it": "Solo i clienti possono utilizzare quest'area di seduta all'aperto."
"it": "Solo i clienti possono utilizzare quest'area di seduta all'aperto.",
"cs": "Toto venkovní posezení mohou použít jen zákazníci."
}
},
{
@ -93,7 +99,8 @@
"de": "Dieser Sitzbereich im Freien ist privat.",
"es": "Esta área de asientos al aire libre es privada.",
"ca": "Aquesta zona d'estar a l'aire lliure és privada.",
"it": "Quest'area di seduta all'aperto è privata."
"it": "Quest'area di seduta all'aperto è privata.",
"cs": "Toto venkovní posezení je soukromé."
}
}
]
@ -105,7 +112,8 @@
"de": "Ist dieser Sitzbereich im Freien saisonabhängig?",
"es": "¿Es esta área de asientos al aire libre de temporada?",
"ca": "Aquesta zona d'estar exterior és estacional?",
"it": "Quest'area di seduta all'aperto è stagionale?"
"it": "Quest'area di seduta all'aperto è stagionale?",
"cs": "Je toto venkovní posezení sezónní?"
},
"multiAnswer": true,
"mappings": [
@ -116,7 +124,8 @@
"de": "Dieser Sitzbereich im Freien ist das ganze Jahr über verfügbar.",
"es": "Esta área de asientos al aire libre está disponible todo el año.",
"ca": "Aquesta zona d'estar a l'aire lliure està disponible tot l'any.",
"it": "Quest'area di seduta all'aperto è disponibile tutto l'anno."
"it": "Quest'area di seduta all'aperto è disponibile tutto l'anno.",
"cs": "Toto venkovní posezení je k dispozici po celý rok."
}
},
{
@ -126,7 +135,8 @@
"de": "Dieser Sitzbereich im Freien ist im Frühjahr verfügbar.",
"es": "Esta área de asientos al aire libre está disponible en primavera.",
"ca": "Aquesta zona d'estar exterior està disponible a la primavera.",
"it": "Quest'area di seduta all'aperto è disponibile in primavera."
"it": "Quest'area di seduta all'aperto è disponibile in primavera.",
"cs": "Toto venkovní posezení je k dispozici na jaře."
}
},
{
@ -136,7 +146,8 @@
"de": "Dieser Sitzbereich im Freien ist im Sommer verfügbar.",
"es": "Esta área de asientos al aire libre está disponible en verano.",
"ca": "Aquesta zona d'estar a l'aire lliure està disponible a l'estiu.",
"it": "Quest'area di seduta all'aperto è disponibile in estate."
"it": "Quest'area di seduta all'aperto è disponibile in estate.",
"cs": "Toto venkovní posezení je k dispozici v létě."
}
},
{
@ -146,7 +157,8 @@
"de": "Dieser Sitzbereich im Freien ist im Herbst verfügbar.",
"es": "Esta área de asientos al aire libre está disponible en otoño.",
"ca": "Aquesta zona d'estar exterior està disponible a la tardor.",
"it": "Quest'area di seduta all'aperto è disponibile in autunno."
"it": "Quest'area di seduta all'aperto è disponibile in autunno.",
"cs": "Toto venkovní posezení je k dispozici na podzim."
}
},
{
@ -156,7 +168,8 @@
"de": "Dieser Sitzbereich im Freien ist im Winter verfügbar.",
"es": "Esta área de asientos al aire libre está disponible en invierno.",
"ca": "Aquesta zona d'estar exterior està disponible a l'hivern.",
"it": "Quest'area di seduta all'aperto è disponibile in inverno."
"it": "Quest'area di seduta all'aperto è disponibile in inverno.",
"cs": "Toto venkovní posezení je k dispozici v zimě."
}
},
{
@ -166,7 +179,8 @@
"de": "Dieser Sitzbereich im Freien ist in der Trockenzeit verfügbar.",
"es": "Esta área de asientos al aire libre está disponible en la estación seca.",
"ca": "Aquesta zona d'estar a l'aire lliure està disponible en temporada seca.",
"it": "Quest'area di seduta all'aperto è disponibile nella stagione secca."
"it": "Quest'area di seduta all'aperto è disponibile nella stagione secca.",
"cs": "Toto venkovní posezení je k dispozici v době sucha."
}
}
]
@ -182,7 +196,8 @@
"de": "Ist dieser Außensitzbereich beheizt?",
"es": "¿Tiene calefacción esta área de asientos al aire libre?",
"ca": "Aquesta zona d'estar a l'aire lliure està climatitzada?",
"it": "Quest'area di seduta all'aperto è riscaldata?"
"it": "Quest'area di seduta all'aperto è riscaldata?",
"cs": "Je toto venkovní posezení vyhřívané?"
},
"mappings": [
{
@ -192,7 +207,8 @@
"de": "Dieser Außensitzbereich ist beheizt.",
"es": "Esta área de asientos al aire libre tiene calefacción.",
"ca": "Aquesta zona d'estar a l'aire lliure és climatitzada.",
"it": "Quest'area di seduta all'aperto è riscaldata."
"it": "Quest'area di seduta all'aperto è riscaldata.",
"cs": "Toto venkovní posezení je vyhřívané."
}
},
{
@ -202,7 +218,8 @@
"de": "Dieser Außensitzbereich ist nicht beheizt.",
"es": "Esta área de asientos al aire libre no tiene calefacción.",
"ca": "Aquesta zona d'estar a l'aire lliure no està climatitzada.",
"it": "Quest'area di seduta all'aperto non è riscaldata."
"it": "Quest'area di seduta all'aperto non è riscaldata.",
"cs": "Toto venkovní posezení není vyhřívané."
}
}
]
@ -214,7 +231,8 @@
"de": "Ist dieser Sitzbereich im Freien überdacht?",
"es": "¿Está cubierta esta área de asientos al aire libre?",
"ca": "Aquesta zona d'estar exterior està coberta?",
"it": "Quest'area di seduta all'aperto è coperta?"
"it": "Quest'area di seduta all'aperto è coperta?",
"cs": "Je toto venkovní posezení kryté?"
},
"mappings": [
{
@ -224,7 +242,8 @@
"de": "Dieser Sitzbereich im Freien ist überdacht.",
"es": "Esta área de asientos al aire libre está cubierta.",
"ca": "Aquesta zona d'estar a l'aire lliure està coberta.",
"it": "Quest'area di seduta all'aperto è coperta."
"it": "Quest'area di seduta all'aperto è coperta.",
"cs": "Toto venkovné posezení je kryté."
}
},
{
@ -234,7 +253,8 @@
"de": "Dieser Sitzbereich im Freien ist nicht überdacht.",
"es": "Esta área de asientos al aire libre no está cubierta.",
"ca": "Aquesta zona d'estar a l'aire lliure no està coberta.",
"it": "Quest'area di seduta all'aperto non è coperta."
"it": "Quest'area di seduta all'aperto non è coperta.",
"cs": "Toto venkovní posezení není kryté."
}
}
]

View file

@ -9,7 +9,8 @@
"pl": "Paczkomaty",
"cs": "Schránky na balíky",
"es": "Taquillas de Paquetes",
"it": "Armadietti per pacchi"
"it": "Armadietti per pacchi",
"uk": "Поштомати"
},
"description": {
"en": "Layer showing parcel lockers for collecting and sending parcels.",
@ -50,7 +51,8 @@
"pl": "Paczkomat {brand}",
"cs": "{brand} schránka na balíky",
"es": "Taquilla de paquetes {brand}",
"it": "Armadietto per pacchi {brand}"
"it": "Armadietto per pacchi {brand}",
"uk": "{brand} поштомат"
}
}
]
@ -112,7 +114,8 @@
"pl": "Jakiej marki jest ten paczkomat?",
"cs": "Jaká je značka schránky na balíky?",
"es": "¿Cuál es la marca de la taquilla de paquetes?",
"it": "Qual è la marca dell'armadietto per pacchi?"
"it": "Qual è la marca dell'armadietto per pacchi?",
"uk": "Який бренд шафки для посилок?"
},
"freeform": {
"key": "brand",
@ -146,12 +149,13 @@
"question": {
"en": "What is the operator of the parcel locker?",
"de": "Was ist der Betreiber des Paketschließfachs?",
"nl": "Wat is de beheerder van deze pakketautomaat?",
"nl": "Wie is de beheerder van deze pakketautomaat?",
"ca": "Qui gestiona aquesta bústia intel·ligent?",
"fr": "Quel est l'exploitant de ce casier à colis ?",
"cs": "Kdo je provozovatelem schránky na balíky?",
"es": "¿Cuál es el operador de la taquilla de paquetes?",
"it": "Chi è l'operatore dell'armadietto per pacchi?"
"it": "Chi è l'operatore dell'armadietto per pacchi?",
"uk": "Який оператор поштомату?"
},
"freeform": {
"key": "operator",
@ -178,7 +182,8 @@
"pl": "Ten paczkomat jest obsługiwany przez {operator}",
"cs": "Tuto schránku na balíky provozuje {operator}",
"es": "Esta taquilla de paquetes es operada por {operator}",
"it": "Questo armadietto per pacchi è gestito da {operator}"
"it": "Questo armadietto per pacchi è gestito da {operator}",
"uk": "Цей посилкова шафка обслуговується компанією {operator}"
}
},
"opening_hours_24_7",
@ -192,7 +197,8 @@
"fr": "Quel est le numéro de référence/d'identification de ce casier à colis ?",
"cs": "Jaké je referenční číslo/identifikátor této schránky na balíky?",
"es": "¿Cuál es el número de referencia/identificador de esta taquilla de paquetes?",
"it": "Qual è il numero/identificativo di riferimento di questo armadietto per pacchi?"
"it": "Qual è il numero/identificativo di riferimento di questo armadietto per pacchi?",
"uk": "Який ідентифікаційний номер цього поштомату?"
},
"freeform": {
"key": "ref",
@ -218,7 +224,8 @@
"fr": "Ce casier a colis porte la référence {ref}",
"cs": "Tato schránka na balíky má referenční číslo {ref}",
"es": "Esta taquilla de paquetes tiene la referencia {ref}",
"it": "Questo armadietto per pacchi ha il riferimento {ref}"
"it": "Questo armadietto per pacchi ha il riferimento {ref}",
"uk": "Ця посилкова шафка має номер {ref}"
}
},
{
@ -232,7 +239,8 @@
"pl": "Czy z tego paczkomatu można wysyłać przesyłki?",
"cs": "Lze z této schránky na balíky odesílat balíky?",
"es": "¿Puedes enviar paquetes desde esta taquilla?",
"it": "Puoi inviare pacchi da questo armadietto per pacchi?"
"it": "Puoi inviare pacchi da questo armadietto per pacchi?",
"uk": "Чи можете ви відправляти посилки з цього поштомату?"
},
"mappings": [
{
@ -246,7 +254,8 @@
"pl": "Z tego paczkomatu można wysyłać przesyłki",
"cs": "Z této schránky na balíky můžete posílat balíky",
"es": "Puedes enviar paquetes desde esta taquilla",
"it": "Puoi inviare pacchi da questo armadietto per pacchi"
"it": "Puoi inviare pacchi da questo armadietto per pacchi",
"uk": "З цього поштомату можна відправляти посилки"
}
},
{
@ -260,7 +269,8 @@
"pl": "Z tego paczkomatu <b>nie można</b> wysyłać przesyłek",
"cs": "Z této schránky na balíky <b>nemůžete posílat balíky</b>",
"es": "No puedes enviar paquetes desde esta taquilla",
"it": "<b>Non puoi</b> inviare pacchi da questo armadietto per pacchi"
"it": "<b>Non puoi</b> inviare pacchi da questo armadietto per pacchi",
"uk": "Ви <b>не</b> можете надсилати посилки з цього поштомату"
}
},
{
@ -268,7 +278,9 @@
"then": {
"en": "You can send packages from this parcel locker, but only for returns",
"nl": "Je kan pakk etten versturen vanuit deze pakketautomaat, maar alleen voor retouren",
"it": "Puoi inviare pacchi da questo armadietto per pacchi, ma solo per i resi"
"it": "Puoi inviare pacchi da questo armadietto per pacchi, ma solo per i resi",
"cs": "Z této schránky lze odesílat balíky, ale jen jako vratky",
"uk": "З цього поштомату можна відправляти посилки, але тільки для повернення"
}
}
]

View file

@ -55,7 +55,8 @@
"de": "Parkplatz zum Laden von Elektrofahrzeugen",
"es": "Plaza de Aparcamiento para Vehículos Eléctricos",
"ca": "Aparcament per a la càrrega de vehicles elèctrics",
"it": "Posto auto per ricarica veicoli elettrici"
"it": "Posto auto per ricarica veicoli elettrici",
"cs": "Parkovací místo s nabíjením pro elektrická vozidla"
}
}
]

View file

@ -56,6 +56,7 @@
"de": "ein Fußweg",
"es": "una acera peatonal",
"ca": "un camí de vianants",
"it": "un sentiero pedonale"
"it": "un sentiero pedonale",
"cs": "cesta pro chodce"
}
}

View file

@ -161,7 +161,8 @@
"contact",
"address.address",
"payment-options",
"wheelchair"
"wheelchair",
"toilet_at_amenity_lib.all"
],
"filter": [
{

View file

@ -27,7 +27,8 @@
"de": "Spielplatzgerät",
"es": "Elemento del Parque Infantil",
"ca": "Element del Parc Infantil",
"it": "Dispositivo da parco giochi"
"it": "Dispositivo da parco giochi",
"cs": "Zařízení hřiště"
}
},
"pointRendering": [
@ -64,14 +65,16 @@
"de": "ein Spielgerät",
"es": "un elemento del parque infantil",
"ca": "un element del parc infantil",
"it": "un dispositivo da parco giochi"
"it": "un dispositivo da parco giochi",
"cs": "zařízení hřiště"
},
"description": {
"en": "An exact type is asked later",
"de": "Ein genauer Typ wird später gefragt",
"es": "Se te pedirá el tipo exacto más adelante",
"ca": "Més tard es demanarà un tipus exacte",
"it": "Un tipo esatto viene chiesto successivamente"
"it": "Un tipo esatto viene chiesto successivamente",
"cs": "Přesný typ bude zjištěn později"
}
}
],
@ -83,7 +86,8 @@
"de": "Das ist ein {playground}",
"es": "Este es un {playground}",
"ca": "Aquest és un {playground}",
"it": "Questo è un {playground}"
"it": "Questo è un {playground}",
"cs": "Toto je {playground}"
},
"id": "type",
"freeform": {
@ -93,7 +97,8 @@
"de": "Art des Geräts",
"es": "Tipo de elemento",
"ca": "Tipus d'element",
"it": "Tipo di dispositivo"
"it": "Tipo di dispositivo",
"cs": "Typ zařízení"
},
"addExtraTags": [
"fixme=Freeform input used"
@ -105,7 +110,8 @@
"de": "Was ist das für ein Gerät?",
"es": "¿Qué tipo de elemento es este?",
"ca": "Quin tipus d'element és aquest?",
"it": "Che tipo di dispositivo è questo?"
"it": "Che tipo di dispositivo è questo?",
"cs": "Jaký druh zařízení to je?"
},
"invalidValues": "playground=yes",
"mappings": [
@ -118,7 +124,8 @@
"pl": "To jest huśtawka",
"es": "Este es un columpio",
"ca": "Això és un gronxador",
"it": "Questa è un'altalena"
"it": "Questa è un'altalena",
"cs": "Toto je houpačka"
}
},
{
@ -129,7 +136,8 @@
"pl": "To jest struktura składająca się z wielu połączonych urządzeń",
"es": "Esta es una estructura que consta de varios elementos de parque infantil conectados",
"ca": "Aquesta és una estructura que consisteix en diversos elements de parc infantils connectats",
"it": "Questa è una struttura composta da diversi dispositivi da parco giochi collegati"
"it": "Questa è una struttura composta da diversi dispositivi da parco giochi collegati",
"cs": "Toto je struktura sestávající z několika vzájemně spojených zařízení hřiště"
},
"icon": {
"path": "./assets/layers/playground_equipment/SunwardCohousingPlayStructure2005.jpg",
@ -144,7 +152,8 @@
"pl": "To jest zjeżdżalnia",
"es": "Este es un tobogán",
"ca": "Aquesta és un tobogan",
"it": "Questo è uno scivolo"
"it": "Questo è uno scivolo",
"cs": "Toto je skluzavka"
}
},
{
@ -156,7 +165,8 @@
"pl": "To jest piaskownica",
"es": "Este es un arenero",
"ca": "Aquest és un pou de sorra",
"it": "Questa è una sabbiera"
"it": "Questa è una sabbiera",
"cs": "Toto je pískoviště"
},
"searchTerms": {
"en": [
@ -176,7 +186,8 @@
"de": "Dies ist ein Springreiter",
"es": "Este es un caballito de muelles",
"ca": "Aquest és un cavallet amb molls",
"it": "Questo è un gioco a molla"
"it": "Questo è un gioco a molla",
"cs": "Toto je pružinová houpačka"
},
"searchTerms": {
"en": [
@ -195,7 +206,8 @@
"de": "Dies ist ein Kletterrahmen",
"es": "Este es un marco de escalada",
"ca": "Aquest és un marc d'escalada",
"it": "Questa è una struttura per arrampicarsi"
"it": "Questa è una struttura per arrampicarsi",
"cs": "Toho je prolézačka"
},
"searchTerms": {
"en": [
@ -216,7 +228,8 @@
"de": "Dies ist eine Wippe",
"es": "Este es un sube y baja",
"ca": "Això és una balança",
"it": "Questa è un'altalena a bilanciere"
"it": "Questa è un'altalena a bilanciere",
"cs": "Toto je vahadlová houpačka"
},
"searchTerms": {
"en": [
@ -236,7 +249,8 @@
"de": "Das ist ein Spielhaus",
"es": "Este es una caseta de juegos",
"ca": "Aquesta és una caseta de jocs",
"it": "Questa è una casetta gioco"
"it": "Questa è una casetta gioco",
"cs": "Toho je domeček pro děti"
},
"searchTerms": {
"en": [
@ -256,7 +270,8 @@
"pl": "To jest rondo",
"es": "Este es un tiovivo",
"ca": "Açò son cavallets",
"it": "Questa è una giostra"
"it": "Questa è una giostra",
"cs": "Toto je malý kolotoč"
},
"searchTerms": {
"en": [
@ -275,7 +290,8 @@
"de": "Dies ist eine Korbschaukel",
"es": "Este es un columpio de cesta",
"ca": "Aquest és un gronxador de cistella",
"it": "Questa è un'altalena a cesto"
"it": "Questa è un'altalena a cesto",
"cs": "Toto je houpací kruh"
},
"icon": {
"path": "./assets/layers/playground_equipment/Playground_swing_03.jpg",
@ -290,7 +306,8 @@
"pl": "To jest tyrolka",
"es": "Este es una tirolina",
"ca": "Aquesta és una tirolina",
"it": "Questa è una teleferica"
"it": "Questa è una teleferica",
"cs": "Toto je lanový skluz"
}
},
{
@ -301,7 +318,8 @@
"de": "Dies ist ein horizontaler Balken",
"es": "Esta es una barra horizontal",
"ca": "Aquesta és una barra horitzontal",
"it": "Questa è una sbarra orizzontale"
"it": "Questa è una sbarra orizzontale",
"cs": "Toto je hrazda"
},
"icon": {
"path": "./assets/layers/playground_equipment/Rekstok.JPG",
@ -315,7 +333,8 @@
"de": "Dies ist ein Hüpfspiel",
"es": "Este es un juego de la rayuela",
"ca": "Això és un joc de la ratlleta",
"it": "Questo è un gioco della campana"
"it": "Questo è un gioco della campana",
"cs": "Toto je panák nebo jiná podobná plocha pro skákání"
},
"icon": {
"path": "./assets/layers/playground_equipment/Hinkelbaan_tegels.jpg",
@ -329,7 +348,8 @@
"de": "Dies ist ein Planschbecken",
"es": "Este es un parque acuático",
"ca": "Aquest és un esquitxador",
"it": "Questa è un'area giochi d'acqua"
"it": "Questa è un'area giochi d'acqua",
"cs": "Toho je plocha s vodou"
},
"searchTerms": {
"en": "spray pool"
@ -347,7 +367,8 @@
"es": "Este es un muro de escalada",
"nl": "Dit is een klimmuur",
"ca": "Aquest és un rocòdrom",
"it": "Questa è una parete da arrampicata"
"it": "Questa è una parete da arrampicata",
"cs": "Toho je lezecká stěna"
},
"icon": {
"path": "./assets/layers/playground_equipment/Playground_climbingwall.jpg",
@ -362,7 +383,8 @@
"pl": "To jest mapa",
"es": "Este es un mapa",
"ca": "Aquest és un mapa",
"it": "Questa è una mappa"
"it": "Questa è una mappa",
"cs": "Toto je mapa"
},
"icon": {
"path": "./assets/layers/playground_equipment/Playground_Map,_Washington_Elementary.jpg",
@ -377,7 +399,8 @@
"uk": "Це міст (або як окремий пристрій, або як частина більшої конструкції)",
"es": "Este es un puente (ya sea como un elemento independiente o como parte de una estructura más grande)",
"ca": "Aquest és un pont (ja sigui com un element independent o com a part d'una estructura més gran)",
"it": "Questo è un ponte (sia come dispositivo autonomo che come parte di una struttura più grande)"
"it": "Questo è un ponte (sia come dispositivo autonomo che come parte di una struttura più grande)",
"cs": "Toto je most (jako samostatné zařízení nebo jako součást větší struktury)"
},
"icon": {
"path": "./assets/layers/playground_equipment/Playground_in_Muchall_Park,_Wolverhampton_-_geograph.org.uk_-_2735437.jpg",
@ -391,7 +414,8 @@
"de": "Das ist ein Hüpfkissen",
"es": "Este es un cojín hinchable",
"ca": "Això és un coixí inflat",
"it": "Questo è un cuscino elastico"
"it": "Questo è un cuscino elastico",
"cs": "Toto je skákací podložka"
},
"icon": {
"path": "./assets/layers/playground_equipment/Hupfkissen.jpg",
@ -405,7 +429,8 @@
"de": "Dies ist ein Aktivitätspanel",
"es": "Este es un panel de actividades",
"ca": "Aquest és un plafó d'activitats",
"it": "Questo è un pannello di attività"
"it": "Questo è un pannello di attività",
"cs": "Toto je panel pro aktivity"
},
"icon": {
"path": "./assets/layers/playground_equipment/Szwedy_-_plac_zabaw_-_kotko_i_krzyzyk.jpg",
@ -420,7 +445,8 @@
"uk": "Це притулок для підлітків",
"es": "Este es un refugio para adolescentes",
"ca": "Aquest és un refugi per a adolescents",
"it": "Questo è un rifugio per adolescenti"
"it": "Questo è un rifugio per adolescenti",
"cs": "Toto je domeček pro mládež"
},
"icon": {
"path": "./assets/layers/playground_equipment/Teen_shelter_near_former_coastguard_lookout,_Watchet_-_geograph.org.uk_-_1714960.jpg",
@ -434,7 +460,8 @@
"de": "Dies ist ein Trichter, mit dem man Trichterball spielen kann",
"es": "Este es un embudo que se utiliza para jugar con bolas de embudo",
"ca": "Aquest és un embut utilitzat per jugar amb pilotes d'embut",
"it": "Questo è un imbuto usato per giocare con la palla a imbuto"
"it": "Questo è un imbuto usato per giocare con la palla a imbuto",
"cs": "Toto je trychtýř pro vhazování míče"
},
"icon": {
"path": "./assets/layers/playground_equipment/Funnel_ball.jpg",
@ -448,7 +475,8 @@
"de": "Dies ist ein sich drehender Kreis",
"es": "Este es un círculo giratorio",
"ca": "Això és un cercle giratori",
"it": "Questo è un cerchio rotante"
"it": "Questo è un cerchio rotante",
"cs": "Toho je otočné kolo"
},
"icon": {
"path": "./assets/layers/playground_equipment/Spinning_circle.jpg",
@ -465,7 +493,8 @@
"de": "Ist dieses Gerät mit Rollstuhl erreichbar?",
"es": "¿Es este elemento accesible en silla de ruedas?",
"ca": "Aquest element és accessible amb cadira de rodes?",
"it": "Questo dispositivo è accessibile in sedia a rotelle?"
"it": "Questo dispositivo è accessibile in sedia a rotelle?",
"cs": "Je toto zařízení přístupné na vozíku?"
}
}
}

Some files were not shown because too many files have changed in this diff Show more