forked from MapComplete/MapComplete
Merge branch 'master' into develop
This commit is contained in:
commit
a01be66592
102 changed files with 4042 additions and 873 deletions
|
@ -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": {
|
||||
|
@ -44,7 +48,8 @@
|
|||
"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é"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=adult_changing_table"
|
||||
|
@ -151,12 +156,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 +185,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": [
|
||||
|
@ -202,7 +210,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 +219,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>"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -250,14 +250,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 +267,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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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}",
|
||||
|
|
|
@ -5,14 +5,16 @@
|
|||
"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"
|
||||
},
|
||||
"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 +26,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 +61,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 +72,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 +88,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 +101,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 +113,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 +126,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 +138,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 +149,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 +160,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 +177,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 +188,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 +198,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}"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -602,7 +602,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
|
||||
}
|
||||
|
|
|
@ -68,7 +68,8 @@
|
|||
"es": "{name}",
|
||||
"nl": "{name}",
|
||||
"cy": "{name}",
|
||||
"it": "{name}"
|
||||
"it": "{name}",
|
||||
"cs": "{name}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"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"
|
||||
},
|
||||
"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 +14,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 +31,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 +63,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 +84,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>"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -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á"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -325,7 +325,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 +334,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 +346,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í"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -259,7 +259,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 +277,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 +295,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 +313,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 +326,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 +340,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 +353,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.*"
|
||||
}
|
||||
|
|
|
@ -680,12 +680,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 +695,8 @@
|
|||
"then": {
|
||||
"en": "No reference number",
|
||||
"nl": "Geen referentienummer",
|
||||
"it": "Nessun numero di riferimento"
|
||||
"it": "Nessun numero di riferimento",
|
||||
"cs": "Žádné referenční číslo"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -2,11 +2,13 @@
|
|||
"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"
|
||||
},
|
||||
"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 +22,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 +52,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 +67,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."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -456,7 +456,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 +472,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 +488,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 +510,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": [
|
||||
|
|
|
@ -654,7 +654,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 +681,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 +695,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 +708,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 +836,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 +847,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 +858,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 +872,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 +887,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,7 +897,8 @@
|
|||
"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)}"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1206,7 +1216,8 @@
|
|||
"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"
|
||||
"it": "Serve solo snack e hamburger vegetariani",
|
||||
"cs": "Podává jen vegetariánské snacky a burgery"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1271,7 +1282,8 @@
|
|||
"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"
|
||||
"it": "Serve solo snack e hamburger vegani",
|
||||
"cs": "Podává jen veganské snacky a burgery"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -331,7 +331,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~*"
|
||||
|
|
|
@ -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}"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
"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, ... "
|
||||
"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í"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -5,14 +5,16 @@
|
|||
"de": "Grabsteine",
|
||||
"es": "Lápidas",
|
||||
"ca": "Làpides",
|
||||
"it": "Lapidi"
|
||||
"it": "Lapidi",
|
||||
"cs": "Náhrobky"
|
||||
},
|
||||
"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 +31,8 @@
|
|||
"de": "Grabstein",
|
||||
"es": "Lápida",
|
||||
"ca": "Tomba",
|
||||
"it": "Lapide"
|
||||
"it": "Lapide",
|
||||
"cs": "Náhrobek"
|
||||
}
|
||||
},
|
||||
"pointRendering": [
|
||||
|
@ -57,7 +60,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 +72,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 +85,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 +95,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 +109,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 +118,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 +136,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 +146,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 +157,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="
|
||||
}
|
||||
|
|
|
@ -353,7 +353,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 +362,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 +376,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 +385,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 +399,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 +408,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 +422,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 +431,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
|
||||
|
@ -628,7 +636,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 +653,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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -552,7 +552,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 +731,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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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": [
|
||||
{
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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à"
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -515,7 +515,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 +539,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}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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é."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -268,7 +268,8 @@
|
|||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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,7 +65,8 @@
|
|||
"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",
|
||||
|
@ -83,7 +85,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 +96,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 +109,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 +123,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 +135,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 +151,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 +164,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 +185,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 +205,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 +227,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 +248,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 +269,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 +289,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 +305,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 +317,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 +332,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 +347,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 +366,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 +382,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 +398,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 +413,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 +428,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 +444,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 +459,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 +474,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 +492,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?"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -219,7 +219,8 @@
|
|||
"de": "Zu welcher Marke gehört die Poststelle?",
|
||||
"es": "¿A qué marca pertenece esta oficina de correos?",
|
||||
"ca": "A quina marca pertany aquesta oficina postal?",
|
||||
"it": "A quale marchio appartiene questo ufficio postale?"
|
||||
"it": "A quale marchio appartiene questo ufficio postale?",
|
||||
"cs": "K jaké značce patří tato pošta?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This is a {brand} post office",
|
||||
|
@ -227,7 +228,8 @@
|
|||
"es": "Esta es una oficina de correos {brand}",
|
||||
"uk": "Це поштове відділення {brand}",
|
||||
"ca": "Aquesta és una oficina postal de {brand}",
|
||||
"it": "Questo è un ufficio postale {brand}"
|
||||
"it": "Questo è un ufficio postale {brand}",
|
||||
"cs": "Toto je pošta {brand}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "brand",
|
||||
|
@ -236,7 +238,8 @@
|
|||
"de": "Marke der Poststelle",
|
||||
"es": "Marca de la oficina de correos",
|
||||
"ca": "Marca de l'oficina postal",
|
||||
"it": "Marchio dell'ufficio postale"
|
||||
"it": "Marchio dell'ufficio postale",
|
||||
"cs": "Značka pošty"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -539,7 +542,8 @@
|
|||
"de": "Mit diesen Unternehmen können Sie Pakete zur Abholung hierher senden: {post_office:parcel_to}",
|
||||
"ca": "Podeu enviar paquets aquí per recollir-los amb aquestes empreses: {post_office:parcel_to}",
|
||||
"es": "Puedes enviar paquetes aquí para su recogida con estas empresas: {post_office:parcel_to}",
|
||||
"it": "Puoi inviare pacchi qui per il ritiro con queste aziende: {post_office:parcel_to}"
|
||||
"it": "Puoi inviare pacchi qui per il ritiro con queste aziende: {post_office:parcel_to}",
|
||||
"cs": "Můžete sem posílat balíky k vyzvednutí s těmito firmami: {post_office:parcel_to}"
|
||||
},
|
||||
"question": {
|
||||
"en": "Can you send parcels to here for pickup?",
|
||||
|
@ -547,7 +551,8 @@
|
|||
"ca": "Pots enviar paquets aquí per a arreplegar-los?",
|
||||
"nl": "Kun je deze plaats gebruiken als afhaalpunt?",
|
||||
"es": "¿Puedes enviar paquetes aquí para su recogida?",
|
||||
"it": "Puoi inviare pacchi qui per il ritiro?"
|
||||
"it": "Puoi inviare pacchi qui per il ritiro?",
|
||||
"cs": "Můžete sem posílat balíky k vyzvednutí?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "post_office:parcel_to",
|
||||
|
@ -562,7 +567,8 @@
|
|||
"ca": "Pots enviar paquets aquí per a arreplegar-los",
|
||||
"nl": "Je kunt pakketten naar dit afhaalpunt sturen",
|
||||
"es": "Puedes enviar paquetes aquí para su recogida",
|
||||
"it": "Puoi inviare pacchi qui per il ritiro"
|
||||
"it": "Puoi inviare pacchi qui per il ritiro",
|
||||
"cs": "Můžete sem posílat balíky k vyzvednutí"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -572,7 +578,8 @@
|
|||
"de": "Sie können keine Pakete zur Abholung hierher schicken",
|
||||
"ca": "No pots enviar paquets ací per a arreplegar-los",
|
||||
"es": "No puedes enviar paquetes aquí para su recogida",
|
||||
"it": "Non puoi inviare pacchi qui per il ritiro"
|
||||
"it": "Non puoi inviare pacchi qui per il ritiro",
|
||||
"cs": "Nemůžete sem posílat balíky k vyzvednutí"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -753,7 +760,8 @@
|
|||
"de": "Akzeptiert die Abholung von Paketen, die hierher geschickt werden",
|
||||
"es": "Acepta la recogida de paquetes enviados aquí",
|
||||
"ca": "Accepta la recollida de paquets enviats aquí",
|
||||
"it": "Accetta ritiro di pacchi inviati qui"
|
||||
"it": "Accetta ritiro di pacchi inviati qui",
|
||||
"cs": "Přijímá balíky k vyzvednutí zde"
|
||||
},
|
||||
"osmTags": {
|
||||
"and": [
|
||||
|
|
|
@ -112,7 +112,8 @@
|
|||
{
|
||||
"title": {
|
||||
"en": "a bookcase on a wall",
|
||||
"it": "una libreria pubblica a muro"
|
||||
"it": "una libreria pubblica a muro",
|
||||
"cs": "knihobudka na stěně"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=public_bookcase"
|
||||
|
@ -441,7 +442,8 @@
|
|||
"de": "Name des Netzwerks",
|
||||
"es": "Nombre de la red",
|
||||
"ca": "Nom de la xarxa",
|
||||
"it": "Nome della rete"
|
||||
"it": "Nome della rete",
|
||||
"cs": "Název sítě"
|
||||
},
|
||||
"addExtraTags": [
|
||||
"nobrand="
|
||||
|
|
|
@ -198,7 +198,8 @@
|
|||
"es": "Editar número de teléfono",
|
||||
"uk": "Редагувати номер телефону",
|
||||
"ca": "Edita el número de telèfon",
|
||||
"it": "Modifica numero di telefono"
|
||||
"it": "Modifica numero di telefono",
|
||||
"cs": "Upravit telefonní číslo"
|
||||
},
|
||||
"onSoftDelete": [
|
||||
"phone="
|
||||
|
@ -236,7 +237,8 @@
|
|||
"de": "Was ist die Facebook-Seite von {title()}?",
|
||||
"es": "¿Cuál es la página de Facebook de {title()}",
|
||||
"ca": "Quina és la pàgina del facebook de {title()}?",
|
||||
"it": "Qual è la pagina Facebook di {title()}?"
|
||||
"it": "Qual è la pagina Facebook di {title()}?",
|
||||
"cs": "Jaký je název facebookové stránky {title()}?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "contact:facebook",
|
||||
|
@ -251,7 +253,8 @@
|
|||
"de": "Facebook Seite",
|
||||
"es": "Página de Facebook",
|
||||
"ca": "Pàgina de Facebook",
|
||||
"it": "Pagina Facebook"
|
||||
"it": "Pagina Facebook",
|
||||
"cs": "Stránka na Facebooku"
|
||||
}
|
||||
},
|
||||
"after": {
|
||||
|
@ -259,7 +262,8 @@
|
|||
"de": "<div class='subtle text-sm'>Facebook ist bekannt dafür, die psychische Gesundheit zu beeinträchtigen, die öffentliche Meinung zu manipulieren und Hass zu verursachen. Versuche, gesündere Alternativen zu nutzen.</div>",
|
||||
"es": "<div class='subtle text-sm'>Se sabe que Facebook perjudica la salud mental, manipula la opinión pública y causa odio. Prueba alternativas más saludables</div>",
|
||||
"ca": "<div class='subtle text-sm'>Facebook és conegut per danyar la salut mental, manipular l'opinió pública i causar odi. Intenta utilitzar alternatives més saludables</div>",
|
||||
"it": "<div class='subtle text-sm'>Facebook è noto per danneggiare la salute mentale, manipolare l'opinione pubblica e causare odio. Prova a utilizzare alternative più sane</div>"
|
||||
"it": "<div class='subtle text-sm'>Facebook è noto per danneggiare la salute mentale, manipolare l'opinione pubblica e causare odio. Prova a utilizzare alternative più sane</div>",
|
||||
"cs": "<div class='subtle text-sm'>O Facebooku je známo, že poškozuje duševní zdraví, manipuluje veřejným míněním a vyvolává nenávist. Zkuste používat zdravější alternativy</div>"
|
||||
}
|
||||
},
|
||||
"onSoftDelete": [
|
||||
|
@ -340,7 +344,8 @@
|
|||
"de": "E-Mail Adresse bearbeiten",
|
||||
"es": "Editar dirección de correo electrónico",
|
||||
"ca": "Edita l'adreça electrònica",
|
||||
"it": "Modifica indirizzo email"
|
||||
"it": "Modifica indirizzo email",
|
||||
"cs": "Upravit e-mailovou adresu"
|
||||
},
|
||||
"onSoftDelete": [
|
||||
"email=",
|
||||
|
@ -405,7 +410,8 @@
|
|||
"es": "Editar sitio web",
|
||||
"uk": "Редагувати веб-сайт",
|
||||
"ca": "Edita el lloc web",
|
||||
"it": "Modifica sito web"
|
||||
"it": "Modifica sito web",
|
||||
"cs": "Upravit webovou stránku"
|
||||
},
|
||||
"onSoftDelete": [
|
||||
"website=",
|
||||
|
@ -698,7 +704,8 @@
|
|||
"it": "I cani sono ammessi solo all'esterno",
|
||||
"de": "Hunde sind nur draußen erlaubt",
|
||||
"es": "Solo se admiten perros en el exterior",
|
||||
"ca": "Els gossos només estan permesos fora"
|
||||
"ca": "Els gossos només estan permesos fora",
|
||||
"cs": "Psi jsou povoleni jen venku"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -833,7 +840,8 @@
|
|||
"de": "Als geschlossen für eine unbestimmte Zeit markiert",
|
||||
"es": "Marcado como cerrado por un tiempo no especificado",
|
||||
"ca": "Marcat com a tancat per a un temps no especificat",
|
||||
"it": "Segnato come chiuso per un tempo non specificato"
|
||||
"it": "Segnato come chiuso per un tempo non specificato",
|
||||
"cs": "Označeno jako uzavřené na neurčenou dobu"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
}
|
||||
|
@ -1494,7 +1502,8 @@
|
|||
"ca": "S'accepten monedes de 5 cèntims",
|
||||
"de": "5-Centime-Münzen werden akzeptiert",
|
||||
"es": "Se aceptan monedas de 5 céntimos",
|
||||
"it": "Sono accettate monete da 5 centesimi"
|
||||
"it": "Sono accettate monete da 5 centesimi",
|
||||
"cs": "Jsou přijímány mince v hodnotě 5 centimů"
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*CHF.*"
|
||||
},
|
||||
|
@ -1507,7 +1516,8 @@
|
|||
"ca": "S'accepten monedes de 10 cèntims",
|
||||
"de": "10-Centime-Münzen werden akzeptiert",
|
||||
"es": "Se aceptan monedas de 10 céntimos",
|
||||
"it": "Sono accettate monete da 10 centesimi"
|
||||
"it": "Sono accettate monete da 10 centesimi",
|
||||
"cs": "Jsou přijímány mince v hodnotě 10 centimů"
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*CHF.*"
|
||||
},
|
||||
|
@ -1520,7 +1530,8 @@
|
|||
"ca": "S'accepten monedes de 20 cèntims",
|
||||
"de": "20-Centime-Münzen werden akzeptiert",
|
||||
"es": "Se aceptan monedas de 20 céntimos",
|
||||
"it": "Sono accettate monete da 20 centesimi"
|
||||
"it": "Sono accettate monete da 20 centesimi",
|
||||
"cs": "Jsou přijímány mince v hodnotě 20 centimů"
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*CHF.*"
|
||||
},
|
||||
|
@ -1533,7 +1544,8 @@
|
|||
"ca": "S'accepten monedes de ½ franc",
|
||||
"de": "½-Schweizer Franken-Münzen werden akzeptiert",
|
||||
"es": "Se aceptan monedas de ½ franco",
|
||||
"it": "Sono accettate monete da ½ franco"
|
||||
"it": "Sono accettate monete da ½ franco",
|
||||
"cs": "Jsou přijímány mince v hodnotě ½ franku"
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*CHF.*"
|
||||
},
|
||||
|
@ -1546,7 +1558,8 @@
|
|||
"ca": "S'accepten monedes d'1 franc",
|
||||
"de": "1-Schweizer Franken-Münzen werden akzeptiert",
|
||||
"es": "Se aceptan monedas de 1 franco",
|
||||
"it": "Sono accettate monete da 1 franco"
|
||||
"it": "Sono accettate monete da 1 franco",
|
||||
"cs": "Jsou přijímány mince v hodnotě 1 franku"
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*CHF.*"
|
||||
},
|
||||
|
@ -1559,7 +1572,8 @@
|
|||
"ca": "S'accepten monedes de 2 francs",
|
||||
"de": "2-Schweizer Franken-Münzen werden akzeptiert",
|
||||
"es": "Se aceptan monedas de 2 francos",
|
||||
"it": "Sono accettate monete da 2 franchi"
|
||||
"it": "Sono accettate monete da 2 franchi",
|
||||
"cs": "Jsou přijímány mince v hodnotě 2 franků"
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*CHF.*"
|
||||
},
|
||||
|
@ -1572,7 +1586,8 @@
|
|||
"ca": "S'accepten monedes de 5 francs",
|
||||
"de": "5-Schweizer Franken-Münzen werden akzeptiert",
|
||||
"es": "Se aceptan monedas de 5 francos",
|
||||
"it": "Sono accettate monete da 5 franchi"
|
||||
"it": "Sono accettate monete da 5 franchi",
|
||||
"cs": "Jsou přijímány mince v hodnotě 5 franků"
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*CHF.*"
|
||||
}
|
||||
|
@ -1733,7 +1748,8 @@
|
|||
"ca": "S'accepten bitllets de 10 francs",
|
||||
"de": "10-Schweizer Franken-Scheine werden akzeptiert",
|
||||
"es": "Se aceptan billetes de 10 francos",
|
||||
"it": "Sono accettate banconote da 10 franchi"
|
||||
"it": "Sono accettate banconote da 10 franchi",
|
||||
"cs": "Jsou přijímány bankovky v hodnotě 10 franků"
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*CHF.*"
|
||||
},
|
||||
|
@ -1746,7 +1762,8 @@
|
|||
"ca": "S'accepten bitllets de 20 francs",
|
||||
"de": "20-Schweizer Franken-Scheine werden akzeptiert",
|
||||
"es": "Se aceptan billetes de 20 francos",
|
||||
"it": "Sono accettate banconote da 20 franchi"
|
||||
"it": "Sono accettate banconote da 20 franchi",
|
||||
"cs": "Jsou přijímány bankovky v hodnotě 20 franků"
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*CHF.*"
|
||||
},
|
||||
|
@ -1759,7 +1776,8 @@
|
|||
"ca": "S'accepten bitllets de 50 francs",
|
||||
"de": "50-Schweizer Franken-Scheine werden akzeptiert",
|
||||
"es": "Se aceptan billetes de 50 francos",
|
||||
"it": "Sono accettate banconote da 50 franchi"
|
||||
"it": "Sono accettate banconote da 50 franchi",
|
||||
"cs": "Jsou přijímány bankovky v hodnotě 50 franků"
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*CHF.*"
|
||||
},
|
||||
|
@ -1772,7 +1790,8 @@
|
|||
"ca": "S'accepten bitllets de 100 francs",
|
||||
"de": "100-Schweizer Franken-Scheine werden akzeptiert",
|
||||
"es": "Se aceptan billetes de 100 francos",
|
||||
"it": "Sono accettate banconote da 100 franchi"
|
||||
"it": "Sono accettate banconote da 100 franchi",
|
||||
"cs": "Jsou přijímány bankovky v hodnotě 100 franků"
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*CHF.*"
|
||||
},
|
||||
|
@ -1785,7 +1804,8 @@
|
|||
"ca": "S'accepten bitllets de 200 francs",
|
||||
"de": "200-Schweizer Franken-Scheine werden akzeptiert",
|
||||
"es": "Se aceptan billetes de 200 francos",
|
||||
"it": "Sono accettate banconote da 200 franchi"
|
||||
"it": "Sono accettate banconote da 200 franchi",
|
||||
"cs": "Jsou přijímány bankovky v hodnotě 200 franků"
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*CHF.*"
|
||||
},
|
||||
|
@ -1798,7 +1818,8 @@
|
|||
"ca": "S'accepten bitllets de 1000 francs",
|
||||
"de": "1000-Schweizer Franken-Scheine werden akzeptiert",
|
||||
"es": "Se aceptan billetes de 1000 francos",
|
||||
"it": "Sono accettate banconote da 1000 franchi"
|
||||
"it": "Sono accettate banconote da 1000 franchi",
|
||||
"cs": "Jsou přijímány bankovky v hodnotě 1000 franků"
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*CHF.*"
|
||||
}
|
||||
|
@ -2359,7 +2380,8 @@
|
|||
"es": "Este lugar ofrece internet inalámbrico y acceso a internet a través de un terminal o computadora",
|
||||
"uk": "Тут можна скористатися як бездротовим інтернетом, так і доступом до інтернету через термінал або комп'ютер",
|
||||
"ca": "Aquest lloc ofereix tant internet sense fil com accés a Internet a través d'un terminal o ordinador",
|
||||
"it": "Questo luogo offre sia internet wireless che accesso a internet tramite un terminale o computer"
|
||||
"it": "Questo luogo offre sia internet wireless che accesso a internet tramite un terminale o computer",
|
||||
"cs": "Toto místo nabízí jak bezdrátové internetové připojení, tak i přístup k Internetu přes terminál nebo počítač"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -2920,7 +2942,8 @@
|
|||
"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?"
|
||||
"it": "Questo luogo offre un'opzione vegana?",
|
||||
"cs": "Má toto místo nabídku pro vegany?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -2930,7 +2953,8 @@
|
|||
"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>"
|
||||
"it": "Questo luogo <b>vende solo prodotti vegani</b>",
|
||||
"cs": "Toto místo prodává <b>jen veganské</b> produkty"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -2940,7 +2964,8 @@
|
|||
"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"
|
||||
"it": "Questo negozio ha un'ampia offerta vegana",
|
||||
"cs": "Tento obchod má širokou nabídku pro vegany"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -2950,7 +2975,8 @@
|
|||
"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>"
|
||||
"it": "Questo negozio ha un'offerta <b>limitata di prodotti vegani</b>",
|
||||
"cs": "Tento obchod má <b>omezenou</b> nabídku pro vegany"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -2960,7 +2986,8 @@
|
|||
"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"
|
||||
"it": "Questo negozio non ha un'offerta vegana",
|
||||
"cs": "Tento obchod nenabízí nic pro vegany"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -3164,7 +3191,8 @@
|
|||
"de": "Über diesen Ort ist nichts bekannt. Hilf mit, indem du die Fragen ausfüllst",
|
||||
"es": "No se sabe nada sobre este lugar. Ayuda completando las preguntas",
|
||||
"ca": "No se sap res d'aquest lloc. Ajuda omplint les preguntes",
|
||||
"it": "Non si sa nulla di questo luogo. Aiuta compilando le domande"
|
||||
"it": "Non si sa nulla di questo luogo. Aiuta compilando le domande",
|
||||
"cs": "O tomto místě není nic známo. Pomozte odpovězením na otázky"
|
||||
},
|
||||
"cssClasses": "subtle m-4 italic flex items-center justify-center"
|
||||
}
|
||||
|
@ -3190,7 +3218,8 @@
|
|||
"de": "Ganzjährig in Betrieb",
|
||||
"es": "Disponible todo el año",
|
||||
"ca": "Disponible durant tot l'any",
|
||||
"it": "Disponibile tutto l'anno"
|
||||
"it": "Disponibile tutto l'anno",
|
||||
"cs": "K dispozici po celý rok"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -3230,7 +3259,8 @@
|
|||
"de": "Gibt es in dieser Einrichtung Duschen?",
|
||||
"es": "¿Ofrece esta instalación duchas?",
|
||||
"ca": "Aquesta instal·lació ofereix dutxes?",
|
||||
"it": "Questa struttura offre docce?"
|
||||
"it": "Questa struttura offre docce?",
|
||||
"cs": "Má toto zařízení sprchy?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -3241,7 +3271,8 @@
|
|||
"de": "Diese Einrichtung verfügt über Duschen mit warmem Wasser",
|
||||
"es": "Esta instalación tiene duchas con agua caliente",
|
||||
"ca": "Aquesta instal·lació disposa de dutxes amb aigua calenta",
|
||||
"it": "Questa struttura ha docce con acqua calda"
|
||||
"it": "Questa struttura ha docce con acqua calda",
|
||||
"cs": "Toto zařízení má sprchy s teplou vodou"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -3252,7 +3283,8 @@
|
|||
"de": "Diese Einrichtung verfügt zwar über Duschen, aber das Wasser ist nicht beheizt",
|
||||
"es": "Esta instalación tiene duchas, pero el agua no está caliente",
|
||||
"ca": "Aquesta instal·lació té dutxes, però l'aigua està calenta",
|
||||
"it": "Questa struttura ha docce, ma l'acqua non è riscaldata"
|
||||
"it": "Questa struttura ha docce, ma l'acqua non è riscaldata",
|
||||
"cs": "Toto zařízení má sprchy, ale voda není ohřívána"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -3263,7 +3295,8 @@
|
|||
"de": "Diese Einrichtung hat Duschen",
|
||||
"es": "Esta instalación tiene duchas",
|
||||
"ca": "Aquesta instal·lació disposa de dutxes",
|
||||
"it": "Questa struttura ha docce"
|
||||
"it": "Questa struttura ha docce",
|
||||
"cs": "Toto zařízení má sprchy"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -3274,7 +3307,8 @@
|
|||
"de": "Diese Einrichtung hat keine Duschen",
|
||||
"es": "Esta instalación no ofrece ducha",
|
||||
"ca": "Aquesta instal·lació no ofereix dutxa",
|
||||
"it": "Questa struttura non offre docce"
|
||||
"it": "Questa struttura non offre docce",
|
||||
"cs": "Toto zařízení nenabízí sprchy"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -3296,7 +3330,8 @@
|
|||
"es": "¿Forma parte {title()} de una marca más grande?",
|
||||
"uk": "Чи є {title()} частиною більшого бренду?",
|
||||
"ca": "{title()} és part d'una marca més gran?",
|
||||
"it": "{title()} fa parte di un marchio più grande?"
|
||||
"it": "{title()} fa parte di un marchio più grande?",
|
||||
"cs": "Je {title()} součástí větší značky?"
|
||||
},
|
||||
"render": {
|
||||
"en": "Part of {brand}",
|
||||
|
@ -3304,7 +3339,8 @@
|
|||
"es": "Parte de {brand}",
|
||||
"uk": "Частина {brand}",
|
||||
"ca": "Part de {brand}",
|
||||
"it": "Fa parte di {brand}"
|
||||
"it": "Fa parte di {brand}",
|
||||
"cs": "Součást {brand}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "brand",
|
||||
|
@ -3325,7 +3361,8 @@
|
|||
"es": "No forma parte de una marca más grande",
|
||||
"uk": "Не є частиною великого бренду",
|
||||
"ca": "No forma part d'una marca més gran",
|
||||
"it": "Non fa parte di un marchio più grande"
|
||||
"it": "Non fa parte di un marchio più grande",
|
||||
"cs": "Není součástí větší značky"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -3341,7 +3378,8 @@
|
|||
"de": "Befindet sich das Objekt in einem Innenraum?",
|
||||
"es": "¿Se encuentra este objeto en el interior?",
|
||||
"ca": "Aquest objecte està situat a l'interior?",
|
||||
"it": "Questo oggetto si trova al chiuso?"
|
||||
"it": "Questo oggetto si trova al chiuso?",
|
||||
"cs": "Je tento objekt umístěn uvnitř?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -3352,7 +3390,8 @@
|
|||
"de": "Dieses Objekt befindet sich in einem Innenraum",
|
||||
"es": "Este objeto se encuentra en el interior",
|
||||
"ca": "Aquest objecte es troba a l'interior",
|
||||
"it": "Questo oggetto si trova al chiuso"
|
||||
"it": "Questo oggetto si trova al chiuso",
|
||||
"cs": "Tento objekt se nachází uvnitř"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -3363,7 +3402,8 @@
|
|||
"de": "Dieses Objekt befindet sich im Freien",
|
||||
"es": "Este objeto se encuentra al aire libre",
|
||||
"ca": "Aquest objecte es troba a l'exterior",
|
||||
"it": "Questo oggetto si trova all'aperto"
|
||||
"it": "Questo oggetto si trova all'aperto",
|
||||
"cs": "Tento objekt se nachází venku"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -3375,7 +3415,8 @@
|
|||
"nl": "Wat voor zitplaatsen heeft {title()}?",
|
||||
"de": "Welche Art von Sitzgelegenheiten hat {title()}?",
|
||||
"ca": "Quin tipus de seients té {title()}?",
|
||||
"it": "Che tipo di posti a sedere ha {title()}?"
|
||||
"it": "Che tipo di posti a sedere ha {title()}?",
|
||||
"cs": "Jaký druh sezení má {title()}?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -3413,7 +3454,8 @@
|
|||
"nl": "Wat is de maximale tijd die je hier mag blijven?",
|
||||
"de": "Wie lange darf man sich maximal hier aufhalten?",
|
||||
"ca": "Quina és la quantitat màxima de temps que a un se li permet romandre aquí?",
|
||||
"it": "Qual è il tempo massimo che si è autorizzati a rimanere qui?"
|
||||
"it": "Qual è il tempo massimo che si è autorizzati a rimanere qui?",
|
||||
"cs": "Jaký je maximální čas, který tu lze strávit?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "maxstay",
|
||||
|
@ -3424,7 +3466,8 @@
|
|||
"nl": "Je mag hier maximaal <b>{canonical(maxstay)}</b> blijven",
|
||||
"de": "Man kann höchstens <b>{canonical(maxstay)}</b> bleiben",
|
||||
"ca": "Un es pot quedar com a màxim <b>{canonical(maxstay)}</b>",
|
||||
"it": "Si può rimanere al massimo <b>{canonical(maxstay)}</b>"
|
||||
"it": "Si può rimanere al massimo <b>{canonical(maxstay)}</b>",
|
||||
"cs": "Lze tu zůstat nejvýše <b>{canonical(maxstay)}</b>"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -3434,7 +3477,8 @@
|
|||
"nl": "Er is geen limiet aan de tijd die je hier mag blijven",
|
||||
"de": "Es gibt keine zeitliche Begrenzung für den Aufenthalt hier",
|
||||
"ca": "No hi ha límit en la quantitat de temps que un es pot quedar aquí",
|
||||
"it": "Non c'è limite alla quantità di tempo che si può rimanere qui"
|
||||
"it": "Non c'è limite alla quantità di tempo che si può rimanere qui",
|
||||
"cs": "Čas, který tu lze strávit, není omezen"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -3445,7 +3489,8 @@
|
|||
"en": "What is the name of this place?",
|
||||
"de": "Wie heißt dieser Ort?",
|
||||
"ca": "Quin és el nom d'aquest lloc?",
|
||||
"it": "Qual è il nome di questo luogo?"
|
||||
"it": "Qual è il nome di questo luogo?",
|
||||
"cs": "Jaký je název tohoto místa?"
|
||||
},
|
||||
"render": {
|
||||
"*": "<b>{name}</b>"
|
||||
|
@ -3459,7 +3504,8 @@
|
|||
"question": {
|
||||
"en": "Has {title()} toilets?",
|
||||
"nl": "Heeft {title()} toiletten?",
|
||||
"it": "{title()} ha servizi igienici?"
|
||||
"it": "{title()} ha servizi igienici?",
|
||||
"cs": "Má {title()} toalety?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -3467,7 +3513,8 @@
|
|||
"then": {
|
||||
"en": "Has toilets",
|
||||
"nl": "Heeft toiletten",
|
||||
"it": "Ha servizi igienici"
|
||||
"it": "Ha servizi igienici",
|
||||
"cs": "Má toalety"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -3475,7 +3522,8 @@
|
|||
"then": {
|
||||
"en": "Has no toilets",
|
||||
"nl": "Heeft geen toiletten",
|
||||
"it": "Non ha servizi igienici"
|
||||
"it": "Non ha servizi igienici",
|
||||
"cs": "Nemá toalety"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -3483,7 +3531,8 @@
|
|||
"then": {
|
||||
"en": "The toilets are marked separately on the map",
|
||||
"nl": "De toiletten zijn als alleenstaand punt op de kaart aangeduid",
|
||||
"it": "I servizi igienici sono segnati separatamente sulla mappa"
|
||||
"it": "I servizi igienici sono segnati separatamente sulla mappa",
|
||||
"cs": "Toalety jsou označeny v mapě samostatně"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -3567,10 +3616,12 @@
|
|||
{
|
||||
"id": "ref",
|
||||
"question": {
|
||||
"en": "What is the reference number?"
|
||||
"en": "What is the reference number?",
|
||||
"cs": "Jaké je referenční číslo?"
|
||||
},
|
||||
"render": {
|
||||
"en": "The reference number is <b>{ref}</b>"
|
||||
"en": "The reference number is <b>{ref}</b>",
|
||||
"cs": "Referenční číslo je <b>{ref}</b>"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "ref"
|
||||
|
|
|
@ -1165,7 +1165,8 @@
|
|||
"uk": "Пластикова упаковка, металева упаковка та упаковка для напоїв (PMD)",
|
||||
"es": "Los envases de plástico, los envases metálicos y los envases de bebidas (PMD) se pueden reciclar aquí",
|
||||
"ca": "Els envasos de plàstic, els envasos metàl·lics i els cartons de begudes (contenidor groc) es poden reciclar aquí",
|
||||
"it": "Imballaggi di plastica, imballaggi metallici e cartoni per bevande (PMD) possono essere riciclati qui"
|
||||
"it": "Imballaggi di plastica, imballaggi metallici e cartoni per bevande (PMD) possono essere riciclati qui",
|
||||
"cs": "Lze tu recyklovat plastové obaly, kovové obaly a nápojové kartony (PMD)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/recycling/pmd.svg",
|
||||
|
@ -1453,7 +1454,8 @@
|
|||
"question": {
|
||||
"en": "What color is this recycling container?",
|
||||
"nl": "Welke kleur heeft deze recyclingcontainer?",
|
||||
"it": "Di che colore è questo contenitore per il riciclaggio?"
|
||||
"it": "Di che colore è questo contenitore per il riciclaggio?",
|
||||
"cs": "Jakou barvu má tento recyklační kontejner?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "colour",
|
||||
|
@ -1461,7 +1463,8 @@
|
|||
"placeholder": {
|
||||
"en": "Colour of the container",
|
||||
"nl": "Kleur van de container",
|
||||
"it": "Colore del contenitore"
|
||||
"it": "Colore del contenitore",
|
||||
"cs": "Barva kontejneru"
|
||||
}
|
||||
},
|
||||
"mappings": [
|
||||
|
@ -1470,7 +1473,8 @@
|
|||
"then": {
|
||||
"en": "This recycling container is coloured blue",
|
||||
"nl": "Deze recyclingcontainer is blauw gekleurd",
|
||||
"it": "Questo contenitore per il riciclaggio è di colore blu"
|
||||
"it": "Questo contenitore per il riciclaggio è di colore blu",
|
||||
"cs": "Tento recyklační kontejner má modrou barvu"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1478,7 +1482,8 @@
|
|||
"then": {
|
||||
"en": "This recycling container is coloured green",
|
||||
"nl": "Deze recyclingcontainer is groen gekleurd",
|
||||
"it": "Questo contenitore per il riciclaggio è di colore verde"
|
||||
"it": "Questo contenitore per il riciclaggio è di colore verde",
|
||||
"cs": "Tento recyklační kontejner má zelenou barvu"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1486,7 +1491,8 @@
|
|||
"then": {
|
||||
"en": "This recycling container is coloured maroon",
|
||||
"nl": "Deze recyclingcontainer is kastanjebruin gekleurd",
|
||||
"it": "Questo contenitore per il riciclaggio è di colore bordeaux"
|
||||
"it": "Questo contenitore per il riciclaggio è di colore bordeaux",
|
||||
"cs": "Tento recyklační kontejner má hnědou barvu"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1494,7 +1500,8 @@
|
|||
"then": {
|
||||
"en": "This recycling container is coloured yellow",
|
||||
"nl": "Deze recyclingcontainer is geel gekleurd",
|
||||
"it": "Questo contenitore per il riciclaggio è di colore giallo"
|
||||
"it": "Questo contenitore per il riciclaggio è di colore giallo",
|
||||
"cs": "Tento recyklační kontejner má žlutou barvu"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1502,7 +1509,8 @@
|
|||
"then": {
|
||||
"en": "This recycling container is coloured red",
|
||||
"nl": "Deze recyclingcontainer is rood gekleurd",
|
||||
"it": "Questo contenitore per il riciclaggio è di colore rosso"
|
||||
"it": "Questo contenitore per il riciclaggio è di colore rosso",
|
||||
"cs": "Tento recyklační kontejner má červenou barvu"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1510,7 +1518,8 @@
|
|||
"then": {
|
||||
"en": "This recycling container is coloured black",
|
||||
"nl": "Deze recyclingcontainer is zwart gekleurd",
|
||||
"it": "Questo contenitore per il riciclaggio è di colore nero"
|
||||
"it": "Questo contenitore per il riciclaggio è di colore nero",
|
||||
"cs": "Tento recyklační kontejner má černou barvu"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1518,14 +1527,16 @@
|
|||
"then": {
|
||||
"en": "This recycling container is coloured white",
|
||||
"nl": "Deze recyclingcontainer is wit gekleurd",
|
||||
"it": "Questo contenitore per il riciclaggio è di colore bianco"
|
||||
"it": "Questo contenitore per il riciclaggio è di colore bianco",
|
||||
"cs": "Tento recyklační kontejner má bílou barvu"
|
||||
}
|
||||
}
|
||||
],
|
||||
"render": {
|
||||
"en": "This recycling container is {colour}",
|
||||
"nl": "Deze recyclingcontainer is {colour}",
|
||||
"it": "Questo contenitore per il riciclaggio è {colour}"
|
||||
"it": "Questo contenitore per il riciclaggio è {colour}",
|
||||
"cs": "Tento recyklační kontejner je {colour}"
|
||||
}
|
||||
},
|
||||
"survey_date"
|
||||
|
@ -1542,7 +1553,8 @@
|
|||
"de": "Nur Recyclingzentren",
|
||||
"uk": "Тільки пункти прийому вторсировини",
|
||||
"ca": "Només centres de reciclatge",
|
||||
"it": "Solo centri di riciclaggio"
|
||||
"it": "Solo centri di riciclaggio",
|
||||
"cs": "Jen recyklační centra"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -1852,7 +1864,8 @@
|
|||
"de": "Recycling von Kunststoffverpackungen, Metallverpackungen und Getränkekartons (Tetrapak)",
|
||||
"es": "Reciclaje de envases de plástico, envases metálicos y envases de bebidas (PMD)",
|
||||
"ca": "Reciclatge d'envasos de plàstic, envasos metàl·lics i cartons de begudes (contenidor groc)",
|
||||
"it": "Riciclaggio di imballaggi di plastica, imballaggi metallici e cartoni per bevande (PMD)"
|
||||
"it": "Riciclaggio di imballaggi di plastica, imballaggi metallici e cartoni per bevande (PMD)",
|
||||
"cs": "Recyklace plastových obalů, kovových obalů a nápojových kartonů (PMD)"
|
||||
},
|
||||
"osmTags": "recycling:pmd=yes"
|
||||
}
|
||||
|
|
|
@ -384,7 +384,7 @@
|
|||
"alsoShowIf": "school:special_needs=",
|
||||
"then": {
|
||||
"en": "This school offers limited, ad hoc support but has no significant expertise and is not considered a special needs school.",
|
||||
"nl": "Deze school biedt ad hoc, beperkte extra zorg aan maar telt niet als buitengwoon onderwij.s",
|
||||
"nl": "Deze school biedt ad hoc, beperkte extra zorg aan maar telt niet als buitengwoon onderwijs.",
|
||||
"ca": "Aquesta escola ofereix un suport limitat i ad hoc, però no té una experiència significativa i no es considera una escola de necessitats especials.",
|
||||
"de": "Diese Schule bietet begrenzte, ad hoc Unterstützung, verfügt jedoch nicht über nennenswertes Fachwissen und gilt nicht als Sonderschule.",
|
||||
"cs": "Tato škola nabízí omezenou ad hoc podporu, ale nemá významnou odbornost a nelze ji považovat za školu pro studenty se zvláštními potřebami.",
|
||||
|
@ -1028,7 +1028,8 @@
|
|||
"en": "All levels of education",
|
||||
"ca": "Tots els nivells educatius",
|
||||
"de": "Alle Bildungsstufen",
|
||||
"it": "Tutti i livelli di istruzione"
|
||||
"it": "Tutti i livelli di istruzione",
|
||||
"cs": "Všechny úrovně vzdělávání"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1037,7 +1038,8 @@
|
|||
"nl": "Kleuterafdeling",
|
||||
"ca": "Té una llar d'infants",
|
||||
"de": "Hat einen Kindergarten",
|
||||
"it": "Ha una scuola dell'infanzia"
|
||||
"it": "Ha una scuola dell'infanzia",
|
||||
"cs": "Má mateřskou školu"
|
||||
},
|
||||
"osmTags": {
|
||||
"or": [
|
||||
|
@ -1052,7 +1054,8 @@
|
|||
"nl": "Lagere school",
|
||||
"ca": "Escola primària",
|
||||
"de": "Grundschule",
|
||||
"it": "Scuola primaria"
|
||||
"it": "Scuola primaria",
|
||||
"cs": "Základní škola"
|
||||
},
|
||||
"osmTags": "school~i~(.+;)?primary(;.+)?"
|
||||
},
|
||||
|
@ -1062,7 +1065,8 @@
|
|||
"nl": "Secundaire school met alle graden",
|
||||
"ca": "Escola secundària amb tots els graus",
|
||||
"de": "Sekundarstufe I und II",
|
||||
"it": "Scuola secondaria con tutti i gradi"
|
||||
"it": "Scuola secondaria con tutti i gradi",
|
||||
"cs": "Střední škola se všemi stupni"
|
||||
},
|
||||
"osmTags": "school~i~(.+;)?secondary(;.+)?"
|
||||
},
|
||||
|
@ -1072,7 +1076,8 @@
|
|||
"nl": "Heeft eerste graad",
|
||||
"ca": "Té primer cicle d'ESO",
|
||||
"de": "Hat die erste Klasse",
|
||||
"it": "Ha il primo grado"
|
||||
"it": "Ha il primo grado",
|
||||
"cs": "Má první stupeň"
|
||||
},
|
||||
"osmTags": {
|
||||
"or": [
|
||||
|
@ -1087,7 +1092,8 @@
|
|||
"nl": "Heeft tweede graad",
|
||||
"ca": "Té segon cicle d'ESO",
|
||||
"de": "Hat die zweite Klasse",
|
||||
"it": "Ha il secondo grado"
|
||||
"it": "Ha il secondo grado",
|
||||
"cs": "Má druhý stupeň"
|
||||
},
|
||||
"osmTags": {
|
||||
"or": [
|
||||
|
@ -1102,7 +1108,8 @@
|
|||
"nl": "Heeft derde graad",
|
||||
"ca": "Té Batxillerat o FP de Grau Mitjà",
|
||||
"de": "Hat die dritte Klasse",
|
||||
"it": "Ha il terzo grado"
|
||||
"it": "Ha il terzo grado",
|
||||
"cs": "Má třetí stupeň"
|
||||
},
|
||||
"osmTags": {
|
||||
"or": [
|
||||
|
@ -1117,7 +1124,8 @@
|
|||
"nl": "Heeft specialisatiejaar",
|
||||
"ca": "Aquesta escola ofereix educació postsecundària (Batxillerat o Cicle Mitjà)",
|
||||
"de": "Diese Schule bietet eine postsekundäre Ausbildung (z. B. ein siebtes oder achtes Spezialisierungsjahr)",
|
||||
"it": "Questa scuola offre istruzione post-secondaria (ad es. un settimo o ottavo anno di specializzazione)"
|
||||
"it": "Questa scuola offre istruzione post-secondaria (ad es. un settimo o ottavo anno di specializzazione)",
|
||||
"cs": "Tato škola nabízí post-sekundární vzdělání (nástavbu)"
|
||||
},
|
||||
"osmTags": "school~i~.+;)?post_secondary(;.+"
|
||||
},
|
||||
|
@ -1126,7 +1134,8 @@
|
|||
"en": "Unknown school level",
|
||||
"ca": "Nivell escolar desconegut",
|
||||
"de": "Unbekanntes Schulniveau",
|
||||
"it": "Livello scolastico sconosciuto"
|
||||
"it": "Livello scolastico sconosciuto",
|
||||
"cs": "Neznámá kategorie školy"
|
||||
},
|
||||
"osmTags": {
|
||||
"and": [
|
||||
|
@ -1145,7 +1154,8 @@
|
|||
"en": "Does this school have special need education?",
|
||||
"ca": "Aquesta escola ofereix educació per a necessitats especials?",
|
||||
"de": "Bietet diese Schule sonderpädagogische Förderung an?",
|
||||
"it": "Questa scuola ha un'istruzione per bisogni speciali?"
|
||||
"it": "Questa scuola ha un'istruzione per bisogni speciali?",
|
||||
"cs": "Nabízí tato škola vzdělávání pro speciální potřeby?"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1154,7 +1164,8 @@
|
|||
"nl": "Buitengewoon onderwijs",
|
||||
"ca": "Té educació especial",
|
||||
"de": "Hat eine Sonderausbildung",
|
||||
"it": "Ha istruzione speciale"
|
||||
"it": "Ha istruzione speciale",
|
||||
"cs": "Má speciální vzdělávání"
|
||||
},
|
||||
"osmTags": {
|
||||
"and": [
|
||||
|
@ -1168,7 +1179,8 @@
|
|||
"en": "No or limited special need education",
|
||||
"ca": "Educació per a necessitats especials nula o limitada",
|
||||
"de": "Keine oder nur eingeschränkte sonderpädagogische Förderung",
|
||||
"it": "Nessuna o limitata istruzione per bisogni speciali"
|
||||
"it": "Nessuna o limitata istruzione per bisogni speciali",
|
||||
"cs": "Žádné nebo omezené vzdělávání pro speciální potřeby"
|
||||
},
|
||||
"osmTags": {
|
||||
"or": [
|
||||
|
|
|
@ -23,7 +23,8 @@
|
|||
"de": "{name}",
|
||||
"ca": "{name}",
|
||||
"cy": "{name}",
|
||||
"it": "{name}"
|
||||
"it": "{name}",
|
||||
"cs": "{name}"
|
||||
}
|
||||
},
|
||||
"pointRendering": [
|
||||
|
|
|
@ -342,7 +342,8 @@
|
|||
"nl": "Deze winkel staat leeg",
|
||||
"de": "Dieser Laden wird nicht mehr genutzt. Er steht leer",
|
||||
"ca": "Aquesta botiga ja no s'utilitza. Està vacant",
|
||||
"it": "Questo negozio non è più utilizzato. È vuoto"
|
||||
"it": "Questo negozio non è più utilizzato. È vuoto",
|
||||
"cs": "Tento obchod již není v provozu. Je prázdný"
|
||||
},
|
||||
"icon": "./assets/layers/shops/shop-disused.svg",
|
||||
"addExtraTags": [
|
||||
|
@ -602,7 +603,8 @@
|
|||
"nl": "Zijn hier medische services beschikbaar?",
|
||||
"de": "Gibt es hier medizinische Versorgung?",
|
||||
"ca": "Hi ha serveis mèdics disponibles aquí?",
|
||||
"it": "Sono disponibili servizi medici qui?"
|
||||
"it": "Sono disponibili servizi medici qui?",
|
||||
"cs": "Jsou zde k dispozici lékařské služby?"
|
||||
},
|
||||
"multiAnswer": true,
|
||||
"mappings": [
|
||||
|
@ -614,7 +616,8 @@
|
|||
"nl": "Hier kan men een oogtest door een erkende optometrist laten uitvoeren",
|
||||
"de": "Dieser Shop bietet Augenuntersuchungen durch zertifizierte Optiker an",
|
||||
"ca": "Aquesta botiga ofereix exàmens oculars per optometristes certificats",
|
||||
"it": "Questo negozio offre esami della vista da parte di optometristi certificati"
|
||||
"it": "Questo negozio offre esami della vista da parte di optometristi certificati",
|
||||
"cs": "Tento obchod nabízí měření očí certifikovanými optometristy"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -625,7 +628,8 @@
|
|||
"nl": "HIer kan men een hoortest laten uitvoeren door een erkende audioloog",
|
||||
"de": "Dieser Shop bietet Hörtests durch einen zertifizierten Audiologen an",
|
||||
"ca": "Aquesta botiga ofereix proves auditives per un audiòleg certificat",
|
||||
"it": "Questo negozio offre test dell'udito da parte di un audiologo certificato"
|
||||
"it": "Questo negozio offre test dell'udito da parte di un audiologo certificato",
|
||||
"cs": "Tento obchod nabízí testování sluchu certifikovaným audiologem"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -706,7 +710,8 @@
|
|||
"id": "hairdresser-targetgroup",
|
||||
"multiAnswer": true,
|
||||
"question": {
|
||||
"en": "In what target groups does this hairdresser specialize?"
|
||||
"en": "In what target groups does this hairdresser specialize?",
|
||||
"cs": "Na jakou cílovou skupinu se toto kadeřnictví specializuje?"
|
||||
},
|
||||
"condition": "shop=hairdresser",
|
||||
"mappings": [
|
||||
|
@ -714,21 +719,24 @@
|
|||
"if": "male=yes",
|
||||
"ifnot": "male=no",
|
||||
"then": {
|
||||
"en": "Specializes in cutting men's hair."
|
||||
"en": "Specializes in cutting men's hair.",
|
||||
"cs": "Specializuje se na stříhání mužských vlasů."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "female=yes",
|
||||
"ifnot": "female=no",
|
||||
"then": {
|
||||
"en": "Specializes in cutting women's hair."
|
||||
"en": "Specializes in cutting women's hair.",
|
||||
"cs": "Specializuje se na stříhání ženských vlasů."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "children=yes",
|
||||
"ifnot": "children=no",
|
||||
"then": {
|
||||
"en": "Specializes in cutting kids hair."
|
||||
"en": "Specializes in cutting kids hair.",
|
||||
"cs": "Specializuje se na stříhání dětských vlasů."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -284,7 +284,8 @@
|
|||
"questionHint": {
|
||||
"en": "Left and right are interpreted as when <b>entering</b> the shower",
|
||||
"nl": "Links en rechts zijn zoals wanneer je <b>de douche binnenstapt</b>",
|
||||
"it": "Sinistra e destra sono interpretati come quando si <b>entra</b> nella doccia"
|
||||
"it": "Sinistra e destra sono interpretati come quando si <b>entra</b> nella doccia",
|
||||
"cs": "Levá a pravá se interpretují, jako když <b>vstupujete</b> do sprchy"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -46,7 +46,8 @@
|
|||
"de": "Geschwindigkeitsreduzierte Straße",
|
||||
"es": "Camino lento",
|
||||
"ca": "Carretera lenta",
|
||||
"it": "Strada lenta"
|
||||
"it": "Strada lenta",
|
||||
"cs": "Pomalá cesta"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -112,7 +113,8 @@
|
|||
"de": "Schmaler Pfad",
|
||||
"es": "Sendero pequeño",
|
||||
"ca": "Camí petit",
|
||||
"it": "Piccolo sentiero"
|
||||
"it": "Piccolo sentiero",
|
||||
"cs": "Pěšina"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -150,7 +152,8 @@
|
|||
"fr": "C'est une zone de rencontre",
|
||||
"es": "Esta es una calle residencial",
|
||||
"ca": "Aquest és un carrer residencial",
|
||||
"it": "Questa è una strada residenziale"
|
||||
"it": "Questa è una strada residenziale",
|
||||
"cs": "Toto je obytná ulice"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/slow_roads/woonerf.svg",
|
||||
|
@ -165,7 +168,8 @@
|
|||
"de": "Dies ist eine breite, autofreie Straße",
|
||||
"es": "Esta es una calle ancha sin coches",
|
||||
"ca": "Aquest és un carrer ample i sense cotxes",
|
||||
"it": "Questa è una strada larga, senza auto"
|
||||
"it": "Questa è una strada larga, senza auto",
|
||||
"cs": "Toto je široká ulice bez aut"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -177,7 +181,8 @@
|
|||
"fr": "C'est un chemin piéton",
|
||||
"es": "Esta es una acera",
|
||||
"ca": "Aquest és una vorera",
|
||||
"it": "Questo è un percorso pedonale"
|
||||
"it": "Questo è un percorso pedonale",
|
||||
"cs": "Toto je stezka pro chodce"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -189,7 +194,8 @@
|
|||
"fr": "C'est un petit sentier",
|
||||
"es": "Este es un sendero pequeño",
|
||||
"ca": "Aquest és un camí petit",
|
||||
"it": "Questo è un piccolo sentiero"
|
||||
"it": "Questo è un piccolo sentiero",
|
||||
"cs": "Toto je pěšina"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -201,7 +207,8 @@
|
|||
"fr": "C'est une voie équestre",
|
||||
"es": "Este es un camino para cabalgatas",
|
||||
"ca": "Aquest és un camí de ferradura",
|
||||
"it": "Questo è un percorso equestre"
|
||||
"it": "Questo è un percorso equestre",
|
||||
"cs": "Toto je stezka pro koně"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -212,7 +219,8 @@
|
|||
"de": "Dies ist eine Zufahrtsstraße",
|
||||
"es": "Este es un camino de acceso a terrenos",
|
||||
"ca": "Aquesta és una carretera d'accés a terrenys",
|
||||
"it": "Questa è una strada di accesso ai terreni"
|
||||
"it": "Questa è una strada di accesso ai terreni",
|
||||
"cs": "Toto je účelová komunikace"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -379,7 +387,8 @@
|
|||
"fr": "Cette route est-elle éclairée la nuit ?",
|
||||
"es": "¿Está iluminado este camino por la noche?",
|
||||
"ca": "Aquest camí està il·luminat de nit?",
|
||||
"it": "Questa strada è illuminata di notte?"
|
||||
"it": "Questa strada è illuminata di notte?",
|
||||
"cs": "Je tato cesta v noci osvětlena?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -394,7 +403,8 @@
|
|||
"de": "Nicht beleuchtet",
|
||||
"es": "Sin iluminación",
|
||||
"ca": "Sense il·luminació",
|
||||
"it": "Non illuminata"
|
||||
"it": "Non illuminata",
|
||||
"cs": "Neosvětlená"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -33,7 +33,8 @@
|
|||
"es": "Máquina de Monedas de Recuerdo",
|
||||
"nl": "Souvenirmuntmachine",
|
||||
"ca": "Màquina de monedes de record",
|
||||
"it": "Macchina per monete souvenir"
|
||||
"it": "Macchina per monete souvenir",
|
||||
"cs": "Automat na upomínkové mince"
|
||||
}
|
||||
},
|
||||
"pointRendering": [
|
||||
|
@ -212,7 +213,8 @@
|
|||
"es": "¿Está esta máquina ubicada en interiores?",
|
||||
"nl": "Bevindt deze machine zich binnen?",
|
||||
"ca": "Aquesta màquina està situada a l'interior?",
|
||||
"it": "Questa macchina si trova all'interno?"
|
||||
"it": "Questa macchina si trova all'interno?",
|
||||
"cs": "Je tento automat je umístěn uvnitř?"
|
||||
},
|
||||
"id": "indoor",
|
||||
"mappings": [
|
||||
|
@ -224,7 +226,8 @@
|
|||
"es": "Esta máquina está ubicada en interiores.",
|
||||
"nl": "Deze machine bevindt zich binnen.",
|
||||
"ca": "Aquesta màquina es troba a l'interior.",
|
||||
"it": "Questa macchina si trova all'interno."
|
||||
"it": "Questa macchina si trova all'interno.",
|
||||
"cs": "Tento automat je umístěn uvnitř."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -235,7 +238,8 @@
|
|||
"es": "Esta máquina está ubicada en exteriores.",
|
||||
"nl": "Deze machine bevindt zich buiten.",
|
||||
"ca": "Aquesta màquina es troba a l'aire lliure.",
|
||||
"it": "Questa macchina si trova all'esterno."
|
||||
"it": "Questa macchina si trova all'esterno.",
|
||||
"cs": "Tento automat je umístěn venku."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"es": "Máquinas de Billetes de Recuerdo",
|
||||
"nl": "Souvenirbiljetmachines",
|
||||
"ca": "Màquines de bitllets de record",
|
||||
"it": "Macchine per banconote souvenir"
|
||||
"it": "Macchine per banconote souvenir",
|
||||
"cs": "Automat na upomínkové bankovky"
|
||||
},
|
||||
"description": {
|
||||
"en": "Layer showing machines selling souvenir banknotes",
|
||||
|
@ -14,7 +15,8 @@
|
|||
"es": "Capa que muestra máquinas expendedoras de billetes de recuerdo",
|
||||
"nl": "Laag die machines toont die souvenirbiljetten verkopen",
|
||||
"ca": "Capa que mostra màquines que venen bitllets de record",
|
||||
"it": "Livello che mostra macchine che vendono banconote souvenir"
|
||||
"it": "Livello che mostra macchine che vendono banconote souvenir",
|
||||
"cs": "Vrstva zobrazuje automaty na prodej upomínkových bankovek"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
|
@ -31,7 +33,8 @@
|
|||
"es": "Máquina de Billetes de Recuerdo",
|
||||
"nl": "Souvenirbiljetmachine",
|
||||
"ca": "Màquina de bitllets de souvenir",
|
||||
"it": "Macchina per banconote souvenir"
|
||||
"it": "Macchina per banconote souvenir",
|
||||
"cs": "Automat na upomínkové bankovky"
|
||||
}
|
||||
},
|
||||
"pointRendering": [
|
||||
|
@ -71,7 +74,8 @@
|
|||
"es": "una máquina de billetes de recuerdo",
|
||||
"nl": "een souvenirbiljetmachine",
|
||||
"ca": "una màquina de bitllets de souvenir",
|
||||
"it": "una macchina per banconote souvenir"
|
||||
"it": "una macchina per banconote souvenir",
|
||||
"cs": "automat na upomínkové bankovky"
|
||||
},
|
||||
"description": {
|
||||
"en": "Add a machine selling souvenir banknotes",
|
||||
|
@ -79,7 +83,8 @@
|
|||
"es": "Añadir una máquina expendedora de billetes de recuerdo",
|
||||
"nl": "Voeg een machine toe die souvenirbiljetten verkoopt",
|
||||
"ca": "Afegeix una màquina expenedora de bitllets de record",
|
||||
"it": "Aggiungi una macchina che vende banconote souvenir"
|
||||
"it": "Aggiungi una macchina che vende banconote souvenir",
|
||||
"cs": "Přidat automat prodávající upomínkové bankovky"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=vending_machine",
|
||||
|
@ -177,7 +182,8 @@
|
|||
"es": "¿Cuánto cuesta un billete de recuerdo?",
|
||||
"nl": "Hoeveel kost een souvenirbiljet?",
|
||||
"ca": "Quant costa una bitllet de record?",
|
||||
"it": "Quanto costa una banconota souvenir?"
|
||||
"it": "Quanto costa una banconota souvenir?",
|
||||
"cs": "Kolik stojí upomínková bankovka?"
|
||||
},
|
||||
"id": "charge",
|
||||
"render": {
|
||||
|
@ -186,7 +192,8 @@
|
|||
"es": "Un billete de recuerdo cuesta {charge}",
|
||||
"nl": "Een souvenirbiljet kost {charge}",
|
||||
"ca": "Una bitllet de record costa {charge}",
|
||||
"it": "Una banconota souvenir costa {charge}"
|
||||
"it": "Una banconota souvenir costa {charge}",
|
||||
"cs": "Upomínkoví bankovka stojí {charge}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "charge",
|
||||
|
@ -196,7 +203,8 @@
|
|||
"es": "Coste (ej. 2 EUR)",
|
||||
"nl": "Kosten (bijv. 2 EUR)",
|
||||
"ca": "Cost (p. ex. 2 EUR)",
|
||||
"it": "Costo (es. 2 EUR)"
|
||||
"it": "Costo (es. 2 EUR)",
|
||||
"cs": "Cena (např. 2 EUR)"
|
||||
}
|
||||
},
|
||||
"mappings": [
|
||||
|
@ -208,7 +216,8 @@
|
|||
"es": "Un billete de recuerdo cuesta 2 euros",
|
||||
"nl": "Een souvenirbiljet kost 2 euro",
|
||||
"ca": "Un bitllet de record costa 2 euros",
|
||||
"it": "Una banconota souvenir costa 2 euro"
|
||||
"it": "Una banconota souvenir costa 2 euro",
|
||||
"cs": "Upomínková bankovka stojí 2 eura"
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*EUR.*"
|
||||
},
|
||||
|
@ -220,7 +229,8 @@
|
|||
"es": "Un billete de recuerdo cuesta 3 euros",
|
||||
"nl": "Een souvenirbiljet kost 3 euro",
|
||||
"ca": "Un bitllet de record costa 3 euros",
|
||||
"it": "Una banconota souvenir costa 3 euro"
|
||||
"it": "Una banconota souvenir costa 3 euro",
|
||||
"cs": "Upomínková bankovka stojí 3 eura"
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*EUR.*"
|
||||
}
|
||||
|
@ -234,7 +244,8 @@
|
|||
"es": "¿Está esta máquina ubicada en interiores?",
|
||||
"nl": "Bevindt deze machine zich binnen?",
|
||||
"ca": "Aquesta màquina està situada a l'interior?",
|
||||
"it": "Questa macchina si trova all'interno?"
|
||||
"it": "Questa macchina si trova all'interno?",
|
||||
"cs": "Je tento automat je umístěn uvnitř?"
|
||||
},
|
||||
"id": "indoor",
|
||||
"mappings": [
|
||||
|
@ -246,7 +257,8 @@
|
|||
"es": "Esta máquina está ubicada en interiores.",
|
||||
"nl": "Deze machine bevindt zich binnen.",
|
||||
"ca": "Aquesta màquina es troba a l'interior.",
|
||||
"it": "Questa macchina si trova all'interno."
|
||||
"it": "Questa macchina si trova all'interno.",
|
||||
"cs": "Tento automat je umístěn uvnitř."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -257,7 +269,8 @@
|
|||
"es": "Esta máquina está ubicada en exteriores.",
|
||||
"nl": "Deze machine bevindt zich buiten.",
|
||||
"ca": "Aquesta màquina es troba a l'aire lliure.",
|
||||
"it": "Questa macchina si trova all'esterno."
|
||||
"it": "Questa macchina si trova all'esterno.",
|
||||
"cs": "Tento automat je umístěn venku."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -175,7 +175,8 @@
|
|||
"de": "einen Skatepark",
|
||||
"es": "un skatepark",
|
||||
"ca": "un skatepark",
|
||||
"it": "uno skatepark"
|
||||
"it": "uno skatepark",
|
||||
"cs": "skatepark"
|
||||
},
|
||||
"tags": [
|
||||
"leisure=pitch",
|
||||
|
@ -188,7 +189,8 @@
|
|||
"de": "einen Reitplatz",
|
||||
"es": "una pista ecuestre",
|
||||
"ca": "una pista eqüestre",
|
||||
"it": "un'arena per equitazione"
|
||||
"it": "un'arena per equitazione",
|
||||
"cs": "aréna pro jízdu na koni"
|
||||
},
|
||||
"tags": [
|
||||
"leisure=pitch",
|
||||
|
@ -368,7 +370,8 @@
|
|||
"es": "Esta es una pista ecuestre",
|
||||
"uk": "Це манеж для верхової їзди",
|
||||
"ca": "Aquest és un camp d'equitació",
|
||||
"it": "Questa è un'arena per equitazione"
|
||||
"it": "Questa è un'arena per equitazione",
|
||||
"cs": "Toto je aréna pro jízdu na koni"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -547,7 +550,8 @@
|
|||
"ca": "La superfície és <b> grava fina</b>",
|
||||
"uk": "Поверхня - <b>дрібний гравій</b>",
|
||||
"es": "La superficie es de <b>grava fina</b>",
|
||||
"it": "La superficie è <b>ghiaia fine</b>"
|
||||
"it": "La superficie è <b>ghiaia fine</b>",
|
||||
"cs": "Povrch je <b>jemný štěrk</b>"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -559,7 +563,8 @@
|
|||
"de": "Der Belag ist Tartan, ein synthetischer, leicht federnder, poröser Belag",
|
||||
"uk": "Поверхня цієї доріжки - тартан, синтетична, злегка пружиниста, пориста поверхня",
|
||||
"es": "La superficie de esta pista es de tartán, una superficie sintética, ligeramente elástica y porosa",
|
||||
"it": "La superficie di questa pista è Tartan, una superficie sintetica, leggermente elastica e porosa"
|
||||
"it": "La superficie di questa pista è Tartan, una superficie sintetica, leggermente elastica e porosa",
|
||||
"cs": "Povrch této dráhy je tartan, syntetický, mírně pružný, porézní povrch"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -170,7 +170,8 @@
|
|||
"en": "Australian rules football",
|
||||
"de": "Australian-Football",
|
||||
"ca": "Futbol australià",
|
||||
"it": "Football australiano"
|
||||
"it": "Football australiano",
|
||||
"cs": "Australský fotbal"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -179,7 +180,8 @@
|
|||
"en": "Badminton",
|
||||
"de": "Federball",
|
||||
"ca": "Bàdminton",
|
||||
"it": "Badminton"
|
||||
"it": "Badminton",
|
||||
"cs": "Badminton"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -379,7 +381,8 @@
|
|||
"nl": "Hoogteparcours",
|
||||
"de": "Seilgarten",
|
||||
"ca": "Aventura d'escalada",
|
||||
"it": "Arrampicata avventura"
|
||||
"it": "Arrampicata avventura",
|
||||
"cs": "Zážitkové lezení"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -441,7 +444,8 @@
|
|||
"en": "Cycle Polo",
|
||||
"de": "Radpolo",
|
||||
"ca": "Polo amb bicicleta",
|
||||
"it": "Polo ciclistico"
|
||||
"it": "Polo ciclistico",
|
||||
"cs": "Bike pólo"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -556,7 +560,8 @@
|
|||
"en": "5 person soccer",
|
||||
"de": "Fußball mit 5 Personen",
|
||||
"ca": "Futbol 5",
|
||||
"it": "Calcio a 5"
|
||||
"it": "Calcio a 5",
|
||||
"cs": "Malý fotbal"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -575,7 +580,8 @@
|
|||
"en": "Four square",
|
||||
"de": "Four Square",
|
||||
"ca": "Quatre quadrats",
|
||||
"it": "Four square"
|
||||
"it": "Four square",
|
||||
"cs": "Four square"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -605,7 +611,8 @@
|
|||
"en": "Gaelic games",
|
||||
"de": "Gälische Spiele",
|
||||
"ca": "Jocs gaèlics",
|
||||
"it": "Giochi gaelici"
|
||||
"it": "Giochi gaelici",
|
||||
"cs": "Galské sporty"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -614,7 +621,8 @@
|
|||
"en": "Gaga ball",
|
||||
"de": "Gaga-Ball",
|
||||
"ca": "Gaga",
|
||||
"it": "Gaga ball"
|
||||
"it": "Gaga ball",
|
||||
"cs": "Ga-ga"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -656,7 +664,8 @@
|
|||
"de": "Hapkido",
|
||||
"ca": "Hapkido",
|
||||
"cy": "Hapkido",
|
||||
"it": "Hapkido"
|
||||
"it": "Hapkido",
|
||||
"cs": "Hapkido"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -665,7 +674,8 @@
|
|||
"en": "Hiking",
|
||||
"de": "Wandern",
|
||||
"ca": "Senderisme",
|
||||
"it": "Escursionismo"
|
||||
"it": "Escursionismo",
|
||||
"cs": "Pěší turistika"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -674,7 +684,8 @@
|
|||
"en": "Horseshoes",
|
||||
"de": "Hufeisenwerfen",
|
||||
"ca": "Ferradures",
|
||||
"it": "Ferro di cavallo"
|
||||
"it": "Ferro di cavallo",
|
||||
"cs": "Házení podkovou"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -683,7 +694,8 @@
|
|||
"en": "Horse racing",
|
||||
"de": "Pferderennen",
|
||||
"ca": "Curses de cavalls",
|
||||
"it": "Corse di cavalli"
|
||||
"it": "Corse di cavalli",
|
||||
"cs": "Jízda na koni"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -874,7 +886,8 @@
|
|||
"en": "Netball",
|
||||
"de": "Netzball",
|
||||
"ca": "Netbol",
|
||||
"it": "Netball"
|
||||
"it": "Netball",
|
||||
"cs": "Netbal"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -883,7 +896,8 @@
|
|||
"en": "Obstacle course",
|
||||
"de": "Hindernislauf",
|
||||
"ca": "Cursa d'obstacles",
|
||||
"it": "Percorso a ostacoli"
|
||||
"it": "Percorso a ostacoli",
|
||||
"cs": "Překážková dráha"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -902,7 +916,8 @@
|
|||
"en": "Paddle tennis",
|
||||
"de": "Paddle-Tennis",
|
||||
"ca": "Pàdel",
|
||||
"it": "Paddle tennis"
|
||||
"it": "Paddle tennis",
|
||||
"cs": "Pálkový tenis"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -922,7 +937,8 @@
|
|||
"en": "Paintball",
|
||||
"de": "Paintball",
|
||||
"ca": "Paintball",
|
||||
"it": "Paintball"
|
||||
"it": "Paintball",
|
||||
"cs": "Paintball"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -942,7 +958,8 @@
|
|||
"de": "Parkour",
|
||||
"ca": "Parkour",
|
||||
"cy": "Parkour",
|
||||
"it": "Parkour"
|
||||
"it": "Parkour",
|
||||
"cs": "Parkur"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -952,7 +969,8 @@
|
|||
"de": "Palota",
|
||||
"ca": "Pilota",
|
||||
"cy": "Palota",
|
||||
"it": "Palota"
|
||||
"it": "Palota",
|
||||
"cs": "Palota"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1094,7 +1112,8 @@
|
|||
"de": "Schießen",
|
||||
"ca": "Tir",
|
||||
"cy": "Saethu",
|
||||
"it": "Tiro a segno"
|
||||
"it": "Tiro a segno",
|
||||
"cs": "Střelba"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1103,7 +1122,8 @@
|
|||
"en": "Shot-put",
|
||||
"de": "Kugelstoßen",
|
||||
"ca": "Llançament de pes",
|
||||
"it": "Getto del peso"
|
||||
"it": "Getto del peso",
|
||||
"cs": "Vrh koulí"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1113,7 +1133,8 @@
|
|||
"es": "Monopatín",
|
||||
"de": "Skateboard",
|
||||
"ca": "Monopatí",
|
||||
"it": "Skateboard"
|
||||
"it": "Skateboard",
|
||||
"cs": "Skateboard"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1123,7 +1144,8 @@
|
|||
"es": "Salto de esquí",
|
||||
"de": "Skispringen",
|
||||
"ca": "Salt d'esquí",
|
||||
"it": "Salto con gli sci"
|
||||
"it": "Salto con gli sci",
|
||||
"cs": "Skoky na lyžích"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1133,7 +1155,8 @@
|
|||
"es": "Snooker",
|
||||
"de": "Snooker",
|
||||
"ca": "Snooker",
|
||||
"it": "Snooker"
|
||||
"it": "Snooker",
|
||||
"cs": "Snooker"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1144,7 +1167,8 @@
|
|||
"de": "Fußball",
|
||||
"ca": "Futbol",
|
||||
"cy": "Pêl-droed",
|
||||
"it": "Calcio"
|
||||
"it": "Calcio",
|
||||
"cs": "Fotbal"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1155,7 +1179,8 @@
|
|||
"de": "Softball",
|
||||
"ca": "Softbol",
|
||||
"cy": "Pêl-feddal",
|
||||
"it": "Softball"
|
||||
"it": "Softball",
|
||||
"cs": "Softbal"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1165,7 +1190,8 @@
|
|||
"es": "Circuito de motos",
|
||||
"de": "Motorrad-Speedway",
|
||||
"ca": "Circuit de motos",
|
||||
"it": "Speedway motociclistico"
|
||||
"it": "Speedway motociclistico",
|
||||
"cs": "Motocyklová dráha"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1400,7 +1426,8 @@
|
|||
"en": "Sports played here: {sport}",
|
||||
"de": "Hier werden folgende Sportarten ausgeübt: {sport}",
|
||||
"ca": "Esports practicats aquí: {sport}",
|
||||
"it": "Sport praticati qui: {sport}"
|
||||
"it": "Sport praticati qui: {sport}",
|
||||
"cs": "Zde provozované sporty: {sport}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "sport"
|
||||
|
@ -1409,7 +1436,8 @@
|
|||
"en": "What sports are played at this venue?",
|
||||
"de": "Welche Sportarten werden hier ausgeübt?",
|
||||
"ca": "Quins esports es practiquen en aquest recinte?",
|
||||
"it": "Quali sport si praticano in questa struttura?"
|
||||
"it": "Quali sport si praticano in questa struttura?",
|
||||
"cs": "Jaké sporty se provozují na tomto sportovišti?"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -192,7 +192,8 @@
|
|||
"nl": "Dit is een roltrap die beweegt in de richting van de pijlen",
|
||||
"de": "Dies ist eine Rolltreppe, die sich in Richtung der Pfeile bewegt",
|
||||
"ca": "Aquesta és una escala mecànica que es mou en la direcció de les fletxes",
|
||||
"it": "Questa è una scala mobile che si muove nella direzione delle frecce"
|
||||
"it": "Questa è una scala mobile che si muove nella direzione delle frecce",
|
||||
"cs": "Toto je eskalátor pohybující se ve směru šipek"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
|
@ -203,7 +204,8 @@
|
|||
"nl": "Dit is een roltrap die van richting kan veranderen",
|
||||
"de": "Diese Rolltreppe ist beidseitig befahrbar",
|
||||
"ca": "Es tracta d'una escala mecànica reversible",
|
||||
"it": "Questa è una scala mobile reversibile"
|
||||
"it": "Questa è una scala mobile reversibile",
|
||||
"cs": "Toto je eskalátor, který se může pohybovat v obou směrech"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -455,7 +457,8 @@
|
|||
"de": "Die Treppe hat eine Steigung von {incline}",
|
||||
"id": "Tangga ini memiliki kemiringan sebesar {incline}",
|
||||
"es": "Estas escaleras tienen una inclinación de {incline}",
|
||||
"it": "Queste scale hanno un'inclinazione di {incline}"
|
||||
"it": "Queste scale hanno un'inclinazione di {incline}",
|
||||
"cs": "Tyto schody mají sklon {incline}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "incline",
|
||||
|
@ -467,7 +470,8 @@
|
|||
"de": "Welche Steigung hat die Treppe?",
|
||||
"id": "Berapa kemiringan tangga ini?",
|
||||
"es": "¿Cuál es la inclinación de estas escaleras?",
|
||||
"it": "Qual è l'inclinazione di queste scale?"
|
||||
"it": "Qual è l'inclinazione di queste scale?",
|
||||
"cs": "Jaký je sklon těchto schodů?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -478,7 +482,8 @@
|
|||
"de": "Die Aufwärtsrichtung ist {direction_absolute()}",
|
||||
"id": "Arah ke atas adalah {direction_absolute()}",
|
||||
"es": "La dirección ascendente es {direction_absolute()}",
|
||||
"it": "La direzione verso l'alto è {direction_absolute()}"
|
||||
"it": "La direzione verso l'alto è {direction_absolute()}",
|
||||
"cs": "Směr nahoru je {direction_absolute()}"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
|
@ -490,7 +495,8 @@
|
|||
"de": "Die Abwärtsrichtung ist {direction_absolute()}",
|
||||
"id": "Arah ke bawah adalah {direction_absolute()}",
|
||||
"es": "La dirección descendente es {direction_absolute()}",
|
||||
"it": "La direzione verso il basso è {direction_absolute()}"
|
||||
"it": "La direzione verso il basso è {direction_absolute()}",
|
||||
"cs": "Směr dolů je {direction_absolute()}"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
}
|
||||
|
|
|
@ -91,21 +91,24 @@
|
|||
"id": "utility_pole",
|
||||
"question": {
|
||||
"en": "Is this lamp mounted on a utility pole?",
|
||||
"it": "Questo lampione è montato su un palo della luce?"
|
||||
"it": "Questo lampione è montato su un palo della luce?",
|
||||
"cs": "Je tato lampa namontována na sloupu?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "man_made=utility_pole",
|
||||
"then": {
|
||||
"en": "This lamp is mounted on a utility pole",
|
||||
"it": "Questo lampione è montato su un palo della luce"
|
||||
"it": "Questo lampione è montato su un palo della luce",
|
||||
"cs": "Tato lampa je namontována na sloupu"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "man_made=",
|
||||
"then": {
|
||||
"en": "This lamp is not mounted on a utility pole",
|
||||
"it": "Questo lampione non è montato su un palo della luce"
|
||||
"it": "Questo lampione non è montato su un palo della luce",
|
||||
"cs": "Tato lampa není namontována na sloupu"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -5,14 +5,16 @@
|
|||
"de": "Stripclubs",
|
||||
"es": "Stripclubs",
|
||||
"ca": "Stripclubs",
|
||||
"it": "Stripclub"
|
||||
"it": "Stripclub",
|
||||
"cs": "Striptýzové kluby"
|
||||
},
|
||||
"description": {
|
||||
"en": "A venue where erotic dance, striptease, or lap dances are performed commercially. ",
|
||||
"de": "Ein Ort, an dem erotische Tanz-, Striptease- oder Lapdances kommerziell durchgeführt werden. ",
|
||||
"es": "Un local donde se realizan bailes eróticos, striptease o bailes en el regazo de forma comercial. ",
|
||||
"ca": "Un espai on es realitzen balls eròtics, striptease o balls a la falda comercialment. ",
|
||||
"it": "Un locale dove danze erotiche, spogliarelli o lap dance vengono eseguiti commercialmente. "
|
||||
"it": "Un locale dove danze erotiche, spogliarelli o lap dance vengono eseguiti commercialmente. ",
|
||||
"cs": "Místo, kde se komerčně provozuje erotický tanec, striptýz nebo tanec na klíně. "
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "amenity=stripclub"
|
||||
|
@ -24,7 +26,8 @@
|
|||
"de": "Stripclub",
|
||||
"es": "Club de striptease",
|
||||
"ca": "Club de striptease",
|
||||
"it": "Stripclub"
|
||||
"it": "Stripclub",
|
||||
"cs": "Striptýzový klub"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -71,7 +74,8 @@
|
|||
"de": "ein Stripclub",
|
||||
"es": "un club de striptease",
|
||||
"ca": "un club de striptease",
|
||||
"it": "uno stripclub"
|
||||
"it": "uno stripclub",
|
||||
"cs": "striptýzový klub"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=stripclub"
|
||||
|
@ -93,14 +97,16 @@
|
|||
"de": "Wie lautet der Name des Stripclubs?",
|
||||
"es": "¿Cuál es el nombre de este club de striptease?",
|
||||
"ca": "Quin és el nom d'aquest club de striptease?",
|
||||
"it": "Qual è il nome di questo stripclub?"
|
||||
"it": "Qual è il nome di questo stripclub?",
|
||||
"cs": "Jaký je název tohoto striptýzového klubu?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This stripclub is named <b>{name}</b>",
|
||||
"de": "Der Name des Stripclubs lautet <b>{name}</b>",
|
||||
"es": "Este club de striptease se llama <b>{name}</b>",
|
||||
"ca": "Aquest club de striptease s'anomena <b>{name}</b>",
|
||||
"it": "Questo stripclub si chiama <b>{name}</b>"
|
||||
"it": "Questo stripclub si chiama <b>{name}</b>",
|
||||
"cs": "Tento striptýzový klub má název <b>{name}</b>"
|
||||
}
|
||||
},
|
||||
"opening_hours",
|
||||
|
|
|
@ -526,7 +526,8 @@
|
|||
"nl": "Bevindt de camera zich binnen of buiten?",
|
||||
"de": "Befindet sich diese Kamera drinnen oder draußen?",
|
||||
"ca": "Aquesta càmera està situada dins o fora?",
|
||||
"it": "Questa telecamera si trova all'interno o all'esterno?"
|
||||
"it": "Questa telecamera si trova all'interno o all'esterno?",
|
||||
"cs": "Je tato kamera umístěna uvnitř nebo venku?"
|
||||
},
|
||||
"condition": {
|
||||
"and": [
|
||||
|
|
|
@ -4,13 +4,15 @@
|
|||
"en": "Tactile Maps",
|
||||
"de": "Taktile Karten",
|
||||
"ca": "Mapa tàctil",
|
||||
"it": "Mappe tattili"
|
||||
"it": "Mappe tattili",
|
||||
"cs": "Hmatové mapy"
|
||||
},
|
||||
"description": {
|
||||
"en": "Layer showing tactile maps, which can be used by visually impaired people to navigate the city.",
|
||||
"de": "Ebene mit taktilen Karten, die von sehbehinderten Menschen zur Navigation in der Stadt verwendet werden können.",
|
||||
"ca": "Capa que mostra mapes tàctils, que poden ser utilitzats per persones amb discapacitat visual per navegar per la ciutat.",
|
||||
"it": "Livello che mostra mappe tattili, che possono essere utilizzate da persone con disabilità visiva per navigare in città."
|
||||
"it": "Livello che mostra mappe tattili, che possono essere utilizzate da persone con disabilità visiva per navigare in città.",
|
||||
"cs": "Vrstva zobrazující hmatové mapy, které mohou zrakově handikepovaní lidé použít pro navigaci ve městě."
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "information=tactile_map"
|
||||
|
@ -20,7 +22,8 @@
|
|||
"en": "Tactile Map",
|
||||
"de": "Taktile Karte",
|
||||
"ca": "Mapa tàctil",
|
||||
"it": "Mappa tattile"
|
||||
"it": "Mappa tattile",
|
||||
"cs": "Hmatová mapa"
|
||||
},
|
||||
"pointRendering": [
|
||||
{
|
||||
|
@ -49,13 +52,15 @@
|
|||
"en": "a tactile map",
|
||||
"de": "eine taktile Karte",
|
||||
"ca": "un mapa tàctil",
|
||||
"it": "una mappa tattile"
|
||||
"it": "una mappa tattile",
|
||||
"cs": "hmatová mapa"
|
||||
},
|
||||
"description": {
|
||||
"en": "A tactile map that can be read using touch. Unlike a tactile model, this is relatively flat and does not feature three-dimensional buildings and such.",
|
||||
"de": "Eine taktile Karte, die durch Berühren gelesen werden kann. Im Gegensatz zu einem taktilen Modell ist diese Karte relativ flach und enthält keine dreidimensionalen Gebäude oder ähnliches.",
|
||||
"ca": "Un mapa tàctil que es pot llegir amb el tacte. A diferència d'un model tàctil, aquest és relativament pla i no presenta edificis tridimensionals i tals.",
|
||||
"it": "Una mappa tattile che può essere letta utilizzando il tatto. A differenza di un modello tattile, questa è relativamente piatta e non presenta edifici tridimensionali e simili."
|
||||
"it": "Una mappa tattile che può essere letta utilizzando il tatto. A differenza di un modello tattile, questa è relativamente piatta e non presenta edifici tridimensionali e simili.",
|
||||
"cs": "Hmatová mapa, kterou lze číst pomocí dotyku. Narozdíl od hmatového modelu, je mapa relativně plochá a neobsahuje trojrozměrné budovy apod."
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -67,7 +72,8 @@
|
|||
"en": "What does this tactile map show?",
|
||||
"de": "Was zeigt diese taktile Karte?",
|
||||
"ca": "Què mostra aquest mapa tàctil?",
|
||||
"it": "Cosa mostra questa mappa tattile?"
|
||||
"it": "Cosa mostra questa mappa tattile?",
|
||||
"cs": "Co tato hmatová mapa ukazuje?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "blind:description:en",
|
||||
|
@ -75,7 +81,8 @@
|
|||
"en": "e.g. Tactile map of the city center",
|
||||
"de": "z.B. Taktile Karte des Stadtzentrums",
|
||||
"ca": "P. ex. Mapa tàctil del centre de la ciutat",
|
||||
"it": "es. Mappa tattile del centro città"
|
||||
"it": "es. Mappa tattile del centro città",
|
||||
"cs": "např. hmatová mapa centra města"
|
||||
}
|
||||
},
|
||||
"render": {
|
||||
|
@ -92,7 +99,8 @@
|
|||
"en": "Is there braille text on this tactile map?",
|
||||
"de": "Gibt es einen Text in Blindenschrift auf dieser taktilen Karte?",
|
||||
"ca": "Hi ha text en braille en aquest mapa tàctil?",
|
||||
"it": "C'è testo in braille su questa mappa tattile?"
|
||||
"it": "C'è testo in braille su questa mappa tattile?",
|
||||
"cs": "Je na této hmatové mapě text psaný Braillovým písmem?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -101,7 +109,8 @@
|
|||
"en": "This tactile map has braille text.",
|
||||
"de": "Diese taktile Karte hat einen Text in Blindenschrift.",
|
||||
"ca": "Aquest mapa tàctil té text en braille.",
|
||||
"it": "Questa mappa tattile ha testo in braille."
|
||||
"it": "Questa mappa tattile ha testo in braille.",
|
||||
"cs": "Tato hmatová mapa má text psaný Braillovým písmem."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -110,7 +119,8 @@
|
|||
"en": "This tactile map does not have braille text.",
|
||||
"de": "Diese taktile Karte hat keinen Text in Blindenschrift.",
|
||||
"ca": "Aquest mapa tàctil no té text en braille.",
|
||||
"it": "Questa mappa tattile non ha testo in braille."
|
||||
"it": "Questa mappa tattile non ha testo in braille.",
|
||||
"cs": "Tato hmatová mapa nemá text psaný Braillovým písmem."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -126,19 +136,22 @@
|
|||
"en": "In which languages is the braille text on this tactile map?",
|
||||
"de": "In welchen Sprachen ist der Text in Blindenschrift auf dieser taktilen Karte?",
|
||||
"ca": "En quines llengües es troba el text en braille en aquest mapa tàctil?",
|
||||
"it": "In quali lingue è il testo in braille su questa mappa tattile?"
|
||||
"it": "In quali lingue è il testo in braille su questa mappa tattile?",
|
||||
"cs": "V jakých jazycích je Braillovo písmo na této hmatové mapě?"
|
||||
},
|
||||
"render_list_item": {
|
||||
"en": "This map has braille text in {language}",
|
||||
"de": "Diese Karte hat Text in Blindenschrift in {language}",
|
||||
"ca": "Aquest mapa té text en braille en {language}",
|
||||
"it": "Questa mappa ha testo in braille in {language}"
|
||||
"it": "Questa mappa ha testo in braille in {language}",
|
||||
"cs": "Tato mapa má text v Braillově písmu v {language}"
|
||||
},
|
||||
"render_single_language": {
|
||||
"en": "This map has braille text in {language}",
|
||||
"de": "Diese Karte hat Text in Blindenschrift in {language}",
|
||||
"ca": "Aquest mapa té text en braille en {language}",
|
||||
"it": "Questa mappa ha testo in braille in {language}"
|
||||
"it": "Questa mappa ha testo in braille in {language}",
|
||||
"cs": "Tato mapa má text v Braillově písmu v {language}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -149,7 +162,8 @@
|
|||
"en": "Are there embossed letters on this tactile map?",
|
||||
"de": "Gibt es auf dieser taktilen Karte geprägte Buchstaben?",
|
||||
"ca": "Hi ha lletres en relleu en aquest mapa tàctil?",
|
||||
"it": "Ci sono lettere in rilievo su questa mappa tattile?"
|
||||
"it": "Ci sono lettere in rilievo su questa mappa tattile?",
|
||||
"cs": "Má tato hmatová mapa vystouplá písmena?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -158,7 +172,8 @@
|
|||
"en": "This tactile map has embossed letters.",
|
||||
"de": "Diese taktile Karte hat geprägte Buchstaben.",
|
||||
"ca": "Aquest mapa tàctil té lletres en relleu.",
|
||||
"it": "Questa mappa tattile ha lettere in rilievo."
|
||||
"it": "Questa mappa tattile ha lettere in rilievo.",
|
||||
"cs": "Tato hmatová mapa má vystouplá písmena."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -167,7 +182,8 @@
|
|||
"en": "This tactile map does not have embossed letters.",
|
||||
"de": "Diese taktile Karte hat keine geprägten Buchstaben.",
|
||||
"ca": "Aquest mapa tàctil no té lletres en relleu.",
|
||||
"it": "Questa mappa tattile non ha lettere in rilievo."
|
||||
"it": "Questa mappa tattile non ha lettere in rilievo.",
|
||||
"cs": "Tato hmatová mapa nemá vystouplá písmena."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -183,19 +199,22 @@
|
|||
"en": "In which languages are the embossed letters on this tactile map?",
|
||||
"de": "In welchen Sprachen sind die geprägten Buchstaben auf dieser taktilen Karte?",
|
||||
"ca": "En quines llengües es troben les lletres en relleu en aquest mapa tàctil?",
|
||||
"it": "In quali lingue sono le lettere in rilievo su questa mappa tattile?"
|
||||
"it": "In quali lingue sono le lettere in rilievo su questa mappa tattile?",
|
||||
"cs": "Ve kterých jazycích jsou texty s vystouplými písmeny na této hmatové mapě?"
|
||||
},
|
||||
"render_list_item": {
|
||||
"en": "This map has embossed letters in {language}",
|
||||
"de": "Diese Karte hat geprägte Buchstaben in {language}",
|
||||
"ca": "Aquest mapa té lletres en relleu en {language}",
|
||||
"it": "Questa mappa ha lettere in rilievo in {language}"
|
||||
"it": "Questa mappa ha lettere in rilievo in {language}",
|
||||
"cs": "Tato mapa má texty s vystouplými písmeny v {language}"
|
||||
},
|
||||
"render_single_language": {
|
||||
"en": "This map has embossed letters in {language}",
|
||||
"de": "Diese Karte hat geprägte Buchstaben in {language}",
|
||||
"ca": "Aquest mapa té lletres en relleu en {language}",
|
||||
"it": "Questa mappa ha lettere in rilievo in {language}"
|
||||
"it": "Questa mappa ha lettere in rilievo in {language}",
|
||||
"cs": "Tato mapa má texty s vystouplými písmeny v {language}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,13 +4,15 @@
|
|||
"en": "Tactile Models",
|
||||
"de": "Taktile Modelle",
|
||||
"ca": "Models tàctils",
|
||||
"it": "Modelli tattili"
|
||||
"it": "Modelli tattili",
|
||||
"cs": "Hmatové modely"
|
||||
},
|
||||
"description": {
|
||||
"en": "Layer showing tactile models, three-dimensional models of the surrounding area.",
|
||||
"de": "Ebene mit dreidimensionalen ertastbaren Modellen der Umgebung.",
|
||||
"ca": "Capa que mostra models tàctils, models tridimensionals de l'àrea circumdant.",
|
||||
"it": "Livello che mostra modelli tattili, modelli tridimensionali dell'area circostante."
|
||||
"it": "Livello che mostra modelli tattili, modelli tridimensionali dell'area circostante.",
|
||||
"cs": "Vrstva zobrazuje hmatové modely, trojrozměrné modely okolního území."
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "information=tactile_model"
|
||||
|
@ -45,13 +47,15 @@
|
|||
"en": "a tactile model",
|
||||
"de": "ein taktiles Modell",
|
||||
"ca": "un model tàctil",
|
||||
"it": "un modello tattile"
|
||||
"it": "un modello tattile",
|
||||
"cs": "hmatový model"
|
||||
},
|
||||
"description": {
|
||||
"en": "A tactile model is a three-dimensional model of an area, allowing people to explore/see an area by touch.",
|
||||
"de": "Ein taktiles Modell ist ein dreidimensionales Modell eines Gebiets, das es den Menschen ermöglicht, ein Gebiet durch Berührung zu erkunden/sehen.",
|
||||
"ca": "Un model tàctil és un model tridimensional d'una àrea, que permet a la gent explorar/veure una àrea per contacte.",
|
||||
"it": "Un modello tattile è un modello tridimensionale di un'area, che permette alle persone di esplorare/vedere un'area tramite il tatto."
|
||||
"it": "Un modello tattile è un modello tridimensionale di un'area, che permette alle persone di esplorare/vedere un'area tramite il tatto.",
|
||||
"cs": "Hmatový model je trojrozměrný mode území, umožňující lidem zkoumat/vidět území dotykem."
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -87,7 +91,8 @@
|
|||
"en": "Is there a braille description?",
|
||||
"de": "Gibt es eine Beschreibung in Blindenschrift?",
|
||||
"ca": "Hi ha una descripció en braille?",
|
||||
"it": "C'è una descrizione in braille?"
|
||||
"it": "C'è una descrizione in braille?",
|
||||
"cs": "Je tu popis v Braillově písmu?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -96,7 +101,8 @@
|
|||
"en": "There is a braille description.",
|
||||
"de": "Es gibt eine Beschreibung in Blindenschrift.",
|
||||
"ca": "Hi ha una descripció en braille.",
|
||||
"it": "C'è una descrizione in braille."
|
||||
"it": "C'è una descrizione in braille.",
|
||||
"cs": "Je tu popis v Braillově písmu."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -105,7 +111,8 @@
|
|||
"en": "There is no braille description.",
|
||||
"de": "Es gibt keine Beschreibung in Blindenschrift.",
|
||||
"ca": "No hi ha cap descripció en braille.",
|
||||
"it": "Non c'è una descrizione in braille."
|
||||
"it": "Non c'è una descrizione in braille.",
|
||||
"cs": "Není tu popis v Braillově písmu."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -208,7 +208,8 @@
|
|||
"nl": "Hoe goed is deze toilet?",
|
||||
"de": "Wie würdest du diese Toilette bewerten?",
|
||||
"ca": "Com valores aquest vàter?",
|
||||
"it": "Come valuteresti questo bagno?"
|
||||
"it": "Come valuteresti questo bagno?",
|
||||
"cs": "Jak můžete ohodnotit tuto toaletu?"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -565,7 +566,8 @@
|
|||
"question": {
|
||||
"en": "How is the waste handled?",
|
||||
"nl": "Hoe worden de afvalproducten behandeld?",
|
||||
"it": "Come vengono gestiti i rifiuti?"
|
||||
"it": "Come vengono gestiti i rifiuti?",
|
||||
"cs": "Jak se nakládá s odpadem?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -573,7 +575,8 @@
|
|||
"then": {
|
||||
"en": "The waste is moved away by flushing the toilet with water",
|
||||
"nl": "Het afval wordt afgevoerd door met water te spoelen",
|
||||
"it": "I rifiuti vengono eliminati scaricando il WC con acqua"
|
||||
"it": "I rifiuti vengono eliminati scaricando il WC con acqua",
|
||||
"cs": "Odpad se odstraňuje splachováním toalety vodou"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -581,7 +584,8 @@
|
|||
"then": {
|
||||
"en": "The waste falls into a pit",
|
||||
"nl": "Het afval valt in een put",
|
||||
"it": "I rifiuti cadono in una fossa"
|
||||
"it": "I rifiuti cadono in una fossa",
|
||||
"cs": "Odpad padá do jámy"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -589,7 +593,8 @@
|
|||
"then": {
|
||||
"en": "The waste is collected in a bucket or similar container, which is regularly removed",
|
||||
"nl": "Het afval valt in een emmer of andere opvangbak die regelmatig geleegd wordt",
|
||||
"it": "I rifiuti vengono raccolti in un secchio o contenitore simile, che viene regolarmente rimosso"
|
||||
"it": "I rifiuti vengono raccolti in un secchio o contenitore simile, che viene regolarmente rimosso",
|
||||
"cs": "Odpad se sbírá do kbelíku nebo podobné nádoby, která se pravidelně vynáší"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -957,12 +962,14 @@
|
|||
"question": {
|
||||
"en": "Is this toilets supervised by a person?",
|
||||
"nl": "Is er toezicht op deze toilet?",
|
||||
"it": "Questi bagni sono supervisionati da una persona?"
|
||||
"it": "Questi bagni sono supervisionati da una persona?",
|
||||
"cs": "Dohlíží na tyto toalety nějaká osoba?"
|
||||
},
|
||||
"questionHint": {
|
||||
"en": "This is typically a person tasked with keeping the toilets clean and collecting the fee",
|
||||
"nl": "Deze persoon houdt typisch de toiletten proper en int het toiletgeld",
|
||||
"it": "Si tratta tipicamente di una persona incaricata di mantenere puliti i bagni e di riscuotere la tariffa"
|
||||
"it": "Si tratta tipicamente di una persona incaricata di mantenere puliti i bagni e di riscuotere la tariffa",
|
||||
"cs": "Jedná se typicky o osobu, která udržuje toalety čisté a vybírá poplatek"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -970,7 +977,8 @@
|
|||
"then": {
|
||||
"en": "There is a person supervising these toilets during (most of) the opening hours",
|
||||
"nl": "Er is een persoon die toezicht houdt op deze toiletten",
|
||||
"it": "C'è una persona che supervisiona questi bagni durante (la maggior parte) dell'orario di apertura"
|
||||
"it": "C'è una persona che supervisiona questi bagni durante (la maggior parte) dell'orario di apertura",
|
||||
"cs": "Je tu osoba, která dohlíží na tyto toalety během (většiny) otevíracích hodin"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -978,7 +986,8 @@
|
|||
"then": {
|
||||
"en": "There is a person supervising these toilets, but they are present only during certain times of the opening hours",
|
||||
"nl": "Er is een persoon die toezicht houdt op deze toiletten, maar deze is slechts op enkele vaste momenten aanwezig",
|
||||
"it": "C'è una persona che supervisiona questi bagni, ma è presente solo durante certi orari di apertura"
|
||||
"it": "C'è una persona che supervisiona questi bagni, ma è presente solo durante certi orari di apertura",
|
||||
"cs": "Je tu osoba, která dohlíží na tyto toalety, ale je přítomna jen určitý čas během otevíracích hodin"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -986,7 +995,8 @@
|
|||
"then": {
|
||||
"en": "These toilets are not supervised",
|
||||
"nl": "Er is geen persoon die toezicht houdt",
|
||||
"it": "Questi bagni non sono supervisionati"
|
||||
"it": "Questi bagni non sono supervisionati",
|
||||
"cs": "Na těchto toaletách není dohled"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -1114,7 +1124,8 @@
|
|||
"question": {
|
||||
"en": "Do these toilets have a device to dry your hands?",
|
||||
"nl": "Hebben deze toiletten een apparaat om je handen te drogen?",
|
||||
"it": "Questi bagni hanno un dispositivo per asciugare le mani?"
|
||||
"it": "Questi bagni hanno un dispositivo per asciugare le mani?",
|
||||
"cs": "Mají tyto toalety zařízení k sušení rukou?"
|
||||
},
|
||||
"multiAnswer": true,
|
||||
"mappings": [
|
||||
|
@ -1123,7 +1134,8 @@
|
|||
"then": {
|
||||
"en": "Electric hand dryers are available for drying hands.",
|
||||
"nl": "Elektrische handdrogers zijn beschikbaar om handen te drogen.",
|
||||
"it": "Sono disponibili asciugamani elettrici per asciugare le mani."
|
||||
"it": "Sono disponibili asciugamani elettrici per asciugare le mani.",
|
||||
"cs": "Pro sušení rukou jsou k dispozici elektrické sušáky."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1131,7 +1143,8 @@
|
|||
"then": {
|
||||
"en": "Paper towels are available for drying hands.",
|
||||
"nl": "Papieren wegwerphanddoeken zijn beschikbaar om handen te drogen.",
|
||||
"it": "Sono disponibili asciugamani di carta per asciugare le mani."
|
||||
"it": "Sono disponibili asciugamani di carta per asciugare le mani.",
|
||||
"cs": "Pro sušení rukou jsou k dispozici papírové ručníky."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1139,7 +1152,8 @@
|
|||
"then": {
|
||||
"en": "A towel roll cabinet is available for drying hands",
|
||||
"nl": "Een apparaat met een handdoekrol is beschikbaar om handen te drogen",
|
||||
"it": "È disponibile un dispenser di asciugamani a rotolo per asciugare le mani"
|
||||
"it": "È disponibile un dispenser di asciugamani a rotolo per asciugare le mani",
|
||||
"cs": "Pro sušení rukou je k dispozici nekonečný ručník"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1147,7 +1161,8 @@
|
|||
"then": {
|
||||
"en": "A fabric towel available to dry your hands.",
|
||||
"nl": "Een stoffen handdoek is beschikbaar om handen te drogen.",
|
||||
"it": "È disponibile un asciugamano in tessuto per asciugare le mani."
|
||||
"it": "È disponibile un asciugamano in tessuto per asciugare le mani.",
|
||||
"cs": "Pro sušení rukou je k dispozici látkový ručník."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1155,7 +1170,8 @@
|
|||
"then": {
|
||||
"en": "There are no hand drying facilities available.",
|
||||
"nl": "Er zijn geen handdroogvoorzieningen beschikbaar.",
|
||||
"it": "Non sono disponibili dispositivi per asciugare le mani."
|
||||
"it": "Non sono disponibili dispositivi per asciugare le mani.",
|
||||
"cs": "Není k dispozici nic k sušení rukou."
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -1323,7 +1339,8 @@
|
|||
"label": {
|
||||
"en": "Add a picture of the wheelchair accessible toilet",
|
||||
"nl": "Voeg een foto van de rolstoeltoegankelijke toilet toe",
|
||||
"it": "Aggiungi una foto del bagno accessibile in sedia a rotelle"
|
||||
"it": "Aggiungi una foto del bagno accessibile in sedia a rotelle",
|
||||
"cs": "Přidat obrázek toalety přístupné na vozíku"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1339,7 +1356,8 @@
|
|||
"render": {
|
||||
"en": "Wheelchair accessible toilet",
|
||||
"nl": "Rolstoeltoegankelijke toilet",
|
||||
"it": "Bagno accessibile in sedia a rotelle"
|
||||
"it": "Bagno accessibile in sedia a rotelle",
|
||||
"cs": "Toaleta přístupná na vozíku"
|
||||
},
|
||||
"icon": "./assets/layers/toilet/wheelchair.svg",
|
||||
"mappings": [
|
||||
|
@ -1353,7 +1371,8 @@
|
|||
"then": {
|
||||
"en": "Wheelchair accessibility features",
|
||||
"nl": "Rolstoeltoegankelijkheid",
|
||||
"it": "Caratteristiche di accessibilità per sedie a rotelle"
|
||||
"it": "Caratteristiche di accessibilità per sedie a rotelle",
|
||||
"cs": "Přístupnost na vozíku"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1366,7 +1385,8 @@
|
|||
"then": {
|
||||
"en": "No wheelchair accessible toilet",
|
||||
"nl": "Geen rolstoeltoegankelijke toilet",
|
||||
"it": "Nessun bagno accessibile in sedia a rotelle"
|
||||
"it": "Nessun bagno accessibile in sedia a rotelle",
|
||||
"cs": "Žádná toaleta přístupná na vozíku"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -1376,7 +1396,8 @@
|
|||
"question": {
|
||||
"en": "Is the wheelchair-accessible toilet locked?",
|
||||
"nl": "Is de rolstoeltoegankelijke toilet op slot?",
|
||||
"it": "Il bagno accessibile in sedia a rotelle è chiuso a chiave?"
|
||||
"it": "Il bagno accessibile in sedia a rotelle è chiuso a chiave?",
|
||||
"cs": "Je tato toaleta pro osoby na vozíku uzamčena?"
|
||||
},
|
||||
"condition": {
|
||||
"and": [
|
||||
|
@ -1419,7 +1440,8 @@
|
|||
"then": {
|
||||
"en": "The wheelchair accessible toilets are freely accessible",
|
||||
"nl": "De rolstoeltoegankelijke toilet is vrij toegankelijk",
|
||||
"it": "I bagni accessibili in sedia a rotelle sono liberamente accessibili"
|
||||
"it": "I bagni accessibili in sedia a rotelle sono liberamente accessibili",
|
||||
"cs": "Toalety pro osoby na vozíku jsou volně přístupné"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1431,7 +1453,8 @@
|
|||
"then": {
|
||||
"en": "One needs to ask permission to access wheelchair-accessible toilet, e.g. by asking a key",
|
||||
"nl": "Men moet toestemming vragen om de rolstoeltoegankelijke toilet te gebruiken, bv. door een sleutel te vragen",
|
||||
"it": "Bisogna chiedere il permesso per accedere al bagno accessibile in sedia a rotelle, ad es. chiedendo una chiave"
|
||||
"it": "Bisogna chiedere il permesso per accedere al bagno accessibile in sedia a rotelle, ad es. chiedendo una chiave",
|
||||
"cs": "Na toaletu pro osoby na vozíku je potřeba si vyžádat přístup, např. požádat o klíč"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1445,7 +1468,8 @@
|
|||
"then": {
|
||||
"en": "One can use a <i>Master Locksmiths Access Key</i> <b>(MLAK)</b> to access this bathroom",
|
||||
"nl": "Men kan met een <i>Master Locksmiths Access Key</i> <b>(MLAK-sleutel)</b> deze toiletten te gebruiken.",
|
||||
"it": "Si può usare una <i>Master Locksmiths Access Key</i> <b>(MLAK)</b> per accedere a questo bagno"
|
||||
"it": "Si può usare una <i>Master Locksmiths Access Key</i> <b>(MLAK)</b> per accedere a questo bagno",
|
||||
"cs": "Pro přístup na tuto toaletu lze použít <i>Master Locksmiths Access Key</i> <b>(MLAK)</b>"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1458,7 +1482,8 @@
|
|||
"then": {
|
||||
"en": "One can use a <b>RADAR Key</b> to access this bathroom",
|
||||
"nl": "Men kan met een <b>RADAR-sleutel</b> deze toiletten te gebruiken.",
|
||||
"it": "Si può usare una <b>RADAR Key</b> per accedere a questo bagno"
|
||||
"it": "Si può usare una <b>RADAR Key</b> per accedere a questo bagno",
|
||||
"cs": "Pro přístup na tuto toaletu lze použít <b>RADAR Key</b>"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1475,7 +1500,8 @@
|
|||
"then": {
|
||||
"en": "One can use a <b>EuroKey</b> to access this bathroom",
|
||||
"nl": "Men kan met een <b>Eurosleutel</b> deze toiletten te gebruiken.",
|
||||
"it": "Si può usare una <b>EuroKey</b> per accedere a questo bagno"
|
||||
"it": "Si può usare una <b>EuroKey</b> per accedere a questo bagno",
|
||||
"cs": "Pro přístup na tuto toaletu lze použít <b>EuroKey</b>"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -1742,7 +1768,8 @@
|
|||
"question": {
|
||||
"en": "What number can one call in case of troubles or questions?",
|
||||
"nl": "Naar welk telefoonnummer kan men bellen voor vragen of om problemen te melden?",
|
||||
"it": "Quale numero si può chiamare in caso di problemi o domande?"
|
||||
"it": "Quale numero si può chiamare in caso di problemi o domande?",
|
||||
"cs": "Jaké číslo lze zavolat v případě problémů nebo dotazů?"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -157,7 +157,8 @@
|
|||
"label": {
|
||||
"en": "Add a picture of the toilets",
|
||||
"nl": "Voeg een foto van de toiletten toe",
|
||||
"it": "Aggiungi una foto dei bagni"
|
||||
"it": "Aggiungi una foto dei bagni",
|
||||
"cs": "Přidat obrázek toalet"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -40,7 +40,8 @@
|
|||
"render": {
|
||||
"en": "Toilet information",
|
||||
"nl": "Informatie over de toiletten",
|
||||
"it": "Informazioni sui bagni"
|
||||
"it": "Informazioni sui bagni",
|
||||
"cs": "Informace o toaletách"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -48,7 +49,8 @@
|
|||
"then": {
|
||||
"en": "Does not have toilets",
|
||||
"nl": "Heeft geen toiletten",
|
||||
"it": "Non ha bagni"
|
||||
"it": "Non ha bagni",
|
||||
"cs": "Nejsou tu toalety"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -5,14 +5,16 @@
|
|||
"de": "Werkzeugbibliothek",
|
||||
"es": "Bibliotecas de herramientas",
|
||||
"ca": "Biblioteques d'eines",
|
||||
"it": "Biblioteche degli attrezzi"
|
||||
"it": "Biblioteche degli attrezzi",
|
||||
"cs": "Půjčovny nářadí"
|
||||
},
|
||||
"description": {
|
||||
"en": "A tool library is a place where people from the general public can borrow tools",
|
||||
"de": "Eine Werkzeugbibliothek ist ein Ort, an dem Menschen aus der Öffentlichkeit Werkzeuge ausleihen können",
|
||||
"es": "Una biblioteca de herramientas es un lugar donde las personas del público en general pueden pedir prestadas herramientas",
|
||||
"ca": "Una biblioteca d'eines és un lloc on la gent del públic en general pot demanar prestat eines",
|
||||
"it": "Una biblioteca degli attrezzi è un luogo dove le persone possono prendere in prestito attrezzi"
|
||||
"it": "Una biblioteca degli attrezzi è un luogo dove le persone possono prendere in prestito attrezzi",
|
||||
"cs": "Půjčovna nářadí je místo, kde si může obecná veřejnost půjčovat nářadí"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "amenity=tool_library"
|
||||
|
@ -24,7 +26,8 @@
|
|||
"de": "Werkzeugbibliothek {name}",
|
||||
"es": "Biblioteca de herramientas {name}",
|
||||
"ca": "Biblioteca d'eines {name}",
|
||||
"it": "Biblioteca degli attrezzi {name}"
|
||||
"it": "Biblioteca degli attrezzi {name}",
|
||||
"cs": "Půjčovna nářadí {name}"
|
||||
}
|
||||
},
|
||||
"pointRendering": [
|
||||
|
@ -53,7 +56,8 @@
|
|||
"es": "{name}",
|
||||
"ca": "{name}",
|
||||
"cy": "{name}",
|
||||
"it": "{name}"
|
||||
"it": "{name}",
|
||||
"cs": "{name}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -74,7 +78,8 @@
|
|||
"de": "Eine Werkzeugbibliothek",
|
||||
"es": "una biblioteca de herramientas",
|
||||
"ca": "una biblioteca d'eines",
|
||||
"it": "una biblioteca degli attrezzi"
|
||||
"it": "una biblioteca degli attrezzi",
|
||||
"cs": "půjčovna nářadí"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=tool_library"
|
||||
|
@ -84,7 +89,8 @@
|
|||
"de": "Eine Werkzeugbibliothek ist ein Ort, an dem Menschen aus der Öffentlichkeit Werkzeuge ausleihen können",
|
||||
"es": "Una biblioteca de herramientas es un lugar donde las personas del público en general pueden pedir prestadas herramientas",
|
||||
"ca": "Una biblioteca d'eines és un lloc on la gent del públic en general pot demanar prestat eines",
|
||||
"it": "Una biblioteca degli attrezzi è un luogo dove le persone possono prendere in prestito attrezzi"
|
||||
"it": "Una biblioteca degli attrezzi è un luogo dove le persone possono prendere in prestito attrezzi",
|
||||
"cs": "Půjčovna nářadí je místo, kde si může obecná veřejnost půjčovat nářadí"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -99,7 +105,8 @@
|
|||
"de": "Ist eine Mitgliedschaft erforderlich, um hier Werkzeuge auszuleihen?",
|
||||
"es": "¿Se requiere una membresía para pedir herramientas prestadas aquí?",
|
||||
"ca": "Es requereix una pertinença per demanar prestat eines aquí?",
|
||||
"it": "È richiesto un abbonamento per prendere in prestito gli attrezzi qui?"
|
||||
"it": "È richiesto un abbonamento per prendere in prestito gli attrezzi qui?",
|
||||
"cs": "Je k půjčování nářadí potřeba být členem?"
|
||||
},
|
||||
"id": "membership",
|
||||
"mappings": [
|
||||
|
@ -109,7 +116,8 @@
|
|||
"de": "Keine Mitgliedschaft ist erforderlich, um hier Werkzeuge auszuleihen",
|
||||
"es": "No se requiere membresía para pedir herramientas prestadas aquí",
|
||||
"ca": "No es requereix cap pertinença per demanar prestat eines aquí",
|
||||
"it": "Non è richiesto alcun abbonamento per prendere in prestito gli attrezzi qui"
|
||||
"it": "Non è richiesto alcun abbonamento per prendere in prestito gli attrezzi qui",
|
||||
"cs": "Pro půjčování není vyžadováno členství"
|
||||
},
|
||||
"if": "membership=no"
|
||||
},
|
||||
|
@ -120,7 +128,8 @@
|
|||
"de": "Eine <b>Mitgliedschaft ist erforderlich</b>, um diese Werkzeugbibliothek zu nutzen",
|
||||
"es": "Se <b>requiere una membresía</b> para usar esta biblioteca de herramientas",
|
||||
"ca": "Es requereix una pertinença <b></b> per utilitzar aquesta biblioteca d'eines",
|
||||
"it": "Un <b>abbonamento è richiesto</b> per utilizzare questa biblioteca degli attrezzi"
|
||||
"it": "Un <b>abbonamento è richiesto</b> per utilizzare questa biblioteca degli attrezzi",
|
||||
"cs": "Pro používání této půjčovny nářadí je <b>potřeba členství</b>"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -130,7 +139,8 @@
|
|||
"de": "Eine <b> Mitgliedschaft ist möglich</b> , aber nicht erforderlich, um diese Werkzeugbibliothek zu nutzen",
|
||||
"es": "Una <b>membresía es posible</b> pero no se requiere para usar esta biblioteca de herramientas",
|
||||
"ca": "Una pertinença a <b>és possible</b> però no cal utilitzar aquesta biblioteca d'eines",
|
||||
"it": "Un <b>abbonamento è possibile</b> ma non richiesto per utilizzare questa biblioteca degli attrezzi"
|
||||
"it": "Un <b>abbonamento è possibile</b> ma non richiesto per utilizzare questa biblioteca degli attrezzi",
|
||||
"cs": "<b>Členství je možné</b>, ale ne nutné pro používání této půjčovny nářadí"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -150,7 +160,8 @@
|
|||
"de": "Es gibt möglicherweise viele Modelle. Im Zweifelsfall wähle das häufigste",
|
||||
"es": "Puede haber muchas fórmulas. En caso de duda, elige la más común",
|
||||
"ca": "Pot haver-hi moltes fórmules. En cas de dubte, tria el més comú",
|
||||
"it": "Potrebbero esserci molte formule. In caso di dubbio, scegli quella più comune"
|
||||
"it": "Potrebbero esserci molte formule. In caso di dubbio, scegli quella più comune",
|
||||
"cs": "Může být mnoho vzorců. Máte-li pochybnosti, vyberte ten nejběžnější"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "charge:membership",
|
||||
|
@ -162,7 +173,8 @@
|
|||
"de": "Eine Mitgliedschaft kostet {charge:membership}",
|
||||
"es": "Una membresía cuesta {charge:membership}",
|
||||
"ca": "Una filiació costa {charge:membership}",
|
||||
"it": "Un abbonamento costa {charge:membership}"
|
||||
"it": "Un abbonamento costa {charge:membership}",
|
||||
"cs": "Členství stojí {charge:membership}"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -171,7 +183,8 @@
|
|||
"de": "Wird eine Gebühr erhoben, um Werkzeuge auszuleihen?",
|
||||
"es": "¿Se cobra una tarifa por pedir herramientas prestadas?",
|
||||
"ca": "Es demana una tarifa per demanar prestat eines?",
|
||||
"it": "Viene richiesta una tariffa per prendere in prestito gli attrezzi?"
|
||||
"it": "Viene richiesta una tariffa per prendere in prestito gli attrezzi?",
|
||||
"cs": "Je při půjčování nářadí požadován poplatek?"
|
||||
},
|
||||
"id": "fee",
|
||||
"mappings": [
|
||||
|
@ -187,7 +200,8 @@
|
|||
"de": "Werkzeuge ausleihen ist kostenlos (wenn man eine Mitgliedschaft hat)",
|
||||
"es": "Pedir herramientas prestadas es gratuito (si se tiene una membresía)",
|
||||
"ca": "Les eines de préstec són gratuïtes (si es té una pertinença)",
|
||||
"it": "Il prestito degli attrezzi è gratuito (se si ha un abbonamento)"
|
||||
"it": "Il prestito degli attrezzi è gratuito (se si ha un abbonamento)",
|
||||
"cs": "Půjčování je zdarma (pro členy)"
|
||||
},
|
||||
"hideInAnswer": "membership!=required"
|
||||
},
|
||||
|
@ -198,7 +212,8 @@
|
|||
"de": "Werkzeuge ausleihen ist kostenlos",
|
||||
"es": "Pedir herramientas prestadas es gratuito",
|
||||
"ca": "Les eines de pagament són gratuïtes",
|
||||
"it": "Il prestito degli attrezzi è gratuito"
|
||||
"it": "Il prestito degli attrezzi è gratuito",
|
||||
"cs": "Půjčování je zdarma"
|
||||
},
|
||||
"hideInAnswer": "membership=required"
|
||||
},
|
||||
|
@ -209,7 +224,8 @@
|
|||
"de": "Es wird eine Gebühr erhoben, wenn man Werkzeuge ausleiht",
|
||||
"es": "Se cobra una tarifa al pedir herramientas prestadas",
|
||||
"ca": "Es demana una tarifa en demanar prestat les eines",
|
||||
"it": "Viene richiesta una tariffa per il prestito degli attrezzi"
|
||||
"it": "Viene richiesta una tariffa per il prestito degli attrezzi",
|
||||
"cs": "Za půjčování se platí poplatek"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -219,7 +235,8 @@
|
|||
"de": "Eine Spende kann gegeben werden, wenn man Werkzeuge ausleiht",
|
||||
"es": "Se puede hacer una donación al pedir herramientas prestadas",
|
||||
"ca": "Es pot donar un donatiu en demanar prestat eines",
|
||||
"it": "Si può fare una donazione quando si prendono in prestito gli attrezzi"
|
||||
"it": "Si può fare una donazione quando si prendono in prestito gli attrezzi",
|
||||
"cs": "Při půjčování lze dát dar"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -228,7 +245,8 @@
|
|||
"de": "Wenn eine Mitgliedschaft erforderlich ist, gehen wir davon aus, dass die Mitgliedschaft bereits bezahlt ist.",
|
||||
"es": "Si se requiere una membresía, asumimos que la membresía ya está pagada.",
|
||||
"ca": "Si es requereix una pertinença, assumim que la pertinença ja està pagada.",
|
||||
"it": "Se è richiesto un abbonamento, assumiamo che l'abbonamento sia già stato pagato."
|
||||
"it": "Se è richiesto un abbonamento, assumiamo che l'abbonamento sia già stato pagato.",
|
||||
"cs": "Je-li vyžadováno členství, předpokládáme, že už za něj bylo zaplaceno."
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"nl": "Accomodatie voor toeristen",
|
||||
"es": "Alojamientos turísticos",
|
||||
"ca": "Allotjament turístic",
|
||||
"it": "Strutture ricettive turistiche"
|
||||
"it": "Strutture ricettive turistiche",
|
||||
"cs": "Turistická ubytovna"
|
||||
},
|
||||
"description": {
|
||||
"en": "Various types of lodging facilities",
|
||||
|
@ -14,7 +15,8 @@
|
|||
"nl": "Verschillende soorten overnachtingsmogelijkheden voor toeristen",
|
||||
"es": "Varios tipos de alojamientos",
|
||||
"ca": "Diversos tipus d'allotjaments",
|
||||
"it": "Vari tipi di strutture ricettive"
|
||||
"it": "Vari tipi di strutture ricettive",
|
||||
"cs": "Různé druhy ubytovacích zařízení"
|
||||
},
|
||||
"minzoom": 12,
|
||||
"title": {
|
||||
|
@ -41,7 +43,8 @@
|
|||
"nl": "Herberg {name}",
|
||||
"es": "Hostal {name}",
|
||||
"ca": "Hostel {name}",
|
||||
"it": "Ostello {name}"
|
||||
"it": "Ostello {name}",
|
||||
"cs": "Hostel {name}"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -52,7 +55,8 @@
|
|||
"nl": "B&B {name}",
|
||||
"es": "B&B {name}",
|
||||
"ca": "BB {name}",
|
||||
"it": "B&B {name}"
|
||||
"it": "B&B {name}",
|
||||
"cs": "B&B {name}"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -62,7 +66,8 @@
|
|||
"de": "Ferienhaus {name}",
|
||||
"es": "Pensión {name}",
|
||||
"ca": "Casa de convidats {name}",
|
||||
"it": "Pensione {name}"
|
||||
"it": "Pensione {name}",
|
||||
"cs": "Penzion {name}"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -83,7 +88,8 @@
|
|||
"de": "Ferienwohnung {name}",
|
||||
"es": "Apartamento {name}",
|
||||
"ca": "Apartament {name}",
|
||||
"it": "Appartamento {name}"
|
||||
"it": "Appartamento {name}",
|
||||
"cs": "Apartmá {name}"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -93,7 +99,8 @@
|
|||
"de": "Ferienhaus {name}",
|
||||
"es": "Casa de vacaciones {name}",
|
||||
"ca": "Inici de vacances {name}",
|
||||
"it": "Casa vacanza {name}"
|
||||
"it": "Casa vacanza {name}",
|
||||
"cs": "Víkendový dům {name}"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -178,7 +185,8 @@
|
|||
"nl": "En hotel is een gebouw waar je tegen betaling kan overnachten voor een korte periode. Je krijgt je eigen kamer.",
|
||||
"es": "Un hotel es un establecimiento que proporciona alojamiento de pago, generalmente a corto plazo. Las habitaciones no se comparten con desconocidos.",
|
||||
"ca": "Un hotel és un establiment que ofereix allotjament de pagament, normalment a curt termini. Les habitacions no són compartides amb estranys.",
|
||||
"it": "Un hotel è una struttura che fornisce alloggio a pagamento, solitamente a breve termine. Le camere non sono condivise con estranei."
|
||||
"it": "Un hotel è una struttura che fornisce alloggio a pagamento, solitamente a breve termine. Le camere non sono condivise con estranei.",
|
||||
"cs": "Hotel je zařízení, které poskytuje placené ubytování, obvykle na krátkodobé bázi. Pokoje nejsou sdíleny mezi hosty."
|
||||
},
|
||||
"tags": [
|
||||
"tourism=hotel"
|
||||
|
@ -194,7 +202,8 @@
|
|||
"nl": "een herberg",
|
||||
"es": "un hostal",
|
||||
"ca": "un hostal",
|
||||
"it": "un ostello"
|
||||
"it": "un ostello",
|
||||
"cs": "hostel"
|
||||
},
|
||||
"description": {
|
||||
"en": "A hostel is a type of tourist accommodation where people can sleep in a room shared with strangers",
|
||||
|
@ -202,7 +211,8 @@
|
|||
"nl": "Een herberg is een gebouw waar je enkele dagen kan blijven. Je deelt een kamer met onbekenden.",
|
||||
"es": "Un hostal es un tipo de alojamiento turístico donde las personas pueden dormir en una habitación compartida con desconocidos",
|
||||
"ca": "Un alberg és un tipus d'allotjament turístic on la gent pot dormir en una habitació compartida amb estranys",
|
||||
"it": "Un ostello è un tipo di alloggio turistico dove le persone possono dormire in una camera condivisa con estranei"
|
||||
"it": "Un ostello è un tipo di alloggio turistico dove le persone possono dormire in una camera condivisa con estranei",
|
||||
"cs": "Hostel je typ turistického ubytování, kde mohou lidé spát ve společných pokojích s jinými hosty"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -215,7 +225,8 @@
|
|||
"nl": "een vakantie-appartement",
|
||||
"es": "un apartamento de vacaciones",
|
||||
"ca": "un apartament de vacances",
|
||||
"it": "un appartamento vacanza"
|
||||
"it": "un appartamento vacanza",
|
||||
"cs": "víkendový byt"
|
||||
},
|
||||
"description": {
|
||||
"en": "A furnished apartment or flat with cooking and bathroom facilities in a shared building that can be rented for vacations, typically without breakfast or reception desk",
|
||||
|
@ -223,7 +234,8 @@
|
|||
"nl": "Een bemeubeld apparement met kookgelegenheid en een badkamer in een groter gebouw. Het appartement kan gehuurd worden voor vakanties. Er is geen receptie of ontbijt voorzien.",
|
||||
"es": "Un apartamento o piso amueblado con cocina y baño en un edificio compartido que se puede alquilar para vacaciones, normalmente sin desayuno ni recepción",
|
||||
"ca": "Un apartament o pis moblat amb cuina i bany en un edifici compartit que es pot llogar per vacances, típicament sense esmorzar o recepció",
|
||||
"it": "Un appartamento arredato con cucina e bagno in un edificio condiviso che può essere affittato per le vacanze, tipicamente senza colazione o reception"
|
||||
"it": "Un appartamento arredato con cucina e bagno in un edificio condiviso che può essere affittato per le vacanze, tipicamente senza colazione o reception",
|
||||
"cs": "Vybavený byt s kuchyní a koupelnou ve sdílené budově, který si lze pronajmout na trávení volného času, typicky bez snídaně a bez recepce"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -235,14 +247,16 @@
|
|||
"de": "ein Ferienchalet",
|
||||
"es": "un chalet de vacaciones",
|
||||
"ca": "un xalet de vacances",
|
||||
"it": "uno chalet vacanza"
|
||||
"it": "uno chalet vacanza",
|
||||
"cs": "víkendová chata"
|
||||
},
|
||||
"description": {
|
||||
"en": "A holiday cottage or vacation home with cooking and bathroom facilities that can be rented for holiday vacations, typically without breakfast or reception desk",
|
||||
"de": "Ein Ferienhaus oder eine Ferienwohnung mit Kochgelegenheit und Bad, das bzw. die für Ferienaufenthalte gemietet werden kann, in der Regel ohne Frühstück oder Rezeption",
|
||||
"es": "Una casa de vacaciones o chalet con cocina y baño que se puede alquilar para vacaciones, normalmente sin desayuno ni recepción",
|
||||
"ca": "Una casa de vacances o xalet amb instal·lacions de cuina i bany que es poden llogar per vacances, normalment sense desdejuni o recepció",
|
||||
"it": "Una casa vacanza con cucina e bagno che può essere affittata per le vacanze, tipicamente senza colazione o reception"
|
||||
"it": "Una casa vacanza con cucina e bagno che può essere affittata per le vacanze, tipicamente senza colazione o reception",
|
||||
"cs": "Prázdninová chatka nebo víkendový dům s kuchyní a koupelnou, který si lze pronajmout na prázdninové pobyty, typicky bez snídaně a bez recepce"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -255,14 +269,16 @@
|
|||
"nl": "een motel",
|
||||
"es": "un motel",
|
||||
"ca": "un motel",
|
||||
"it": "un motel"
|
||||
"it": "un motel",
|
||||
"cs": "motel"
|
||||
},
|
||||
"description": {
|
||||
"en": "A motel is an establishment that provides paid lodging, usually on a short-term basis, with convenient parking for motor cars at or close to the room. They are typically cheaper then a hotel",
|
||||
"de": "Ein Motel ist eine Einrichtung, die eine bezahlte Unterkunft anbietet, in der Regel für kurze Zeit, mit bequemen Parkplätzen für Kraftfahrzeuge am oder in der Nähe des Zimmers. Sie sind in der Regel billiger als ein Hotel",
|
||||
"es": "Un motel es un establecimiento que proporciona alojamiento de pago, generalmente a corto plazo, con estacionamiento conveniente para automóviles en o cerca de la habitación. Suelen ser más baratos que un hotel",
|
||||
"ca": "Un motel és un establiment que ofereix allotjament de pagament, normalment a curt termini, amb un còmode aparcament per a cotxes prop de l'habitació. Normalment són més barats que un hotel",
|
||||
"it": "Un motel è una struttura che fornisce alloggio a pagamento, solitamente a breve termine, con comodo parcheggio per auto vicino alla camera. Sono tipicamente più economici di un hotel"
|
||||
"it": "Un motel è una struttura che fornisce alloggio a pagamento, solitamente a breve termine, con comodo parcheggio per auto vicino alla camera. Sono tipicamente più economici di un hotel",
|
||||
"cs": "Motel je zařízení, které poskytuje placené ubytování, obvykle na krátkodobé bázi, s vyhovujícím parkovištěm pro motorová vozidla u pokoje nebo poblíž. Je typicky levnější než hotel"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -275,14 +291,16 @@
|
|||
"de": "eine Frühstückspension",
|
||||
"es": "un bed-and-breakfast",
|
||||
"ca": "un llit i un trencament",
|
||||
"it": "un bed-and-breakfast"
|
||||
"it": "un bed-and-breakfast",
|
||||
"cs": "bed-and-breakfast"
|
||||
},
|
||||
"description": {
|
||||
"en": "A bed-and-breakfast in a guesthouse is a small lodging establishment. These are often a few rooms within a private family home where the owners also accommodate the guests. There is no reception desk, nor is there staff at all times. In some cases, check-in happens remotely by sharing a code to get in.",
|
||||
"de": "Ein Bed-and-Breakfast in einem Gästehaus ist ein kleiner Beherbergungsbetrieb. Oft handelt es sich um einige Zimmer in einem Privathaus, in dem die Eigentümer auch die Gäste beherbergen. Es gibt keine Rezeption und es ist auch nicht ständig Personal anwesend. In einigen Fällen erfolgt das Einchecken aus der Ferne, indem ein Zugangscode mitgeteilt wird.",
|
||||
"es": "Un bed-and-breakfast en una pensión es un pequeño establecimiento de alojamiento. A menudo son unas pocas habitaciones dentro de una casa familiar privada donde los propietarios también alojan a los huéspedes. No hay recepción ni personal en todo momento. En algunos casos, el check-in se realiza de forma remota compartiendo un código para entrar.",
|
||||
"ca": "Un bed-and-breakfast en una casa d'hostes és un petit establiment d'allotjament. Sovint es tracta d'unes poques habitacions dins d'una casa familiar privada on els propietaris també s'allotgen als hostes. No hi ha recepció, ni personal en tot moment. En alguns casos, el check-in passa remotament compartint un codi per entrar.",
|
||||
"it": "Un bed-and-breakfast in una pensione è una piccola struttura ricettiva. Spesso si tratta di alcune camere all'interno di una casa privata dove i proprietari ospitano anche gli ospiti. Non c'è reception, né personale in ogni momento. In alcuni casi, il check-in avviene da remoto condividendo un codice per entrare."
|
||||
"it": "Un bed-and-breakfast in una pensione è una piccola struttura ricettiva. Spesso si tratta di alcune camere all'interno di una casa privata dove i proprietari ospitano anche gli ospiti. Non c'è reception, né personale in ogni momento. In alcuni casi, il check-in avviene da remoto condividendo un codice per entrare.",
|
||||
"cs": "Bed-and-breakfast v penzionu je malé ubytovací zařízení. Má často jen několik pokojů v rodinné domě, kde majitelé zároveň ubytovávají hosty. Není tu recepce ani trvale přítomný personál. V některých případech se lze ubytovat vzdáleně pomocí přístupového kódu."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -294,7 +312,8 @@
|
|||
"de": "eine kleine Beherbergungseinrichtung, die in der Regel vom Eigentümer betrieben wird",
|
||||
"es": "un alojamiento a pequeña escala, normalmente operado por el propietario",
|
||||
"ca": "una instal·lació d'allotjament a petita escala, típicament operada pel propietari",
|
||||
"it": "una struttura ricettiva di piccole dimensioni, tipicamente gestita dal proprietario"
|
||||
"it": "una struttura ricettiva di piccole dimensioni, tipicamente gestita dal proprietario",
|
||||
"cs": "malé ubytovací zařízení, typicky provozované vlastníkem"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -306,7 +325,8 @@
|
|||
"de": "een kempeerterrein",
|
||||
"es": "un camping o área de acampada",
|
||||
"ca": "un camp o camp",
|
||||
"it": "un campeggio"
|
||||
"it": "un campeggio",
|
||||
"cs": "kemp nebo tábořiště"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -321,7 +341,8 @@
|
|||
"nl": "Wat is de naam van deze {title()}",
|
||||
"es": "¿Cuál es el nombre de este {title()}?",
|
||||
"ca": "Quin és el nom d'aquest {title()}?",
|
||||
"it": "Qual è il nome di questo {title()}?"
|
||||
"it": "Qual è il nome di questo {title()}?",
|
||||
"cs": "Jaký je název {title()}?"
|
||||
},
|
||||
"render": {
|
||||
"en": "{name}",
|
||||
|
@ -348,7 +369,8 @@
|
|||
"de": "Ist diese Unterkunft ausschließlich für Gruppen?",
|
||||
"en": "Is this hostel exclusively for groups?",
|
||||
"ca": "Aquest hostel és exclusivament per a grups?",
|
||||
"it": "Questo ostello è esclusivamente per gruppi?"
|
||||
"it": "Questo ostello è esclusivamente per gruppi?",
|
||||
"cs": "Je tento hostel výhradně pro skupiny?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -361,7 +383,8 @@
|
|||
"en": "This hostel is exclusively for groups",
|
||||
"de": "Diese Unterkunft ist ausschließlich für Gruppen",
|
||||
"ca": "Aquest hostel és exclusivament per a grups",
|
||||
"it": "Questo ostello è esclusivamente per gruppi"
|
||||
"it": "Questo ostello è esclusivamente per gruppi",
|
||||
"cs": "Tento hostel je výhradně pro skupiny"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -374,7 +397,8 @@
|
|||
"en": "This hostel is not exclusively for groups",
|
||||
"de": "Diese Unterkunft ist nicht ausschließlich für Gruppen",
|
||||
"ca": "Aquest hostel no és exclusivament per a grups",
|
||||
"it": "Questo ostello non è esclusivamente per gruppi"
|
||||
"it": "Questo ostello non è esclusivamente per gruppi",
|
||||
"cs": "Tento hostel není výhradně pro skupiny"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -398,7 +422,8 @@
|
|||
"nl": "Alle types",
|
||||
"es": "Todos los tipos",
|
||||
"ca": "Tots els tipus",
|
||||
"it": "Tutti i tipi"
|
||||
"it": "Tutti i tipi",
|
||||
"cs": "Všechny druhy"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -422,7 +447,8 @@
|
|||
"nl": "Hostels",
|
||||
"es": "Hostales",
|
||||
"ca": "Alberg",
|
||||
"it": "Ostelli"
|
||||
"it": "Ostelli",
|
||||
"cs": "Hostely"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -433,7 +459,8 @@
|
|||
"nl": "Gastenkamers en bed-en-breakfasts",
|
||||
"es": "Pensiones y Bed&Breakfast",
|
||||
"ca": "Cases d'hostes i Bed&Breakfasts",
|
||||
"it": "Pensioni e Bed&Breakfast"
|
||||
"it": "Pensioni e Bed&Breakfast",
|
||||
"cs": "Penziony a Bed&Breakfast"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -456,7 +483,8 @@
|
|||
"nl": "Vakantiehuisje",
|
||||
"es": "Casa de vacaciones",
|
||||
"ca": "Casa de vacances",
|
||||
"it": "Case vacanza"
|
||||
"it": "Case vacanza",
|
||||
"cs": "Víkendový dům"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -467,7 +495,8 @@
|
|||
"nl": "Vakantie-appartement",
|
||||
"es": "Apartamento de vacaciones",
|
||||
"ca": "Apartament de vacances",
|
||||
"it": "Appartamenti vacanza"
|
||||
"it": "Appartamenti vacanza",
|
||||
"cs": "Víkendový byt"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -23,7 +23,8 @@
|
|||
"de": "Einkaufswagenbucht",
|
||||
"es": "Aparcadero de carros",
|
||||
"ca": "Aparcament de carros",
|
||||
"it": "Area di sosta per carrelli"
|
||||
"it": "Area di sosta per carrelli",
|
||||
"cs": "Zásobník na vozíky"
|
||||
},
|
||||
"pointRendering": [
|
||||
{
|
||||
|
@ -67,7 +68,8 @@
|
|||
"de": "Ist dieser Einkaufswagenplatz überdacht?",
|
||||
"es": "¿Está cubierto este aparcadero de carros?",
|
||||
"ca": "Està cobert aquest tramvia?",
|
||||
"it": "Quest'area di sosta per carrelli è coperta?"
|
||||
"it": "Quest'area di sosta per carrelli è coperta?",
|
||||
"cs": "Je zásobník na vozíky krytý?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -77,7 +79,8 @@
|
|||
"de": "Dieser Einkaufswagenplatz ist überdacht",
|
||||
"es": "Este aparcadero de carros está cubierto",
|
||||
"ca": "Aquesta badia de carros està coberta",
|
||||
"it": "Quest'area di sosta per carrelli è coperta"
|
||||
"it": "Quest'area di sosta per carrelli è coperta",
|
||||
"cs": "Zásobník na vozíky je krytý"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -87,7 +90,8 @@
|
|||
"de": "Dieser Einkaufswagenplatz ist nicht überdacht",
|
||||
"es": "Este aparcadero de carros no está cubierto",
|
||||
"ca": "Aquesta badia de carros no està coberta",
|
||||
"it": "Quest'area di sosta per carrelli non è coperta"
|
||||
"it": "Quest'area di sosta per carrelli non è coperta",
|
||||
"cs": "Zásobník na vozíky není krytý"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -99,7 +103,8 @@
|
|||
"de": "Ist für die Einkaufswagen ein Pfand (z.B. eine Münze) erforderlich?",
|
||||
"es": "¿Se requiere un depósito (ej. una moneda) para los carros?",
|
||||
"ca": "Es requereix un dipòsit (per exemple, una moneda) per als carrets?",
|
||||
"it": "È richiesto un deposito (ad es. una moneta) per i carrelli?"
|
||||
"it": "È richiesto un deposito (ad es. una moneta) per i carrelli?",
|
||||
"cs": "Je na vozíky potřeba záloha (např. mince)?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -109,7 +114,8 @@
|
|||
"de": "Für die Einkaufswagen ist ein Pfand zu hinterlegen",
|
||||
"es": "Se requiere un depósito para los carros",
|
||||
"ca": "Es requereix un dipòsit per als carrets",
|
||||
"it": "È richiesto un deposito per i carrelli"
|
||||
"it": "È richiesto un deposito per i carrelli",
|
||||
"cs": "Na vozíky je potřeba záloha"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -119,7 +125,8 @@
|
|||
"de": "Für die Einkaufswagen ist kein Pfand erforderlich",
|
||||
"es": "No se requiere un depósito para los carros",
|
||||
"ca": "No es requereix dipòsit per als carrets",
|
||||
"it": "Non è richiesto alcun deposito per i carrelli"
|
||||
"it": "Non è richiesto alcun deposito per i carrelli",
|
||||
"cs": "Na vozíky není potřeba záloha"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -137,7 +144,8 @@
|
|||
"de": "Welche Münzen werden für die Pfandgebühr akzeptiert?",
|
||||
"es": "¿Qué monedas se aceptan para el depósito?",
|
||||
"ca": "Quines monedes s'accepten per al dipòsit?",
|
||||
"it": "Quali monete sono accettate per il deposito?"
|
||||
"it": "Quali monete sono accettate per il deposito?",
|
||||
"cs": "Jaké mince jsou přijímány jako záloha?"
|
||||
},
|
||||
"multiAnswer": true,
|
||||
"mappings": [
|
||||
|
@ -201,7 +209,8 @@
|
|||
"de": "Welche Art von speziellen Einkaufswagen gibt es?",
|
||||
"es": "¿Qué tipo de carros especiales hay disponibles?",
|
||||
"ca": "Quin tipus de carros especials hi ha disponibles?",
|
||||
"it": "Che tipo di carrelli speciali sono disponibili?"
|
||||
"it": "Che tipo di carrelli speciali sono disponibili?",
|
||||
"cs": "Jako druhy speciálních vozíků jsou k dispozici?"
|
||||
},
|
||||
"multiAnswer": true,
|
||||
"mappings": [
|
||||
|
@ -213,7 +222,8 @@
|
|||
"de": "Einkaufswagen mit Lupe sind erhältlich",
|
||||
"es": "Hay carros con lupa disponibles",
|
||||
"ca": "Hi ha disponibles troleys amb magnificador",
|
||||
"it": "Sono disponibili carrelli con lente d'ingrandimento"
|
||||
"it": "Sono disponibili carrelli con lente d'ingrandimento",
|
||||
"cs": "Jsou k dispozici vozíky s lupou"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -224,7 +234,8 @@
|
|||
"de": "Einkaufswagen für Rollstuhlfahrer sind verfügbar",
|
||||
"es": "Hay carros para usuarios de sillas de ruedas disponibles",
|
||||
"ca": "Hi ha disponibles troleys per a usuaris de cadira de rodes",
|
||||
"it": "Sono disponibili carrelli per utenti in sedia a rotelle"
|
||||
"it": "Sono disponibili carrelli per utenti in sedia a rotelle",
|
||||
"cs": "Jsou k dispozici vozíky pro hendikepované"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -235,7 +246,8 @@
|
|||
"de": "Einkaufswagen für Kinder sind verfügbar",
|
||||
"es": "Hay carros para niños disponibles",
|
||||
"ca": "Hi ha disponibles troleys per a nens",
|
||||
"it": "Sono disponibili carrelli per bambini"
|
||||
"it": "Sono disponibili carrelli per bambini",
|
||||
"cs": "Jsou k dispozici vozíky pro děti"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -246,7 +258,8 @@
|
|||
"de": "Einkaufswagen mit Sitzen für Kinder sind verfügbar",
|
||||
"es": "Hay carros con asientos para niños disponibles",
|
||||
"ca": "Hi ha disponibles troleys amb seients per a nens",
|
||||
"it": "Sono disponibili carrelli con sedili per bambini"
|
||||
"it": "Sono disponibili carrelli con sedili per bambini",
|
||||
"cs": "Jsou k dispozici vozíky se sedačkou pro děti"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -257,7 +270,8 @@
|
|||
"de": "Einkaufswagen mit Flachbett sind verfügbar",
|
||||
"es": "Hay carros con plataforma disponibles",
|
||||
"ca": "Hi ha disponibles troleys amb llit pla",
|
||||
"it": "Sono disponibili carrelli con pianale"
|
||||
"it": "Sono disponibili carrelli con pianale",
|
||||
"cs": "Jsou k dispozici vozíky s plochým dnem"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -268,7 +282,8 @@
|
|||
"de": "Vertikale Einkaufswagen für plattenförmige Güter sind verfügbar",
|
||||
"es": "Hay carros verticales para mercancías laminares disponibles",
|
||||
"ca": "Hi ha disponibles carrets verticals per a articles de xapa",
|
||||
"it": "Sono disponibili carrelli verticali per merci piatte"
|
||||
"it": "Sono disponibili carrelli verticali per merci piatte",
|
||||
"cs": "Jsou k dispozici svislé vozíky pro zboží ve formě desek"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"de": "Bibliotheksebene mit allen gängigen Einrichtungen. Einrichtungen können _nur_ aus dieser Datei importiert werden.",
|
||||
"es": "Capa de biblioteca con todas las unidades comunes. Las unidades solo se pueden importar de este archivo.",
|
||||
"ca": "Capa de biblioteca amb totes les unitats comunes. Les unitats només es poden importar des d'aquest fitxer.",
|
||||
"it": "Livello libreria con tutte le unità comuni. Le unità possono essere importate _solo_ da questo file."
|
||||
"it": "Livello libreria con tutte le unità comuni. Le unità possono essere importate _solo_ da questo file.",
|
||||
"cs": "Knihovní vrstva se všemi běžnými jednotkami. Jednotky lze importovat _jen_ z tohoto souboru."
|
||||
},
|
||||
"source": "special:library",
|
||||
"pointRendering": null,
|
||||
|
@ -34,7 +35,7 @@
|
|||
"hu": "{quantity} megawatt",
|
||||
"ca": "{quantity} megavats",
|
||||
"da": "{quantity} Megawatt",
|
||||
"cs": "{quantity} megawatty",
|
||||
"cs": "{quantity} megawattů",
|
||||
"es": "{quantity} megavatios"
|
||||
},
|
||||
"factorToCanonical": 1000000
|
||||
|
@ -59,7 +60,7 @@
|
|||
"hu": "{quantity} kilowatt",
|
||||
"ca": "{quantity} quilovats",
|
||||
"da": "{quantity} Kilowatt",
|
||||
"cs": "{quantity} kilowatty",
|
||||
"cs": "{quantity} kilowattů",
|
||||
"es": "{quantity} kilovatios"
|
||||
},
|
||||
"factorToCanonical": 1000
|
||||
|
@ -82,7 +83,7 @@
|
|||
"hu": "{quantity} watt",
|
||||
"ca": "{quantity} vats",
|
||||
"da": "{quantity} Watt",
|
||||
"cs": "{quantity} watty",
|
||||
"cs": "{quantity} wattů",
|
||||
"zh_Hant": "{quantity} 瓦",
|
||||
"es": "{quantity} vatios"
|
||||
}
|
||||
|
@ -105,7 +106,7 @@
|
|||
"hu": "{quantity} gigawatt",
|
||||
"ca": "{quantity} gigavats",
|
||||
"da": "{quantity} Gigawatt",
|
||||
"cs": "{quantity} gigawatty",
|
||||
"cs": "{quantity} gigawattů",
|
||||
"zh_Hant": "{quantity} 千兆瓦",
|
||||
"es": "{quantity} gigavatios"
|
||||
},
|
||||
|
@ -132,7 +133,8 @@
|
|||
"hu": "{quantity} Volt",
|
||||
"es": "{quantity} voltios",
|
||||
"ca": "{quantity} Volt",
|
||||
"it": "{quantity} Volt"
|
||||
"it": "{quantity} Volt",
|
||||
"cs": "{quantity} voltů"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -156,7 +158,8 @@
|
|||
"de": "{quantity} A",
|
||||
"hu": "{quantity} A",
|
||||
"es": "{quantity} amperios",
|
||||
"it": "{quantity} A"
|
||||
"it": "{quantity} A",
|
||||
"cs": "{quantity} ampérů"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -201,7 +204,8 @@
|
|||
"ca": "un metre",
|
||||
"hu": "egy méter",
|
||||
"es": "un metro",
|
||||
"it": "one meter"
|
||||
"it": "one meter",
|
||||
"cs": "jeden metr"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -233,7 +237,8 @@
|
|||
"de": "ein Zentimeter",
|
||||
"hu": "egy centiméter",
|
||||
"es": "un centímetro",
|
||||
"it": "one centimeter"
|
||||
"it": "one centimeter",
|
||||
"cs": "jeden centimetr"
|
||||
},
|
||||
"factorToCanonical": 0.01
|
||||
},
|
||||
|
@ -249,7 +254,7 @@
|
|||
"de": "{quantity} Millimeter",
|
||||
"ru": "{quantity} миллиметры",
|
||||
"ca": "{quantity} mil·límetres",
|
||||
"cs": "{quantity} milimetry",
|
||||
"cs": "{quantity} milimetrů",
|
||||
"pa_PK": "{quantity} ملیمیٹر",
|
||||
"hu": "{quantity} milliméter",
|
||||
"es": "{quantity} milímetros",
|
||||
|
@ -262,7 +267,8 @@
|
|||
"ca": "un mil·límetre",
|
||||
"hu": "egy milliméter",
|
||||
"es": "un milímetro",
|
||||
"it": "one millimeter"
|
||||
"it": "one millimeter",
|
||||
"cs": "jeden milimetr"
|
||||
},
|
||||
"factorToCanonical": 0.001
|
||||
},
|
||||
|
@ -282,7 +288,7 @@
|
|||
"ca": "{quantity} peus",
|
||||
"es": "{quantity} pies",
|
||||
"da": "{quantity} fod",
|
||||
"cs": "{quantity} stopa",
|
||||
"cs": "{quantity} stop",
|
||||
"eu": "{quantity} ·hanka",
|
||||
"pl": "{quantity} stopy",
|
||||
"nb_NO": "{quantity} fot",
|
||||
|
@ -310,7 +316,7 @@
|
|||
"es": "{quantity} kilómetros/hora",
|
||||
"nl": "{quantity} kilometers/uur",
|
||||
"de": "{quantity} Kilometer/Stunde",
|
||||
"cs": "{quantity} kilometry/hodinu",
|
||||
"cs": "{quantity} kilometrů/hodinu",
|
||||
"pa_PK": "{quantity}ہر گھنٹہ وچ کیلومیٹر",
|
||||
"fr": "{quantity} kilomètres/heure",
|
||||
"hu": "{quantity} kilméter/óra",
|
||||
|
@ -348,7 +354,7 @@
|
|||
"es": "{quantity} millas/hora",
|
||||
"nl": "{quantity} miles/uur",
|
||||
"de": "{quantity} Meilen/Stunde",
|
||||
"cs": "{quantity} míle/hodinu",
|
||||
"cs": "{quantity} mil/hodinu",
|
||||
"fr": "{quantity} miles/heure",
|
||||
"pa_PK": "{quantity} ہر گھنٹہ وچ میل",
|
||||
"hu": "{quantity} mérföld/óra",
|
||||
|
@ -391,7 +397,8 @@
|
|||
"fr": "{quantity} minutes",
|
||||
"hu": "{quantity} perc",
|
||||
"es": "{quantity} minutos",
|
||||
"it": "{quantity} minutes"
|
||||
"it": "{quantity} minutes",
|
||||
"cs": "{quantity} minut"
|
||||
},
|
||||
"humanSingular": {
|
||||
"en": "one minute",
|
||||
|
@ -401,7 +408,8 @@
|
|||
"fr": "une minute",
|
||||
"hu": "egy perc",
|
||||
"es": "un minuto",
|
||||
"it": "one minute"
|
||||
"it": "one minute",
|
||||
"cs": "jedna minuta"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -424,7 +432,8 @@
|
|||
"fr": "{quantity} heures",
|
||||
"hu": "{quantity} óra",
|
||||
"es": "{quantity} horas",
|
||||
"it": "{quantity} hours"
|
||||
"it": "{quantity} hours",
|
||||
"cs": "{quantity} hodin"
|
||||
},
|
||||
"humanSingular": {
|
||||
"en": "one hour",
|
||||
|
@ -434,7 +443,8 @@
|
|||
"fr": "une heure",
|
||||
"hu": "egy óra",
|
||||
"es": "una hora",
|
||||
"it": "one hour"
|
||||
"it": "one hour",
|
||||
"cs": "jedna hodina"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -454,7 +464,8 @@
|
|||
"fr": "{quantity} jours",
|
||||
"hu": "{quantity} nap",
|
||||
"es": "{quantity} días",
|
||||
"it": "{quantity} days"
|
||||
"it": "{quantity} days",
|
||||
"cs": "{quantity} dní"
|
||||
},
|
||||
"humanSingular": {
|
||||
"en": "one day",
|
||||
|
@ -464,7 +475,8 @@
|
|||
"hu": "egy nap",
|
||||
"es": "un día",
|
||||
"ca": "un dia",
|
||||
"it": "one day"
|
||||
"it": "one day",
|
||||
"cs": "jeden den"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -479,7 +491,8 @@
|
|||
"hu": "egy hét",
|
||||
"es": "una semana",
|
||||
"ca": "una setmana",
|
||||
"it": "one week"
|
||||
"it": "one week",
|
||||
"cs": "jeden týden"
|
||||
},
|
||||
"human": {
|
||||
"en": "{quantity} weeks",
|
||||
|
@ -489,7 +502,8 @@
|
|||
"hu": "{quantity} hét",
|
||||
"es": "{quantity} semanas",
|
||||
"ca": "{quantity} setmanes",
|
||||
"it": "{quantity} weeks"
|
||||
"it": "{quantity} weeks",
|
||||
"cs": "{quantity} týdnů"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -504,7 +518,8 @@
|
|||
"hu": "egy hónap",
|
||||
"es": "un mes",
|
||||
"ca": "un mes",
|
||||
"it": "one month"
|
||||
"it": "one month",
|
||||
"cs": "jeden měsíc"
|
||||
},
|
||||
"human": {
|
||||
"en": "{quantity} months",
|
||||
|
@ -514,7 +529,8 @@
|
|||
"hu": "{quantity} hónap",
|
||||
"es": "{quantity} meses",
|
||||
"ca": "{quantity} mesos",
|
||||
"it": "{quantity} months"
|
||||
"it": "{quantity} months",
|
||||
"cs": "{quantity} měsíců"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -529,7 +545,8 @@
|
|||
"ca": "un any",
|
||||
"hu": "egy év",
|
||||
"es": "un año",
|
||||
"it": "one year"
|
||||
"it": "one year",
|
||||
"cs": "jeden rok"
|
||||
},
|
||||
"human": {
|
||||
"en": "{quantity} years",
|
||||
|
@ -539,7 +556,8 @@
|
|||
"ca": "{quantity} anys",
|
||||
"hu": "{quantity} év",
|
||||
"es": "{quantity} años",
|
||||
"it": "{quantity} years"
|
||||
"it": "{quantity} years",
|
||||
"cs": "{quantity} let"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -284,7 +284,8 @@
|
|||
"da": "Sproget er angivet vha. en URL-parameter og kan ikke angives af brugeren.",
|
||||
"hu": "A nyelv egy URL-paraméterrel lett megadva ezért felhasználó nem tudja beállítani.",
|
||||
"es": "El idioma se configuró mediante un parámetro de URL y el usuario no puede configurarlo.",
|
||||
"it": "La lingua è stata impostata tramite un parametro URL e non può essere impostata dall'utente."
|
||||
"it": "La lingua è stata impostata tramite un parametro URL e non può essere impostata dall'utente.",
|
||||
"fr": "La langue a été configurée via un paramètre d'URL et ne peut être configurée par l'utilisateur."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -307,7 +308,8 @@
|
|||
"da": "Åbn din indbakke",
|
||||
"hu": "Beérkezett levelet megnyitása",
|
||||
"es": "Abrir tu bandeja de entrada",
|
||||
"it": "Apri la tua casella di posta"
|
||||
"it": "Apri la tua casella di posta",
|
||||
"fr": "Ouvrir votre boîte de réception"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -326,7 +328,8 @@
|
|||
"da": "<b class='alert'>Du har {_unreadMessages} beskeder</b><br/>Åbn din indbakke",
|
||||
"hu": "<b class='alert'>{_unreadMessages} üzeneted van</b><br/>Nyisd meg a bejövő üzeneteket",
|
||||
"es": "<b class='alert'>Tienes {_unreadMessages} mensajes</b><br/>Abrir tu bandeja de entrada",
|
||||
"it": "<b class='alert'>Hai {_unreadMessages} messaggi</b><br/>Apri la tua casella di posta"
|
||||
"it": "<b class='alert'>Hai {_unreadMessages} messaggi</b><br/>Apri la tua casella di posta",
|
||||
"fr": "<b class='alert'>Vous avez {_unreadMessages} messages</b><br/>Ouvrir votre boîte de réception"
|
||||
},
|
||||
"href": "{_backend}/messages/inbox"
|
||||
}
|
||||
|
@ -1227,14 +1230,16 @@
|
|||
"id": "mangrove-reviews-allowed",
|
||||
"question": {
|
||||
"en": "Should reviews be loaded when browsing an item?",
|
||||
"it": "Le recensioni dovrebbero essere caricate durante la navigazione di un elemento?"
|
||||
"it": "Le recensioni dovrebbero essere caricate durante la navigazione di un elemento?",
|
||||
"cs": "Měly by se načítat recenze při procházení položky?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "mapcomplete-reviews-allowed=always",
|
||||
"then": {
|
||||
"en": "Show reviews by default, also in sensitive themes",
|
||||
"it": "Mostra le recensioni per impostazione predefinita, anche nei temi sensibili"
|
||||
"it": "Mostra le recensioni per impostazione predefinita, anche nei temi sensibili",
|
||||
"cs": "Ve výchozím stavu ukazovat recenze, i u citlivých témat"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1243,7 +1248,8 @@
|
|||
"then": {
|
||||
"en": "Show reviews by default, except in sensitive themes (where we'll ask per feature)",
|
||||
"ca": "Mostra les ressenyes de manera predeterminada, excepte en temes sensibles (on demanarem per element)",
|
||||
"it": "Mostra le recensioni per impostazione predefinita, tranne nei temi sensibili (dove chiederemo per ogni funzionalità)"
|
||||
"it": "Mostra le recensioni per impostazione predefinita, tranne nei temi sensibili (dove chiederemo per ogni funzionalità)",
|
||||
"cs": "Ve výchozím stavu ukazovat recenze, kromě citlivých témat (kde budete na každé dotazováni)"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1251,14 +1257,16 @@
|
|||
"then": {
|
||||
"en": "Always ask before loading",
|
||||
"ca": "Sempre pregunta abans de descarregar",
|
||||
"it": "Chiedi sempre prima di caricare"
|
||||
"it": "Chiedi sempre prima di caricare",
|
||||
"cs": "Vždy se ptát před načtením"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "mapcomplete-reviews-allowed=hidden",
|
||||
"then": {
|
||||
"en": "Never show reviews at all",
|
||||
"it": "Non mostrare mai le recensioni"
|
||||
"it": "Non mostrare mai le recensioni",
|
||||
"cs": "Nikdy neukazovat žádné recenze"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -1325,7 +1333,8 @@
|
|||
"hu": "Mangrove privát kulcs importálása biztonsági mentésből",
|
||||
"es": "Importar una clave privada de Mangrove desde una copia de seguridad",
|
||||
"ca": "Importa una clau privada de mangrove des de la còpia de seguretat",
|
||||
"it": "Importa una chiave privata mangrove dal backup"
|
||||
"it": "Importa una chiave privata mangrove dal backup",
|
||||
"cs": "Importovat soukromý klíč Mangrove ze zálohy"
|
||||
}
|
||||
},
|
||||
"after": {
|
||||
|
@ -1337,7 +1346,9 @@
|
|||
"uk": "Завантаження приватного ключа видаляє ваш поточний приватний ключ. Якщо ви робили відгуки з його допомогою, спочатку завантажте поточний приватний ключ",
|
||||
"es": "Subir una clave privada borra tu clave privada actual. Si hiciste revisiones con ella, descarga primero tu clave privada actual",
|
||||
"ca": "Pujar una clau privada esborra la clau privada actual. Si heu fet comentaris amb ell, baixeu primer la vostra clau privada actual",
|
||||
"it": "Il caricamento di una chiave privata cancella la tua chiave privata attuale. Se hai fatto recensioni con essa, scarica prima la tua chiave privata attuale"
|
||||
"it": "Il caricamento di una chiave privata cancella la tua chiave privata attuale. Se hai fatto recensioni con essa, scarica prima la tua chiave privata attuale",
|
||||
"cs": "Nahrání soukromého klíče vymaže váš aktuální soukromý klíč. Pokud jste s ním dříve vkládali recenze, nejdřív si aktuální klíč stáhněte k sobě",
|
||||
"fr": "Charger une clé privée écrasera votre clé privée actuelle. Si vous avez réalisé des vérifications avec votre clé privée actuelle, téléchargez la d'abord"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1601,7 +1612,8 @@
|
|||
"uk": "<h3>Опції налагодження</h3>",
|
||||
"es": "<h3>Opciones de depuración</h3>",
|
||||
"ca": "<h3>Opcions de depuració</h3>",
|
||||
"it": "<h3>Opzioni di debug</h3>"
|
||||
"it": "<h3>Opzioni di debug</h3>",
|
||||
"cs": "<h3>Ladicí volby</h3>"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1616,7 +1628,8 @@
|
|||
"hu": "Gyorsítótárak törlése",
|
||||
"es": "Limpiar cachés",
|
||||
"ca": "Neteja les memòries cau",
|
||||
"it": "Cancella cache"
|
||||
"it": "Cancella cache",
|
||||
"cs": "Vymazat cache"
|
||||
}
|
||||
},
|
||||
"after": {
|
||||
|
@ -1723,7 +1736,8 @@
|
|||
"en": "GPS and gyroscope data",
|
||||
"ca": "Dades GPS i giroscopi",
|
||||
"de": "GPS- und Gyroskopdaten",
|
||||
"it": "Dati GPS e giroscopio"
|
||||
"it": "Dati GPS e giroscopio",
|
||||
"cs": "Data z GPS a gyroskopu"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1755,7 +1769,8 @@
|
|||
"en": "Debug information",
|
||||
"ca": "Informació de depuració",
|
||||
"de": "Fehlerbehebungsinformationen",
|
||||
"it": "Informazioni di debug"
|
||||
"it": "Informazioni di debug",
|
||||
"cs": "Ladicí informace"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1786,7 +1801,8 @@
|
|||
"en": "Debug information about local storage",
|
||||
"ca": "Depuració de la informació sobre l'emmagatzematge local",
|
||||
"de": "Fehlerbehebungsinformationen über den lokalen Speicher",
|
||||
"it": "Informazioni di debug sullo storage locale"
|
||||
"it": "Informazioni di debug sullo storage locale",
|
||||
"cs": "Ladicí informace o místním úložišti"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -252,7 +252,8 @@
|
|||
"cs": "Je zahrada zastíněná nebo slunná?",
|
||||
"ca": "El jardí està al sol o a l'ombra?",
|
||||
"pl": "Czy ogród jest zacieniony czy słoneczny?",
|
||||
"ko": "정원이 그늘진 곳에 있나요, 아니면 햇볕이 잘 드는 곳에 있나요?"
|
||||
"ko": "정원이 그늘진 곳에 있나요, 아니면 햇볕이 잘 드는 곳에 있나요?",
|
||||
"zh_Hant": "這個花園有遮蔭還是有日照?"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -457,7 +458,8 @@
|
|||
"cs": "Jaké druhy rostlin zde rostou?",
|
||||
"ca": "Quin tipus de plantes creixen aquí?",
|
||||
"pl": "Jakie rośliny tu rosną?",
|
||||
"ko": "어떤 종류의 식물이 이곳에서 자랍니까?"
|
||||
"ko": "어떤 종류의 식물이 이곳에서 자랍니까?",
|
||||
"zh_Hant": "這裡生長什麼類型的植物?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -533,7 +535,8 @@
|
|||
"es": "Hay plantas tapizantes",
|
||||
"ca": "Hi ha plantes que cobreixen el sòl",
|
||||
"pl": "Istnieją rośliny okrywowe",
|
||||
"ko": "땅을 덮는 식물이 있습니다"
|
||||
"ko": "땅을 덮는 식물이 있습니다",
|
||||
"zh_Hant": "有遮蔭的植物"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
"uk": "Вогнища та барбекю",
|
||||
"nl": "Haarden en barbecues",
|
||||
"ko": "화로와 바비큐 시설",
|
||||
"it": "Focolari e barbecue"
|
||||
"it": "Focolari e barbecue",
|
||||
"zh_Hant": "火爐以及烤肉架"
|
||||
},
|
||||
"description": {
|
||||
"de": "Stelle im Freien zum Feuermachen oder ein ortsfest installierter Grill an einer offizielle Stelle.",
|
||||
|
@ -22,7 +23,8 @@
|
|||
"nl": "Buitenruimte om een vuur te maken of een vaste barbecue op een officiële plaats.",
|
||||
"fr": "Lieu extérieur pour faire un feu ou barbecue fixe dans un lieu officiel.",
|
||||
"ko": "인가된 장소에 있는 바베큐 시설과 불을 사용할 수 있는 야외 공간.",
|
||||
"it": "Luogo all'aperto per fare un fuoco o un barbecue fisso in un luogo ufficiale."
|
||||
"it": "Luogo all'aperto per fare un fuoco o un barbecue fisso in un luogo ufficiale.",
|
||||
"zh_Hant": "室外可以生火的地方或是正式場合的固定烤肉設施。"
|
||||
},
|
||||
"icon": "./assets/layers/assembly_point/fire.svg",
|
||||
"layers": [
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
"uk": "Примарні знаки",
|
||||
"nl": "Spookreclames",
|
||||
"ko": "고스트 사인",
|
||||
"it": "Insegne Fantasma"
|
||||
"it": "Insegne Fantasma",
|
||||
"zh_Hant": "有鬼標誌"
|
||||
},
|
||||
"description": {
|
||||
"en": "A map showing disused signs on buildings",
|
||||
|
@ -57,7 +58,8 @@
|
|||
"fr": "Est-ce que cette œuvre d'art est une publicité historique ?",
|
||||
"nl": "Is dit kunstwerk een historische advertentie?",
|
||||
"ko": "이 예술 작품은 역사적인 상징입니까?",
|
||||
"it": "Questa opera d'arte è una pubblicità storica?"
|
||||
"it": "Questa opera d'arte è una pubblicità storica?",
|
||||
"zh_Hant": "這個藝術品是歷史廣告嗎?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
|
|
@ -24,7 +24,8 @@
|
|||
"cs": "Mapa s bezlepkovými položkami vytvořená pomocí crowdsourcingu",
|
||||
"uk": "Колективна мапа з безглютеновими продуктами",
|
||||
"nl": "Een gecrowdsourcete kaart met glutenvrije artikelen",
|
||||
"ko": "글루텐프리 제품이 있는 크라우드소싱 지도입니다"
|
||||
"ko": "글루텐프리 제품이 있는 크라우드소싱 지도입니다",
|
||||
"zh_Hant": "群眾共編無麩質標示地圖"
|
||||
},
|
||||
"icon": "./assets/layers/questions/glutenfree.svg",
|
||||
"layers": [
|
||||
|
|
|
@ -15,7 +15,8 @@
|
|||
"cs": "Toto téma je pokusem o automatizaci importu GRB.",
|
||||
"pl": "Ten temat jest próbą pomocy w automatyzacji importu GRB.",
|
||||
"ko": "GRB 데이터를 효율적으로 가져오도록 돕기 위한 테마입니다.",
|
||||
"it": "Questo tema è un tentativo di aiutare l'automazione dell'importazione GRB."
|
||||
"it": "Questo tema è un tentativo di aiutare l'automazione dell'importazione GRB.",
|
||||
"zh_Hant": "這個主題是企圖自動化GRB匯入。"
|
||||
},
|
||||
"shortDescription": {
|
||||
"nl": "Grb import helper tool"
|
||||
|
@ -65,7 +66,8 @@
|
|||
"ca": "Quin tipus d'edifici és aquest?",
|
||||
"pl": "Jaki to rodzaj budynku?",
|
||||
"ko": "어떤 종류의 건물입니까?",
|
||||
"it": "Che tipo di edificio è questo?"
|
||||
"it": "Che tipo di edificio è questo?",
|
||||
"zh_Hant": "這邊是什麼類型的建築?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -170,7 +172,8 @@
|
|||
"pl": "Został zaimportowany z GRB, numer referencyjny to {source:geometry:ref}",
|
||||
"nl": "Werd geïmporteerd vanuit GRB, het referentienummer is {source:geometry:ref}",
|
||||
"ko": "GRB에서 가져왔으며, 조회 번호는 {source:geometry:ref}입니다",
|
||||
"it": "È stato importato da GRB, il numero di riferimento è {source:geometry:ref}"
|
||||
"it": "È stato importato da GRB, il numero di riferimento è {source:geometry:ref}",
|
||||
"zh_Hant": "已經從GRB匯入,編號是{source:geometry:ref}"
|
||||
},
|
||||
"condition": "source:geometry:ref~*"
|
||||
},
|
||||
|
@ -342,7 +345,8 @@
|
|||
"ca": "Encara no s'han calculat les metaetiquetes... Torneu a obrir aquesta finestra emergent",
|
||||
"pl": "Jeszcze nie obliczono metaznaczników... Otwórz to okienko ponownie",
|
||||
"ko": "메타태그를 아직 계산하지 못했습니다..팝업을 다시 실행해 주세요",
|
||||
"it": "Non sono ancora stati calcolati i metatag... Riapri questo popup"
|
||||
"it": "Non sono ancora stati calcolati i metatag... Riapri questo popup",
|
||||
"zh_Hant": "還沒有計算中介標籤…再次開啟跳出視窗"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -365,7 +369,8 @@
|
|||
"ca": "Aquest edifici té forats i està modelat com una relació. Com a tal, no es pot combinar. Combineu-lo manualment mitjançant <a href='https://buildings.osm.be/#/'>el lloc d'exportació de l'edifici</a> {open_in_josm()}",
|
||||
"pl": "Budynek ten ma dziury i jest modelowany jako relacja. W związku z tym nie można go łączyć. Połącz to ręcznie za pomocą <a href='https://buildings.osm.be/#/'>strony eksportu budynków</a> {open_in_josm()}",
|
||||
"ko": "이 건물 구조 내에 비어 있는 공간이 있으며 Relation 데이터 구조를 통해 모델링 되었습니다. 따라서 자동 병합이 불가능합니다. <a href='https://buildings.osm.be/#/'>건물 내보내기 사이트를 통해 수동으로 병합하십시오.</a>{open_in_josm()}",
|
||||
"it": "Questo edificio ha dei buchi ed è modellato come una relazione. Come tale, non può essere unito. Uniscilo manualmente tramite <a href='https://buildings.osm.be/#/'>il sito di esportazione degli edifici</a> {open_in_josm()}"
|
||||
"it": "Questo edificio ha dei buchi ed è modellato come una relazione. Come tale, non può essere unito. Uniscilo manualmente tramite <a href='https://buildings.osm.be/#/'>il sito di esportazione degli edifici</a> {open_in_josm()}",
|
||||
"zh_Hant": "這棟建築有中庭而且用關聯繪製。如果是這樣,並沒有辦法整合,需要透過<a href='https://buildings.osm.be/#/'>手動整合建築匯出站</a> {open_in_josm()}"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -692,7 +697,8 @@
|
|||
"render": {
|
||||
"en": "Profile mention obligated",
|
||||
"nl": "Link op profiel verplicht",
|
||||
"it": "Menzione del profilo obbligatoria"
|
||||
"it": "Menzione del profilo obbligatoria",
|
||||
"zh_Hant": "個人檔案義務"
|
||||
}
|
||||
},
|
||||
"body": [
|
||||
|
@ -704,13 +710,16 @@
|
|||
"text": {
|
||||
"en": "Edit your user profile",
|
||||
"nl": "Pas je profiel aan",
|
||||
"it": "Modifica il tuo profilo utente"
|
||||
"it": "Modifica il tuo profilo utente",
|
||||
"cs": "Upravit váš uživatelský profil",
|
||||
"zh_Hant": "編輯你的個人檔案"
|
||||
}
|
||||
},
|
||||
"after": {
|
||||
"en": "to include the link <span class='literal-code'>https://wiki.openstreetmap.org/wiki/WikiProject_Belgium/Building_and_address_import</code>",
|
||||
"nl": " en voeg deze link toe: <span class='literal-code'>https://wiki.openstreetmap.org/wiki/WikiProject_Belgium/Building_and_address_import</code>",
|
||||
"it": "per includere il link <span class='literal-code'>https://wiki.openstreetmap.org/wiki/WikiProject_Belgium/Building_and_address_import</code>"
|
||||
"it": "per includere il link <span class='literal-code'>https://wiki.openstreetmap.org/wiki/WikiProject_Belgium/Building_and_address_import</code>",
|
||||
"zh_Hant": "要包括連結 <span class='literal-code'>https://wiki.openstreetmap.org/wiki/WikiProject_Belgium/Building_and_address_import</code>"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -723,7 +732,9 @@
|
|||
"message": {
|
||||
"en": "Reload your profile",
|
||||
"nl": "Herlaad je profiel",
|
||||
"it": "Ricarica il tuo profilo"
|
||||
"it": "Ricarica il tuo profilo",
|
||||
"cs": "Znovu načíst váš profil",
|
||||
"zh_Hant": "重新載入你的個人檔案"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,7 +23,8 @@
|
|||
"uk": "Орієнтири (також відомі як вказівні стовпчики) часто зустрічаються вздовж офіційних пішохідних, велосипедних, лижних або кінних маршрутів, щоб вказати напрямок до різних пунктів призначення. Крім того, вони часто названі на честь регіону або місця і показують висоту над рівнем моря.\n\nПоложення вказівника може використовуватися пішоходом/велосипедистом/вершником/лижником як підтвердження поточного положення, особливо якщо він користується друкованою картою без GPS-приймача. ",
|
||||
"nl": "Wegwijzers (ook wel handwijzer genoemd) zijn vaak te vinden langs officiële wandel-, fiets-, ski- of paardrijroutes om de richtingen naar verschillende bestemmingen aan te geven. Vaak zijn ze vernoemd naar een regio of plaats en geven ze de hoogte aan.\n\nDe positie van een wegwijzer kan door een wandelaar/fietser/renner/skiër worden gebruikt als bevestiging van de huidige positie, vooral als ze een gedrukte kaart zonder GPS-ontvanger gebruiken. ",
|
||||
"ko": "표지판(길 안내 표지 혹은 안내서라고 알려져 있다)은 공식적인 하이킹, 자전거 타기, 스키 또는 승마 경로를 따라 자주 발견되며, 다양한 목적지로 가는 방향을 나타냅니다. 또한, 종종 특정 지역이나 장소의 이름을 따서불리기도 하며 고도를 표시하기도 합니다.\n\n이 표지판의 위치는 하이커, 자전거 이용자, 승마자 또는 스키를 타는 사람의 현재 위치를 확인하는 데 사용됩니다. 특히 GPS 수신기가 없는 상태에서 종이 지도를 사용할 때 매우 유용합니다. ",
|
||||
"it": "I segnavia (noti anche come indicatori di direzione) si trovano spesso lungo i percorsi ufficiali di escursionismo, ciclismo, sci o equitazione per indicare le direzioni verso diverse destinazioni. Inoltre, sono spesso denominati in base a una regione o luogo e mostrano l'altitudine.\n\nLa posizione di un segnavia può essere utilizzata da un escursionista/ciclista/cavaliere/sciatore come conferma della posizione attuale, specialmente se utilizza una mappa stampata senza un ricevitore GPS."
|
||||
"it": "I segnavia (noti anche come indicatori di direzione) si trovano spesso lungo i percorsi ufficiali di escursionismo, ciclismo, sci o equitazione per indicare le direzioni verso diverse destinazioni. Inoltre, sono spesso denominati in base a una regione o luogo e mostrano l'altitudine.\n\nLa posizione di un segnavia può essere utilizzata da un escursionista/ciclista/cavaliere/sciatore come conferma della posizione attuale, specialmente se utilizza una mappa stampata senza un ricevitore GPS.",
|
||||
"zh_Hant": "指示牌 (又稱為指標) 常在官方登山、單車或是滑雪還是騎馬路線沿線,指示不同目的地的方向。除此之外,也常以當地名稱或是地點來顯示海拔高度。\n\n指示牌的位置常被登山客/單車騎士/騎馬騎士/滑雪者拿來參考,特別是採用紙本地圖而無GPS接受器的情形。 "
|
||||
},
|
||||
"icon": "./assets/layers/guidepost/guidepost.svg",
|
||||
"layers": [
|
||||
|
|
|
@ -33,7 +33,8 @@
|
|||
"pl": "Na tej mapie pokazane są różne elementy związane z opieką zdrowotną",
|
||||
"it": "Su questa mappa sono mostrati vari elementi relativi all'assistenza sanitaria",
|
||||
"uk": "На цій мапі показані різні обʼєкти, повʼязані з охороною здоровʼя",
|
||||
"ko": "이 지도에서는 다양한 의료 관련 항목이 표시됩니다"
|
||||
"ko": "이 지도에서는 다양한 의료 관련 항목이 표시됩니다",
|
||||
"zh_Hant": "在這份地圖上,不同的醫療設施會顯示在地圖上"
|
||||
},
|
||||
"icon": "./assets/layers/doctors/doctors.svg",
|
||||
"startZoom": 16,
|
||||
|
|
|
@ -1,10 +1,14 @@
|
|||
{
|
||||
"id": "historic_aircraft",
|
||||
"title": {
|
||||
"en": "Historic aircraft"
|
||||
"en": "Historic aircraft",
|
||||
"cs": "Historické letadlo",
|
||||
"zh_Hant": "歷史飛機"
|
||||
},
|
||||
"description": {
|
||||
"en": "A map showing all historic, permanently installed aircraft. The aircraft can be in a museum, an artwork or a memorial."
|
||||
"en": "A map showing all historic, permanently installed aircraft. The aircraft can be in a museum, an artwork or a memorial.",
|
||||
"cs": "Mapa ukazující historické, trvale instalované letadlo. Letadlo může být v muzeu, v rámci uměleckého díla nebo pomníku.",
|
||||
"zh_Hant": "顯示所有歷史物件,永久陳列的飛機。而飛機可以是博物館、藝術品或是紀念碑。"
|
||||
},
|
||||
"icon": "./assets/svg/airport.svg",
|
||||
"layers": [
|
||||
|
|
|
@ -1,10 +1,14 @@
|
|||
{
|
||||
"id": "historic_rolling_stock",
|
||||
"title": {
|
||||
"en": "Historic rolling stock"
|
||||
"en": "Historic rolling stock",
|
||||
"cs": "Historické železniční vozidlo",
|
||||
"zh_Hant": "歷史火車"
|
||||
},
|
||||
"description": {
|
||||
"en": "A map showing all historic, permanently installed rolling stock, such as locomitives and railway carriages, e.g. in a museum, an artwork or a memorial."
|
||||
"en": "A map showing all historic, permanently installed rolling stock, such as locomitives and railway carriages, e.g. in a museum, an artwork or a memorial.",
|
||||
"cs": "Mapa ukazující historické, trvale instalované železniční vozidlo, kupříkladu lokomotivu nebo železniční vůz, např. v muzeu, v rámci uměleckého díla nebo pomníku.",
|
||||
"zh_Hant": "顯示所有歷史,永久安裝的火車,如火車頭與車廂,例如在博物館、公共藝術或是紀念碑型式的地圖。"
|
||||
},
|
||||
"icon": "./assets/layers/historic_rolling_stock/steam_locomotive.svg",
|
||||
"layers": [
|
||||
|
|
|
@ -34,7 +34,8 @@
|
|||
"pl": "Na tej mapie znajdziesz hotele w Twojej okolicy",
|
||||
"it": "Su questa mappa troverai gli hotel nella tua zona",
|
||||
"uk": "На цій мапі ви знайдете готелі поруч з вами",
|
||||
"ko": "이 지도에서는 해당 지역의 호텔을 확인할 수 있습니다"
|
||||
"ko": "이 지도에서는 해당 지역의 호텔을 확인할 수 있습니다",
|
||||
"zh_Hant": "在這份地圖上,你會找到你所在區域的旅館"
|
||||
},
|
||||
"icon": "./assets/layers/tourism_accomodation/hotel.svg",
|
||||
"startZoom": 13,
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
"fr": "Glace",
|
||||
"nl": "IJs",
|
||||
"ko": "아이스크림",
|
||||
"cy": "Hufen Iâ"
|
||||
"cy": "Hufen Iâ",
|
||||
"zh_Hant": "冰淇淋"
|
||||
},
|
||||
"description": {
|
||||
"en": "A map showing ice cream parlors and ice cream vending machines",
|
||||
|
@ -24,7 +25,8 @@
|
|||
"es": "Un mapa que muestra heladerías y máquinas expendedoras de helados",
|
||||
"it": "Una mappa che mostra gelaterie e distributori automatici di gelati",
|
||||
"nl": "Een kaart met ijssalons en ijsautomaten",
|
||||
"ko": "아이스크림 가게와 아이스크림 자판기를 표시하는 지도입니다"
|
||||
"ko": "아이스크림 가게와 아이스크림 자판기를 표시하는 지도입니다",
|
||||
"zh_Hant": "顯示冰淇淋小飯與冰淇淋販賣機的地圖"
|
||||
},
|
||||
"icon": "./assets/layers/ice_cream/ice_cream.svg",
|
||||
"layers": [
|
||||
|
|
|
@ -34,7 +34,8 @@
|
|||
"pl": "Na tej mapie pokazane są publicznie dostępne miejsca w pomieszczeniach zamkniętych",
|
||||
"it": "Su questa mappa sono mostrati luoghi interni accessibili al pubblico",
|
||||
"uk": "На цій мапі показані загальнодоступні плани приміщень",
|
||||
"ko": "이 지도에서는 누구나 접근 가능한 실내 장소가 표시됩니다"
|
||||
"ko": "이 지도에서는 누구나 접근 가능한 실내 장소가 표시됩니다",
|
||||
"zh_Hant": "在這份地圖上顯示有公開的室內地點"
|
||||
},
|
||||
"icon": "./assets/layers/entrance/entrance.svg",
|
||||
"startZoom": 14,
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
"cs": "Hmyzí hotely",
|
||||
"ko": "곤충 호텔",
|
||||
"uk": "Готелі для комах",
|
||||
"it": "Hotel per Insetti"
|
||||
"it": "Hotel per Insetti",
|
||||
"zh_Hant": "昆蟲旅館"
|
||||
},
|
||||
"description": {
|
||||
"en": "Insect hotels provide shelter for insects.",
|
||||
|
@ -16,7 +17,8 @@
|
|||
"cs": "Hmyzí hotely poskytují hmyzu úkryt.",
|
||||
"ko": "곤충 호텔은 곤충들에게 쉼터를 제공합니다.",
|
||||
"uk": "Готелі для комах надають притулок комахам.",
|
||||
"it": "Gli hotel per insetti forniscono riparo agli insetti."
|
||||
"it": "Gli hotel per insetti forniscono riparo agli insetti.",
|
||||
"zh_Hant": "昆蟲旅館提供昆蟲的譬護所。"
|
||||
},
|
||||
"icon": "./assets/layers/insect_hotel/insect_hotel.svg",
|
||||
"layers": [
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
"hu": "Minden képpel rendelkező térképobjektum",
|
||||
"nl": "Alle items met afbeeldingen",
|
||||
"ko": "모든 요소는 이미지를 가지고 있습니다",
|
||||
"it": "Tutti gli elementi con immagini"
|
||||
"it": "Tutti gli elementi con immagini",
|
||||
"zh_Hant": "所有帶影像的物件"
|
||||
},
|
||||
"description": {
|
||||
"en": "A map showing all items on OSM which have an image. This theme is a very bad fit for MapComplete as someone is not able to directly add a picture. However, this theme is mostly here to include this all into the database, which'll allow this to quickly fetch images nearby for other features",
|
||||
|
@ -17,7 +18,8 @@
|
|||
"cs": "Mapa zobrazující všechny položky v OSM, které mají obrázek. Toto téma je pro MapComplete velmi nevhodné, protože někdo nemůže přímo přidat obrázek. Nicméně toto téma je zde hlavně proto, aby to vše zahrnovalo do databáze, což umožní rychle načítat obrázky v okolí pro další funkce",
|
||||
"nl": "Een kaart die alle items op OSM toont die een afbeelding hebben. Dit thema past heel slecht bij MapComplete omdat het niet mogelijk is een afbeelding toe te voegen. Dit thema is er vooral om alles in de database op te nemen, waardoor het snel afbeeldingen in de buurt kan ophalen voor andere functies",
|
||||
"ko": "이미지가 포함된 OSM의 모든 항목을 표시하는 지도입니다. 이 테마는 사용자가 직접 사진을 추가할 수 없기 때문에 MapComplete와 잘 맞지 않을 수 있습니다. 그러나 이러한 모든 데이터를 데이터베이스에 포함시켜, 다른 기능에서 근처의 이미지를 빠르게 가져올 수 있도록 하는 것이 이 테마의 주요 목적입니다",
|
||||
"it": "Una mappa che mostra tutti gli elementi su OSM che hanno un'immagine. Questo tema è poco adatto per MapComplete poiché non è possibile aggiungere direttamente un'immagine. Tuttavia, questo tema è principalmente qui per includere tutto nel database, il che permetterà di recuperare rapidamente immagini nelle vicinanze per altre funzionalità"
|
||||
"it": "Una mappa che mostra tutti gli elementi su OSM che hanno un'immagine. Questo tema è poco adatto per MapComplete poiché non è possibile aggiungere direttamente un'immagine. Tuttavia, questo tema è principalmente qui per includere tutto nel database, il che permetterà di recuperare rapidamente immagini nelle vicinanze per altre funzionalità",
|
||||
"zh_Hant": "顯示所有在OSM帶影像的物件的地圖。這個主題並不是最符合MapComplete的主題,因為並沒有辦法直接添加圖片。然而,這個主題卻能包含在資料庫當中,能夠快速截取附近其他圖徵的圖片"
|
||||
},
|
||||
"icon": "./assets/layers/item_with_image/camera.svg",
|
||||
"hideFromOverview": true,
|
||||
|
|
|
@ -16,7 +16,8 @@
|
|||
"uk": "Бордюри та переходи",
|
||||
"ko": "보도 경계석 그리고 횡단보도",
|
||||
"cy": "Cyrbiau a chroesfannau",
|
||||
"it": "Cordoli e attraversamenti"
|
||||
"it": "Cordoli e attraversamenti",
|
||||
"zh_Hant": "路緣與穿越道"
|
||||
},
|
||||
"description": {
|
||||
"en": "A map showing kerbs and crossings.",
|
||||
|
@ -31,7 +32,8 @@
|
|||
"pl": "Mapa pokazująca krawężniki i przejścia.",
|
||||
"uk": "Мапа з позначенням бордюрів та пішохідних переходів.",
|
||||
"ko": "보도 경계석과 횡단보도를 표시하는 지도입니다.",
|
||||
"it": "Una mappa che mostra cordoli e attraversamenti."
|
||||
"it": "Una mappa che mostra cordoli e attraversamenti.",
|
||||
"zh_Hant": "顯示路緣與穿越道的地圖。"
|
||||
},
|
||||
"icon": "./assets/layers/kerbs/KerbIcon.svg",
|
||||
"startZoom": 19,
|
||||
|
@ -70,7 +72,8 @@
|
|||
"pl": "przejście",
|
||||
"it": "un attraversamento",
|
||||
"ko": "횡단보도",
|
||||
"cy": "croesfan"
|
||||
"cy": "croesfan",
|
||||
"zh_Hant": "穿越道"
|
||||
},
|
||||
"tags": [
|
||||
"highway=crossing"
|
||||
|
@ -86,7 +89,8 @@
|
|||
"pl": "Przejście dla pieszych i/lub przejazd dla rowerów",
|
||||
"cs": "Přechod pro chodce a/nebo cyklisty",
|
||||
"it": "Attraversamento per pedoni e/o ciclisti",
|
||||
"ko": "보행자 및/또는 자전거 이용자를 위한 횡단보도"
|
||||
"ko": "보행자 및/또는 자전거 이용자를 위한 횡단보도",
|
||||
"zh_Hant": "行人與/或單車騎士的穿越處"
|
||||
},
|
||||
"snapToLayer": [
|
||||
"cycleways_and_roads"
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
"uk": "Магазини та ресторани без лактози",
|
||||
"nl": "Lactosevrije winkels en restaurants",
|
||||
"ko": "무유당 제품 상점과 식당",
|
||||
"it": "Negozi e ristoranti senza lattosio"
|
||||
"it": "Negozi e ristoranti senza lattosio",
|
||||
"zh_Hant": "無麩質商冢與餐廳"
|
||||
},
|
||||
"description": {
|
||||
"en": "A crowdsourced map with lactose free shops and restaurants",
|
||||
|
@ -21,7 +22,8 @@
|
|||
"uk": "Колективна мапа з магазинами та ресторанами з безлактозними продуктами",
|
||||
"nl": "Een gecrowdsourcete kaart met lactosevrije winkels en restaurants",
|
||||
"ko": "무유당 제품을 판매하는 상점과 식당을 표시하는 크라우드소싱 지도입니다",
|
||||
"it": "Una mappa collaborativa con negozi e ristoranti senza lattosio"
|
||||
"it": "Una mappa collaborativa con negozi e ristoranti senza lattosio",
|
||||
"zh_Hant": "無麩質商店與餐廳的群眾共編地圖"
|
||||
},
|
||||
"icon": "./assets/layers/questions/lactose_free.svg",
|
||||
"layers": [
|
||||
|
|
|
@ -12,7 +12,8 @@
|
|||
"uk": "Маяки",
|
||||
"fr": "Phares",
|
||||
"nl": "Vuurtorens",
|
||||
"ko": "등대"
|
||||
"ko": "등대",
|
||||
"zh_Hant": "燈塔"
|
||||
},
|
||||
"description": {
|
||||
"en": "Lighthouses are tall buildings with a light on top to guide marine traffic.",
|
||||
|
@ -23,7 +24,8 @@
|
|||
"uk": "Маяки - це високі будівлі зі світлом на вершині, що спрямовують морський рух.",
|
||||
"fr": "Les phares sont des hauts bâtiments avec une lumière au sommet pour guider le trafic maritime.",
|
||||
"nl": "Vuurtorens zijn hoge gebouwen met een licht erop om het scheepvaartverkeer te leiden.",
|
||||
"ko": "등대는 해상 교통을 안내하기 위해 꼭대기에 불빛이 있는 높은 건물입니다."
|
||||
"ko": "등대는 해상 교통을 안내하기 위해 꼭대기에 불빛이 있는 높은 건물입니다.",
|
||||
"zh_Hant": "燈塔是高塔最高處有打燈,用光線指引船舶交通。"
|
||||
},
|
||||
"icon": "./assets/themes/lighthouses/lighthouse.svg",
|
||||
"startLat": 51.33884,
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
"fr": "Modifications faites avec MapComplete",
|
||||
"nl": "Wijzigingen gemaakt met MapComplete",
|
||||
"ko": "MapComplete로 이루어진 변경 사항",
|
||||
"it": "Modifiche fatte con MapComplete"
|
||||
"it": "Modifiche fatte con MapComplete",
|
||||
"zh_Hant": "由MapComplete進行的變動"
|
||||
},
|
||||
"shortDescription": {
|
||||
"en": "Shows changes made by MapComplete",
|
||||
|
@ -18,7 +19,8 @@
|
|||
"fr": "Afficher les modifications faites avec MapComplete",
|
||||
"nl": "Toont wijzigingen gemaakt met MapComplete",
|
||||
"ko": "MapComplete를 통해 이루어진 변경 사항을 표시합니다",
|
||||
"it": "Mostra le modifiche fatte con MapComplete"
|
||||
"it": "Mostra le modifiche fatte con MapComplete",
|
||||
"zh_Hant": "顯示由MapComplete進行的變動"
|
||||
},
|
||||
"description": {
|
||||
"en": "This maps shows all the changes made with MapComplete",
|
||||
|
@ -29,7 +31,8 @@
|
|||
"fr": "Cette carte montre tous les changements effectués avec MapComplete",
|
||||
"nl": "Deze kaarten tonen alle wijzigingen die zijn gemaakt met MapComplete",
|
||||
"ko": "이 지도는 MapComplete를 사용하여 이루어진 모든 변경 사항을 표시합니다",
|
||||
"it": "Questa mappa mostra tutte le modifiche effettuate con MapComplete"
|
||||
"it": "Questa mappa mostra tutte le modifiche effettuate con MapComplete",
|
||||
"zh_Hant": "這個地圖顯示所有用MapComplete做出的改變"
|
||||
},
|
||||
"icon": "./assets/svg/logo.svg",
|
||||
"hideFromOverview": true,
|
||||
|
@ -47,7 +50,8 @@
|
|||
"nl": "Changeset centra",
|
||||
"cs": "Changeset centra",
|
||||
"ko": "주요 변경 사항",
|
||||
"it": "Centri di changeset"
|
||||
"it": "Centri di changeset",
|
||||
"zh_Hant": "變更集的中心位置"
|
||||
},
|
||||
"minzoom": 0,
|
||||
"source": {
|
||||
|
@ -63,7 +67,8 @@
|
|||
"es": "Conjunto de cambios para {theme}",
|
||||
"nl": "Changeset voor {theme}",
|
||||
"ko": "{theme}에 대한 변경 사항",
|
||||
"it": "Changeset per {theme}"
|
||||
"it": "Changeset per {theme}",
|
||||
"zh_Hant": "{theme} 的變更集"
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
|
@ -73,7 +78,8 @@
|
|||
"cs": "Zobrazí všechny změny MapComplete",
|
||||
"nl": "Toon alle MapComplete-wijzigingen",
|
||||
"ko": "MapComplete의 모든 변화 보기",
|
||||
"it": "Mostra tutte le modifiche di MapComplete"
|
||||
"it": "Mostra tutte le modifiche di MapComplete",
|
||||
"zh_Hant": "顯示所有用MapComplete做出的變動"
|
||||
},
|
||||
"tagRenderings": [
|
||||
{
|
||||
|
@ -85,7 +91,8 @@
|
|||
"es": "Conjunto de cambios <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>",
|
||||
"nl": "Changeset <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>",
|
||||
"ko": "변경사항<a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>",
|
||||
"it": "Changeset <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
|
||||
"it": "Changeset <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>",
|
||||
"zh_Hant": "變更集<a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -97,7 +104,8 @@
|
|||
"es": "¿Qué colaborador realizó este cambio?",
|
||||
"nl": "Welke bijdrager maakte deze verandering?",
|
||||
"ko": "이 변화를 만든 기여자는 누구입니까?",
|
||||
"it": "Quale contributore ha fatto questa modifica?"
|
||||
"it": "Quale contributore ha fatto questa modifica?",
|
||||
"zh_Hant": "貢獻者在這一變動做了什麼?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "user"
|
||||
|
@ -110,7 +118,8 @@
|
|||
"fr": "Modification faite par <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>",
|
||||
"nl": "Wijziging aangebracht door <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>",
|
||||
"ko": "변경 사항은 <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>에 의해 만들어졌습니다",
|
||||
"it": "Modifica effettuata da <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
|
||||
"it": "Modifica effettuata da <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>",
|
||||
"zh_Hant": "由<a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>做的變動"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -122,7 +131,8 @@
|
|||
"es": "¿Qué tema se utilizó para realizar este cambio?",
|
||||
"nl": "Welk thema werd gebruikt voor deze wijziging?",
|
||||
"ko": "이 변경을 수행하는 데 무슨 테마가 사용되었나요?",
|
||||
"it": "Quale tema è stato utilizzato per effettuare questa modifica?"
|
||||
"it": "Quale tema è stato utilizzato per effettuare questa modifica?",
|
||||
"zh_Hant": "那個主題進行變動的?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "theme"
|
||||
|
@ -134,7 +144,8 @@
|
|||
"nl": "Verander met thema <a href='https://mapcomplete.org/{theme}'>{theme}</a>",
|
||||
"cs": "Změna pomocí tématu <a href='https://mapcomplete.org/{theme}'>{theme}</a>",
|
||||
"ko": "테마 변경 사항<a href='https://mapcomplete.org/{theme}'>{theme}</a>",
|
||||
"it": "Modifica con tema <a href='https://mapcomplete.org/{theme}'>{theme}</a>"
|
||||
"it": "Modifica con tema <a href='https://mapcomplete.org/{theme}'>{theme}</a>",
|
||||
"zh_Hant": "由主題改變<a href='https://mapcomplete.org/{theme}'>{theme}</a>"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -149,7 +160,8 @@
|
|||
"es": "¿En qué configuración regional (idioma) se realizó este cambio?",
|
||||
"nl": "In welke 'locale' (taal) is deze wijziging gemaakt?",
|
||||
"ko": "이 변경은 어떤 지역(언어)로 이루어졌나요?",
|
||||
"it": "In quale locale (lingua) è stata effettuata questa modifica?"
|
||||
"it": "In quale locale (lingua) è stata effettuata questa modifica?",
|
||||
"zh_Hant": "這個變動是用什麼當地 (語言)?"
|
||||
},
|
||||
"render": {
|
||||
"en": "User locale is {locale}",
|
||||
|
@ -158,7 +170,8 @@
|
|||
"es": "Configuración regional del usuario es {locale}",
|
||||
"nl": "De gebruikerstaal (locale) is {locale}",
|
||||
"ko": "사용자 지역은 {locale} 입니다",
|
||||
"it": "Il locale dell'utente è {locale}"
|
||||
"it": "Il locale dell'utente è {locale}",
|
||||
"zh_Hant": "使用者所在地是 {locale}"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -170,7 +183,8 @@
|
|||
"es": "Cambio realizado con <a href='{host}'>{host}</a>",
|
||||
"nl": "Gewijzigd met <a href='{host}'>{host}</a>",
|
||||
"ko": "<a href='{host}'>{host}</a>를 사용하여 변경되었습니다",
|
||||
"it": "Modifica effettuata con <a href='{host}'>{host}</a>"
|
||||
"it": "Modifica effettuata con <a href='{host}'>{host}</a>",
|
||||
"zh_Hant": "<a href='{host}'>{host}</a>做出的變動"
|
||||
},
|
||||
"question": {
|
||||
"en": "What host (website) was this change made with?",
|
||||
|
@ -179,7 +193,8 @@
|
|||
"es": "¿Con qué anfitrión (sitio web) se realizó este cambio?",
|
||||
"nl": "Met welke host (website) is deze wijziging gemaakt?",
|
||||
"ko": "이 변경은 어떤 호스트(웹사이트)를 사용하여 이루어졌나요?",
|
||||
"it": "Con quale host (sito web) è stata effettuata questa modifica?"
|
||||
"it": "Con quale host (sito web) è stata effettuata questa modifica?",
|
||||
"zh_Hant": "什麼主辦方 (網站) 做出這一變動?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "host"
|
||||
|
@ -202,7 +217,8 @@
|
|||
"question": {
|
||||
"en": "With what platform was the change made?",
|
||||
"cs": "S jakou platformou byly změny provedeny?",
|
||||
"it": "Con quale piattaforma è stata effettuata la modifica?"
|
||||
"it": "Con quale piattaforma è stata effettuata la modifica?",
|
||||
"zh_Hant": "那個平台進行變動?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -210,7 +226,8 @@
|
|||
"then": {
|
||||
"en": "Made on the web",
|
||||
"cs": "Vytvořeno na webu",
|
||||
"it": "Fatto sul web"
|
||||
"it": "Fatto sul web",
|
||||
"zh_Hant": "由網站進行"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -218,7 +235,8 @@
|
|||
"then": {
|
||||
"en": "Made with the android app",
|
||||
"cs": "Vytvořeno s aplikací pro Android",
|
||||
"it": "Fatto con l'app Android"
|
||||
"it": "Fatto con l'app Android",
|
||||
"zh_Hant": "由Android app進行"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -233,7 +251,8 @@
|
|||
"fr": "Quelle version de MapCompletee a été utilisée pour faire cette modification ?",
|
||||
"nl": "Welke versie van MapComplete is gebruikt voor deze wijziging?",
|
||||
"ko": "이 변경을 수행하는 데 사용된 MapComplete의 버전은 무엇인가요?",
|
||||
"it": "Quale versione di MapComplete è stata utilizzata per effettuare questa modifica?"
|
||||
"it": "Quale versione di MapComplete è stata utilizzata per effettuare questa modifica?",
|
||||
"zh_Hant": "那個版本的MapComplete用來進行改變?"
|
||||
},
|
||||
"render": {
|
||||
"en": "Made with {editor}",
|
||||
|
@ -243,7 +262,8 @@
|
|||
"fr": "Fait avec {editor}",
|
||||
"nl": "Gemaakt met {editor}",
|
||||
"ko": "{editor}에 의해 만들어졌습니다",
|
||||
"it": "Fatto con {editor}"
|
||||
"it": "Fatto con {editor}",
|
||||
"zh_Hant": "由 {editor} 進行"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "editor"
|
||||
|
@ -287,7 +307,8 @@
|
|||
"fr": "Le nom du thème contient {search}",
|
||||
"nl": "Themanaam bevat {search}",
|
||||
"ko": "테마 이름에 {search}가 포함되어 있습니다",
|
||||
"it": "Il nome del tema contiene {search}"
|
||||
"it": "Il nome del tema contiene {search}",
|
||||
"zh_Hant": "含有主題名稱 {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -310,7 +331,8 @@
|
|||
"fr": "Le nom du thème <b>ne contient pas</b> {search}",
|
||||
"nl": "Themanaam bevat <b>geen</b> {search}",
|
||||
"ko": "테마 이름에 {search}가 포함되어 있지 <b>않습니다</b>",
|
||||
"it": "Il nome del tema <b>non</b> contiene {search}"
|
||||
"it": "Il nome del tema <b>non</b> contiene {search}",
|
||||
"zh_Hant": "主題名稱<b>並不</b>包含 {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -333,7 +355,8 @@
|
|||
"fr": "Fait par le·a contributeur·trice {search}",
|
||||
"nl": "Toegevoegd door {search}",
|
||||
"ko": "기여자 {search}에 의해 만들어졌습니다",
|
||||
"it": "Fatto dal contributore {search}"
|
||||
"it": "Fatto dal contributore {search}",
|
||||
"zh_Hant": "由貢獻者進行 {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -356,7 +379,8 @@
|
|||
"fr": "<b>Pas</b> fait par le·a contributeur·trice {search}",
|
||||
"nl": "<b>Niet</b> toegevoegd door {search}",
|
||||
"ko": "<b>{search}</b> 기여자가 만든 것이 아닙니다",
|
||||
"it": "<b>Non</b> fatto dal contributore {search}"
|
||||
"it": "<b>Non</b> fatto dal contributore {search}",
|
||||
"zh_Hant": "<b>並非</b>由貢獻者進行 {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -380,7 +404,8 @@
|
|||
"fr": "Fait avant {search}",
|
||||
"nl": "Toegevoegd vóór {search}",
|
||||
"ko": "{search} 이전에 만들어졌습니다",
|
||||
"it": "Fatto prima di {search}"
|
||||
"it": "Fatto prima di {search}",
|
||||
"zh_Hant": "之前進行的 {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -404,7 +429,8 @@
|
|||
"fr": "Fait après {search}",
|
||||
"nl": "Toegevoegd na {search}",
|
||||
"ko": "{search} 이후에 만들어졌습니다",
|
||||
"it": "Fatto dopo {search}"
|
||||
"it": "Fatto dopo {search}",
|
||||
"zh_Hant": "之後進行的 {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -427,7 +453,8 @@
|
|||
"fr": "Langage utilisateur (code iso) {search}",
|
||||
"nl": "Gebruikerstaal (iso-code) {search}",
|
||||
"ko": "사용자 언어 (iso-code) {search}",
|
||||
"it": "Lingua utente (codice iso) {search}"
|
||||
"it": "Lingua utente (codice iso) {search}",
|
||||
"zh_Hant": "使用者語言 (iso-代碼) {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -449,7 +476,8 @@
|
|||
"es": "Hecho con el anfitrión {search}",
|
||||
"nl": "Gemaakt met {search}",
|
||||
"ko": "호스트 {search}에 의해 만들어졌습니다",
|
||||
"it": "Fatto con host {search}"
|
||||
"it": "Fatto con host {search}",
|
||||
"zh_Hant": "由主辦方進行 {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -465,7 +493,8 @@
|
|||
"es": "El conjunto de cambios agregó al menos una imagen",
|
||||
"ko": "주요 변경사항에 최소 하나의 이미지가 추가 되었습니다",
|
||||
"nl": "Changeset voegde minstens één afbeelding toe",
|
||||
"it": "Il changeset ha aggiunto almeno un'immagine"
|
||||
"it": "Il changeset ha aggiunto almeno un'immagine",
|
||||
"zh_Hant": "變更集必須加至少一張照片"
|
||||
},
|
||||
"osmTags": "add-image>0"
|
||||
}
|
||||
|
@ -483,7 +512,8 @@
|
|||
"es": "Excluir el tema GRB",
|
||||
"nl": "GRB-thema uitsluiten",
|
||||
"ko": "GRB 테마 제외",
|
||||
"it": "Escludi il tema GRB"
|
||||
"it": "Escludi il tema GRB",
|
||||
"zh_Hant": "排除GRB主題"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -500,7 +530,8 @@
|
|||
"es": "Excluir el tema de etimología",
|
||||
"nl": "Thema etymologie uitsluiten",
|
||||
"ko": "어원 테마 제외",
|
||||
"it": "Escludi il tema etimologia"
|
||||
"it": "Escludi il tema etimologia",
|
||||
"zh_Hant": "排除詞源主題"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -513,7 +544,8 @@
|
|||
"en": "All platforms",
|
||||
"cs": "Všechny platformy",
|
||||
"de": "Alle Plattformen",
|
||||
"it": "Tutte le piattaforme"
|
||||
"it": "Tutte le piattaforme",
|
||||
"zh_Hant": "所有平台"
|
||||
},
|
||||
"quesiton": "All platforms"
|
||||
},
|
||||
|
@ -522,7 +554,8 @@
|
|||
"en": "Made with Android",
|
||||
"cs": "Vytvořeno s Androidem",
|
||||
"de": "Mit Android erstellt",
|
||||
"it": "Fatto con Android"
|
||||
"it": "Fatto con Android",
|
||||
"zh_Hant": "由Android進行"
|
||||
},
|
||||
"osmTags": "android=yes"
|
||||
},
|
||||
|
@ -531,7 +564,8 @@
|
|||
"en": "Made on the web",
|
||||
"cs": "Vytvořeno na webu",
|
||||
"de": "Im Internet erstellt",
|
||||
"it": "Fatto sul web"
|
||||
"it": "Fatto sul web",
|
||||
"zh_Hant": "由網路上進行"
|
||||
},
|
||||
"osmTags": "android="
|
||||
}
|
||||
|
@ -554,7 +588,8 @@
|
|||
"fr": "Plus de statistiques peuvent être trouvées <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>ici</a>",
|
||||
"nl": "Meer statistieken vind je <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>hier</a>",
|
||||
"ko": "추가 통계는 <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>에서 확인할 수 있습니다</a>",
|
||||
"it": "Altre statistiche possono essere trovate <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>qui</a>"
|
||||
"it": "Altre statistiche possono essere trovate <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>qui</a>",
|
||||
"zh_Hant": "可以在<a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>這邊</a>找到更多統計資訊"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -13,7 +13,8 @@
|
|||
"hu": "Emlékművek",
|
||||
"uk": "Памʼятники",
|
||||
"ko": "기념물",
|
||||
"it": "Memoriali"
|
||||
"it": "Memoriali",
|
||||
"zh_Hant": "紀念物"
|
||||
},
|
||||
"description": {
|
||||
"en": "Memorials are physical objects permantently placed in the public space to remember a person or event. They can be a wide range of objects, such as statues, plaques, paintings, military objects (such as tanks), ...",
|
||||
|
@ -24,7 +25,8 @@
|
|||
"cs": "Památníky jsou fyzické předměty trvale umístěné na veřejném prostranství, které připomínají určitou osobu nebo událost. Může se jednat o nejrůznější předměty, jako jsou sochy, pamětní desky, obrazy, vojenské objekty (např. tanky), ...",
|
||||
"uk": "Меморіали — це фізичні обʼєкти, постійно розміщені в публічному просторі на згадку про особу чи подію. Це можуть бути найрізноманітніші обʼєкти, такі як статуї, меморіальні дошки, картини, військові обʼєкти (наприклад, танки), …",
|
||||
"ko": "기념물은 특정 인물이나 사건을 기억하기 위해 공공장소에 영구적으로 설치된 물리적 요소를 의미합니다. 기념물은 동상, 명판, 그림, 군사 장비(탱크와 같은) 등 다양한 형태일 수 있습니다.",
|
||||
"it": "I memoriali sono oggetti fisici collocati permanentemente nello spazio pubblico per ricordare una persona o un evento. Possono essere una vasta gamma di oggetti, come statue, targhe, dipinti, oggetti militari (come carri armati), ..."
|
||||
"it": "I memoriali sono oggetti fisici collocati permanentemente nello spazio pubblico per ricordare una persona o un evento. Possono essere una vasta gamma di oggetti, come statue, targhe, dipinti, oggetti militari (come carri armati), ...",
|
||||
"zh_Hant": "紀念物是在公共場合永久陳列的實體物件,用來紀念個人或是事件。有各種可能的物件,例如雕像、牌匾、繪畫、軍事物件 (例如坦克),..."
|
||||
},
|
||||
"icon": "./assets/layers/memorial/memorial.svg",
|
||||
"layers": [
|
||||
|
|
|
@ -15,7 +15,8 @@
|
|||
"ru": "Коляски",
|
||||
"uk": "На колесах",
|
||||
"ko": "휠체어 사용자 전용",
|
||||
"it": "Su Ruote"
|
||||
"it": "Su Ruote",
|
||||
"zh_Hant": "在輪椅上"
|
||||
},
|
||||
"description": {
|
||||
"en": "On this map, publicly weelchair accessible places are shown and can be easily added",
|
||||
|
@ -29,7 +30,8 @@
|
|||
"pl": "Na tej mapie pokazane są miejsca publicznie dostępne dla wózków inwalidzkich, które można łatwo dodać",
|
||||
"it": "Su questa mappa, i luoghi accessibili pubblicamente in sedia a rotelle sono mostrati e possono essere facilmente aggiunti",
|
||||
"uk": "На цій мапі показані громадські місця, доступні для осіб в інвалідних візків, їх також можна легко додати",
|
||||
"ko": "이 지도에서는 공공 장소의 휠체어를 보여주고 쉽게 추가 가능합니다"
|
||||
"ko": "이 지도에서는 공공 장소의 휠체어를 보여주고 쉽게 추가 가능합니다",
|
||||
"zh_Hant": "在這份地圖上,會顯示公開場所的輪椅可及性,並且能夠直接新增"
|
||||
},
|
||||
"icon": "./assets/themes/onwheels/crest.svg",
|
||||
"startZoom": 17,
|
||||
|
@ -55,7 +57,8 @@
|
|||
"description": {
|
||||
"en": "All objects which have entrance data mapped on the amenity instead of the entrance object",
|
||||
"cs": "Všechny objekty, které mají data vstupu mapována na vybavení namísto objektu vstupu",
|
||||
"it": "Tutti gli oggetti che hanno dati di ingresso mappati sulla struttura invece che sull'oggetto ingresso"
|
||||
"it": "Tutti gli oggetti che hanno dati di ingresso mappati sulla struttura invece che sull'oggetto ingresso",
|
||||
"zh_Hant": "所有物件必須在場所本身已經有資料而非僅僅只是加上入口物件"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
|
@ -186,7 +189,8 @@
|
|||
"ca": "Tot tipus de vorals",
|
||||
"pl": "Wszystkie rodzaje kraweżnika",
|
||||
"ko": "모든 유형의 보도 경계석",
|
||||
"it": "Tutti i tipi di cordoli"
|
||||
"it": "Tutti i tipi di cordoli",
|
||||
"zh_Hant": "所有類型的路緣"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -202,7 +206,8 @@
|
|||
"ca": "Voral elevat (>3 cm)",
|
||||
"pl": "Krawężnik podniesiony (>3 cm)",
|
||||
"ko": "높은 경계석 (3cm 이상)",
|
||||
"it": "Cordolo rialzato (>3 cm)"
|
||||
"it": "Cordolo rialzato (>3 cm)",
|
||||
"zh_Hant": "升高路緣 (>3 公分)"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -218,7 +223,8 @@
|
|||
"ca": "Voral baix (~3 cm)",
|
||||
"pl": "Krawężnik obniżony (~3 cm)",
|
||||
"ko": "낮은 경계석 ( 3cm 미만)",
|
||||
"it": "Cordolo abbassato (~3 cm)"
|
||||
"it": "Cordolo abbassato (~3 cm)",
|
||||
"zh_Hant": "降低路緣 (~3 公分)"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -234,7 +240,8 @@
|
|||
"ca": "Voral ras (~0 cm)",
|
||||
"pl": "Krawężnik zlicowany (~0cm)",
|
||||
"ko": "평평한 경계석 (0cm)",
|
||||
"it": "Cordolo a filo (~0cm)"
|
||||
"it": "Cordolo a filo (~0cm)",
|
||||
"zh_Hant": "齊平路緣 (~0 公分)"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -300,7 +307,8 @@
|
|||
"pl": "Miejsca parkingowe dla niepełnosprawnych",
|
||||
"da": "Handikapparkeringspladser",
|
||||
"it": "Parcheggi per disabili",
|
||||
"ko": "장애인 전용 주차 공간"
|
||||
"ko": "장애인 전용 주차 공간",
|
||||
"zh_Hant": "身障停車位"
|
||||
}
|
||||
},
|
||||
"hideTagRenderingsWithLabels": [
|
||||
|
@ -441,7 +449,8 @@
|
|||
"ca": "<h3>Entrades</h3>Aquest edifici té {_entrances_count} entrades:",
|
||||
"cs": "<h3>Vchody</h3>Tato budova má {_entrances_count} vchodů:",
|
||||
"es": "<h3>Entradas</h3>Este edificio tiene {_entrances_count} entradas:",
|
||||
"it": "<h3>Ingressi</h3>Questo edificio ha {_entrances_count} ingressi:"
|
||||
"it": "<h3>Ingressi</h3>Questo edificio ha {_entrances_count} ingressi:",
|
||||
"zh_Hant": "<h3>出入口</h3>這棟建築有 {_entrances_count} 個出入口:"
|
||||
},
|
||||
"after": {
|
||||
"en": "{_entrances_count_without_width_count} entrances don't have width information yet",
|
||||
|
@ -451,7 +460,8 @@
|
|||
"ca": "{_entrances_count_without_width_count} entrades encara no tenen informació d'amplada",
|
||||
"cs": "{_entrances_count_without_width_count} vchody zatím nemají informace o šířce",
|
||||
"es": "{_entrances_count_without_width_count} entradas aún no tienen información de ancho",
|
||||
"it": "{_entrances_count_without_width_count} ingressi non hanno ancora informazioni sulla larghezza dell'entrata"
|
||||
"it": "{_entrances_count_without_width_count} ingressi non hanno ancora informazioni sulla larghezza dell'entrata",
|
||||
"zh_Hant": "{_entrances_count_without_width_count} 出入口都還沒有寬度資訊"
|
||||
},
|
||||
"special": {
|
||||
"type": "multi",
|
||||
|
@ -464,7 +474,8 @@
|
|||
"ca": "Una <a href='#{id}'>entrada </a> de {canonical(width)}",
|
||||
"cs": "<a href='#{id}'>vchod</a> {canonical(width)}",
|
||||
"es": "Una <a href='#{id}'>entrada</a> de {canonical(width)}",
|
||||
"it": "un <a href='#{id}'>ingresso</a> di {canonical(width)}"
|
||||
"it": "un <a href='#{id}'>ingresso</a> di {canonical(width)}",
|
||||
"zh_Hant": "{canonical(width)} 的<a href='#{id}'>出入口</a>"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -479,7 +490,8 @@
|
|||
"ca": "No s'ha senyalitzat cap entrada",
|
||||
"cs": "Nebyl označen žádný vchod",
|
||||
"es": "No se ha marcado ninguna entrada",
|
||||
"it": "Non è stato marcato alcun ingresso"
|
||||
"it": "Non è stato marcato alcun ingresso",
|
||||
"zh_Hant": "入口還沒有標示"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -492,7 +504,8 @@
|
|||
"ca": "Cap de les {_entrance_count} entrades té informació d'amplada encara",
|
||||
"cs": "Žádný z {_entrance_count} vchodů zatím nemá informace o šířce",
|
||||
"es": "Ninguna de las {_entrance_count} entradas tiene información de ancho todavía",
|
||||
"it": "Nessuno dei {_entrance_count} ingressi ha ancora informazioni sulla larghezza dell'entrata"
|
||||
"it": "Nessuno dei {_entrance_count} ingressi ha ancora informazioni sulla larghezza dell'entrata",
|
||||
"zh_Hant": "{_entrance_count} 出入口都還沒有寬度資訊"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -19,7 +19,8 @@
|
|||
"fr": "<p><i>L'amour au creux de votre main</i></p>Open Love Map répertorie diverses informations pour adultes telles que des maisons closes, des magasins érotiques ou des clubs de strip-tease.",
|
||||
"nl": "<p><i>Liefde in de palm van je hand</i></p>Open Love Map geeft een overzicht van verschillende items voor volwassenen, zoals bordelen, erotische winkels en stripclubs.",
|
||||
"ko": "<p><i>손쉽게 찾는 성인용 시설 정보</i></p>Open Love Map은 성인용 시설 정보를 제공하며, 예를 들어 성인용품점, 유흥업소, 클럽 등을 포함합니다.",
|
||||
"it": "<p><i>L'amore nel palmo della tua mano</i></p>Open Love Map elenca varie voci per adulti, come bordelli, negozi erotici e strip club."
|
||||
"it": "<p><i>L'amore nel palmo della tua mano</i></p>Open Love Map elenca varie voci per adulti, come bordelli, negozi erotici e strip club.",
|
||||
"zh_Hant": "<p><i>情色資訊在你手中</i></p>開放情色地圖列出不同成人物件,譬如說技院、情趣用品店以及脫衣俱樂部。"
|
||||
},
|
||||
"icon": "./assets/layers/stripclub/stripclub.svg",
|
||||
"hideFromOverview": true,
|
||||
|
@ -48,7 +49,8 @@
|
|||
"fr": "Magasins érotiques",
|
||||
"nl": "Erotiekwinkels",
|
||||
"ko": "성인 용품점",
|
||||
"it": "Negozi erotici"
|
||||
"it": "Negozi erotici",
|
||||
"zh_Hant": "情趣用品店"
|
||||
},
|
||||
"=presets": [
|
||||
{
|
||||
|
@ -60,7 +62,8 @@
|
|||
"fr": "un magasin érotique",
|
||||
"nl": "een erotiekwinkel",
|
||||
"ko": "성인 용품점",
|
||||
"it": "un negozio erotico"
|
||||
"it": "un negozio erotico",
|
||||
"zh_Hant": "情越用品店"
|
||||
},
|
||||
"tags": [
|
||||
"shop=erotic"
|
||||
|
|
|
@ -2,11 +2,13 @@
|
|||
"id": "wayside_shrines",
|
||||
"title": {
|
||||
"en": "Wayside shrines",
|
||||
"it": "Edicole votive"
|
||||
"it": "Edicole votive",
|
||||
"cs": "Kapličky u cest"
|
||||
},
|
||||
"description": {
|
||||
"en": "This map shows shrines and crosses found on the side of roads and paths, and allows adding new ones",
|
||||
"it": "Questa mappa mostra edicole votive e croci trovate ai lati di strade e sentieri, e permette di aggiungerne di nuove"
|
||||
"it": "Questa mappa mostra edicole votive e croci trovate ai lati di strade e sentieri, e permette di aggiungerne di nuove",
|
||||
"cs": "Tato mapa ukazuje kapličky a kříže podél cest a stezek, a umožňuje přidat nové"
|
||||
},
|
||||
"icon": "./assets/layers/wayside_shrine/shrine.svg",
|
||||
"layers": [
|
||||
|
|
|
@ -2,11 +2,13 @@
|
|||
"id": "winter_service",
|
||||
"title": {
|
||||
"en": "Winter Service",
|
||||
"it": "Servizio Invernale"
|
||||
"it": "Servizio Invernale",
|
||||
"cs": "Zimní údržba"
|
||||
},
|
||||
"description": {
|
||||
"en": "A map showing roads and whether they're cleared in winter",
|
||||
"it": "Una mappa che mostra le strade e se vengono sgomberate in inverno"
|
||||
"it": "Una mappa che mostra le strade e se vengono sgomberate in inverno",
|
||||
"cs": "Mapa ukazující cesty a zda se v zimě udržují"
|
||||
},
|
||||
"icon": "./assets/svg/snowflake.svg",
|
||||
"credits": [
|
||||
|
@ -18,11 +20,13 @@
|
|||
"id": "serviced_streets",
|
||||
"name": {
|
||||
"en": "Serviced streets",
|
||||
"it": "Strade servite"
|
||||
"it": "Strade servite",
|
||||
"cs": "Udržované ulice"
|
||||
},
|
||||
"description": {
|
||||
"en": "Streets that have some form of winter service",
|
||||
"it": "Strade che hanno qualche forma di servizio invernale"
|
||||
"it": "Strade che hanno qualche forma di servizio invernale",
|
||||
"cs": "Ulice, které mají v zimě nějakou formu údržby"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
|
@ -43,7 +47,8 @@
|
|||
"title": {
|
||||
"render": {
|
||||
"en": "Serviced street",
|
||||
"it": "Strada servita"
|
||||
"it": "Strada servita",
|
||||
"cs": "Udržovaná ulice"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -108,14 +113,16 @@
|
|||
"id": "winter_service",
|
||||
"question": {
|
||||
"en": "Is this road serviced (e.g. cleared of snow) in winter?",
|
||||
"it": "Questa strada è servita (es. sgomberata dalla neve) in inverno?"
|
||||
"it": "Questa strada è servita (es. sgomberata dalla neve) in inverno?",
|
||||
"cs": "Udržuje se tato cesta v zimě (např. odklízením sněhu)?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "winter_service=yes",
|
||||
"then": {
|
||||
"en": "This road is serviced in winter",
|
||||
"it": "Questa strada è servita in inverno"
|
||||
"it": "Questa strada è servita in inverno",
|
||||
"cs": "Tato cesta se v zimě udržuje"
|
||||
},
|
||||
"icon": "snowflake:green"
|
||||
},
|
||||
|
@ -123,7 +130,8 @@
|
|||
"if": "winter_service=limited",
|
||||
"then": {
|
||||
"en": "This road is serviced in winter, but only to a limited extent. This is often signposted as well.",
|
||||
"it": "Questa strada è servita in inverno, ma solo in misura limitata. Questo è spesso segnalato anche con cartelli."
|
||||
"it": "Questa strada è servita in inverno, ma solo in misura limitata. Questo è spesso segnalato anche con cartelli.",
|
||||
"cs": "Tato cesta se v zimě udržuje, ale jen v omezeném rozsahu. Toto je často také uvedeno na značce."
|
||||
},
|
||||
"icon": "snowflake:yellow"
|
||||
},
|
||||
|
@ -131,7 +139,8 @@
|
|||
"if": "winter_service=no",
|
||||
"then": {
|
||||
"en": "This road is not serviced in winter",
|
||||
"it": "Questa strada non è servita in inverno"
|
||||
"it": "Questa strada non è servita in inverno",
|
||||
"cs": "Tato cesta se v zimě neudržuje"
|
||||
},
|
||||
"icon": "snowflake:red"
|
||||
}
|
||||
|
|
|
@ -2,6 +2,12 @@
|
|||
"advanced": {
|
||||
"title": "Pokročilé funkce"
|
||||
},
|
||||
"app": {
|
||||
"back": "Jít zpět do MapComplete",
|
||||
"download": "Stáhnout aplikaci",
|
||||
"intro": "MapComplete je k dispozici jako aplikace pro Android k přímému stažení. Pracujeme na to, aby byla zveřejněna i v repozitáři F-Droid.",
|
||||
"title": "Aplikace MapComplete pro Android"
|
||||
},
|
||||
"centerMessage": {
|
||||
"allFilteredAway": "Žádný objekt v zobrazení nesplňuje všechny filtry",
|
||||
"loadingData": "Načítání dat…",
|
||||
|
@ -326,6 +332,7 @@
|
|||
"openTill": "do",
|
||||
"open_24_7": "Otevřeno nepřetržitě",
|
||||
"open_during_ph": "Během státního svátku je",
|
||||
"open_until": "Zavírá v {date}",
|
||||
"opensAt": "od",
|
||||
"ph_closed": "zavřené",
|
||||
"ph_not_known": " ",
|
||||
|
@ -391,6 +398,7 @@
|
|||
"recentThemes": "Nedávno navštívené mapy",
|
||||
"recents": "Nedávno navštívená místa",
|
||||
"search": "Vyhledat místo",
|
||||
"searchShort": "Hledání…",
|
||||
"searching": "Hledání…"
|
||||
},
|
||||
"searchAnswer": "Vyhledat možnost",
|
||||
|
@ -525,6 +533,7 @@
|
|||
},
|
||||
"hotkeyDocumentation": {
|
||||
"action": "Akce",
|
||||
"addNew": "Otevřít dialog k přidání nového bodu do středu mapy",
|
||||
"closeSidebar": "Zavře postranní panel",
|
||||
"geolocate": "Posune mapu na aktuální polohu nebo ji přiblíží k aktuální poloze. Vyžaduje geooprávnění",
|
||||
"homeLocation": "Přejít na vaše domovské umístění. Funguje jen v případě, že jste si domovské umístění nastavili v uživatelských preferencích",
|
||||
|
@ -564,9 +573,13 @@
|
|||
"otherFreeform": "Uveďte, proč by měl být tento obrázek odstraněn:",
|
||||
"placeholder": "Vysvětlete, proč by měl být obrázek smazán",
|
||||
"report": {
|
||||
"blur_excess": "Obrázek obsahuje příliš mnoho rozmazání a proto není použitelný",
|
||||
"blur_missing": "Jeden nebo více obličejů nejsou správně rozmazány",
|
||||
"copyright": "Na obrázku je obsah chráněný autorským právem",
|
||||
"inappropriate": "Tento obrázek je nevhodný (obsahuje nahotu, vyzývá k nenávisti nebo není streetview)",
|
||||
"mislocated": "Tento obrázek je na nesprávném místě",
|
||||
"other": "Jiný důvod, prosím uveďte",
|
||||
"picture_low_quality": "Tento obrázek má nízkou kvalitu a není použitelný",
|
||||
"privacy": "Na obrázku je soukromý pozemek"
|
||||
},
|
||||
"requestDeletion": "Žádost o smazání obrázku",
|
||||
|
@ -601,6 +614,15 @@
|
|||
},
|
||||
"uploadFailed": "Obrázek se nepodařilo nahrát. Jste připojeni k internetu a máte povoleno rozhraní API třetích stran? Prohlížeč Brave nebo zásuvný modul uMatrix je mohou blokovat."
|
||||
},
|
||||
"imageQueue": {
|
||||
"confirmDelete": "Trvale smazat tento obrázek",
|
||||
"confirmDeleteTitle": "Smazat tento obrázek?",
|
||||
"delete": "Smazat tento obrázek",
|
||||
"intro": "Ve frontě na odeslání jsou následující obrázky",
|
||||
"menu": "Fronta na odeslání obrázků ({count})",
|
||||
"noFailedImages": "Ve frontě na odeslání nejsou aktuálně žádné obrázky",
|
||||
"retryAll": "Znovu zkusit odeslat všechny obrázky"
|
||||
},
|
||||
"importInspector": {
|
||||
"title": "Kontrola a správa poznámek k importu"
|
||||
},
|
||||
|
@ -618,6 +640,11 @@
|
|||
"recentThemes": "Naposledy navštívená témata",
|
||||
"title": "MapComplete"
|
||||
},
|
||||
"input_helpers": {
|
||||
"distance": {
|
||||
"setFirst": "Měření z aktuální pozice"
|
||||
}
|
||||
},
|
||||
"inspector": {
|
||||
"aggregateView": "Sdružit",
|
||||
"answeredCountTimes": "Odpovězeno {count} krát",
|
||||
|
@ -704,10 +731,12 @@
|
|||
"li1": "pořídit snímek, na kterém je zobrazen jeden list",
|
||||
"li2": "pořídit snímek, na kterém je vidět kůra",
|
||||
"li3": "vyfotit květiny",
|
||||
"li4": "vyfotit ovoce"
|
||||
"li4": "vyfotit ovoce",
|
||||
"title": "Které obrázky vybrat pro automatickou detekci?"
|
||||
},
|
||||
"loadingWikidata": "Načítání informací o {species}…",
|
||||
"matchPercentage": "{match}% shoda",
|
||||
"noPlantDetected": "V těchto obrázcích nebyly detekovány žádné rostliny",
|
||||
"overviewIntro": "AI na <a href='https://plantnet.org/' target='_blank'>plantnet.org</a> si myslí, že obrázky ukazují níže uvedené druhy.",
|
||||
"overviewTitle": "Automaticky zjištěné druhy",
|
||||
"overviewVerify": "Ověřte prosím správný druh a propojte jej se stromem",
|
||||
|
@ -825,6 +854,12 @@
|
|||
"description": "nějaké číslo",
|
||||
"feedback": "To není číslo"
|
||||
},
|
||||
"generic": {
|
||||
"suspiciouslyHigh": "Tato hodnota je podezřele vysoká. Je určitě správná?",
|
||||
"suspiciouslyLow": "Tato hodnota je podezřele nízká. Je určitě správná?",
|
||||
"tooHigh": "Tato hodnota je příliš vysoká – nejvyšší povolená hodnota je {max}",
|
||||
"tooLow": "Tato hodnota je příliš nízká – nejnižší povolená hodnota je {min}"
|
||||
},
|
||||
"id": {
|
||||
"description": "identifikátor",
|
||||
"invalidCharacter": "ID může obsahovat pouze písmena, číslice a podtržítka",
|
||||
|
|
|
@ -13770,4 +13770,4 @@
|
|||
"render": "Turbina eòlica"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
2023
langs/layers/cs.json
2023
langs/layers/cs.json
File diff suppressed because it is too large
Load diff
|
@ -13701,4 +13701,4 @@
|
|||
"render": "Windrad"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -12582,4 +12582,4 @@
|
|||
"render": "aerogenerador"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -7181,6 +7181,36 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"inbox": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": {
|
||||
"special": {
|
||||
"text": "Ouvrir votre boîte de réception"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"then": {
|
||||
"special": {
|
||||
"text": "<b class='alert'>Vous avez {_unreadMessages} messages</b><br/>Ouvrir votre boîte de réception"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"language_picker": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "La langue a été configurée via un paramètre d'URL et ne peut être configurée par l'utilisateur."
|
||||
}
|
||||
}
|
||||
},
|
||||
"mangrove-key-import": {
|
||||
"render": {
|
||||
"after": "Charger une clé privée écrasera votre clé privée actuelle. Si vous avez réalisé des vérifications avec votre clé privée actuelle, téléchargez la d'abord"
|
||||
}
|
||||
},
|
||||
"scalebar": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
|
@ -7236,36 +7266,6 @@
|
|||
"then": "Un lien vers votre profil Mastodon a été trouvé : <a href='{_mastodon_link}' target='_blank' rel='noopener'>{_mastodon_link}</a>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inbox": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": {
|
||||
"special": {
|
||||
"text": "<b class='alert'>Vous avez {_unreadMessages} messages</b><br/>Ouvrir votre boîte de réception"
|
||||
}
|
||||
}
|
||||
},
|
||||
"0": {
|
||||
"then": {
|
||||
"special": {
|
||||
"text": "Ouvrir votre boîte de réception"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"mangrove-key-import": {
|
||||
"render": {
|
||||
"after": "Charger une clé privée écrasera votre clé privée actuelle. Si vous avez réalisé des vérifications avec votre clé privée actuelle, téléchargez la d'abord"
|
||||
}
|
||||
},
|
||||
"language_picker": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "La langue a été configurée via un paramètre d'URL et ne peut être configurée par l'utilisateur."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -7627,4 +7627,4 @@
|
|||
"render": "éolienne"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -2148,6 +2148,9 @@
|
|||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
},
|
||||
"1": {
|
||||
"then": "Vogelkijkhut {name}"
|
||||
},
|
||||
|
@ -6851,6 +6854,11 @@
|
|||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
},
|
||||
"render": "Natuurgebied"
|
||||
}
|
||||
},
|
||||
|
@ -7385,6 +7393,21 @@
|
|||
"render": "Picknicktafel"
|
||||
}
|
||||
},
|
||||
"play_forest": {
|
||||
"description": "Een speelbos is een vrij toegankelijke zone in een bos",
|
||||
"name": "Speelbossen",
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
},
|
||||
"1": {
|
||||
"then": "Speelbos {name}"
|
||||
}
|
||||
},
|
||||
"render": "Speelbos"
|
||||
}
|
||||
},
|
||||
"playground": {
|
||||
"deletion": {
|
||||
"nonDeleteMappings": {
|
||||
|
@ -9133,6 +9156,9 @@
|
|||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
},
|
||||
"1": {
|
||||
"then": "Voetpad"
|
||||
},
|
||||
|
@ -11382,13 +11408,25 @@
|
|||
}
|
||||
},
|
||||
"village_green": {
|
||||
"description": "Een laag die dorpsgroen toont (gemeenschapsgroen, maar niet echt een park)"
|
||||
"description": "Een laag die dorpsgroen toont (gemeenschapsgroen, maar niet echt een park)",
|
||||
"name": "Speelweide",
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
},
|
||||
"render": "Speelweide"
|
||||
}
|
||||
},
|
||||
"visitor_information_centre": {
|
||||
"description": "Een bezoekerscentrum biedt informatie over een specifieke attractie of bezienswaardigheid waar het is gevestigd.",
|
||||
"name": "Bezoekerscentrum",
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name:nl}"
|
||||
},
|
||||
"1": {
|
||||
"then": "{name}"
|
||||
}
|
||||
|
@ -11602,4 +11640,4 @@
|
|||
"render": "windturbine"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3027,4 +3027,4 @@
|
|||
"render": "Утилізація відходів"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -42,6 +42,10 @@
|
|||
"render": "已知的地址"
|
||||
}
|
||||
},
|
||||
"adult_changing_table": {
|
||||
"description": "成人更衣桌由成人使用,通常是由有嚴重運動障礙的成年人使用",
|
||||
"name": "成人更衣桌"
|
||||
},
|
||||
"advertising": {
|
||||
"description": "我們會從廣告功能的參數、營運者以及亮燈來完成資料",
|
||||
"name": "廣告",
|
||||
|
|
|
@ -623,6 +623,26 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"popup": {
|
||||
"0": {
|
||||
"body": {
|
||||
"0": {
|
||||
"render": {
|
||||
"special": {
|
||||
"text": "Upravit váš uživatelský profil"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"render": {
|
||||
"special": {
|
||||
"message": "Znovu načíst váš profil"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"guideposts": {
|
||||
|
@ -660,6 +680,14 @@
|
|||
},
|
||||
"title": "Zdravotní péče"
|
||||
},
|
||||
"historic_aircraft": {
|
||||
"description": "Mapa ukazující historické, trvale instalované letadlo. Letadlo může být v muzeu, v rámci uměleckého díla nebo pomníku.",
|
||||
"title": "Historické letadlo"
|
||||
},
|
||||
"historic_rolling_stock": {
|
||||
"description": "Mapa ukazující historické, trvale instalované železniční vozidlo, kupříkladu lokomotivu nebo železniční vůz, např. v muzeu, v rámci uměleckého díla nebo pomníku.",
|
||||
"title": "Historické železniční vozidlo"
|
||||
},
|
||||
"hotels": {
|
||||
"description": "Na této mapě najdete hotely ve vašem okolí",
|
||||
"title": "Hotely"
|
||||
|
@ -1399,5 +1427,40 @@
|
|||
"description": "Na této mapě najdete koše na odpadky ve vašem okolí. Pokud na této mapě odpadkový koš chybí, můžete jej přidat sami.",
|
||||
"shortDescription": "Mapa odpadkových košů",
|
||||
"title": "Odpadkové koše"
|
||||
},
|
||||
"wayside_shrines": {
|
||||
"description": "Tato mapa ukazuje kapličky a kříže podél cest a stezek, a umožňuje přidat nové",
|
||||
"title": "Kapličky u cest"
|
||||
},
|
||||
"winter_service": {
|
||||
"description": "Mapa ukazující cesty a zda se v zimě udržují",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Ulice, které mají v zimě nějakou formu údržby",
|
||||
"name": "Udržované ulice",
|
||||
"title": {
|
||||
"render": "Udržovaná ulice"
|
||||
}
|
||||
}
|
||||
},
|
||||
"overrideAll": {
|
||||
"tagRenderings+": {
|
||||
"0": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Tato cesta se v zimě udržuje"
|
||||
},
|
||||
"1": {
|
||||
"then": "Tato cesta se v zimě udržuje, ale jen v omezeném rozsahu. Toto je často také uvedeno na značce."
|
||||
},
|
||||
"2": {
|
||||
"then": "Tato cesta se v zimě neudržuje"
|
||||
}
|
||||
},
|
||||
"question": "Udržuje se tato cesta v zimě (např. odklízením sněhu)?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Zimní údržba"
|
||||
}
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue