forked from MapComplete/MapComplete
Merge branch 'master' into develop
This commit is contained in:
commit
93bbd5d0b8
44 changed files with 1522 additions and 378 deletions
|
@ -65,7 +65,8 @@
|
|||
"pt_BR": "Outdoor",
|
||||
"zh_Hans": "广告牌",
|
||||
"pt": "Outdoor",
|
||||
"uk": "Білборд"
|
||||
"uk": "Білборд",
|
||||
"nl": "Billboard"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -104,7 +105,8 @@
|
|||
"pt_BR": "Caixa de pôster",
|
||||
"zh_Hans": "海报盒",
|
||||
"pt": "Caixa de pôster",
|
||||
"uk": "Поштова скринька"
|
||||
"uk": "Поштова скринька",
|
||||
"nl": "Afficheframe"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -940,7 +942,8 @@
|
|||
"pt_BR": "Que tipo de recurso de publicitário é este?",
|
||||
"zh_Hans": "这是哪种类型的广告功能?",
|
||||
"pt": "Que tipo de recurso de publicitário é este?",
|
||||
"uk": "Який це тип рекламного об'єкту?"
|
||||
"uk": "Який це тип рекламного об'єкту?",
|
||||
"nl": "Wat voor advertentieobject is dit?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "advertising"
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
"es": "Varias formas de transporte de pasajeros y mercancías que utilizan cables, incluyendo teleféricos, góndolas, telesillas, remontes y tirolinas. ",
|
||||
"pl": "Różne formy transportu dla pasażerów i dóbr, które używają lin, w tym kolejki gondolowe, wyciągi krzesełkowe i orczykowe oraz tyrolki. ",
|
||||
"cs": "Různé formy přepravy osob a zboží, které využívají dráty, včetně lanovek, gondol, sedačkových lanovek, vleků a lanových drah. ",
|
||||
"ca": "Diverses formes de transport per a passatgers i mercaderies que utilitzen cables, incloent-hi telefèrics, telecabines, telecadires, teleesquís i tiroleses. "
|
||||
"ca": "Diverses formes de transport per a passatgers i mercaderies que utilitzen cables, incloent-hi telefèrics, telecabines, telecadires, teleesquís i tiroleses. ",
|
||||
"nl": "Verschillende vormen van passagiers- en goederentransport die gebruikmaken van kabels, waaronder kabelbanen, gondelbanen, sleepliften en tokkelbanen."
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
|
@ -31,7 +32,8 @@
|
|||
"en": "Aerialway {name}",
|
||||
"de": "Seilbahn {name}",
|
||||
"cs": "Dráha {name}",
|
||||
"es": "Teleférico {name}"
|
||||
"es": "Teleférico {name}",
|
||||
"nl": "Kabelbaan {name}"
|
||||
}
|
||||
},
|
||||
"pointRendering": [
|
||||
|
@ -96,7 +98,8 @@
|
|||
"en": "What type of aerialway is this?",
|
||||
"de": "Um welchen Seilbahntyp handelt es sich?",
|
||||
"cs": "O jaký typ dráhy se jedná?",
|
||||
"es": "¿Qué tipo de teleférico es este?"
|
||||
"es": "¿Qué tipo de teleférico es este?",
|
||||
"nl": "Wat voor kabelbaan is dit?"
|
||||
},
|
||||
"id": "type",
|
||||
"mappings": [
|
||||
|
@ -139,7 +142,8 @@
|
|||
"en": "An aerialway which has both chairs and gondolas in the same continuous track",
|
||||
"de": "Eine Seilbahn, die sowohl offene Sessel als auch geschlossene Gondeln auf einer durchgehenden Bahn hat",
|
||||
"cs": "Lanová dráha, která má sedačky i gondoly na stejné souvislé dráze",
|
||||
"es": "Un teleférico que tiene tanto sillas como góndolas en la misma vía continua"
|
||||
"es": "Un teleférico que tiene tanto sillas como góndolas en la misma vía continua",
|
||||
"nl": "Een kabelbaan met zowel stoeltjes als gondels in dezelfde baan"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -180,16 +184,18 @@
|
|||
"en": "A drag lift with a platter to drag a single passenger at a time",
|
||||
"de": "Ein Schlepplift mit einem Teller für jeweils einen Passagier",
|
||||
"cs": "Vlek s talířem, který táhne jednoho cestujícího",
|
||||
"es": "Un remonte con una plataforma para arrastrar a un solo pasajero a la vez"
|
||||
"es": "Un remonte con una plataforma para arrastrar a un solo pasajero a la vez",
|
||||
"nl": "Een sleeplift met stangen om skiërs naar boven te slepen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "aerialway=rope_tow",
|
||||
"then": {
|
||||
"en": "A tow line which which drags skieers",
|
||||
"en": "A tow line which skiers hold on to or attach themselves onto",
|
||||
"de": "Eine Schleppleine, die Skifahrer mit sich zieht",
|
||||
"cs": "Vlečné lano, které táhne lyžaře",
|
||||
"es": "Un cable de remolque que arrastra a los esquiadores"
|
||||
"es": "Un cable de remolque que arrastra a los esquiadores",
|
||||
"nl": "Een sleeplijn waar skiërs zich aan vasthouden of vastmaken"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -204,11 +210,12 @@
|
|||
{
|
||||
"if": "aerialway=zip_line",
|
||||
"then": {
|
||||
"en": "A zip line. (A touristical attraction where adventurous people go down at high speeds) ",
|
||||
"en": "A zip line. (A touristic attraction where adventurous people go down at high speeds)",
|
||||
"de": "Eine Seilrutsche. (Eine Touristenattraktion, bei der abenteuerlustige Menschen mit hoher Geschwindigkeit hinunterfahren)",
|
||||
"pl": "Tyrolka. (Atrakcja turystyczna, która pozwala żądnym przygód zjechać z dużą szybkością) ",
|
||||
"cs": "Lano na visuté dráze. (Turistická atrakce, kde se odvážlivci spouštějí vysokou rychlostí) ",
|
||||
"es": "Una tirolina. (Una atracción turística donde la gente aventurera baja a altas velocidades) "
|
||||
"es": "Una tirolina. (Una atracción turística donde la gente aventurera baja a altas velocidades) ",
|
||||
"nl": "Een tokkelbaan. (Ook bekend als deathride; een toeristische attractie waarbij avontuurlijk mensen aan hoge snelheid afdalen)"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -222,7 +229,8 @@
|
|||
"pl": "Jak długo trwa pojedynczy przejazd tą windą?",
|
||||
"es": "¿Cuánto dura un viaje sencillo con este ascensor?",
|
||||
"cs": "Jak dlouho trvá jedna jízda tímto výtahem?",
|
||||
"ca": "Quant de temps triga un trajecte amb aquest ascensor?"
|
||||
"ca": "Quant de temps triga un trajecte amb aquest ascensor?",
|
||||
"nl": "Hoe lang duurt een rit met deze lift?"
|
||||
},
|
||||
"questionHint": {
|
||||
"en": "This excludes the waiting time.",
|
||||
|
@ -259,7 +267,8 @@
|
|||
"pl": "Ile osób może pomieścić jeden wagon?",
|
||||
"es": "¿Cuántas personas caben en una sola cabina?",
|
||||
"ca": "Quantes persones caben a la cabina?",
|
||||
"cs": "Kolik osob se vejde do jednoho vozu?"
|
||||
"cs": "Kolik osob se vejde do jednoho vozu?",
|
||||
"nl": "Hoeveel mensen kunnen in één cabine?"
|
||||
},
|
||||
"render": {
|
||||
"en": "{aerialway:occupancy} people fit a single carriage",
|
||||
|
|
|
@ -10,14 +10,16 @@
|
|||
"pl": "Schroniska dla zwierząt",
|
||||
"fr": "Abri pour animaux",
|
||||
"cs": "Útulky pro zvířata",
|
||||
"ru": "Приюты для животных"
|
||||
"ru": "Приюты для животных",
|
||||
"nl": "Dierenasielen"
|
||||
},
|
||||
"description": {
|
||||
"en": "An animal shelter is a facility where animals in trouble are brought and facility's staff (volunteers or not) feeds them and cares of them, rehabilitating and healing them if necessary. This definition includes kennels for abandoned dogs, catteries for abandoned cats, shelters for other abandoned pets and wildlife recovery centres.",
|
||||
"es": "Un refugio de animales es una instalación donde se traen animales en problemas y el personal de la instalación (voluntarios o no) los alimenta y cuida, rehabilitándolos y curándolos si es necesario. Esta definición incluye perreras para perros abandonados, gaterías para gatos abandonados, refugios para otras mascotas abandonadas y centros de recuperación de fauna silvestre. ",
|
||||
"zh_Hans": "动物收容所是一个设施,将遇到麻烦的动物带到这里,设施的工作人员(志愿者或非志愿者)喂养并照顾它们,并在必要时使它们康复和治愈。该定义包括被遗弃的狗的狗舍、被遗弃的猫的猫舍、其他被遗弃的宠物的庇护所和野生动物恢复中心。 ",
|
||||
"de": "Ein Tierheim ist eine Einrichtung, in die notleidende Tiere gebracht werden und wo das Personal (ob freiwillig oder nicht) sie füttert und pflegt, sie rehabilitiert und bei Bedarf heilt. Diese Definition umfasst Zwinger für ausgesetzte Hunde, Katzenheime für ausgesetzte Katzen, Unterkünfte für andere ausgesetzte Haustiere und Wildtier-Auffangstationen.",
|
||||
"cs": "Útulek pro zvířata je zařízení, kam se přivážejí zvířata v nesnázích a zaměstnanci zařízení (ať už dobrovolníci, nebo ne) je krmí, starají se o ně a v případě potřeby je rehabilitují a léčí. Tato definice zahrnuje chovné stanice pro opuštěné psy, chovné stanice pro opuštěné kočky, útulky pro jiná opuštěná zvířata a centra pro záchranu volně žijících zvířat. "
|
||||
"cs": "Útulek pro zvířata je zařízení, kam se přivážejí zvířata v nesnázích a zaměstnanci zařízení (ať už dobrovolníci, nebo ne) je krmí, starají se o ně a v případě potřeby je rehabilitují a léčí. Tato definice zahrnuje chovné stanice pro opuštěné psy, chovné stanice pro opuštěné kočky, útulky pro jiná opuštěná zvířata a centra pro záchranu volně žijících zvířat. ",
|
||||
"nl": "Een dierenasiel is een instelling waar dieren in nood binnengebracht worden en door de medewerkers gevoederd en verzorgd worden, eventueel met het oog op uitzetting. Hieronder vallen asielen voor achtergelaten huisdieren en opvangcentra voor wilde dieren."
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "amenity=animal_shelter"
|
||||
|
@ -86,7 +88,8 @@
|
|||
"ca": "un refugi d'animals",
|
||||
"pl": "schronisko dla zwierząt",
|
||||
"fr": "refuge animalier",
|
||||
"cs": "útulek pro zvířata"
|
||||
"cs": "útulek pro zvířata",
|
||||
"nl": "een dierenasiel"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=animal_shelter"
|
||||
|
@ -109,7 +112,8 @@
|
|||
"ca": "Quin nom té aquest refugi d'animals?",
|
||||
"pl": "Jak nazywa się to schronisko dla zwierząt?",
|
||||
"fr": "Quel est le nom de ce refuge animalier ?",
|
||||
"cs": "Jak se jmenuje tento útulek pro zvířata?"
|
||||
"cs": "Jak se jmenuje tento útulek pro zvířata?",
|
||||
"nl": "Wat is de naam van dit dierenasiel?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This animal shelter is named <b>{name}</b>",
|
||||
|
@ -118,7 +122,8 @@
|
|||
"zh_Hans": "这个动物收容所叫 <b>{name}</b>",
|
||||
"pl": "To schronisko dla zwierząt nazywa się <b>{name}</b>",
|
||||
"fr": "Ce refuge s'appelle <b>{name}</b>",
|
||||
"cs": "Tento útulek pro zvířata se jmenuje <b>{name}</b>"
|
||||
"cs": "Tento útulek pro zvířata se jmenuje <b>{name}</b>",
|
||||
"nl": "De naam van dit dierenasiel is <b>{name}</b>"
|
||||
}
|
||||
},
|
||||
"website",
|
||||
|
|
|
@ -814,7 +814,8 @@
|
|||
"fr": "Cet œuvre a-t-elle un rôle de mémorial ?",
|
||||
"cs": "Slouží toto dílo jako památník?",
|
||||
"es": "¿Esta obra de arte sirve como monumento?",
|
||||
"uk": "Чи слугує ця робота меморіалом?"
|
||||
"uk": "Чи слугує ця робота меморіалом?",
|
||||
"nl": "Dient dit kunstwerk als gedenkteken?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -838,7 +839,8 @@
|
|||
"de": "Dieses Kunstwerk dient nicht als Denkmal",
|
||||
"uk": "Ця робота не є меморіалом",
|
||||
"cs": "Toto umělecké dílo neslouží jako památník",
|
||||
"es": "Esta obra de arte no sirve como monumento"
|
||||
"es": "Esta obra de arte no sirve como monumento",
|
||||
"nl": "Dit kunstwerk fungeert niet als gedenkteken"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"it": "Punti di raccolta per emergenze",
|
||||
"de": "Notfallsammelplätze",
|
||||
"cs": "Nouzová shromaždiště",
|
||||
"es": "Puntos de reunión en caso de emergencia"
|
||||
"es": "Puntos de reunión en caso de emergencia",
|
||||
"nl": "Noodverzamelplaatsen"
|
||||
},
|
||||
"description": {
|
||||
"en": "This layer contains assembly points and waiting areas where all employees, passengers or a large crowd assemble in case of an emergency.",
|
||||
|
@ -13,7 +14,8 @@
|
|||
"de": "Diese Ebene enthält Sammelplätze und Wartebereiche, in denen sich alle Mitarbeiter, Fahrgäste oder eine große Menschenmenge im Notfall versammeln.",
|
||||
"pl": "Ta warstwa zawiera punkty zbiórki oraz miejsca oczekiwania, gdzie wszyscy pracownicy, pasażerowie lub duży tłum gromadzą się w przypadku zagrożenia.",
|
||||
"cs": "Tato vrstva obsahuje shromaždiště a čekací prostory, kde se v případě nouze shromažďují všichni zaměstnanci, cestující nebo velký dav lidí.",
|
||||
"es": "Esta capa contiene puntos de reunión y áreas de espera donde todos los empleados, pasajeros o una gran multitud se reúnen en caso de emergencia."
|
||||
"es": "Esta capa contiene puntos de reunión y áreas de espera donde todos los empleados, pasajeros o una gran multitud se reúnen en caso de emergencia.",
|
||||
"nl": "Deze laag bevat verzamelplaatsen en wachtzones waar werknemers, passagiers of menigten verzameld worden in een noodsituatie."
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
|
@ -28,7 +30,8 @@
|
|||
"en": "Assembly point during emergencies",
|
||||
"de": "Sammelplatz bei Notfällen",
|
||||
"cs": "Shromaždiště při mimořádných událostech",
|
||||
"es": "Punto de reunión en caso de emergencia"
|
||||
"es": "Punto de reunión en caso de emergencia",
|
||||
"nl": "Verzamelpunt voor bij noodsituaties"
|
||||
}
|
||||
},
|
||||
"pointRendering": [
|
||||
|
@ -54,7 +57,8 @@
|
|||
"de": "ein Sammelplatz",
|
||||
"pl": "punkt zbiórki",
|
||||
"cs": "shromaždiště",
|
||||
"es": "un punto de reunión"
|
||||
"es": "un punto de reunión",
|
||||
"nl": "een verzamelplaats"
|
||||
},
|
||||
"tags": [
|
||||
"emergency=assembly_point"
|
||||
|
@ -74,7 +78,8 @@
|
|||
"de": "Wie lautet der Name dieser Sammelstelle?",
|
||||
"pl": "Jak nazywa się ten punkt zbiórki?",
|
||||
"cs": "Jak se jmenuje toto shromaždiště?",
|
||||
"es": "¿Cuál es el nombre de este punto de reunión?"
|
||||
"es": "¿Cuál es el nombre de este punto de reunión?",
|
||||
"nl": "Wat is de naam van deze verzamelplaats?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This assembly point is named <b>{name}</b>",
|
||||
|
@ -82,7 +87,8 @@
|
|||
"de": "Diese Sammelstelle hat den Namen <b>{name}</b>",
|
||||
"pl": "Ten punkt zbiórki nazywa się <b>{name}</b>",
|
||||
"cs": "Toto shromaždiště se jmenuje <b>{name}</b>",
|
||||
"es": "Este punto de reunión se llama <b>{name}</b>"
|
||||
"es": "Este punto de reunión se llama <b>{name}</b>",
|
||||
"nl": "De naam van deze verzamelplaats is <b>{name}</b>"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -92,14 +98,16 @@
|
|||
"it": "Questo punto di raccolta è gestita da <b>{operator}</b>",
|
||||
"de": "Diese Sammelstelle wird von <b>{operator}</b> betrieben",
|
||||
"cs": "Toto shromaždiště provozuje <b>{operator}</b>",
|
||||
"es": "Este punto de reunión es operado por <b>{operator}</b>"
|
||||
"es": "Este punto de reunión es operado por <b>{operator}</b>",
|
||||
"nl": "Dit verzamelpunt wordt beheerd door <b>{operator}</b>"
|
||||
},
|
||||
"question": {
|
||||
"en": "What organization operates this assembly point?",
|
||||
"it": "Quale organizzazione gestisce questo punto di raccolta?",
|
||||
"de": "Welche Organisation betreibt diese Sammelstelle?",
|
||||
"cs": "Jaká organizace provozuje toto shromaždiště?",
|
||||
"es": "¿Qué organización opera este punto de reunión?"
|
||||
"es": "¿Qué organización opera este punto de reunión?",
|
||||
"nl": "Welke organisatie beheert dit verzamelpunt?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "operator",
|
||||
|
@ -113,7 +121,8 @@
|
|||
"it": "Per quali tipi di disastro è pensato questo punto di raccolta?",
|
||||
"de": "Für welche Art von Katastrophe ist diese Sammelstelle gedacht?",
|
||||
"cs": "Pro jaký typ katastrofy je toto shromaždiště určeno?",
|
||||
"es": "¿Para qué tipo de desastre está destinado este punto de reunión?"
|
||||
"es": "¿Para qué tipo de desastre está destinado este punto de reunión?",
|
||||
"nl": "Voor welk soort ramp is dit verzamelpunt bedoeld?"
|
||||
},
|
||||
"multiAnswer": true,
|
||||
"mappings": [
|
||||
|
@ -126,7 +135,8 @@
|
|||
"de": "Erdbeben",
|
||||
"pl": "Trzęsienie ziemi",
|
||||
"cs": "Zemětřesení",
|
||||
"es": "Terremoto"
|
||||
"es": "Terremoto",
|
||||
"nl": "Aardbeving"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/assembly_point/earthquake.svg",
|
||||
|
@ -142,7 +152,8 @@
|
|||
"de": "Flut",
|
||||
"pl": "Powódź",
|
||||
"cs": "Povodně",
|
||||
"es": "Inundación"
|
||||
"es": "Inundación",
|
||||
"nl": "Overstroming"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/assembly_point/flood.svg",
|
||||
|
@ -158,7 +169,8 @@
|
|||
"de": "Feuer",
|
||||
"pl": "Pożar",
|
||||
"cs": "Požár",
|
||||
"es": "Incendio"
|
||||
"es": "Incendio",
|
||||
"nl": "Brand"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/assembly_point/fire.svg",
|
||||
|
@ -174,7 +186,8 @@
|
|||
"de": "Erdrutsch",
|
||||
"pl": "Osuwisko",
|
||||
"cs": "Sesuv půdy",
|
||||
"es": "Deslave"
|
||||
"es": "Deslave",
|
||||
"nl": "Aardverschuiving"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/assembly_point/landslide.svg",
|
||||
|
|
|
@ -4,13 +4,15 @@
|
|||
"en": "Repair cafés and assisted repair workshops",
|
||||
"de": "Repair-Cafés und unterstützte Reparaturwerkstätten",
|
||||
"cs": "Opravárenské kavárny a asistované opravárenské dílny",
|
||||
"es": "Cafés de reparación y talleres de reparación asistida"
|
||||
"es": "Cafés de reparación y talleres de reparación asistida",
|
||||
"nl": "Repair cafés en reparatiewerkplaatsen met ondersteuning"
|
||||
},
|
||||
"description": {
|
||||
"en": "A self-assisted workshop is a location where people can come and repair their goods with help of volunteers and with the tools available at the given location. A repair café is a type of event organized regularly along the same principles.",
|
||||
"de": "Eine Selbsthilfewerkstatt ist ein Ort, an dem Menschen ihre Gegenstände mit Hilfe von Freiwilligen und den vor Ort verfügbaren Werkzeugen reparieren können. Ein Repair-Café ist eine Art von Veranstaltung, die regelmäßig nach denselben Prinzipien organisiert wird.",
|
||||
"cs": "Svépomocná dílna je místo, kam mohou lidé přijít a opravit si své zboží s pomocí dobrovolníků a nástrojů, které jsou na daném místě k dispozici. Opravárenská kavárna je typ akce, která se pravidelně pořádá na stejných principech.",
|
||||
"es": "Un taller de reparación asistida es un lugar donde la gente puede venir y reparar sus bienes con la ayuda de voluntarios y con las herramientas disponibles en el lugar. Un café de reparación es un tipo de evento organizado regularmente con los mismos principios."
|
||||
"es": "Un taller de reparación asistida es un lugar donde la gente puede venir y reparar sus bienes con la ayuda de voluntarios y con las herramientas disponibles en el lugar. Un café de reparación es un tipo de evento organizado regularmente con los mismos principios.",
|
||||
"nl": "Een zelfondersteunde werkplaats is een locatie waar mensen hun spullen kunnen komen repareren met hulp van vrijwilligers en met het gereedschap dat op de locatie beschikbaar is. Een repair café is een soort evenement dat regelmatig wordt georganiseerd volgens dezelfde principes."
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "repair=assisted_self_service"
|
||||
|
@ -21,7 +23,8 @@
|
|||
"en": "Workshop for assisted repair",
|
||||
"de": "Werkstatt für unterstützte Reparaturen",
|
||||
"cs": "Dílna pro asistované opravy",
|
||||
"es": "Taller de reparación asistida"
|
||||
"es": "Taller de reparación asistida",
|
||||
"nl": "Werkplaats voor reparatie met ondersteuning"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -30,7 +33,8 @@
|
|||
"en": "{name}",
|
||||
"de": "{name}",
|
||||
"cs": "{name}",
|
||||
"es": "{name}"
|
||||
"es": "{name}",
|
||||
"nl": "{name}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -77,7 +81,8 @@
|
|||
"en": "an assisted repair workshop",
|
||||
"de": "Eine unterstützte Reparaturwerkstatt",
|
||||
"cs": "asistovaná opravárenská dílna",
|
||||
"es": "un taller de reparación asistida"
|
||||
"es": "un taller de reparación asistida",
|
||||
"nl": "een reparatiewerkplaats met ondersteuning"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=workshop",
|
||||
|
@ -87,7 +92,8 @@
|
|||
"en": "A location with a permanent workshop where people can come to repair items with the help of volunteers.",
|
||||
"de": "Ein Ort mit einer festen Werkstatt, in der Menschen mit Hilfe von Freiwilligen Gegenstände reparieren können.",
|
||||
"cs": "Místo se stálou dílnou, kam mohou lidé přijít a s pomocí dobrovolníků opravovat předměty.",
|
||||
"es": "Un lugar con un taller permanente donde la gente puede venir a reparar artículos con la ayuda de voluntarios."
|
||||
"es": "Un lugar con un taller permanente donde la gente puede venir a reparar artículos con la ayuda de voluntarios.",
|
||||
"nl": "Een locatie met een permanente werkplaats waar mensen naartoe kunnen komen om spullen te repareren met hulp van vrijwilligers."
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -99,14 +105,16 @@
|
|||
"en": "What is the name of this repair workshop?",
|
||||
"de": "Wie heißt diese Reparaturwerkstatt?",
|
||||
"cs": "Jak se tato opravna jmenuje?",
|
||||
"es": "¿Cuál es el nombre de este taller de reparación?"
|
||||
"es": "¿Cuál es el nombre de este taller de reparación?",
|
||||
"nl": "Wat is de naam van deze reparatiewerkplaats?"
|
||||
},
|
||||
"id": "name",
|
||||
"render": {
|
||||
"en": "This workshop is called <b>{name}</b>",
|
||||
"de": "Diese Werkstatt heißt <b>{name}</b>",
|
||||
"cs": "Tato dílna se nazývá <b>{name}</b>",
|
||||
"es": "Este taller se llama <b>{name}</b>"
|
||||
"es": "Este taller se llama <b>{name}</b>",
|
||||
"nl": "Deze werkplaats heet <b>{name}</b>"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "name"
|
||||
|
@ -121,7 +129,8 @@
|
|||
"en": "What type of items are repaired here?",
|
||||
"de": "Welche Art von Gegenständen wird hier repariert?",
|
||||
"cs": "Jaké předměty se zde opravují?",
|
||||
"es": "¿Qué tipo de artículos se reparan aquí?"
|
||||
"es": "¿Qué tipo de artículos se reparan aquí?",
|
||||
"nl": "Wat voor items worden hier gerepareerd?"
|
||||
},
|
||||
"id": "item:repair",
|
||||
"mappings": [
|
||||
|
@ -136,7 +145,8 @@
|
|||
"de": "Mobiltelefone werden hier repariert",
|
||||
"cs": "Zde se opravují mobilní telefony",
|
||||
"es": "Aquí se reparan teléfonos móviles",
|
||||
"uk": "Тут ремонтують мобільні телефони"
|
||||
"uk": "Тут ремонтують мобільні телефони",
|
||||
"nl": "Mobiele telefoons worden hier gerepareerd"
|
||||
},
|
||||
"ifnot": "service:mobile_phone:repair=no"
|
||||
},
|
||||
|
@ -150,7 +160,8 @@
|
|||
"en": "Computers are repaired here",
|
||||
"de": "Computer werden hier repariert",
|
||||
"cs": "Počítače se opravují zde",
|
||||
"es": "Aquí se reparan ordenadores"
|
||||
"es": "Aquí se reparan ordenadores",
|
||||
"nl": "Computers worden hier gerepareerd"
|
||||
},
|
||||
"ifnot": "service:computer:repair=no"
|
||||
},
|
||||
|
@ -164,7 +175,8 @@
|
|||
"en": "Bicycles are repaired here",
|
||||
"de": "Fahrräder werden hier repariert",
|
||||
"cs": "Zde se opravují jízdní kola",
|
||||
"es": "Aquí se reparan bicicletas"
|
||||
"es": "Aquí se reparan bicicletas",
|
||||
"nl": "Fietsen worden hier gerepareerd"
|
||||
},
|
||||
"ifnot": "service:bicycle:repair=no"
|
||||
},
|
||||
|
@ -178,7 +190,8 @@
|
|||
"en": "Electronic devices are repaired here",
|
||||
"de": "Elektronische Geräte werden hier repariert",
|
||||
"cs": "Zde se opravují elektronická zařízení",
|
||||
"es": "Aquí se reparan dispositivos electrónicos"
|
||||
"es": "Aquí se reparan dispositivos electrónicos",
|
||||
"nl": "Elektronische apparaten worden hier gerepareerd"
|
||||
},
|
||||
"ifnot": "service:electronics:repair=no",
|
||||
"icon": "./assets/layers/recycling/small_electrical_appliances.svg"
|
||||
|
@ -193,7 +206,8 @@
|
|||
"en": "Furniture is repaired here",
|
||||
"de": "Möbel werden hier repariert",
|
||||
"cs": "Zde se opravuje nábytek",
|
||||
"es": "Aquí se reparan muebles"
|
||||
"es": "Aquí se reparan muebles",
|
||||
"nl": "Meubels worden hier gerepareerd"
|
||||
},
|
||||
"ifnot": "service:furniture:repair=no",
|
||||
"icon": "./assets/layers/recycling/furniture.svg"
|
||||
|
@ -208,7 +222,8 @@
|
|||
"en": "Clothes are repaired here",
|
||||
"de": "Kleidung wird hier repariert",
|
||||
"cs": "Zde se opravují oděvy",
|
||||
"es": "Aquí se repara ropa"
|
||||
"es": "Aquí se repara ropa",
|
||||
"nl": "Kleding wordt hier gerepareerd"
|
||||
},
|
||||
"ifnot": "service:clothes:repair=no",
|
||||
"icon": "./assets/layers/recycling/clothes.svg"
|
||||
|
|
|
@ -4,13 +4,15 @@
|
|||
"en": "BBQ",
|
||||
"de": "Grillstelle",
|
||||
"cs": "BBQ",
|
||||
"es": "Barbacoa"
|
||||
"es": "Barbacoa",
|
||||
"nl": "Barbecue"
|
||||
},
|
||||
"description": {
|
||||
"de": "Ein ortsfest installierter Grill, typischerweise öffentlich zugänglich.",
|
||||
"en": "A permanently installed barbecue, typically accessible to the public.",
|
||||
"cs": "Trvale instalovaný gril, obvykle přístupný veřejnosti.",
|
||||
"es": "Una barbacoa instalada permanentemente, normalmente accesible al público."
|
||||
"es": "Una barbacoa instalada permanentemente, normalmente accesible al público.",
|
||||
"nl": "Een permanent geïnstalleerde barbecue, meestal toegankelijk voor iedereen."
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "amenity=bbq"
|
||||
|
@ -21,7 +23,8 @@
|
|||
"en": "BBQ",
|
||||
"de": "Grillstelle",
|
||||
"cs": "BBQ",
|
||||
"es": "Barbacoa"
|
||||
"es": "Barbacoa",
|
||||
"nl": "BBQ"
|
||||
}
|
||||
},
|
||||
"pointRendering": [
|
||||
|
@ -49,13 +52,15 @@
|
|||
"en": "BBQ",
|
||||
"de": "Grillstelle",
|
||||
"cs": "BBQ",
|
||||
"es": "Barbacoa"
|
||||
"es": "Barbacoa",
|
||||
"nl": "Barbecue"
|
||||
},
|
||||
"description": {
|
||||
"de": "Ein ortsfest installierter Grill, typischerweise öffentlich zugänglich.",
|
||||
"en": "A permanently installed barbecue, typically accessible to the public.",
|
||||
"cs": "Trvale instalovaný gril, obvykle přístupný veřejnosti.",
|
||||
"es": "Una barbacoa instalada permanentemente, normalmente accesible al público."
|
||||
"es": "Una barbacoa instalada permanentemente, normalmente accesible al público.",
|
||||
"nl": "Een permanent geïnstalleerde barbecue, meestal toegankelijk voor iedereen."
|
||||
},
|
||||
"tags": [
|
||||
"amenity=bbq"
|
||||
|
@ -67,64 +72,71 @@
|
|||
{
|
||||
"id": "access",
|
||||
"question": {
|
||||
"en": "What is the permitted access?",
|
||||
"en": "Who is allowed to use this barbecue?",
|
||||
"de": "Was ist der erlaubte Zugang?",
|
||||
"cs": "Jaký přístup je povolen?",
|
||||
"es": "¿Cuál es el acceso permitido?"
|
||||
"es": "¿Cuál es el acceso permitido?",
|
||||
"nl": "Wie mag deze barbecue gebruiken?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "access=yes",
|
||||
"then": {
|
||||
"de": "Öffentlich",
|
||||
"en": "Public",
|
||||
"en": "This barbecue can be used by anyone",
|
||||
"cs": "Veřejné",
|
||||
"es": "Público"
|
||||
"es": "Público",
|
||||
"nl": "Deze barbecue mag door iedereen worden gebruikt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "access=no",
|
||||
"then": {
|
||||
"de": "Kein Zugang",
|
||||
"en": "No access",
|
||||
"en": "This barbecue can't be used by anyone",
|
||||
"cs": "Zákaz vstupu",
|
||||
"es": "Sin acceso"
|
||||
"es": "Sin acceso",
|
||||
"nl": "Deze barbecue mag door niemand worden gebruikt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "access=private",
|
||||
"then": {
|
||||
"de": "Privat",
|
||||
"en": "Private",
|
||||
"en": "This barbecue is private",
|
||||
"cs": "Soukromé",
|
||||
"es": "Privado"
|
||||
"es": "Privado",
|
||||
"nl": "Deze barbecue is privé"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "access=permissive",
|
||||
"then": {
|
||||
"de": "Zugang bis auf Widerruf",
|
||||
"en": "Access until revoked",
|
||||
"en": "This barbecue can be used by anyone, but the owner can revoke access at any time",
|
||||
"cs": "Přístup až do odvolání",
|
||||
"es": "Acceso hasta que se revoque"
|
||||
"es": "Acceso hasta que se revoque",
|
||||
"nl": "Deze barbecue mag door iedereen worden gebruikt, maar de eigenaar kan de toegang op elk moment ontzeggen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "access=customers",
|
||||
"then": {
|
||||
"de": "Zugang nur für Kunden",
|
||||
"en": "Access only for customers",
|
||||
"en": "This barbecue can only be used by customers",
|
||||
"cs": "Přístup pouze pro zákazníky",
|
||||
"es": "Acceso solo para clientes"
|
||||
"es": "Acceso solo para clientes",
|
||||
"nl": "Deze barbecue mag alleen worden gebruikt door klanten"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "access=permit",
|
||||
"then": {
|
||||
"de": "Zugang nur für Berechtigte",
|
||||
"en": "Access only for authorized persons",
|
||||
"en": "This barbecue can only be used by authorized persons",
|
||||
"cs": "Přístup pouze pro oprávněné osoby",
|
||||
"es": "Acceso solo para personas autorizadas"
|
||||
"es": "Acceso solo para personas autorizadas",
|
||||
"nl": "Deze barbecue mag alleen worden gebruikt door personen met toestemming"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -132,28 +144,31 @@
|
|||
{
|
||||
"id": "covered",
|
||||
"question": {
|
||||
"en": "Is the grill covered?",
|
||||
"en": "Is this barbecue covered?",
|
||||
"de": "Ist die Grillstelle überdacht?",
|
||||
"cs": "Je gril zakrytý?",
|
||||
"es": "¿Está cubierta la parrilla?"
|
||||
"es": "¿Está cubierta la parrilla?",
|
||||
"nl": "Is deze barbecue overdekt?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "covered=no",
|
||||
"then": {
|
||||
"de": "Die Grillstelle ist nicht überdacht",
|
||||
"en": "The grill is not covered",
|
||||
"en": "This barbecue is not covered",
|
||||
"cs": "Gril není zakrytý",
|
||||
"es": "La parrilla no está cubierta"
|
||||
"es": "La parrilla no está cubierta",
|
||||
"nl": "Deze barbecue is niet overdekt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "covered=yes",
|
||||
"then": {
|
||||
"de": "Die Grillstelle ist überdacht",
|
||||
"en": "The grill is covered",
|
||||
"en": "This barbecue is covered",
|
||||
"cs": "Gril je zakrytý",
|
||||
"es": "La parrilla está cubierta"
|
||||
"es": "La parrilla está cubierta",
|
||||
"nl": "Deze barbecue is overdekt"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -161,46 +176,51 @@
|
|||
{
|
||||
"id": "fuel",
|
||||
"question": {
|
||||
"en": "How ist the grill fueled?",
|
||||
"en": "How is this barbecue fuelled?",
|
||||
"de": "Womit wird der Grill befeuert?",
|
||||
"cs": "Jak je gril napájen?",
|
||||
"es": "¿Cómo se alimenta la parrilla?"
|
||||
"es": "¿Cómo se alimenta la parrilla?",
|
||||
"nl": "Wat voor brandstof gebruikt deze barbecue?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "fuel=wood",
|
||||
"then": {
|
||||
"de": "Holz",
|
||||
"en": "Wood",
|
||||
"en": "This barbecue uses wood as fuel",
|
||||
"cs": "Dřevo",
|
||||
"es": "Madera"
|
||||
"es": "Madera",
|
||||
"nl": "Deze barbecue gebruikt hout als brandstof"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "fuel=charcoal",
|
||||
"then": {
|
||||
"de": "Kohle",
|
||||
"en": "Charcoal",
|
||||
"en": "This barbecue uses charcoal as fuel",
|
||||
"cs": "Dřevěné uhlí",
|
||||
"es": "Carbón"
|
||||
"es": "Carbón",
|
||||
"nl": "Deze barbecue gebruikt houtskool als brandstof"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "fuel=electric",
|
||||
"then": {
|
||||
"de": "Elektronisch",
|
||||
"en": "Electric",
|
||||
"en": "This barbecue is powered by electricity",
|
||||
"cs": "Elektrický",
|
||||
"es": "Eléctrica"
|
||||
"es": "Eléctrica",
|
||||
"nl": "Deze barbecue werkt op elektriciteit"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "fuel=gas",
|
||||
"then": {
|
||||
"de": "Gas",
|
||||
"en": "Gas",
|
||||
"en": "This barbecue uses gas as fuel",
|
||||
"cs": "Plynový",
|
||||
"es": "Gas"
|
||||
"es": "Gas",
|
||||
"nl": "Deze barbecue gebruikt gas als brandstof"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"en": "Bicycle counters",
|
||||
"cs": "Počítadla jízdních kol",
|
||||
"de": "Fahrradzählstellen",
|
||||
"es": "Contadores de bicicletas"
|
||||
"es": "Contadores de bicicletas",
|
||||
"nl": "Fietstellers"
|
||||
},
|
||||
"description": {
|
||||
"en": "Layer showing monitoring stations for bicycle traffic",
|
||||
|
@ -26,7 +27,8 @@
|
|||
"en": "Bicycle counter",
|
||||
"de": "Fahrradzählstelle",
|
||||
"cs": "Počítadlo jízdních kol",
|
||||
"es": "Contador de bicicletas"
|
||||
"es": "Contador de bicicletas",
|
||||
"nl": "Fietsteller"
|
||||
}
|
||||
},
|
||||
"tagRenderings": [
|
||||
|
@ -37,7 +39,8 @@
|
|||
"en": "Does this bicycle counter have a display showing the number of passing bicycles?",
|
||||
"cs": "Má tento počítač jízdních kol displej zobrazující počet projíždějících jízdních kol?",
|
||||
"de": "Zeigt die Fahrradzählstelle die Anzahl gezählter Fahrräder an?",
|
||||
"es": "¿Este contador de bicicletas tiene una pantalla que muestra el número de bicicletas que pasan?"
|
||||
"es": "¿Este contador de bicicletas tiene una pantalla que muestra el número de bicicletas que pasan?",
|
||||
"nl": "Heeft deze fietsteller een display dat het aantal passerende fietsen toont?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -46,7 +49,8 @@
|
|||
"en": "This counter has a digital display",
|
||||
"cs": "Toto počítadlo má digitální displej",
|
||||
"de": "Die Zählstelle hat eine digitale Anzeige",
|
||||
"es": "Este contador tiene una pantalla digital"
|
||||
"es": "Este contador tiene una pantalla digital",
|
||||
"nl": "Deze teller heeft een digitaal display"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -55,7 +59,8 @@
|
|||
"en": "This counter has an analog display",
|
||||
"cs": "Toto počítadlo má analogový displej",
|
||||
"de": "Die Zählstelle hat eine analoge Anzeige",
|
||||
"es": "Este contador tiene una pantalla analógica"
|
||||
"es": "Este contador tiene una pantalla analógica",
|
||||
"nl": "Deze teller heeft een analoog display"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -64,7 +69,8 @@
|
|||
"en": "This counter has no display",
|
||||
"cs": "Toto počítadlo nemá žádný displej",
|
||||
"de": "Die Zählstelle hat keine Anzeige",
|
||||
"es": "Este contador no tiene pantalla"
|
||||
"es": "Este contador no tiene pantalla",
|
||||
"nl": "Deze teller heeft geen display"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -75,7 +81,8 @@
|
|||
"en": "What is the name of the counted location?",
|
||||
"cs": "Jak se jmenuje započítávaná lokalita?",
|
||||
"de": "Wie lautet der Name des Zählorts?",
|
||||
"es": "¿Cuál es el nombre del lugar contado?"
|
||||
"es": "¿Cuál es el nombre del lugar contado?",
|
||||
"nl": "Wat is de naam van de getelde locatie?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "name",
|
||||
|
@ -84,14 +91,16 @@
|
|||
"en": "Name of the counted location",
|
||||
"cs": "Název započítávané lokality",
|
||||
"de": "Name des Zählorts",
|
||||
"es": "Nombre del lugar contado"
|
||||
"es": "Nombre del lugar contado",
|
||||
"nl": "Naam van de getelde locatie"
|
||||
}
|
||||
},
|
||||
"render": {
|
||||
"en": "Name of the counted location: {name}",
|
||||
"de": "Name des Zählorts: {name}",
|
||||
"cs": "Název započítávaného místa: {name}",
|
||||
"es": "Nombre del lugar contado: {name}"
|
||||
"es": "Nombre del lugar contado: {name}",
|
||||
"nl": "Naam van de getelde locatie: {name}"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -100,7 +109,8 @@
|
|||
"en": "When did this counter start counting?",
|
||||
"de": "Wann wurde die Zählstelle aufgestellt?",
|
||||
"cs": "Kdy toto počítadlo začalo počítat?",
|
||||
"es": "¿Cuándo comenzó a contar este contador?"
|
||||
"es": "¿Cuándo comenzó a contar este contador?",
|
||||
"nl": "Wanneer is deze teller begonnen met tellen?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "start_date",
|
||||
|
@ -109,14 +119,16 @@
|
|||
"en": "Start date of the counter",
|
||||
"de": "Aufstelldatum der Zählstelle",
|
||||
"cs": "Datum spuštění počítadla",
|
||||
"es": "Fecha de inicio del contador"
|
||||
"es": "Fecha de inicio del contador",
|
||||
"nl": "Startdatum van de teller"
|
||||
}
|
||||
},
|
||||
"render": {
|
||||
"en": "This counter started counting on {start_date}",
|
||||
"de": "Die Zählstelle wurde am {start_date} aufgestellt",
|
||||
"cs": "Toto počítadlo se začalo počítat dne {start_date}",
|
||||
"es": "Este contador comenzó a contar el {start_date}"
|
||||
"es": "Este contador comenzó a contar el {start_date}",
|
||||
"nl": "Deze teller is begonnen met teller op {start_date}"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -125,7 +137,8 @@
|
|||
"en": "Does this bicycle counter have a clock?",
|
||||
"cs": "Má toto počítadlo kol hodiny?",
|
||||
"de": "Zeigt die Fahrradzählstelle die Uhrzeit an?",
|
||||
"es": "¿Este contador de bicicletas tiene un reloj?"
|
||||
"es": "¿Este contador de bicicletas tiene un reloj?",
|
||||
"nl": "Heeft deze fietsteller een klok?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -134,7 +147,8 @@
|
|||
"en": "This counter has a clock",
|
||||
"cs": "Toto počítadlo je vybaveno hodinami",
|
||||
"de": "Die Zählstelle zeigt die Uhrzeit an",
|
||||
"es": "Este contador tiene un reloj"
|
||||
"es": "Este contador tiene un reloj",
|
||||
"nl": "Deze teller heeft een klok"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -143,7 +157,8 @@
|
|||
"en": "This counter has no clock",
|
||||
"cs": "Toto počítadlo nemá žádné hodiny",
|
||||
"de": "Die Zählstelle zeigt keine Uhrzeit an",
|
||||
"es": "Este contador no tiene reloj"
|
||||
"es": "Este contador no tiene reloj",
|
||||
"nl": "Deze teller heeft geen klok"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -154,7 +169,8 @@
|
|||
"en": "What is the reference number of this counter?",
|
||||
"de": "Wie lautet die Kennziffer der Zählstelle?",
|
||||
"cs": "Jaké je referenční číslo tohoto počítadla?",
|
||||
"es": "¿Cuál es el número de referencia de este contador?"
|
||||
"es": "¿Cuál es el número de referencia de este contador?",
|
||||
"nl": "Wat is het referentienummer van deze teller?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "ref",
|
||||
|
@ -163,7 +179,8 @@
|
|||
"en": "Reference number of the counter",
|
||||
"de": "Kennziffer der Zählstelle",
|
||||
"cs": "Referenční číslo počítadla",
|
||||
"es": "Número de referencia del contador"
|
||||
"es": "Número de referencia del contador",
|
||||
"nl": "Referentienummer van de teller"
|
||||
},
|
||||
"addExtraTags": [
|
||||
"noref="
|
||||
|
@ -173,7 +190,8 @@
|
|||
"en": "Reference number of the counter: {ref}",
|
||||
"de": "Kennziffer der Zählstelle: {ref}",
|
||||
"cs": "Referenční číslo počítadla: {ref}",
|
||||
"es": "Número de referencia del contador: {ref}"
|
||||
"es": "Número de referencia del contador: {ref}",
|
||||
"nl": "Referentienummer van de teller: {ref}"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -182,7 +200,8 @@
|
|||
"en": "This counter has no reference number",
|
||||
"de": "Die Zählstelle hat keine Kennziffer",
|
||||
"cs": "Toto počítadlo nemá referenční číslo",
|
||||
"es": "Este contador no tiene número de referencia"
|
||||
"es": "Este contador no tiene número de referencia",
|
||||
"nl": "Deze teller heeft geen referentienummer"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -194,7 +213,8 @@
|
|||
"de": "Gibt es eine Website für die Fahrradzählstelle?",
|
||||
"cs": "Existuje webová stránka tohoto počítadla jízdních kol?",
|
||||
"es": "¿Hay un sitio web para este contador de bicicletas?",
|
||||
"uk": "Є веб-сайт для цього велосипедного прилавка?"
|
||||
"uk": "Є веб-сайт для цього велосипедного прилавка?",
|
||||
"nl": "Is er een website voor deze fietsteller?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "website",
|
||||
|
@ -204,14 +224,16 @@
|
|||
"de": "Website der Zählstelle",
|
||||
"cs": "Webové stránky počítadla",
|
||||
"es": "Sitio web del contador",
|
||||
"uk": "Сайт лічильника"
|
||||
"uk": "Сайт лічильника",
|
||||
"nl": "Website van de teller"
|
||||
}
|
||||
},
|
||||
"render": {
|
||||
"en": "Website of the counter: <a href='{website}'>{website}</a>",
|
||||
"de": "Website der Zählstelle: <a href='{website}'>{website}</a>",
|
||||
"cs": "Webové stránky počítadla: <a href='{website}'>{website}</a>",
|
||||
"es": "Sitio web del contador: <a href='{website}'>{website}</a>"
|
||||
"es": "Sitio web del contador: <a href='{website}'>{website}</a>",
|
||||
"nl": "Website van de teller <a href='{website}'>{website}</a>"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -244,7 +266,8 @@
|
|||
"en": "a bicycle counter",
|
||||
"cs": "počítadlo jízdních kol",
|
||||
"de": "eine Fahrradzählstelle",
|
||||
"es": "un contador de bicicletas"
|
||||
"es": "un contador de bicicletas",
|
||||
"nl": "een fietsteller"
|
||||
},
|
||||
"tags": [
|
||||
"man_made=monitoring_station",
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
"shop=bicycle",
|
||||
"service:bicycle:retail=yes",
|
||||
"service:bicycle:repair=yes",
|
||||
"service:bicycle:second_hand=yes",
|
||||
{
|
||||
"#": "if sport is defined and is not bicycle, it is not matched; if bicycle retail/repair is marked as 'no', it is not shown to too.",
|
||||
"##": "There will be a few false-positives with this. They will get filtered out by people marking both 'not selling bikes' and 'not repairing bikes'. Furthermore, the OSMers will add a sports-subcategory on it",
|
||||
|
|
|
@ -4,13 +4,15 @@
|
|||
"en": "Brothels",
|
||||
"de": "Bordelle",
|
||||
"cs": "Nevěstince",
|
||||
"es": "Burdeles"
|
||||
"es": "Burdeles",
|
||||
"nl": "Bordelen"
|
||||
},
|
||||
"description": {
|
||||
"en": "An establishment specifically dedicated to prostitution.",
|
||||
"de": "Eine Einrichtung, die speziell der Prostitution gewidmet ist.",
|
||||
"cs": "Zařízení zaměřené speciálně na prostituci.",
|
||||
"es": "Un establecimiento dedicado específicamente a la prostitución "
|
||||
"es": "Un establecimiento dedicado específicamente a la prostitución.",
|
||||
"nl": "Een etablissement dat zich specifiek richt op prostitutie."
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "amenity=brothel"
|
||||
|
@ -22,7 +24,8 @@
|
|||
"de": "Bordell",
|
||||
"ca": "Bordell",
|
||||
"cs": "Nevěstinec",
|
||||
"es": "Burdel"
|
||||
"es": "Burdel",
|
||||
"nl": "Bordeel"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -70,7 +73,8 @@
|
|||
"en": "a brothel",
|
||||
"de": "ein Bordell",
|
||||
"cs": "nevěstinec",
|
||||
"es": "un burdel"
|
||||
"es": "un burdel",
|
||||
"nl": "een bordeel"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=brothel"
|
||||
|
@ -92,13 +96,15 @@
|
|||
"de": "Wie lautet der Name des Bordells?",
|
||||
"ca": "Com es diu aquest bordell?",
|
||||
"cs": "Jak se jmenuje tento nevěstinec?",
|
||||
"es": "¿Cuál es el nombre de este burdel?"
|
||||
"es": "¿Cuál es el nombre de este burdel?",
|
||||
"nl": "Wat is de naam van dit bordeel?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This brothel is named <b>{name}</b>",
|
||||
"de": "Der Name des Bordells lautet <b>{name}</b>",
|
||||
"cs": "Tento nevěstinec se jmenuje <b>{name}</b>",
|
||||
"es": "Este burdel se llama <b>{name}</b>"
|
||||
"es": "Este burdel se llama <b>{name}</b>",
|
||||
"nl": "Dit bordeel heet <b>{name}</b>"
|
||||
}
|
||||
},
|
||||
"opening_hours",
|
||||
|
|
|
@ -78,7 +78,8 @@
|
|||
"de": "Bar",
|
||||
"ca": "Pub",
|
||||
"cs": "Bar",
|
||||
"es": "Bar"
|
||||
"es": "Bar",
|
||||
"nl": "Bar"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -88,7 +89,8 @@
|
|||
"de": "Café",
|
||||
"ca": "CAfè",
|
||||
"cs": "Kavárna",
|
||||
"es": "Café"
|
||||
"es": "Café",
|
||||
"nl": "Café"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -97,7 +99,8 @@
|
|||
"en": "Nightclub",
|
||||
"de": "Nachtclub",
|
||||
"cs": "Noční klub",
|
||||
"es": "Discoteca"
|
||||
"es": "Discoteca",
|
||||
"nl": "Nachtclub"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"nl": "Oplaadpunten",
|
||||
"ca": "Estacions de càrrega",
|
||||
"de": "Ladestationen",
|
||||
"es": "Puntos de carga"
|
||||
"es": "Puntos de carga",
|
||||
"cs": "Nabíjecí stanice"
|
||||
},
|
||||
"minzoom": 10,
|
||||
"source": {
|
||||
|
@ -91,7 +92,8 @@
|
|||
"ca": "Quins vehicles tenen permesa la càrrega aquí?",
|
||||
"de": "Welche Fahrzeuge können hier laden?",
|
||||
"es": "¿Qué vehículos pueden cargar aquí?",
|
||||
"pl": "Jakie pojazdy mogą być tutaj ładowane?"
|
||||
"pl": "Jakie pojazdy mogą być tutaj ładowane?",
|
||||
"cs": "Která vozidla zde smí nabíjet?"
|
||||
},
|
||||
"multiAnswer": true,
|
||||
"mappings": [
|
||||
|
@ -104,7 +106,8 @@
|
|||
"ca": "Aquí es poden carregar <b>bicicletes</b>",
|
||||
"de": "Hier können <b>Fahrräder</b> laden",
|
||||
"es": "Aquí se pueden cargar <b>bicicletas</b>",
|
||||
"pl": "Mogą tutaj być ładowane <b>rowery</b>"
|
||||
"pl": "Mogą tutaj być ładowane <b>rowery</b>",
|
||||
"cs": "<b>Jízdní kola</b> lze nabíjet zde"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -116,7 +119,8 @@
|
|||
"ca": "Aquí es poden carregar <b>cotxes</b>",
|
||||
"de": "Hier können <b>Autos</b> laden",
|
||||
"es": "Aquí se pueden cargar <b>coches</b>",
|
||||
"pl": "Mogą tutaj być ładowane <b>samochody</b>"
|
||||
"pl": "Mogą tutaj być ładowane <b>samochody</b>",
|
||||
"cs": "<b>Auta</b> lze nabíjet zde"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -128,7 +132,8 @@
|
|||
"ca": "Aquí es poden carregar <b>Scooters</b>",
|
||||
"de": "Hier können <b>Roller</b> laden",
|
||||
"es": "Aquí se pueden cargar <b>patinetes</b>",
|
||||
"pl": "Mogą być tutaj ładowane <b>hulajnogi<b>"
|
||||
"pl": "Mogą być tutaj ładowane <b>hulajnogi<b>",
|
||||
"cs": "<b>Skútry</b> lze nabíjet zde"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -139,7 +144,8 @@
|
|||
"nl": "<b>Vrachtwagens</b> kunnen hier opgeladen worden",
|
||||
"ca": "Aquí es poden carregar <b>camions o trailers</b>",
|
||||
"de": "Hier können <b>LKW</b> laden",
|
||||
"es": "Aquí se pueden cargar <b>vehículos de mercancías pesadas</b> (como camiones)"
|
||||
"es": "Aquí se pueden cargar <b>vehículos de mercancías pesadas</b> (como camiones)",
|
||||
"cs": "<b>Těžká nákladní vozidla</b> (například nákladní automobily) lze nabíjet zde"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -151,7 +157,8 @@
|
|||
"ca": "Aquí es poden carregar <b>autobusos</b>",
|
||||
"de": "Hier können <b>Busse</b> laden",
|
||||
"es": "Aquí se pueden cargar <b>autobuses</b>",
|
||||
"pl": "Mogą być tutaj ładowane <b>autobusy</b>"
|
||||
"pl": "Mogą być tutaj ładowane <b>autobusy</b>",
|
||||
"cs": "<b>Autobusy</b> lze nabíjet zde"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -189,7 +196,8 @@
|
|||
"ca": "Qualsevol persona pot utilitzar aquesta estació de recàrrega (pot ser calgui un pagament)",
|
||||
"de": "Jeder kann die Station nutzen (eventuell gegen Bezahlung)",
|
||||
"es": "Cualquiera puede usar este punto de carga (puede ser necesario el pago)",
|
||||
"pl": "Każdy może używać tej stacji ładowania (opłata może być wymagana)"
|
||||
"pl": "Każdy może używać tej stacji ładowania (opłata może być wymagana)",
|
||||
"cs": "Tuto nabíjecí stanici může používat kdokoli (může být vyžadována platba)"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -200,7 +208,8 @@
|
|||
"ca": "Qualsevol persona pot utilitzar aquesta estació de recàrrega (pot ser calgui un pagament)",
|
||||
"de": "Jeder kann diese Ladestation nutzen (eventuell gegen Bezahlung)",
|
||||
"es": "Cualquiera puede usar este punto de carga (puede ser necesario el pago)",
|
||||
"pl": "Każdy może używać tej stacji ładowania (opłata może być wymagana)"
|
||||
"pl": "Każdy może używać tej stacji ładowania (opłata może być wymagana)",
|
||||
"cs": "Tuto nabíjecí stanici může používat kdokoli (může být vyžadována platba)"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
|
@ -211,7 +220,8 @@
|
|||
"nl": "Enkel <b>klanten van de bijhorende plaats</b> mogen dit oplaadpunt gebruiken<br/><span class='subtle'>Bv. op de parking van een hotel en enkel toegankelijk voor klanten van dit hotel</span>",
|
||||
"ca": "Sols cliente del lloc al que pertany aquest punt de càrrega poden utilitzar-lo <br/><span class='subtle'>p.e. un punt de càrrega d'un hotel que sols poden utilizar-los els hostes</span>",
|
||||
"de": "Nur Kunden des Ortes, zu dem diese Station gehört, können diese Ladestation nutzen<br/><span class='subtle'>Z.B. eine von einem Hotel betriebene Ladestation, die nur von dessen Gästen genutzt werden kann</span>",
|
||||
"es": "Solo los clientes del lugar al que pertenece esta estación pueden usar este punto de carga<br/><span class='subtle'>Por ejemplo, un punto de carga operado por un hotel que solo pueden usar sus huéspedes</span>"
|
||||
"es": "Solo los clientes del lugar al que pertenece esta estación pueden usar este punto de carga<br/><span class='subtle'>Por ejemplo, un punto de carga operado por un hotel que solo pueden usar sus huéspedes</span>",
|
||||
"cs": "Tuto nabíjecí stanici mohou používat pouze zákazníci místa, kam tato stanice patří<br/><span class='subtle'>Např. nabíjecí stanice provozovaná hotelem, kterou mohou používat pouze jeho hosté</span>"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -275,7 +285,8 @@
|
|||
"en": "Which charging connections are available here?",
|
||||
"nl": "Welke aansluitingen zijn hier beschikbaar?",
|
||||
"de": "Welche Ladeanschlüsse gibt es hier?",
|
||||
"es": "¿Qué conexiones de carga están disponibles aquí?"
|
||||
"es": "¿Qué conexiones de carga están disponibles aquí?",
|
||||
"cs": "Jaké nabíjecí přípojky jsou zde k dispozici?"
|
||||
},
|
||||
"multiAnswer": true,
|
||||
"mappings": [
|
||||
|
@ -287,7 +298,8 @@
|
|||
"nl": "<b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F)",
|
||||
"ca": "<b>Endoll de paret Schuko</b> sense pin a terra (CEE7/4 tipus F)",
|
||||
"de": "<b>Schuko-Stecker</b> ohne Erdungsstift (CEE7/4 Typ F)",
|
||||
"es": "<b>Enchufe de pared Schuko</b> sin pin de tierra (tipo CEE7/4 F)"
|
||||
"es": "<b>Enchufe de pared Schuko</b> sin pin de tierra (tipo CEE7/4 F)",
|
||||
"cs": "<b>Schuko zásuvka</b> bez zemnícího kolíku (CEE7/4 typ F)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/CEE7_4F.svg",
|
||||
|
@ -383,7 +395,8 @@
|
|||
"nl": "<b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F)",
|
||||
"ca": "<b>Endoll de paret Schuko</b> sense pin a terra (CEE7/4 tipus F)",
|
||||
"de": "<b>Schuko-Stecker</b> ohne Erdungsstift (CEE7/4 Typ F)",
|
||||
"es": "<b>Enchufe de pared Schuko</b> sin pin de tierra (tipo CEE7/4 F)"
|
||||
"es": "<b>Enchufe de pared Schuko</b> sin pin de tierra (tipo CEE7/4 F)",
|
||||
"cs": "<b>Schuko zásuvka</b> bez zemnícího kolíku (CEE7/4 typ F)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -399,7 +412,8 @@
|
|||
"nl": "<b>Europese stekker</b> met aardingspin (CEE7/4 type E)",
|
||||
"ca": "<b>Endoll de paret Europeu</b> amb pin a terra (CEE7/4 tipus E)",
|
||||
"de": "<b>Europäischer Netzstecker</b> mit Erdungsstift (CEE7/4 Typ E)",
|
||||
"es": "<b>Enchufe de pared europeo</b> con pin de tierra (tipo CEE7/4 E)"
|
||||
"es": "<b>Enchufe de pared europeo</b> con pin de tierra (tipo CEE7/4 E)",
|
||||
"cs": "<b>Evropská zásuvka</b> se zemnícím kolíkem (CEE7/4 typ E)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/TypeE.svg",
|
||||
|
@ -480,7 +494,8 @@
|
|||
"nl": "<b>Chademo</b>",
|
||||
"ca": "<b>CHAdeMo</b>",
|
||||
"de": "<b>Chademo-Anschluss</b>",
|
||||
"es": "<b>Chademo</b>"
|
||||
"es": "<b>Chademo</b>",
|
||||
"cs": "<b>Chademo</b>"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/Chademo_type4.svg",
|
||||
|
@ -525,7 +540,8 @@
|
|||
"nl": "<b>Chademo</b>",
|
||||
"ca": "<b>CHAdeMo</b>",
|
||||
"de": "<b>Chademo-Anschluss</b>",
|
||||
"es": "<b>Chademo</b>"
|
||||
"es": "<b>Chademo</b>",
|
||||
"cs": "<b>Chademo</b>"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -541,7 +557,8 @@
|
|||
"nl": "<b>Type 1 met kabel</b> (J1772)",
|
||||
"ca": "<b>Tipus 1 amb cable</b>",
|
||||
"de": "<b>Typ 1 mit Kabel</b> (J1772)",
|
||||
"es": "<b>Tipo 1 con cable</b> (J1772)"
|
||||
"es": "<b>Tipo 1 con cable</b> (J1772)",
|
||||
"cs": "<b>Typ 1 s kabelem</b> (J1772)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/Type1_J1772.svg",
|
||||
|
@ -586,7 +603,8 @@
|
|||
"nl": "<b>Type 1 met kabel</b> (J1772)",
|
||||
"ca": "<b>Tipus 1 amb cable</b>",
|
||||
"de": "<b>Typ 1 mit Kabel</b> (J1772)",
|
||||
"es": "<b>Tipo 1 con cable</b> (J1772)"
|
||||
"es": "<b>Tipo 1 con cable</b> (J1772)",
|
||||
"cs": "<b>Typ 1 s kabelem</b> (J1772)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -602,7 +620,8 @@
|
|||
"nl": "<b>Type 1 <i>zonder</i> kabel</b> (J1772)",
|
||||
"ca": "<b>Tipus 1 <i>sense</i> cable</b>",
|
||||
"de": "<b>Typ 1 <i>ohne</i> Kabel</b> (J1772)",
|
||||
"es": "<b>Tipo 1 <i>sin</i> cable</b> (J1772)"
|
||||
"es": "<b>Tipo 1 <i>sin</i> cable</b> (J1772)",
|
||||
"cs": "<b>Typ 1 <i>bez</i> kabelu</b> (J1772)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/Type1_J1772.svg",
|
||||
|
@ -647,7 +666,8 @@
|
|||
"nl": "<b>Type 1 <i>zonder</i> kabel</b> (J1772)",
|
||||
"ca": "<b>Tipus 1 <i>sense</i> cable</b>(J1772)",
|
||||
"de": "<b> Typ 1 <i>ohne </i> Kabel</b> (J1772)",
|
||||
"es": "<b>Tipo 1 <i>sin</i> cable</b> (J1772)"
|
||||
"es": "<b>Tipo 1 <i>sin</i> cable</b> (J1772)",
|
||||
"cs": "<b>Typ 1 <i>bez</i> kabelu</b> (J1772)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -663,7 +683,8 @@
|
|||
"nl": "<b>Type 1 CCS</b> (ook gekend als Type 1 Combo)",
|
||||
"ca": "<b>CSS Tipus 1</b> (també conegut com a Tipus 1 Combo)",
|
||||
"de": "<b>Typ 1 CCS</b> (Typ 1 Combo)",
|
||||
"es": "<b>Tipo 1 CCS</b> (también conocido como Tipo 1 Combo)"
|
||||
"es": "<b>Tipo 1 CCS</b> (también conocido como Tipo 1 Combo)",
|
||||
"cs": "<b>CCS typu 1</b> (neboli kombinace typu 1)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/Type1-ccs.svg",
|
||||
|
@ -708,7 +729,8 @@
|
|||
"nl": "<b>Type 1 CCS</b> (ook gekend als Type 1 Combo)",
|
||||
"ca": "<b>CSS Tipus 1</b> (també conegut com a Tipus 1 Combo)",
|
||||
"de": "<b> Typ 1 CCS </b> (auch bekannt als Typ 1 Combo)",
|
||||
"es": "<b>Tipo 1 CCS</b> (también conocido como Tipo 1 Combo)"
|
||||
"es": "<b>Tipo 1 CCS</b> (también conocido como Tipo 1 Combo)",
|
||||
"cs": "<b>CCS typu 1</b> (neboli kombinace typu 1)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -724,7 +746,8 @@
|
|||
"nl": "<b>Tesla Supercharger</b>",
|
||||
"ca": "<b>Supercarregador de Tesla</b>",
|
||||
"de": "<b>Tesla Supercharger</b>",
|
||||
"es": "<b>Tesla Supercharger</b>"
|
||||
"es": "<b>Tesla Supercharger</b>",
|
||||
"cs": "<b>Tesla Supercharger</b>"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
|
||||
|
@ -769,7 +792,8 @@
|
|||
"nl": "<b>Tesla Supercharger</b>",
|
||||
"ca": "<b>Supercarregador de Tesla</b>",
|
||||
"de": "<b>Tesla Supercharger</b>",
|
||||
"es": "<b>Tesla Supercharger</b>"
|
||||
"es": "<b>Tesla Supercharger</b>",
|
||||
"cs": "<b>Tesla Supercharger</b>"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -785,7 +809,8 @@
|
|||
"nl": "<b>Type 2</b> (mennekes)",
|
||||
"ca": "<b>Tipus 2</b> (mennekes)",
|
||||
"de": "<b>Typ 2</b> (Mennekes)",
|
||||
"es": "<b>Tipo 2</b> (mennekes)"
|
||||
"es": "<b>Tipo 2</b> (mennekes)",
|
||||
"cs": "<b>Typ 2</b> (mennekes)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/Type2_socket.svg",
|
||||
|
@ -830,7 +855,8 @@
|
|||
"nl": "<b>Type 2</b> (mennekes)",
|
||||
"ca": "<b>Tipus 2</b> (mennekes)",
|
||||
"de": "<b>Typ 2</b> (Mennekes)",
|
||||
"es": "<b>Tipo 2</b> (mennekes)"
|
||||
"es": "<b>Tipo 2</b> (mennekes)",
|
||||
"cs": "<b>Typ 2</b> (mennekes)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -846,7 +872,8 @@
|
|||
"nl": "<b>Type 2 CCS</b> (mennekes)",
|
||||
"ca": "<b>CSS Tipus 2</b> (mennekes)",
|
||||
"de": "<b>Typ 2 CCS</b> (Mennekes)",
|
||||
"es": "<b>Tipo 2 CCS</b> (mennekes)"
|
||||
"es": "<b>Tipo 2 CCS</b> (mennekes)",
|
||||
"cs": "<b>Typ 2 CCS</b> (mennekes)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/Type2_CCS.svg",
|
||||
|
@ -891,7 +918,8 @@
|
|||
"nl": "<b>Type 2 CCS</b> (mennekes)",
|
||||
"ca": "<b>CSS Tipus 2</b> (mennekes)",
|
||||
"de": "<b>Typ 2 CCS</b> (mennekes)",
|
||||
"es": "<b>Tipo 2 CCS</b> (mennekes)"
|
||||
"es": "<b>Tipo 2 CCS</b> (mennekes)",
|
||||
"cs": "<b>Typ 2 CCS</b> (mennekes)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -906,7 +934,8 @@
|
|||
"en": "<b>Type 2 with cable</b> (mennekes)",
|
||||
"nl": "<b>Type 2 met kabel</b> (J1772)",
|
||||
"de": "<b>Typ 2 mit Kabel</b> (Mennekes)",
|
||||
"es": "<b>Tipo 2 con cable</b> (mennekes)"
|
||||
"es": "<b>Tipo 2 con cable</b> (mennekes)",
|
||||
"cs": "<b>Typ 2 s kabelem</b> (mennekes)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/Type2_tethered.svg",
|
||||
|
@ -950,7 +979,8 @@
|
|||
"en": "<b>Type 2 with cable</b> (mennekes)",
|
||||
"nl": "<b>Type 2 met kabel</b> (J1772)",
|
||||
"de": "<b>Typ 2 mit Kabel</b> (mennekes)",
|
||||
"es": "<b>Tipo 2 con cable</b> (mennekes)"
|
||||
"es": "<b>Tipo 2 con cable</b> (mennekes)",
|
||||
"cs": "<b>Typ 2 s kabelem</b> (mennekes)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -965,7 +995,8 @@
|
|||
"en": "<b>Tesla Supercharger CCS</b> (a branded type2_css)",
|
||||
"nl": "<b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo)",
|
||||
"de": "<b>Tesla Supercharger CCS</b> (Typ 2 CSS von Tesla)",
|
||||
"es": "<b>Tesla Supercharger CCS</b> (un tipo2_css de marca)"
|
||||
"es": "<b>Tesla Supercharger CCS</b> (un tipo2_css de marca)",
|
||||
"cs": "<b>Tesla Supercharger CCS</b> (značkový typ2_css)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/Type2_CCS.svg",
|
||||
|
@ -1009,7 +1040,8 @@
|
|||
"en": "<b>Tesla Supercharger CCS</b> (a branded type2_css)",
|
||||
"nl": "<b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo)",
|
||||
"de": "<b>Tesla Supercharger CCS</b> (ein Markenzeichen von type2_css)",
|
||||
"es": "<b>Tesla Supercharger CCS</b> (un tipo2_css de marca)"
|
||||
"es": "<b>Tesla Supercharger CCS</b> (un tipo2_css de marca)",
|
||||
"cs": "<b>Tesla Supercharger CCS</b> (značkový typ2_css)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -1024,7 +1056,8 @@
|
|||
"en": "<b>Tesla Supercharger (destination)</b>",
|
||||
"nl": "<b>Tesla Supercharger (destination)</b>",
|
||||
"de": "<b>Tesla Supercharger (Destination)</b>",
|
||||
"es": "<b>Tesla Supercharger (destino)</b>"
|
||||
"es": "<b>Tesla Supercharger (destino)</b>",
|
||||
"cs": "<b>Tesla Supercharger (cíl)</b>"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg",
|
||||
|
@ -1074,7 +1107,8 @@
|
|||
"en": "<b>Tesla Supercharger (destination)</b>",
|
||||
"nl": "<b>Tesla Supercharger (destination)</b>",
|
||||
"de": "<b>Tesla Supercharger (Destination)</b>",
|
||||
"es": "<b>Tesla Supercharger (destino)</b>"
|
||||
"es": "<b>Tesla Supercharger (destino)</b>",
|
||||
"cs": "<b>Tesla Supercharger (cíl)</b>"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -1299,7 +1333,8 @@
|
|||
"en": "<b>BS1363</b> (Type G)",
|
||||
"nl": "<b>BS1363</b> (VK 3-pin)",
|
||||
"de": "<b>BS1363</b> (Typ G)",
|
||||
"es": "<b>BS1363</b> (Tipo G)"
|
||||
"es": "<b>BS1363</b> (Tipo G)",
|
||||
"cs": "<b>BS1363</b> (Typ G)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/bs1363.svg",
|
||||
|
@ -1367,7 +1402,8 @@
|
|||
"en": "<b>BS1363</b> (Type G)",
|
||||
"nl": "<b>BS1363</b> (VK 3-pin)",
|
||||
"de": "<b>BS1363</b> (Typ G)",
|
||||
"es": "<b>BS1363</b> (Tipo G)"
|
||||
"es": "<b>BS1363</b> (Tipo G)",
|
||||
"cs": "<b>BS1363</b> (Typ G)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -1382,7 +1418,8 @@
|
|||
"en": "<b>NEMA 5-15</b> (Type B)",
|
||||
"nl": "<b>NEMA 5-15</b> (VS 3-pin)",
|
||||
"de": "<b>NEMA 5-15</b> (Typ B)",
|
||||
"es": "<b>NEMA 5-15</b> (Tipo B)"
|
||||
"es": "<b>NEMA 5-15</b> (Tipo B)",
|
||||
"cs": "<b>NEMA 5-15</b> (Typ B)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/nema-5-15.svg",
|
||||
|
@ -1449,7 +1486,8 @@
|
|||
"en": "<b>NEMA 5-15</b> (Type B)",
|
||||
"nl": "<b>NEMA 5-15</b> (VS 3-pin)",
|
||||
"de": "<b>NEMA 5-15</b> (Typ B)",
|
||||
"es": "<b>NEMA 5-15</b> (Tipo B)"
|
||||
"es": "<b>NEMA 5-15</b> (Tipo B)",
|
||||
"cs": "<b>NEMA 5-15</b> (Typ B)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -1464,7 +1502,8 @@
|
|||
"en": "<b>SEV 1011 T23</b> (Type J)",
|
||||
"nl": "<b>SEV 1011 T23</b> (Zwitserse 3-pin)",
|
||||
"de": "<b>SEV 1011 T23</b> (Typ J)",
|
||||
"es": "<b>SEV 1011 T23</b> (Tipo J)"
|
||||
"es": "<b>SEV 1011 T23</b> (Tipo J)",
|
||||
"cs": "<b>SEV 1011 T23</b> (Typ J)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/typej.svg",
|
||||
|
@ -1507,7 +1546,8 @@
|
|||
"en": "<b>AS3112</b> (Type I)",
|
||||
"nl": "<b>AS3112</b> (Australische 3-pin)",
|
||||
"de": "<b>AS3112</b> (Typ I)",
|
||||
"es": "<b>AS3112</b> (Tipo I)"
|
||||
"es": "<b>AS3112</b> (Tipo I)",
|
||||
"cs": "<b>AS3112</b> (Typ I)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/as3112.svg",
|
||||
|
@ -1547,7 +1587,8 @@
|
|||
"en": "<b>AS3112</b> (Type I)",
|
||||
"nl": "<b>AS3112</b> (Australische 3-pin)",
|
||||
"de": "<b>AS3112</b> (Typ I)",
|
||||
"es": "<b>AS3112</b> (Tipo I)"
|
||||
"es": "<b>AS3112</b> (Tipo I)",
|
||||
"cs": "<b>AS3112</b> (Typ I)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -1562,7 +1603,8 @@
|
|||
"en": "<b>NEMA 5-20</b> (Type B)",
|
||||
"nl": "<b>NEMA 5-20</b> (VS 3-pin)",
|
||||
"de": "<b>NEMA 5-20</b> (Typ B)",
|
||||
"es": "<b>NEMA 5-20</b> (Tipo B)"
|
||||
"es": "<b>NEMA 5-20</b> (Tipo B)",
|
||||
"cs": "<b>NEMA 5-20</b> (Typ B)"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/charging_station/nema-5-20.svg",
|
||||
|
@ -1629,7 +1671,8 @@
|
|||
"en": "<b>NEMA 5-20</b> (Type B)",
|
||||
"nl": "<b>NEMA 5-20</b> (VS 3-pin)",
|
||||
"de": "<b>NEMA 5-20</b> (Typ B)",
|
||||
"es": "<b>NEMA 5-20</b> (Tipo B)"
|
||||
"es": "<b>NEMA 5-20</b> (Tipo B)",
|
||||
"cs": "<b>NEMA 5-20</b> (Typ B)"
|
||||
},
|
||||
"hideInAnswer": true,
|
||||
"icon": {
|
||||
|
@ -2258,7 +2301,8 @@
|
|||
"ca": "Quan està oberta aquesta estació de càrrega?",
|
||||
"de": "Wann ist die Ladestation geöffnet?",
|
||||
"es": "¿Cuándo está abierto este punto de carga?",
|
||||
"pl": "Kiedy jest otwarta ta stacja ładowania?"
|
||||
"pl": "Kiedy jest otwarta ta stacja ładowania?",
|
||||
"cs": "Kdy je tato nabíjecí stanice otevřena?"
|
||||
}
|
||||
},
|
||||
"id": "OH"
|
||||
|
@ -2396,7 +2440,8 @@
|
|||
"nl": "Hoe kan men zich aanmelden aan dit oplaadstation?",
|
||||
"ca": "Quin tipus d'autenticació hi ha disponible a l'estació de càrrega?",
|
||||
"de": "Welche Art der Authentifizierung ist an der Ladestation möglich?",
|
||||
"es": "¿Qué tipo de autenticación está disponible en el punto de carga?"
|
||||
"es": "¿Qué tipo de autenticación está disponible en el punto de carga?",
|
||||
"cs": "Jaký druh autentizace je na nabíjecí stanici k dispozici?"
|
||||
},
|
||||
"multiAnswer": true,
|
||||
"mappings": [
|
||||
|
@ -2409,7 +2454,8 @@
|
|||
"ca": "Autenticació mitjançant una targeta de soci",
|
||||
"de": "Authentifizierung durch eine Mitgliedskarte",
|
||||
"es": "Autenticación mediante tarjeta de socio",
|
||||
"fr": "Authentification par carte de membre"
|
||||
"fr": "Authentification par carte de membre",
|
||||
"cs": "Autentizace členskou kartou"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -2421,7 +2467,8 @@
|
|||
"ca": "Autenticació mitjançant una aplicació",
|
||||
"de": "Authentifizierung per App",
|
||||
"es": "Autenticación mediante una aplicación",
|
||||
"fr": "Authentification par une application"
|
||||
"fr": "Authentification par une application",
|
||||
"cs": "Autentizace pomocí aplikace"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -2433,7 +2480,8 @@
|
|||
"de": "Authentifizierung per Anruf ist möglich",
|
||||
"es": "Hay disponible autenticación por llamada telefónica",
|
||||
"fr": "Authentification possible par appel téléphonique",
|
||||
"uk": "Доступна автентифікація за допомогою телефонного дзвінка"
|
||||
"uk": "Доступна автентифікація за допомогою телефонного дзвінка",
|
||||
"cs": "K dispozici je autentizace pomocí telefonního hovoru"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -2444,7 +2492,8 @@
|
|||
"nl": "Aanmelden via SMS is mogelijk",
|
||||
"de": "Authentifizierung per SMS ist möglich",
|
||||
"es": "Hay disponible autenticación por SMS",
|
||||
"fr": "Authentification possible par SMS"
|
||||
"fr": "Authentification possible par SMS",
|
||||
"cs": "K dispozici je autentizace pomocí SMS"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -2455,7 +2504,8 @@
|
|||
"nl": "Aanmelden via NFC is mogelijk",
|
||||
"ca": "L'autenticació mitjançant NFC està disponible",
|
||||
"de": "Authentifizierung per NFC ist möglich",
|
||||
"es": "Hay disponible autenticación por NFC"
|
||||
"es": "Hay disponible autenticación por NFC",
|
||||
"cs": "K dispozici je autentizace přes NFC"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -2466,7 +2516,8 @@
|
|||
"nl": "Aanmelden met Money Card is mogelijk",
|
||||
"ca": "L'autenticació mitjançant targeta de pagament està disponible",
|
||||
"de": "Authentifizierung per Geldkarte ist möglich",
|
||||
"es": "Hay disponible autenticación por tarjeta de crédito"
|
||||
"es": "Hay disponible autenticación por tarjeta de crédito",
|
||||
"cs": "K dispozici je autentizace prostřednictvím Money Card"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -2477,7 +2528,8 @@
|
|||
"nl": "Aanmelden met een betaalkaart is mogelijk",
|
||||
"ca": "L'autenticació mitjançant targeta de debit està disponible",
|
||||
"de": "Authentifizierung per Kreditkarte ist möglich",
|
||||
"es": "Hay disponible autenticación por tarjeta de débito"
|
||||
"es": "Hay disponible autenticación por tarjeta de débito",
|
||||
"cs": "K dispozici je autentizace prostřednictvím debetní karty"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -2488,7 +2540,8 @@
|
|||
"nl": "Hier opladen is (ook) mogelijk zonder aan te melden",
|
||||
"ca": "Carregar aquí (també) és possible sense autenticació",
|
||||
"de": "Das Laden ist hier (auch) ohne Authentifizierung möglich",
|
||||
"es": "La carga aquí también es posible sin autenticación"
|
||||
"es": "La carga aquí también es posible sin autenticación",
|
||||
"cs": "Nabíjení je zde (také) možné bez autentizace"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -2515,7 +2568,8 @@
|
|||
"ca": "Quin és el número de telèfon per a la trucada d'autenticació o SMS?",
|
||||
"de": "Wie lautet die Telefonnummer für den Authentifizierungsanruf oder die SMS?",
|
||||
"es": "¿Cuál es el número de teléfono para la llamada o SMS de autenticación?",
|
||||
"uk": "Який номер телефону для аутентифікаційного дзвінка або SMS?"
|
||||
"uk": "Який номер телефону для аутентифікаційного дзвінка або SMS?",
|
||||
"cs": "Jaké je telefonní číslo pro autentizační hovor nebo SMS?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "authentication:phone_call:number",
|
||||
|
@ -2550,7 +2604,8 @@
|
|||
"de": "Teil des Netzwerks <b>{network}</b>",
|
||||
"es": "Parte de la red <b>{network}</b>",
|
||||
"pl": "Część sieci <b>{network}</b>",
|
||||
"uk": "Частина мережі <b>{network}</b>"
|
||||
"uk": "Частина мережі <b>{network}</b>",
|
||||
"cs": "Část sítě <b>{network}</b>"
|
||||
},
|
||||
"question": {
|
||||
"en": "Is this charging station part of a network?",
|
||||
|
@ -2573,7 +2628,8 @@
|
|||
"nl": "Maakt geen deel uit van een groter netwerk, een lokale zaak of organisatie beheert dit oplaadpunt",
|
||||
"de": "Nicht Teil eines größeren Netzwerks, z. B. weil die Ladestation von einem lokalen Unternehmen betrieben wird",
|
||||
"es": "No forma parte de una red mayor, por ejemplo, porque el punto de carga es mantenido por un negocio local",
|
||||
"uk": "Не є частиною більшої мережі, наприклад, тому що зарядна станція обслуговується місцевим підприємством"
|
||||
"uk": "Не є частиною більшої мережі, наприклад, тому що зарядна станція обслуговується місцевим підприємством",
|
||||
"cs": "Není součástí větší sítě, např. protože nabíjecí stanici spravuje místní firma"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -2634,7 +2690,8 @@
|
|||
"nl": "Wie beheert dit oplaadpunt?",
|
||||
"ca": "Qui és l'operadora d'aquesta estació de càrrega?",
|
||||
"de": "Wer ist der Betreiber dieser Ladestation?",
|
||||
"es": "¿Quién es el operador de este punto de carga?"
|
||||
"es": "¿Quién es el operador de este punto de carga?",
|
||||
"cs": "Kdo je provozovatelem této nabíjecí stanice?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This charging station is operated by {operator}",
|
||||
|
@ -2642,7 +2699,8 @@
|
|||
"ca": "Aquesta estació de càrrega l'opera {operator}",
|
||||
"de": "Die Station wird betrieben von {operator}",
|
||||
"es": "Este punto de carga es operado por {operator}",
|
||||
"pl": "Ta stacja ładowania jest obsługiwana przez {operator}"
|
||||
"pl": "Ta stacja ładowania jest obsługiwana przez {operator}",
|
||||
"cs": "Tuto nabíjecí stanici provozuje {operator}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "operator"
|
||||
|
@ -2659,7 +2717,8 @@
|
|||
"nl": "Eigenlijk is {operator} het netwerk waarvan het deel uitmaakt",
|
||||
"ca": "De fet, {operator} és la xarxa",
|
||||
"de": "Eigentlich ist {operator} das Netzwerk",
|
||||
"es": "En realidad, {operator} es la red"
|
||||
"es": "En realidad, {operator} es la red",
|
||||
"cs": "Síť je ve skutečnosti {operator}"
|
||||
},
|
||||
"addExtraTags": [
|
||||
"operator="
|
||||
|
@ -2768,7 +2827,8 @@
|
|||
"nl": "Is dit oplaadpunt operationeel?",
|
||||
"ca": "Està en ús aquest punt de càrrega?",
|
||||
"de": "Ist die Station in Betrieb?",
|
||||
"es": "¿Este punto de carga está en uso?"
|
||||
"es": "¿Este punto de carga está en uso?",
|
||||
"cs": "Používá se tento nabíjecí bod?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -2788,7 +2848,8 @@
|
|||
"de": "Die Station ist in Betrieb",
|
||||
"es": "Este punto de carga funciona",
|
||||
"fr": "Cette station de recharge fonctionne",
|
||||
"pl": "Ta stacja ładowania działa"
|
||||
"pl": "Ta stacja ładowania działa",
|
||||
"cs": "Tato nabíjecí stanice funguje"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -2807,7 +2868,8 @@
|
|||
"ca": "Aquesta estació de carrega està trencada",
|
||||
"de": "Die Station ist defekt",
|
||||
"es": "Este punto de carga está roto",
|
||||
"pl": "Ta stacja ładowania jest zepsuta"
|
||||
"pl": "Ta stacja ładowania jest zepsuta",
|
||||
"cs": "Tato nabíjecí stanice je rozbitá"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -2826,7 +2888,8 @@
|
|||
"ca": "Aquí està prevista una estació de recàrrega",
|
||||
"de": "Die Station ist erst in Planung",
|
||||
"es": "Aquí se planea un punto de carga",
|
||||
"pl": "Planowana jest tutaj stacja ładowania"
|
||||
"pl": "Planowana jest tutaj stacja ładowania",
|
||||
"cs": "Plánuje se zde nabíjecí stanice"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -2844,7 +2907,8 @@
|
|||
"nl": "Hier wordt op dit moment een oplaadpunt gebouwd",
|
||||
"de": "Die Station ist aktuell im Bau",
|
||||
"es": "Aquí se está construyendo un punto de carga",
|
||||
"pl": "Budowana jest tutaj stacja ładowania"
|
||||
"pl": "Budowana jest tutaj stacja ładowania",
|
||||
"cs": "Zde je budována dobíjecí stanice"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -2862,7 +2926,8 @@
|
|||
"nl": "Dit oplaadpunt is niet meer in gebruik maar is wel nog aanwezig",
|
||||
"ca": "Aquesta estació de recàrrega s'ha desactivat permanentment i ja no s'utilitza, però encara és visible",
|
||||
"de": "Die Station ist dauerhaft geschlossen und nicht mehr in Nutzung, aber noch sichtbar",
|
||||
"es": "Este punto de carga ha sido deshabilitado permanentemente y ya no está en uso, pero sigue siendo visible"
|
||||
"es": "Este punto de carga ha sido deshabilitado permanentemente y ya no está en uso, pero sigue siendo visible",
|
||||
"cs": "Tato nabíjecí stanice byla trvale deaktivována a již se nepoužívá, ale je stále viditelná"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -2874,7 +2939,8 @@
|
|||
"nl": "Moet men parkeergeld betalen tijdens het opladen?",
|
||||
"ca": "Cal pagar una taxa d'aparcament mentre es carrega?",
|
||||
"de": "Muss man während des Ladens eine Parkgebühr bezahlen?",
|
||||
"es": "¿Hay que pagar una tarifa de aparcamiento mientras se carga?"
|
||||
"es": "¿Hay que pagar una tarifa de aparcamiento mientras se carga?",
|
||||
"cs": "Musí se při nabíjení platit parkovné?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -2884,7 +2950,8 @@
|
|||
"nl": "Geen extra parkeerkost tijdens het opladen",
|
||||
"ca": "No cal pagar una taxa addicional mentres carrega",
|
||||
"de": "Keine zusätzlichen Parkkosten während des Ladens",
|
||||
"es": "Sin coste de aparcamiento adicional mientras se carga"
|
||||
"es": "Sin coste de aparcamiento adicional mientras se carga",
|
||||
"cs": "Žádné další poplatky za parkování během nabíjení"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -2894,7 +2961,8 @@
|
|||
"nl": "Tijdens het opladen moet er parkeergeld betaald worden",
|
||||
"ca": "Cal pagar una taxa addicional d'aparcament mentres carrega",
|
||||
"de": "Während des Ladens ist eine zusätzliche Parkgebühr zu entrichten",
|
||||
"es": "Se debe pagar una tarifa de aparcamiento adicional mientras se carga"
|
||||
"es": "Se debe pagar una tarifa de aparcamiento adicional mientras se carga",
|
||||
"cs": "Při nabíjení je třeba uhradit další poplatek za parkování"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -3007,7 +3075,8 @@
|
|||
"en": "charging station for electrical bikes",
|
||||
"nl": "oplaadpunt voor elektrische fietsen",
|
||||
"de": "Ladestation für Elektrofahrräder",
|
||||
"es": "punto de carga para bicicletas eléctricas"
|
||||
"es": "punto de carga para bicicletas eléctricas",
|
||||
"cs": "nabíjecí stanice pro elektrokola"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -3021,7 +3090,8 @@
|
|||
"nl": "oplaadstation voor elektrische auto's",
|
||||
"ca": "estació de càrrega per a cotxes",
|
||||
"de": "Ladestation für Autos",
|
||||
"es": "punto de carga para coches"
|
||||
"es": "punto de carga para coches",
|
||||
"cs": "nabíjecí stanice pro auta"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -3117,7 +3187,8 @@
|
|||
"nl": "Heeft een <div style='display: inline-block'><b><b>Schuko stekker</b> zonder aardingspin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>",
|
||||
"ca": "Té un connector <div style='display: inline-block'><b><b>Schuko</b> sense pin de terra (CEE7/4 tipus F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>",
|
||||
"de": "Verfügt über einen <div style='display: inline-block'><b><b>Schuko-Stecker</b> ohne Erdungsstift (CEE7/4 Typ F)</b><img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>",
|
||||
"es": "Tiene un conector <div style='display: inline-block'><b><b>Enchufe de pared Schuko</b> sin pin de tierra (tipo CEE7/4 F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>"
|
||||
"es": "Tiene un conector <div style='display: inline-block'><b><b>Enchufe de pared Schuko</b> sin pin de tierra (tipo CEE7/4 F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>",
|
||||
"cs": "Má konektor <div style='display: inline-block'><b><b>nástěnné zástrčky Schuko</b> bez zemnicího kolíku (CEE7/4 typ F)</b> <img style='width:1rem; displej: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>"
|
||||
},
|
||||
"osmTags": "socket:schuko~*"
|
||||
},
|
||||
|
@ -3201,7 +3272,8 @@
|
|||
"nl": "Heeft een <div style='display: inline-block'><b><b>Type 2 met kabel</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>",
|
||||
"ca": "Té un connector <div style='display: inline-block'><b><b>Tipus 2 amb cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>",
|
||||
"de": "Hat einen <div style='display: inline-block'><b><b>Typ 2</b> (Mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> Anschluss mit Kabel",
|
||||
"es": "Tiene un conector <div style='display: inline-block'><b><b>Tipo 2 con cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>"
|
||||
"es": "Tiene un conector <div style='display: inline-block'><b><b>Tipo 2 con cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>",
|
||||
"cs": "Má konektor <div style='display: inline-block'><b><b>Typ 2 s kabelem</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>"
|
||||
},
|
||||
"osmTags": "socket:type2_cable~*"
|
||||
},
|
||||
|
@ -3210,7 +3282,8 @@
|
|||
"en": "Has a <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> connector",
|
||||
"nl": "Heeft een <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (een type2 CCS met Tesla-logo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>",
|
||||
"de": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (Typ 2 CSS vonTesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> Anschluss",
|
||||
"es": "Tiene un conector <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (un tipo2_css de marca)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>"
|
||||
"es": "Tiene un conector <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (un tipo2_css de marca)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>",
|
||||
"cs": "Má konektor <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (značkový typ2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>"
|
||||
},
|
||||
"osmTags": "socket:tesla_supercharger_ccs~*"
|
||||
},
|
||||
|
@ -3219,7 +3292,8 @@
|
|||
"en": "Has a <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> connector",
|
||||
"nl": "Heeft een <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div>",
|
||||
"de": "Hat einen <div style='display: inline-block'><b><b>Tesla Supercharger (Destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> Anschluss",
|
||||
"es": "Tiene un conector <div style='display: inline-block'><b><b>Tesla Supercharger (destino)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div>"
|
||||
"es": "Tiene un conector <div style='display: inline-block'><b><b>Tesla Supercharger (destino)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div>",
|
||||
"cs": "Má konektor <div style='display: inline-block'><b><b>Tesla Supercharger (destinace)</b></b> <img style='width:1rem; displej: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div>"
|
||||
},
|
||||
"osmTags": "socket:tesla_destination~*"
|
||||
},
|
||||
|
|
|
@ -4,12 +4,14 @@
|
|||
"en": "Cinema",
|
||||
"de": "Kino",
|
||||
"es": "Cine",
|
||||
"cs": "Kino"
|
||||
"cs": "Kino",
|
||||
"nl": "Bioscoop"
|
||||
},
|
||||
"description": {
|
||||
"en": " A place showing movies (films), generally open to the public for a fee. Commonly referred to as a movie theater in the US",
|
||||
"de": " Ein Ort, an dem Filme gezeigt werden, die der Öffentlichkeit gegen Gebühr zugänglich sind",
|
||||
"es": " Un lugar donde se proyectan películas (cine), generalmente abierto al público por una tarifa Comúnmente conocido como cine en Estados Unidos"
|
||||
"en": "A place showing movies (films), generally open to the public for a fee. Commonly referred to as a movie theater in the US.",
|
||||
"de": "Ein Ort, an dem Filme gezeigt werden, die der Öffentlichkeit gegen Gebühr zugänglich sind.",
|
||||
"es": "Un lugar donde se proyectan películas (cine), generalmente abierto al público por una tarifa Comúnmente conocido como cine en Estados Unidos.",
|
||||
"nl": "Een plaats die films toont, meestal open voor het publiek tegen een vergoeding."
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "amenity=cinema"
|
||||
|
@ -28,7 +30,8 @@
|
|||
"en": "Cinema",
|
||||
"de": "Kino",
|
||||
"es": "Cine",
|
||||
"cs": "Kino"
|
||||
"cs": "Kino",
|
||||
"nl": "Bioscoop"
|
||||
}
|
||||
},
|
||||
"pointRendering": [
|
||||
|
@ -60,7 +63,8 @@
|
|||
"en": "What type of cinema is this?",
|
||||
"de": "Um welche Art von Kino handelt es sich?",
|
||||
"es": "¿Qué tipo de cine es este?",
|
||||
"cs": "O jaký typ kina se jedná?"
|
||||
"cs": "O jaký typ kina se jedná?",
|
||||
"nl": "Wat voor type bioscoop is dit?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -69,7 +73,8 @@
|
|||
"en": "This is a normal cinema showing movies for all ages",
|
||||
"de": "Dies ist ein normales Kino, das Filme für alle Altersgruppen zeigt",
|
||||
"es": "Este es un cine normal que proyecta películas para todas las edades",
|
||||
"cs": "Toto je normální kino promítající filmy pro všechny věkové kategorie"
|
||||
"cs": "Toto je normální kino promítající filmy pro všechny věkové kategorie",
|
||||
"nl": "Dit is een normale bioscoop met films voor alle leeftijden"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -78,7 +83,8 @@
|
|||
"en": "This is an erotic cinema showing adult movies",
|
||||
"de": "Dies ist ein Sex-Kino, das Erwachsenenfilme zeigt",
|
||||
"es": "Este es un cine erótico que proyecta películas para adultos",
|
||||
"cs": "Toto je erotické kino promítající filmy pro dospělé"
|
||||
"cs": "Toto je erotické kino promítající filmy pro dospělé",
|
||||
"nl": "Dit is een erotische bioscoop met films voor volwassenen"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -311,7 +311,8 @@
|
|||
"then": {
|
||||
"en": "A climbing area with one or more climbing crags and/or boulders",
|
||||
"de": "Ein Klettergebiet mit einem oder meheren Kletter- und/oder Boulderfelsen",
|
||||
"es": "Un área de escalada con una o más paredes y/o bloques de escalada"
|
||||
"es": "Un área de escalada con una o más paredes y/o bloques de escalada",
|
||||
"nl": "Een klimgebied met een of meer klimrotsen en/of boulders"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
@ -118,7 +118,7 @@
|
|||
},
|
||||
"question": {
|
||||
"en": "What is the name of this climbing gym?",
|
||||
"nl": "Wat is de naam van dit Klimzaal?",
|
||||
"nl": "Wat is de naam van deze klimzaal?",
|
||||
"de": "Wie heißt diese Kletterhalle?",
|
||||
"ja": "このクライミングジムは何という名前ですか?",
|
||||
"fr": "Quel est le nom de la salle d’escalade ?",
|
||||
|
|
|
@ -161,7 +161,8 @@
|
|||
"en": "a wall, cliff or rock",
|
||||
"de": "eine Wand, eine Klippe oder einen Felsen",
|
||||
"es": "una pared, un acantilado o una roca",
|
||||
"cs": "zeď, útes nebo skála"
|
||||
"cs": "zeď, útes nebo skála",
|
||||
"nl": "een muur, klif of rots"
|
||||
},
|
||||
"isCounted": false
|
||||
}
|
||||
|
|
|
@ -606,7 +606,7 @@
|
|||
"id": "faces",
|
||||
"question": {
|
||||
"en": "How many faces does this clock have?",
|
||||
"nl": "Hoeveel klokken heeft deze klok?",
|
||||
"nl": "Hoeveel wijzerplaten heeft deze klok?",
|
||||
"de": "Wie viele Zifferblätter hat diese Uhr?",
|
||||
"ca": "Quantes cares té aquest rellotge?",
|
||||
"fr": "Combien de faces a cette horloge ?",
|
||||
|
@ -619,7 +619,7 @@
|
|||
"inline": true,
|
||||
"placeholder": {
|
||||
"en": "Number of faces",
|
||||
"nl": "Aantal klokken",
|
||||
"nl": "Aantal wijzerplaten",
|
||||
"de": "Anzahl der Zifferblätter",
|
||||
"ca": "Nombre de cares",
|
||||
"fr": "Nombre de faces",
|
||||
|
@ -629,7 +629,7 @@
|
|||
},
|
||||
"render": {
|
||||
"en": "This clock has {faces} faces",
|
||||
"nl": "Deze klok heeft {faces} klokken",
|
||||
"nl": "Deze klok heeft {faces} wijzerplaten",
|
||||
"de": "Diese Uhr hat {faces} Zifferblätter",
|
||||
"ca": "Aquest rellotge té {faces} cares",
|
||||
"fr": "Cette horloge a {faces} faces",
|
||||
|
@ -641,7 +641,7 @@
|
|||
"if": "faces=1",
|
||||
"then": {
|
||||
"en": "This clock has one face",
|
||||
"nl": "Deze klok heeft één klok",
|
||||
"nl": "Deze klok heeft één wijzerplaat",
|
||||
"de": "Diese Uhr hat ein Zifferblatt",
|
||||
"ca": "Aquest rellotge té una cara",
|
||||
"fr": "Cette horloge a une face",
|
||||
|
@ -653,7 +653,7 @@
|
|||
"if": "faces=2",
|
||||
"then": {
|
||||
"en": "This clock has two faces",
|
||||
"nl": "Deze klok heeft twee klokken",
|
||||
"nl": "Deze klok heeft twee wijzerplaten",
|
||||
"de": "Diese Uhr hat zwei Zifferblätter",
|
||||
"ca": "Aquest rellotge té dues cares",
|
||||
"fr": "Cette horloge a deux faces",
|
||||
|
@ -665,7 +665,7 @@
|
|||
"if": "faces=4",
|
||||
"then": {
|
||||
"en": "This clock has four faces",
|
||||
"nl": "Deze klok heeft vier klokken",
|
||||
"nl": "Deze klok heeft vier wijzerplaten",
|
||||
"de": "Diese Uhr hat vier Zifferblätter",
|
||||
"ca": "Aquest rellotge té quatre cares",
|
||||
"fr": "Cette horloge a quatre faces",
|
||||
|
|
|
@ -814,12 +814,14 @@
|
|||
"question": {
|
||||
"en": "Does {title()} have an incline?",
|
||||
"de": "Hat {title()} eine Steigung?",
|
||||
"es": "¿Tiene {title()} una inclinación?"
|
||||
"es": "¿Tiene {title()} una inclinación?",
|
||||
"nl": "Heeft {title()} een helling?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This road has an slope of {incline}",
|
||||
"de": "Die Straße hat {incline} Steigung",
|
||||
"es": "Esta carretera tiene una pendiente de {incline}"
|
||||
"es": "Esta carretera tiene una pendiente de {incline}",
|
||||
"nl": "Deze weg heeft een helling van {incline}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "incline",
|
||||
|
@ -847,7 +849,8 @@
|
|||
"then": {
|
||||
"en": "This road has a slope",
|
||||
"de": "Die Straße hat eine Steigung",
|
||||
"es": "Esta carretera tiene una pendiente"
|
||||
"es": "Esta carretera tiene una pendiente",
|
||||
"nl": "Deze weg heeft een helling"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
}
|
||||
|
|
|
@ -61,7 +61,8 @@
|
|||
"en": "{name}",
|
||||
"de": "{name}",
|
||||
"ca": "{name}",
|
||||
"es": "{name}"
|
||||
"es": "{name}",
|
||||
"nl": "{name}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -193,7 +193,8 @@
|
|||
"de": "Welche Form hat dieser Aufzug?",
|
||||
"pl": "Jaki kształt ma ta winda?",
|
||||
"ca": "Quina forma té aquest ascensor?",
|
||||
"es": "¿Qué forma tiene este ascensor?"
|
||||
"es": "¿Qué forma tiene este ascensor?",
|
||||
"nl": "Wat voor vorm heeft deze lift?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -205,7 +206,8 @@
|
|||
"fr": "Cet ascenseur est de forme rectangulaire",
|
||||
"pl": "Ta winda ma prostokątny kształt",
|
||||
"ca": "Aquest ascensor té una forma rectangular",
|
||||
"es": "Este ascensor tiene forma rectangular"
|
||||
"es": "Este ascensor tiene forma rectangular",
|
||||
"nl": "Deze lift is rechthoekig"
|
||||
},
|
||||
"icon": "./assets/svg/square.svg"
|
||||
},
|
||||
|
@ -216,7 +218,8 @@
|
|||
"de": "Dieser Aufzug hat eine kreisförmige Form",
|
||||
"pl": "Ta winda ma okrągły kształt",
|
||||
"ca": "Aquest ascensor té una forma circular",
|
||||
"es": "Este ascensor tiene forma circular"
|
||||
"es": "Este ascensor tiene forma circular",
|
||||
"nl": "Deze lift is cirkelvormig"
|
||||
},
|
||||
"icon": "./assets/svg/circle.svg"
|
||||
}
|
||||
|
@ -296,12 +299,14 @@
|
|||
"render": {
|
||||
"en": "This elevator has a diameter of {canonical(diameter)}",
|
||||
"de": "Dieser Aufzug hat einen Durchmesser von {canonical(diameter)}",
|
||||
"es": "Este ascensor tiene un diámetro de {canonical(diameter)}"
|
||||
"es": "Este ascensor tiene un diámetro de {canonical(diameter)}",
|
||||
"nl": "Deze lift heeft een diameter van {canonical(diameter)}"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the diameter of this elevator?",
|
||||
"de": "Was ist der Durchmesser dieses Aufzugs?",
|
||||
"es": "¿Cuál es el diámetro de este ascensor?"
|
||||
"es": "¿Cuál es el diámetro de este ascensor?",
|
||||
"nl": "Wat is de diameter van deze lift?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "diameter",
|
||||
|
@ -381,7 +386,8 @@
|
|||
"en": "Has this elevator speech output?",
|
||||
"de": "Verfügt der Aufzug über eine Sprachausgabe?",
|
||||
"cs": "Má tento výtah hlasový výstup?",
|
||||
"es": "¿Tiene este ascensor salida de voz?"
|
||||
"es": "¿Tiene este ascensor salida de voz?",
|
||||
"nl": "Heeft deze lift spraakuitvoer?"
|
||||
},
|
||||
"questionHint": {
|
||||
"en": "E.g. it announces the current floor",
|
||||
|
@ -389,7 +395,8 @@
|
|||
"ca": "P. e. anuncia la planta actual",
|
||||
"cs": "Např. oznamuje aktuální podlaží",
|
||||
"pl": "Np. informuje o aktualnym piętrze",
|
||||
"es": "Ej. anuncia la planta actual"
|
||||
"es": "Ej. anuncia la planta actual",
|
||||
"nl": "Bijv. een aankondiging van de huidige verdieping"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -398,7 +405,8 @@
|
|||
"en": "This elevator has speech output",
|
||||
"de": "Der Aufzug verfügt über eine Sprachausgabe",
|
||||
"cs": "Tento výtah má hlasový výstup",
|
||||
"es": "Este ascensor tiene salida de voz"
|
||||
"es": "Este ascensor tiene salida de voz",
|
||||
"nl": "Deze lift heeft spraakuitvoer"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -407,7 +415,8 @@
|
|||
"en": "This elevator does not have speech output",
|
||||
"de": "Der Aufzug verfügt über keine Sprachausgabe",
|
||||
"cs": "Tento výtah nemá hlasový výstup",
|
||||
"es": "Este ascensor no tiene salida de voz"
|
||||
"es": "Este ascensor no tiene salida de voz",
|
||||
"nl": "Deze lift heeft geen spraakuitvoer"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -5,14 +5,16 @@
|
|||
"de": "Münzprägeautomaten",
|
||||
"es": "Prensa de Monedas",
|
||||
"ca": "Premses de cèntims",
|
||||
"cs": "Ražby mincí"
|
||||
"cs": "Ražby mincí",
|
||||
"nl": "Muntpersen"
|
||||
},
|
||||
"description": {
|
||||
"en": "Layer showing penny presses.",
|
||||
"de": "Ebene mit Münzprägeautomaten.",
|
||||
"es": "Capa que muestra prensas de monedas.",
|
||||
"ca": "Capa que mostra premses de cèntims.",
|
||||
"cs": "Vrstva zobrazující ražbu mincí."
|
||||
"cs": "Vrstva zobrazující ražbu mincí.",
|
||||
"nl": "Laag met muntpersen."
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
|
@ -62,7 +64,8 @@
|
|||
"de": "Einen Münzprägeautomaten",
|
||||
"es": "una prensa de monedas",
|
||||
"ca": "una premsa de cèntim",
|
||||
"cs": "ražba mincí"
|
||||
"cs": "ražba mincí",
|
||||
"nl": "een muntpers"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=vending_machine",
|
||||
|
@ -91,7 +94,8 @@
|
|||
"de": "Motivanzahl (z.B. 5)",
|
||||
"es": "Número de diseños (ej. 5)",
|
||||
"ca": "Nombre de dissenys (p. e. 5)",
|
||||
"cs": "Počet vzorů (např. 5)"
|
||||
"cs": "Počet vzorů (např. 5)",
|
||||
"nl": "Aantal ontwerpen (bijv. 5)"
|
||||
}
|
||||
},
|
||||
"render": {
|
||||
|
@ -109,7 +113,8 @@
|
|||
"de": "Der Prägeautomat hat ein Motiv zur Auswahl.",
|
||||
"es": "Esta prensa de monedas tiene un diseño disponible.",
|
||||
"ca": "Esta premsa té un disseny disponible.",
|
||||
"cs": "Tento lis na peníze má k dispozici jeden design."
|
||||
"cs": "Tento lis na peníze má k dispozici jeden design.",
|
||||
"nl": "Deze muntpers heeft één ontwerp beschikbaar."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -119,7 +124,8 @@
|
|||
"de": "Der Prägeautomat hat zwei Motive zur Auswahl.",
|
||||
"es": "Esta prensa de monedas tiene dos diseños disponibles.",
|
||||
"ca": "Esta premsa té dos dissenys disponibles.",
|
||||
"cs": "Tento lis na peníze má k dispozici dvě provedení."
|
||||
"cs": "Tento lis na peníze má k dispozici dvě provedení.",
|
||||
"nl": "Deze muntpers heeft twee ontwerpen beschikbaar."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -129,7 +135,8 @@
|
|||
"de": "Der Prägeautomat hat drei Motive zur Auswahl.",
|
||||
"es": "Esta prensa de monedas tiene tres diseños disponibles.",
|
||||
"ca": "Esta premsa té tres dissenys disponibles.",
|
||||
"cs": "Tento lis na peníze má k dispozici tři provedení."
|
||||
"cs": "Tento lis na peníze má k dispozici tři provedení.",
|
||||
"nl": "Deze muntpers heeft drie ontwerpen beschikbaar."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -211,7 +218,8 @@
|
|||
"de": "Welche Münzen können geprägt werden?",
|
||||
"es": "¿Qué moneda se usa para prensar?",
|
||||
"ca": "Quina moneda s'utilitza per a premsar?",
|
||||
"cs": "Jaká mince se používá k ražbě?"
|
||||
"cs": "Jaká mince se používá k ražbě?",
|
||||
"nl": "Welk muntstuk wordt gebruikt voor het persen?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "coin:type",
|
||||
|
@ -222,7 +230,8 @@
|
|||
"es": "Tipo de moneda (ej. 10 céntimos)",
|
||||
"pl": "Rodzaj monety (np. 10 centów)",
|
||||
"ca": "Tipus de moneda (p. e. 10 cèntims)",
|
||||
"cs": "Typ mince (např. 10 centů)"
|
||||
"cs": "Typ mince (např. 10 centů)",
|
||||
"nl": "Munttype (bijv. 10 cent)"
|
||||
}
|
||||
},
|
||||
"mappings": [
|
||||
|
@ -233,7 +242,8 @@
|
|||
"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í minci v hodnotě 2 centů.",
|
||||
"nl": "Deze muntpers gebruikt een muntstuk van 2 cent voor het persen."
|
||||
},
|
||||
"hideInAnswer": {
|
||||
"and": [
|
||||
|
@ -249,7 +259,8 @@
|
|||
"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í minci v hodnotě 5 centů.",
|
||||
"nl": "Deze muntpers gebruikt een muntstuk van 5 cent voor het persen."
|
||||
},
|
||||
"hideInAnswer": {
|
||||
"and": [
|
||||
|
@ -265,7 +276,8 @@
|
|||
"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 cèntims 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í minci v hodnotě 10 centů.",
|
||||
"nl": "Deze muntpers gebruikt een muntstuk van 10 cent voor het persen."
|
||||
},
|
||||
"hideInAnswer": {
|
||||
"and": [
|
||||
|
@ -281,7 +293,8 @@
|
|||
"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í minci v hodnotě 25 centů.",
|
||||
"nl": "Deze muntpers gebruikt een muntstuk van 25 cent voor het persen."
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*USD.*"
|
||||
},
|
||||
|
@ -292,7 +305,8 @@
|
|||
"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í minci v hodnotě 50 centů.",
|
||||
"nl": "Deze muntpers gebruikt een muntstuk van 50 cent voor het persen."
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*USD.*"
|
||||
},
|
||||
|
@ -302,7 +316,8 @@
|
|||
"en": "This penny press uses a 10 centimes coin for pressing.",
|
||||
"ca": "Esta premsa de cèntims utilitza una moneda de 10 cèntims per a premsar.",
|
||||
"de": "Der Automat prägt 10 Centime Münzen.",
|
||||
"es": "Esta prensa de monedas usa una moneda de 10 céntimos para prensar."
|
||||
"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."
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*CHF.*"
|
||||
},
|
||||
|
@ -312,7 +327,8 @@
|
|||
"en": "This penny press uses a 20 centimes coin for pressing.",
|
||||
"ca": "Esta premsa de cèntims utilitza una moneda de 20 cèntims per a premsar.",
|
||||
"de": "Der Automat prägt 5 Centime Münzen.",
|
||||
"es": "Esta prensa de monedas usa una moneda de 20 céntimos para prensar."
|
||||
"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."
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*CHF.*"
|
||||
}
|
||||
|
@ -322,7 +338,8 @@
|
|||
"de": "Der Automat prägt {coin:type} Cent Münzen.",
|
||||
"es": "Esta prensa de monedas usa una moneda de {coin:type} para prensar.",
|
||||
"ca": "Esta premsa de cèntims utilitza una moneda de {coin:type} per a premsar.",
|
||||
"cs": "Tento lis na centy používá k lisování minci {coin:type}."
|
||||
"cs": "Tento lis na centy používá k lisování minci {coin:type}.",
|
||||
"nl": "Deze muntpers gebruikt een muntstuk van {coin:type} voor het persen."
|
||||
}
|
||||
},
|
||||
"website",
|
||||
|
@ -339,7 +356,8 @@
|
|||
"de": "Wieviel kostet die Prägung einer Münze?",
|
||||
"es": "¿Cuánto cuesta prensar una moneda?",
|
||||
"ca": "Quant costa premsar un cèntim?",
|
||||
"cs": "Kolik stojí ražba mince?"
|
||||
"cs": "Kolik stojí ražba mince?",
|
||||
"nl": "Hoe veel kost het om een munt te persen?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "charge",
|
||||
|
@ -349,7 +367,8 @@
|
|||
"fr": "Coût (par ex. 0.50 EUR)",
|
||||
"es": "Costo (ej. 0,50 EUR)",
|
||||
"ca": "Cost (p. e, 0.50 euros)",
|
||||
"cs": "Cena (např. 0,50 EUR)"
|
||||
"cs": "Cena (např. 0,50 EUR)",
|
||||
"nl": "Kosten (bijv. 0.50 EUR)"
|
||||
}
|
||||
},
|
||||
"mappings": [
|
||||
|
@ -360,7 +379,8 @@
|
|||
"de": "Die Prägung einer Münze kostet 1,00 €.",
|
||||
"es": "Cuesta 1 euro prensar una moneda.",
|
||||
"ca": "Costa 1 euro premsar un cèntim.",
|
||||
"cs": "Ražba mince stojí 1 euro."
|
||||
"cs": "Ražba mince stojí 1 euro.",
|
||||
"nl": "Het kost 1 euro om een munt te persen."
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*EUR.*"
|
||||
},
|
||||
|
@ -371,7 +391,8 @@
|
|||
"de": "Die Prägung einer Münze kostet 2,00 €.",
|
||||
"es": "Cuesta 2 euros prensar una moneda.",
|
||||
"ca": "Costa 2 euros premsar un cèntim.",
|
||||
"cs": "Ražba mince stojí 2 eura."
|
||||
"cs": "Ražba mince stojí 2 eura.",
|
||||
"nl": "Het kost 2 euro om een munt te persen."
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*EUR.*"
|
||||
},
|
||||
|
@ -382,7 +403,8 @@
|
|||
"ca": "Costa 2 francs suïssos premsar un cèntim.",
|
||||
"de": "Die Prägung einer Münze kostet 2 Schweizer Franken.",
|
||||
"cs": "Ražba mince stojí 2 Švýcarské franky.",
|
||||
"es": "Cuesta 2 francos suizos prensar una moneda."
|
||||
"es": "Cuesta 2 francos suizos prensar una moneda.",
|
||||
"nl": "Het kost 2 Zwitserse frank om een munt te persen."
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*CHF.*"
|
||||
},
|
||||
|
@ -393,7 +415,8 @@
|
|||
"ca": "Costa 1 franc suís premsar un cèntim.",
|
||||
"de": "Die Prägung einer Münze kostet 1 Schweizer Franken.",
|
||||
"cs": "Ražba mince stojí 1 Švýcarský frank.",
|
||||
"es": "Cuesta 1 franco suizo prensar una moneda."
|
||||
"es": "Cuesta 1 franco suizo prensar una moneda.",
|
||||
"nl": "Het kost 1 Zwitserse frank om een munt te persen."
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*CHF.*"
|
||||
}
|
||||
|
@ -403,7 +426,8 @@
|
|||
"de": "Die Prägung einer Münze kostet {charge}.",
|
||||
"es": "Cuesta {charge} prensar una moneda.",
|
||||
"ca": "Costa {charge} premsar un cèntim.",
|
||||
"cs": "Ražba mince stojí {charge}."
|
||||
"cs": "Ražba mince stojí {charge}.",
|
||||
"nl": "Het kost {charge} om een munt te persen."
|
||||
}
|
||||
},
|
||||
"denominations-coins",
|
||||
|
|
|
@ -120,7 +120,8 @@
|
|||
"fr": "Quel est l'Item Wikidata auquel l'objet fait référence ?",
|
||||
"cs": "Po jaké položce Wikidat je tento objekt pojmenován?",
|
||||
"da": "Hvilket Wikidata-emne er dette objekt opkaldt efter?",
|
||||
"es": "¿Cuál es el elemento de Wikidata en honor a el cual se nombra este objeto?"
|
||||
"es": "¿Cuál es el elemento de Wikidata en honor a el cual se nombra este objeto?",
|
||||
"uk": "На честь якого елемента Вікіданих названо цей об'єкт?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "name:etymology:wikidata",
|
||||
|
@ -341,7 +342,8 @@
|
|||
"ca": "{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Afegeix una imatge de la placa amb el nom del carrer)}",
|
||||
"cs": "{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Add image of a street name sign)}",
|
||||
"da": "{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Tilføj foto af gadenavneskilt)}",
|
||||
"es": "{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Agregar imagen de un letrero de nombre de calle)}"
|
||||
"es": "{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Agregar imagen de un letrero de nombre de calle)}",
|
||||
"uk": "{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Додати зображення таблички з назвою вулиці)}"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -360,7 +362,8 @@
|
|||
"ca": "{multi_apply(_same_name_ids, name:etymology:wikidata;name:etimology, aplicació automàtica de dades a tots els segments amb el mateix nom, vertader)}",
|
||||
"cs": "{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Auto-applying data on all segments with the same name, true)}",
|
||||
"da": "{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Tilføjer automatisk til alle segmenter med samme navn, true)}",
|
||||
"es": "{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Aplicando datos automáticamente en todos los segmentos con el mismo nombre, true)}"
|
||||
"es": "{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Aplicando datos automáticamente en todos los segmentos con el mismo nombre, true)}",
|
||||
"uk": "{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Автоматичне застосування даних до всіх сегментів з однаковою назвою, true)}"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -133,7 +133,8 @@
|
|||
},
|
||||
"special": {
|
||||
"type": "nearby_images",
|
||||
"mode": "open"
|
||||
"mode": "open",
|
||||
"readonly": "yes"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -395,7 +396,8 @@
|
|||
"cs": "Naposledy upravil přispěvatel {search}",
|
||||
"da": "Senest redigeret af bidragsyder {search}",
|
||||
"fr": "Dernière modification par {search}",
|
||||
"hu": "Legutóbb {search} felhasználó szerkesztette"
|
||||
"hu": "Legutóbb {search} felhasználó szerkesztette",
|
||||
"uk": "Останнє редагування дописувачем {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -414,7 +416,8 @@
|
|||
"en": "Not edited as last by {search}",
|
||||
"de": "Nicht zuletzt bearbeitet von {search}",
|
||||
"hu": "Legutóbb nem {search} felhasználó szerkesztette",
|
||||
"es": "No editado por última vez por {search}"
|
||||
"es": "No editado por última vez por {search}",
|
||||
"uk": "Не відредаговано як останнє {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -480,7 +483,8 @@
|
|||
"en": "Last edited before {search}",
|
||||
"de": "Zuletzt bearbeitet vor dem {search}",
|
||||
"hu": "Legutóbb {search} előtt szerkesztették",
|
||||
"es": "Última edición antes de {search}"
|
||||
"es": "Última edición antes de {search}",
|
||||
"uk": "Останнє редагування зроблено до {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -500,7 +504,8 @@
|
|||
"en": "Last edited after {search}",
|
||||
"de": "Zuletzt bearbeitet nach dem {search}",
|
||||
"hu": "Legutóbb {search} után szerkesztették",
|
||||
"es": "Última edición después de {search}"
|
||||
"es": "Última edición después de {search}",
|
||||
"uk": "Останнє редагування після {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -298,7 +298,8 @@
|
|||
"then": {
|
||||
"en": "This is a climbing wall",
|
||||
"de": "Das ist eine Kletterwand",
|
||||
"es": "Este es un muro de escalada"
|
||||
"es": "Este es un muro de escalada",
|
||||
"nl": "Dit is een klimmuur"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/playground_equipment/Playground_climbingwall.jpg",
|
||||
|
|
|
@ -2926,7 +2926,8 @@
|
|||
"nl": "Deel deze locatie",
|
||||
"de": "Standort teilen",
|
||||
"es": "Compartir esta ubicación",
|
||||
"cs": "Sdílet tuto lokalitu"
|
||||
"cs": "Sdílet tuto lokalitu",
|
||||
"uk": "Поділіться цією локацією"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2988,7 +2989,8 @@
|
|||
"cs": "Naposledy upravil {_last_edit:timestamp} {_last_edit:contributor}",
|
||||
"da": "Senest redigeret {_last_edit:timestamp} af {_last_edit:contributor}",
|
||||
"hu": "Legutóbb {_last_edit:contributor} szerkesztette ekkor: {_last_edit:timestamp}",
|
||||
"es": "Última edición el {_last_edit:timestamp} por {_last_edit:contributor}"
|
||||
"es": "Última edición el {_last_edit:timestamp} por {_last_edit:contributor}",
|
||||
"uk": "Востаннє редаговано {_last_edit:timestamp} користувачем {_last_edit:contributor}"
|
||||
},
|
||||
"class": "subtle font-small"
|
||||
}
|
||||
|
|
|
@ -3,12 +3,14 @@
|
|||
"name": {
|
||||
"en": "Souvenir Coin Machines",
|
||||
"de": "Souvenir-Münzautomaten",
|
||||
"es": "Máquinas de Monedas de Recuerdo"
|
||||
"es": "Máquinas de Monedas de Recuerdo",
|
||||
"nl": "Souvenirmuntmachines"
|
||||
},
|
||||
"description": {
|
||||
"en": "Layer showing machines selling souvenir coins",
|
||||
"de": "Ebene mit Automaten, die Souvenir-Münzen verkaufen",
|
||||
"es": "Capa que muestra máquinas expendedoras de monedas de recuerdo"
|
||||
"es": "Capa que muestra máquinas expendedoras de monedas de recuerdo",
|
||||
"nl": "Laag die machines toont die souvenirmunten verkopen"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
|
@ -22,7 +24,8 @@
|
|||
"render": {
|
||||
"en": "Souvenir Coin Machine",
|
||||
"de": "Souvenir-Münzautomat",
|
||||
"es": "Máquina de Monedas de Recuerdo"
|
||||
"es": "Máquina de Monedas de Recuerdo",
|
||||
"nl": "Souvenirmuntmachine"
|
||||
}
|
||||
},
|
||||
"pointRendering": [
|
||||
|
@ -59,12 +62,14 @@
|
|||
"title": {
|
||||
"en": "a souvenir coin machine",
|
||||
"de": "ein Souvenir-Münzautomaten",
|
||||
"es": "una máquina de monedas de recuerdo"
|
||||
"es": "una máquina de monedas de recuerdo",
|
||||
"nl": "een souvenirmuntmachine"
|
||||
},
|
||||
"description": {
|
||||
"en": "Add a machine selling souvenir coins",
|
||||
"de": "Hinzufügen eines Automaten für Souvenirmünzen",
|
||||
"es": "Añadir una máquina expendedora de monedas de recuerdo"
|
||||
"es": "Añadir una máquina expendedora de monedas de recuerdo",
|
||||
"nl": "Voeg een machine toe die souvenirmunten verkoopt"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=vending_machine",
|
||||
|
@ -82,7 +87,8 @@
|
|||
"render": {
|
||||
"en": "This machine has {coin:design_count} designs available",
|
||||
"de": "Diese Maschine hat {coin:design_count} Designs verfügbar",
|
||||
"es": "Esta máquina tiene {coin:design_count} diseños disponibles"
|
||||
"es": "Esta máquina tiene {coin:design_count} diseños disponibles",
|
||||
"nl": "Deze machine heeft {coin:design_count} ontwerpen beschikbaar"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -90,7 +96,8 @@
|
|||
"then": {
|
||||
"en": "This machine has one design available",
|
||||
"de": "Diese Maschine hat ein Design zur Verfügung",
|
||||
"es": "Esta máquina tiene un diseño disponible"
|
||||
"es": "Esta máquina tiene un diseño disponible",
|
||||
"nl": "Deze machine heeft één ontwerp beschikbaar"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -98,7 +105,8 @@
|
|||
"then": {
|
||||
"en": "This machine has two designs available",
|
||||
"de": "Diese Maschine hat zwei Designs verfügbar",
|
||||
"es": "Esta máquina tiene dos diseños disponibles"
|
||||
"es": "Esta máquina tiene dos diseños disponibles",
|
||||
"nl": "Deze machine heeft twee ontwerpen beschikbaar"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -106,7 +114,8 @@
|
|||
"then": {
|
||||
"en": "This machine has three designs available",
|
||||
"de": "Diese Maschine hat drei Designs verfügbar",
|
||||
"es": "Esta máquina tiene tres diseños disponibles"
|
||||
"es": "Esta máquina tiene tres diseños disponibles",
|
||||
"nl": "Deze machine heeft drie ontwerpen beschikbaar"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -114,7 +123,8 @@
|
|||
"then": {
|
||||
"en": "This machine has four designs available",
|
||||
"de": "Diese Maschine hat vier Designs verfügbar",
|
||||
"es": "Esta máquina tiene cuatro diseños disponibles"
|
||||
"es": "Esta máquina tiene cuatro diseños disponibles",
|
||||
"nl": "Deze machine heeft vier ontwerpen beschikbaar"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -126,20 +136,23 @@
|
|||
"question": {
|
||||
"en": "How much does a souvenir coin cost?",
|
||||
"de": "Wie viel kostet eine Souvenirmünze?",
|
||||
"es": "¿Cuánto cuesta una moneda de recuerdo?"
|
||||
"es": "¿Cuánto cuesta una moneda de recuerdo?",
|
||||
"nl": "Hoeveel kost een souvenirmunt?"
|
||||
},
|
||||
"id": "charge",
|
||||
"render": {
|
||||
"en": "A souvenir coins costs {charge}",
|
||||
"de": "Eine Souvenirmünze kostet {charge}",
|
||||
"es": "Una moneda de recuerdo cuesta {charge}"
|
||||
"es": "Una moneda de recuerdo cuesta {charge}",
|
||||
"nl": "Een souvenirmunt kost {charge}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "charge",
|
||||
"placeholder": {
|
||||
"en": "Cost (e.g. 2 EUR)",
|
||||
"de": "Kosten (z.B. 2 EUR)",
|
||||
"es": "Coste (ej. 2 EUR)"
|
||||
"es": "Coste (ej. 2 EUR)",
|
||||
"nl": "Kosten (bijv. 2 EUR)"
|
||||
}
|
||||
},
|
||||
"mappings": [
|
||||
|
@ -148,7 +161,8 @@
|
|||
"then": {
|
||||
"en": "A souvenir coin costs 2 euro",
|
||||
"de": "Eine Souvenirmünze kostet 2 Euro",
|
||||
"es": "Una moneda de recuerdo cuesta 2 euros"
|
||||
"es": "Una moneda de recuerdo cuesta 2 euros",
|
||||
"nl": "Een souvenirmunt kost 2 euro"
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*EUR.*"
|
||||
}
|
||||
|
@ -159,7 +173,8 @@
|
|||
"question": {
|
||||
"en": "Is this machine located indoors?",
|
||||
"de": "Ist diese Maschine im Innenbereich?",
|
||||
"es": "¿Está esta máquina ubicada en interiores?"
|
||||
"es": "¿Está esta máquina ubicada en interiores?",
|
||||
"nl": "Bevindt deze machine zich binnen?"
|
||||
},
|
||||
"id": "indoor",
|
||||
"mappings": [
|
||||
|
@ -168,7 +183,8 @@
|
|||
"then": {
|
||||
"en": "This machine is located indoors.",
|
||||
"de": "Diese Maschine befindet sich im Innenbereich.",
|
||||
"es": "Esta máquina está ubicada en interiores."
|
||||
"es": "Esta máquina está ubicada en interiores.",
|
||||
"nl": "Deze machine bevindt zich binnen."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -176,7 +192,8 @@
|
|||
"then": {
|
||||
"en": "This machine is located outdoors.",
|
||||
"de": "Diese Maschine befindet sich im Freien.",
|
||||
"es": "Esta máquina está ubicada en exteriores."
|
||||
"es": "Esta máquina está ubicada en exteriores.",
|
||||
"nl": "Deze machine bevindt zich buiten."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -3,12 +3,14 @@
|
|||
"name": {
|
||||
"en": "Souvenir Banknote Machines",
|
||||
"de": "Souvenir Banknotenmaschinen",
|
||||
"es": "Máquinas de Billetes de Recuerdo"
|
||||
"es": "Máquinas de Billetes de Recuerdo",
|
||||
"nl": "Souvenirbiljetmachines"
|
||||
},
|
||||
"description": {
|
||||
"en": "Layer showing machines selling souvenir banknotes",
|
||||
"de": "Ebene zeigt Maschinen, die Souvenir-Banknoten verkaufen",
|
||||
"es": "Capa que muestra máquinas expendedoras de billetes de recuerdo"
|
||||
"es": "Capa que muestra máquinas expendedoras de billetes de recuerdo",
|
||||
"nl": "Laag die machines toont die souvenirbiljetten verkopen"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
|
@ -22,7 +24,8 @@
|
|||
"render": {
|
||||
"en": "Souvenir Banknote Machine",
|
||||
"de": "Souvenir-Banknotenautomat",
|
||||
"es": "Máquina de Billetes de Recuerdo"
|
||||
"es": "Máquina de Billetes de Recuerdo",
|
||||
"nl": "Souvenirbiljetmachine"
|
||||
}
|
||||
},
|
||||
"pointRendering": [
|
||||
|
@ -59,12 +62,14 @@
|
|||
"title": {
|
||||
"en": "a souvenir banknote machine",
|
||||
"de": "eine Souvenir-Banknotenmaschine",
|
||||
"es": "una máquina de billetes de recuerdo"
|
||||
"es": "una máquina de billetes de recuerdo",
|
||||
"nl": "een souvenirbiljetmachine"
|
||||
},
|
||||
"description": {
|
||||
"en": "Add a machine selling souvenir banknotes",
|
||||
"de": "Hinzufügen eines Automaten, der Souvenir-Banknoten verkauft",
|
||||
"es": "Añadir una máquina expendedora de billetes de recuerdo"
|
||||
"es": "Añadir una máquina expendedora de billetes de recuerdo",
|
||||
"nl": "Voeg een machine toe die souvenirbiljetten verkoopt"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=vending_machine",
|
||||
|
@ -80,7 +85,8 @@
|
|||
"question": {
|
||||
"en": "How many designs are available?",
|
||||
"de": "Wie viele Designs sind verfügbar?",
|
||||
"es": "¿Cuántos diseños están disponibles?"
|
||||
"es": "¿Cuántos diseños están disponibles?",
|
||||
"nl": "Hoeveel ontwerpen heeft deze machine beschikbaar?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "note:design_count",
|
||||
|
@ -90,13 +96,15 @@
|
|||
"de": "Motivanzahl (z.B. 5)",
|
||||
"es": "Número de diseños (ej. 5)",
|
||||
"ca": "Nombre de dissenys (p. e. 5)",
|
||||
"cs": "Počet vzorů (např. 5)"
|
||||
"cs": "Počet vzorů (např. 5)",
|
||||
"nl": "Aantal ontwerpen (bijv. 5)"
|
||||
}
|
||||
},
|
||||
"render": {
|
||||
"en": "This machine has {note:design_count} designs available.",
|
||||
"de": "Diese Maschine verfügt über {note:design_count} Designs.",
|
||||
"es": "Esta máquina tiene {note:design_count} diseños disponibles."
|
||||
"es": "Esta máquina tiene {note:design_count} diseños disponibles.",
|
||||
"nl": "Deze machine heeft {note:design_count} ontwerpen beschikbaar."
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -104,7 +112,8 @@
|
|||
"then": {
|
||||
"en": "This machine has one design available.",
|
||||
"de": "Diese Maschine hat ein Design zur Verfügung.",
|
||||
"es": "Esta máquina tiene un diseño disponible."
|
||||
"es": "Esta máquina tiene un diseño disponible.",
|
||||
"nl": "Deze machine heeft één ontwerp beschikbaar."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -112,7 +121,8 @@
|
|||
"then": {
|
||||
"en": "This machine has two designs available.",
|
||||
"de": "Diese Maschine hat zwei Designs verfügbar.",
|
||||
"es": "Esta máquina tiene dos diseños disponibles."
|
||||
"es": "Esta máquina tiene dos diseños disponibles.",
|
||||
"nl": "Deze machine heeft twee ontwerpen beschikbaar."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -120,7 +130,8 @@
|
|||
"then": {
|
||||
"en": "This machine has three designs available.",
|
||||
"de": "Diese Maschine hat drei Designs verfügbar.",
|
||||
"es": "Esta máquina tiene tres diseños disponibles."
|
||||
"es": "Esta máquina tiene tres diseños disponibles.",
|
||||
"nl": "Deze machine heeft drie ontwerpen beschikbaar."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -128,7 +139,8 @@
|
|||
"then": {
|
||||
"en": "This machine has four designs available.",
|
||||
"de": "Diese Maschine hat vier Designs verfügbar.",
|
||||
"es": "Esta máquina tiene cuatro diseños disponibles."
|
||||
"es": "Esta máquina tiene cuatro diseños disponibles.",
|
||||
"nl": "Deze machine heeft vier ontwerpen beschikbaar."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -139,20 +151,23 @@
|
|||
"question": {
|
||||
"en": "How much does a souvenir note cost?",
|
||||
"de": "Wie viel kostet eine Souvenirnote?",
|
||||
"es": "¿Cuánto cuesta un billete de recuerdo?"
|
||||
"es": "¿Cuánto cuesta un billete de recuerdo?",
|
||||
"nl": "Hoeveel kost een souvenirbiljet?"
|
||||
},
|
||||
"id": "charge",
|
||||
"render": {
|
||||
"en": "A souvenir note costs {charge}",
|
||||
"de": "Eine Souvenirnote kostet {charge}",
|
||||
"es": "Un billete de recuerdo cuesta {charge}"
|
||||
"es": "Un billete de recuerdo cuesta {charge}",
|
||||
"nl": "Een souvenirbiljet kost {charge}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "charge",
|
||||
"placeholder": {
|
||||
"en": "Cost (e.g. 2 EUR)",
|
||||
"de": "Kosten (z.B. 2 EUR)",
|
||||
"es": "Coste (ej. 2 EUR)"
|
||||
"es": "Coste (ej. 2 EUR)",
|
||||
"nl": "Kosten (bijv. 2 EUR)"
|
||||
}
|
||||
},
|
||||
"mappings": [
|
||||
|
@ -161,7 +176,8 @@
|
|||
"then": {
|
||||
"en": "A souvenir note costs 2 euro",
|
||||
"de": "Eine Souvenirnote kostet 2 Euro",
|
||||
"es": "Un billete de recuerdo cuesta 2 euros"
|
||||
"es": "Un billete de recuerdo cuesta 2 euros",
|
||||
"nl": "Een souvenirbiljet kost 2 euro"
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*EUR.*"
|
||||
},
|
||||
|
@ -170,7 +186,8 @@
|
|||
"then": {
|
||||
"en": "A souvenir note costs 3 euro",
|
||||
"de": "Eine Souvenirnote kostet 3 Euro",
|
||||
"es": "Un billete de recuerdo cuesta 3 euros"
|
||||
"es": "Un billete de recuerdo cuesta 3 euros",
|
||||
"nl": "Een souvenirbiljet kost 3 euro"
|
||||
},
|
||||
"hideInAnswer": "_currency!~.*EUR.*"
|
||||
}
|
||||
|
@ -181,7 +198,8 @@
|
|||
"question": {
|
||||
"en": "Is this machine located indoors?",
|
||||
"de": "Ist diese Maschine im Innenbereich?",
|
||||
"es": "¿Está esta máquina ubicada en interiores?"
|
||||
"es": "¿Está esta máquina ubicada en interiores?",
|
||||
"nl": "Bevindt deze machine zich binnen?"
|
||||
},
|
||||
"id": "indoor",
|
||||
"mappings": [
|
||||
|
@ -190,7 +208,8 @@
|
|||
"then": {
|
||||
"en": "This machine is located indoors.",
|
||||
"de": "Diese Maschine befindet sich im Innenbereich.",
|
||||
"es": "Esta máquina está ubicada en interiores."
|
||||
"es": "Esta máquina está ubicada en interiores.",
|
||||
"nl": "Deze machine bevindt zich binnen."
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -198,7 +217,8 @@
|
|||
"then": {
|
||||
"en": "This machine is located outdoors.",
|
||||
"de": "Diese Maschine befindet sich im Freien.",
|
||||
"es": "Esta máquina está ubicada en exteriores."
|
||||
"es": "Esta máquina está ubicada en exteriores.",
|
||||
"nl": "Deze machine bevindt zich buiten."
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -251,13 +251,15 @@
|
|||
{
|
||||
"if": "sport=climbing",
|
||||
"then": {
|
||||
"en": "Rock climbing"
|
||||
"en": "Climbing",
|
||||
"nl": "Klimmen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "sport=climbing_adventure",
|
||||
"then": {
|
||||
"en": "Climbing Adventure"
|
||||
"en": "Climbing Adventure",
|
||||
"nl": "Hoogteparcours"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -935,7 +935,7 @@
|
|||
"es": "Al realizar cambios, ¿se debe dar una indicación aproximada de qué tan lejos estabas del objeto?"
|
||||
},
|
||||
"questionHint": {
|
||||
"en": "If you make a change to one or more objects and you enabled your location, a rough indication of where you made will be saved: it is indicated if you were closer then 25m, 500m, 5km or further away then 5km. This helps mappers understand your context when making changes, but gives an indication of where you were at this time. ",
|
||||
"en": "If you make a change to one or more objects and you enabled your location, a rough indication of where you made will be saved: it is indicated if you were closer then 25m, 500m, 5km or further away than 5km. This helps mappers understand your context when making changes, but gives an indication of where you were at this time.",
|
||||
"de": "Wenn du eine Änderung an einem oder mehreren Objekten vornimmst und deinen Standort aktivierst, wird eine ungefähre Angabe darüber gespeichert, wo du dich befunden hast: Es wird angezeigt, ob du näher als 25m, 500m, 5km oder weiter als 5km entfernt warst. Das hilft den Kartierern, deinen Kontext zu verstehen, wenn du Änderungen vornimmst, gibt aber auch einen Hinweis darauf, wo du zu diesem Zeitpunkt warst. ",
|
||||
"nl": "Wanneer je een wijziging maakt aan één of meer interessepunten en als MapComplete toont waar je bent, dan kan opgeslaan worden hoever je je ongeveer van deze objecten bevindt. Er wordt aangeduid of je dichter dan 25m, 500m, 5km of verder dan 5km was. Dit helpt om andere bijdragers te begrijpen hoe je je bijdragen deed, maar geeft natuurlijk ook aan waar je op dat moment was. ",
|
||||
"hu": "Ha módosítasz egy objektumot, és engedélyezed a helymeghatározást, akkor a rendszer elmenti a körülbelüli helyedet: jelzi, hogy 25 méteren, 500 méteren vagy 5 kilométeren belül vagy 5 km-nél távolabb voltál. A többi térképész így jobban látja, milyen körülmények között szerkesztetted a térképet, de egyúttal azt is jelzi, hogy hol voltál ebben az időpontban. ",
|
||||
|
|
|
@ -2317,18 +2317,254 @@
|
|||
"options": {
|
||||
"0": {
|
||||
"question": "Všechny konektory"
|
||||
},
|
||||
"1": {
|
||||
"question": "Má konektor <div style='display: inline-block'><b><b>nástěnné zástrčky Schuko</b> bez zemnicího kolíku (CEE7/4 typ F)</b> <img style='width:1rem; displej: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div>"
|
||||
},
|
||||
"10": {
|
||||
"question": "Má konektor <div style='display: inline-block'><b><b>Typ 2 s kabelem</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div>"
|
||||
},
|
||||
"11": {
|
||||
"question": "Má konektor <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (značkový typ2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div>"
|
||||
},
|
||||
"12": {
|
||||
"question": "Má konektor <div style='display: inline-block'><b><b>Tesla Supercharger (destinace)</b></b> <img style='width:1rem; displej: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div>"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Nabíjecí stanice",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "nabíjecí stanice pro elektrokola"
|
||||
},
|
||||
"1": {
|
||||
"title": "nabíjecí stanice pro auta"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Auth phone": {
|
||||
"question": "Jaké je telefonní číslo pro autentizační hovor nebo SMS?"
|
||||
},
|
||||
"Authentication": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Autentizace členskou kartou"
|
||||
},
|
||||
"1": {
|
||||
"then": "Autentizace pomocí aplikace"
|
||||
},
|
||||
"2": {
|
||||
"then": "K dispozici je autentizace pomocí telefonního hovoru"
|
||||
},
|
||||
"3": {
|
||||
"then": "K dispozici je autentizace pomocí SMS"
|
||||
},
|
||||
"4": {
|
||||
"then": "K dispozici je autentizace přes NFC"
|
||||
},
|
||||
"5": {
|
||||
"then": "K dispozici je autentizace prostřednictvím Money Card"
|
||||
},
|
||||
"6": {
|
||||
"then": "K dispozici je autentizace prostřednictvím debetní karty"
|
||||
},
|
||||
"7": {
|
||||
"then": "Nabíjení je zde (také) možné bez autentizace"
|
||||
}
|
||||
},
|
||||
"question": "Jaký druh autentizace je na nabíjecí stanici k dispozici?"
|
||||
},
|
||||
"Available_charging_stations (generated)": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<b>Schuko zásuvka</b> bez zemnícího kolíku (CEE7/4 typ F)"
|
||||
},
|
||||
"1": {
|
||||
"then": "<b>Schuko zásuvka</b> bez zemnícího kolíku (CEE7/4 typ F)"
|
||||
},
|
||||
"10": {
|
||||
"then": "<b>CCS typu 1</b> (neboli kombinace typu 1)"
|
||||
},
|
||||
"11": {
|
||||
"then": "<b>CCS typu 1</b> (neboli kombinace typu 1)"
|
||||
},
|
||||
"12": {
|
||||
"then": "<b>Tesla Supercharger</b>"
|
||||
},
|
||||
"13": {
|
||||
"then": "<b>Tesla Supercharger</b>"
|
||||
},
|
||||
"14": {
|
||||
"then": "<b>Typ 2</b> (mennekes)"
|
||||
},
|
||||
"15": {
|
||||
"then": "<b>Typ 2</b> (mennekes)"
|
||||
},
|
||||
"16": {
|
||||
"then": "<b>Typ 2 CCS</b> (mennekes)"
|
||||
},
|
||||
"17": {
|
||||
"then": "<b>Typ 2 CCS</b> (mennekes)"
|
||||
},
|
||||
"18": {
|
||||
"then": "<b>Typ 2 s kabelem</b> (mennekes)"
|
||||
},
|
||||
"19": {
|
||||
"then": "<b>Typ 2 s kabelem</b> (mennekes)"
|
||||
},
|
||||
"2": {
|
||||
"then": "<b>Evropská zásuvka</b> se zemnícím kolíkem (CEE7/4 typ E)"
|
||||
},
|
||||
"20": {
|
||||
"then": "<b>Tesla Supercharger CCS</b> (značkový typ2_css)"
|
||||
},
|
||||
"21": {
|
||||
"then": "<b>Tesla Supercharger CCS</b> (značkový typ2_css)"
|
||||
},
|
||||
"22": {
|
||||
"then": "<b>Tesla Supercharger (cíl)</b>"
|
||||
},
|
||||
"23": {
|
||||
"then": "<b>Tesla Supercharger (cíl)</b>"
|
||||
},
|
||||
"32": {
|
||||
"then": "<b>BS1363</b> (Typ G)"
|
||||
},
|
||||
"33": {
|
||||
"then": "<b>BS1363</b> (Typ G)"
|
||||
},
|
||||
"34": {
|
||||
"then": "<b>NEMA 5-15</b> (Typ B)"
|
||||
},
|
||||
"35": {
|
||||
"then": "<b>NEMA 5-15</b> (Typ B)"
|
||||
},
|
||||
"36": {
|
||||
"then": "<b>SEV 1011 T23</b> (Typ J)"
|
||||
},
|
||||
"38": {
|
||||
"then": "<b>AS3112</b> (Typ I)"
|
||||
},
|
||||
"39": {
|
||||
"then": "<b>AS3112</b> (Typ I)"
|
||||
},
|
||||
"4": {
|
||||
"then": "<b>Chademo</b>"
|
||||
},
|
||||
"40": {
|
||||
"then": "<b>NEMA 5-20</b> (Typ B)"
|
||||
},
|
||||
"41": {
|
||||
"then": "<b>NEMA 5-20</b> (Typ B)"
|
||||
},
|
||||
"5": {
|
||||
"then": "<b>Chademo</b>"
|
||||
},
|
||||
"6": {
|
||||
"then": "<b>Typ 1 s kabelem</b> (J1772)"
|
||||
},
|
||||
"7": {
|
||||
"then": "<b>Typ 1 s kabelem</b> (J1772)"
|
||||
},
|
||||
"8": {
|
||||
"then": "<b>Typ 1 <i>bez</i> kabelu</b> (J1772)"
|
||||
},
|
||||
"9": {
|
||||
"then": "<b>Typ 1 <i>bez</i> kabelu</b> (J1772)"
|
||||
}
|
||||
},
|
||||
"question": "Jaké nabíjecí přípojky jsou zde k dispozici?"
|
||||
},
|
||||
"Network": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Není součástí větší sítě, např. protože nabíjecí stanici spravuje místní firma"
|
||||
},
|
||||
"1": {
|
||||
"then": "Není součástí větší sítě"
|
||||
}
|
||||
},
|
||||
"question": "Je tato nabíjecí stanice součástí sítě?"
|
||||
"question": "Je tato nabíjecí stanice součástí sítě?",
|
||||
"render": "Část sítě <b>{network}</b>"
|
||||
},
|
||||
"OH": {
|
||||
"override": {
|
||||
"question": "Kdy je tato nabíjecí stanice otevřena?"
|
||||
}
|
||||
},
|
||||
"Operational status": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Tato nabíjecí stanice funguje"
|
||||
},
|
||||
"1": {
|
||||
"then": "Tato nabíjecí stanice je rozbitá"
|
||||
},
|
||||
"2": {
|
||||
"then": "Plánuje se zde nabíjecí stanice"
|
||||
},
|
||||
"3": {
|
||||
"then": "Zde je budována dobíjecí stanice"
|
||||
},
|
||||
"4": {
|
||||
"then": "Tato nabíjecí stanice byla trvale deaktivována a již se nepoužívá, ale je stále viditelná"
|
||||
}
|
||||
},
|
||||
"question": "Používá se tento nabíjecí bod?"
|
||||
},
|
||||
"Operator": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Síť je ve skutečnosti {operator}"
|
||||
}
|
||||
},
|
||||
"question": "Kdo je provozovatelem této nabíjecí stanice?",
|
||||
"render": "Tuto nabíjecí stanici provozuje {operator}"
|
||||
},
|
||||
"Parking:fee": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Žádné další poplatky za parkování během nabíjení"
|
||||
},
|
||||
"1": {
|
||||
"then": "Při nabíjení je třeba uhradit další poplatek za parkování"
|
||||
}
|
||||
},
|
||||
"question": "Musí se při nabíjení platit parkovné?"
|
||||
},
|
||||
"Type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "<b>Jízdní kola</b> lze nabíjet zde"
|
||||
},
|
||||
"1": {
|
||||
"then": "<b>Auta</b> lze nabíjet zde"
|
||||
},
|
||||
"2": {
|
||||
"then": "<b>Skútry</b> lze nabíjet zde"
|
||||
},
|
||||
"3": {
|
||||
"then": "<b>Těžká nákladní vozidla</b> (například nákladní automobily) lze nabíjet zde"
|
||||
},
|
||||
"4": {
|
||||
"then": "<b>Autobusy</b> lze nabíjet zde"
|
||||
}
|
||||
},
|
||||
"question": "Která vozidla zde smí nabíjet?"
|
||||
},
|
||||
"access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Tuto nabíjecí stanici může používat kdokoli (může být vyžadována platba)"
|
||||
},
|
||||
"1": {
|
||||
"then": "Tuto nabíjecí stanici může používat kdokoli (může být vyžadována platba)"
|
||||
},
|
||||
"2": {
|
||||
"then": "Tuto nabíjecí stanici mohou používat pouze zákazníci místa, kam tato stanice patří<br/><span class='subtle'>Např. nabíjecí stanice provozovaná hotelem, kterou mohou používat pouze jeho hosté</span>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"rewritten-questions": {
|
||||
"renderings": {
|
||||
|
|
|
@ -2816,7 +2816,7 @@
|
|||
}
|
||||
},
|
||||
"cinema": {
|
||||
"description": " Ein Ort, an dem Filme gezeigt werden, die der Öffentlichkeit gegen Gebühr zugänglich sind",
|
||||
"description": "Ein Ort, an dem Filme gezeigt werden, die der Öffentlichkeit gegen Gebühr zugänglich sind.",
|
||||
"name": "Kino",
|
||||
"tagRenderings": {
|
||||
"cinema_type": {
|
||||
|
|
|
@ -305,7 +305,7 @@
|
|||
"then": "This is a gondola where the cars go around in continuous circles"
|
||||
},
|
||||
"10": {
|
||||
"then": "A zip line. (A touristical attraction where adventurous people go down at high speeds) "
|
||||
"then": "A zip line. (A touristic attraction where adventurous people go down at high speeds)"
|
||||
},
|
||||
"2": {
|
||||
"then": "An open chairlift with seats to sit on and open to the outside air."
|
||||
|
@ -326,7 +326,7 @@
|
|||
"then": "A drag lift with a platter to drag a single passenger at a time"
|
||||
},
|
||||
"8": {
|
||||
"then": "A tow line which which drags skieers"
|
||||
"then": "A tow line which skiers hold on to or attach themselves onto"
|
||||
},
|
||||
"9": {
|
||||
"then": "A magic carpet (a conveyor belt on the ground)"
|
||||
|
@ -906,53 +906,53 @@
|
|||
"access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Public"
|
||||
"then": "This barbecue can be used by anyone"
|
||||
},
|
||||
"1": {
|
||||
"then": "No access"
|
||||
"then": "This barbecue can't be used by anyone"
|
||||
},
|
||||
"2": {
|
||||
"then": "Private"
|
||||
"then": "This barbecue is private"
|
||||
},
|
||||
"3": {
|
||||
"then": "Access until revoked"
|
||||
"then": "This barbecue can be used by anyone, but the owner can revoke access at any time"
|
||||
},
|
||||
"4": {
|
||||
"then": "Access only for customers"
|
||||
"then": "This barbecue can only be used by customers"
|
||||
},
|
||||
"5": {
|
||||
"then": "Access only for authorized persons"
|
||||
"then": "This barbecue can only be used by authorized persons"
|
||||
}
|
||||
},
|
||||
"question": "What is the permitted access?"
|
||||
"question": "Who is allowed to use this barbecue?"
|
||||
},
|
||||
"covered": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "The grill is not covered"
|
||||
"then": "This barbecue is not covered"
|
||||
},
|
||||
"1": {
|
||||
"then": "The grill is covered"
|
||||
"then": "This barbecue is covered"
|
||||
}
|
||||
},
|
||||
"question": "Is the grill covered?"
|
||||
"question": "Is this barbecue covered?"
|
||||
},
|
||||
"fuel": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Wood"
|
||||
"then": "This barbecue uses wood as fuel"
|
||||
},
|
||||
"1": {
|
||||
"then": "Charcoal"
|
||||
"then": "This barbecue uses charcoal as fuel"
|
||||
},
|
||||
"2": {
|
||||
"then": "Electric"
|
||||
"then": "This barbecue is powered by electricity"
|
||||
},
|
||||
"3": {
|
||||
"then": "Gas"
|
||||
"then": "This barbecue uses gas as fuel"
|
||||
}
|
||||
},
|
||||
"question": "How ist the grill fueled?"
|
||||
"question": "How is this barbecue fuelled?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -2816,7 +2816,7 @@
|
|||
}
|
||||
},
|
||||
"cinema": {
|
||||
"description": " A place showing movies (films), generally open to the public for a fee. Commonly referred to as a movie theater in the US",
|
||||
"description": "A place showing movies (films), generally open to the public for a fee. Commonly referred to as a movie theater in the US.",
|
||||
"name": "Cinema",
|
||||
"tagRenderings": {
|
||||
"cinema_type": {
|
||||
|
@ -10403,7 +10403,7 @@
|
|||
"then": "Non-competitive diving"
|
||||
},
|
||||
"26": {
|
||||
"then": "Rock climbing"
|
||||
"then": "Climbing"
|
||||
},
|
||||
"27": {
|
||||
"then": "Climbing Adventure"
|
||||
|
@ -12483,7 +12483,7 @@
|
|||
}
|
||||
},
|
||||
"question": "When making changes, should a rough indication be given how far away you were from the object?",
|
||||
"questionHint": "If you make a change to one or more objects and you enabled your location, a rough indication of where you made will be saved: it is indicated if you were closer then 25m, 500m, 5km or further away then 5km. This helps mappers understand your context when making changes, but gives an indication of where you were at this time. "
|
||||
"questionHint": "If you make a change to one or more objects and you enabled your location, a rough indication of where you made will be saved: it is indicated if you were closer then 25m, 500m, 5km or further away than 5km. This helps mappers understand your context when making changes, but gives an indication of where you were at this time."
|
||||
},
|
||||
"more_privacy_theme_override": {
|
||||
"mappings": {
|
||||
|
|
|
@ -2059,7 +2059,7 @@
|
|||
}
|
||||
},
|
||||
"brothel": {
|
||||
"description": "Un establecimiento dedicado específicamente a la prostitución ",
|
||||
"description": "Un establecimiento dedicado específicamente a la prostitución.",
|
||||
"name": "Burdeles",
|
||||
"presets": {
|
||||
"0": {
|
||||
|
@ -2816,7 +2816,7 @@
|
|||
}
|
||||
},
|
||||
"cinema": {
|
||||
"description": " Un lugar donde se proyectan películas (cine), generalmente abierto al público por una tarifa Comúnmente conocido como cine en Estados Unidos",
|
||||
"description": "Un lugar donde se proyectan películas (cine), generalmente abierto al público por una tarifa Comúnmente conocido como cine en Estados Unidos.",
|
||||
"name": "Cine",
|
||||
"tagRenderings": {
|
||||
"cinema_type": {
|
||||
|
|
|
@ -217,14 +217,21 @@
|
|||
"then": "Dit is een reclamezuil"
|
||||
}
|
||||
},
|
||||
"question": "Wat voor advertentieobject is dit?",
|
||||
"render": "Dit is een {advertising}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Billboard"
|
||||
},
|
||||
"10": {
|
||||
"then": "Muurschildering"
|
||||
},
|
||||
"2": {
|
||||
"then": "Afficheframe"
|
||||
},
|
||||
"3": {
|
||||
"then": "Aanplakzuil"
|
||||
},
|
||||
|
@ -247,6 +254,7 @@
|
|||
}
|
||||
},
|
||||
"aerialway": {
|
||||
"description": "Verschillende vormen van passagiers- en goederentransport die gebruikmaken van kabels, waaronder kabelbanen, gondelbanen, sleepliften en tokkelbanen.",
|
||||
"name": "Kabelbanen",
|
||||
"pointRendering": {
|
||||
"1": {
|
||||
|
@ -257,6 +265,7 @@
|
|||
},
|
||||
"tagRenderings": {
|
||||
"duration": {
|
||||
"question": "Hoe lang duurt een rit met deze lift?",
|
||||
"questionHint": "Dit is exclusief wachttijd.",
|
||||
"render": "Een enkele reis duurt {duration} minuten"
|
||||
},
|
||||
|
@ -264,6 +273,7 @@
|
|||
"render": "Deze kabelbaan is {_length:km} kilometer lang"
|
||||
},
|
||||
"occupancy": {
|
||||
"question": "Hoeveel mensen kunnen in één cabine?",
|
||||
"render": "Er kunnen {aerialway:occupancy} mensen in een cabine"
|
||||
},
|
||||
"oneway": {
|
||||
|
@ -285,9 +295,15 @@
|
|||
"1": {
|
||||
"then": "Dit is een kabellift waar de gondel in een continue circuit gaat"
|
||||
},
|
||||
"10": {
|
||||
"then": "Een tokkelbaan. (Ook bekend als deathride; een toeristische attractie waarbij avontuurlijk mensen aan hoge snelheid afdalen)"
|
||||
},
|
||||
"2": {
|
||||
"then": "Een open stoeltjeslift met zitjes om op te zitten."
|
||||
},
|
||||
"3": {
|
||||
"then": "Een kabelbaan met zowel stoeltjes als gondels in dezelfde baan"
|
||||
},
|
||||
"4": {
|
||||
"then": "Een sleeplift"
|
||||
},
|
||||
|
@ -296,9 +312,19 @@
|
|||
},
|
||||
"6": {
|
||||
"then": "Een sleeplift met L-vormige stangen voor één passagier"
|
||||
},
|
||||
"7": {
|
||||
"then": "Een sleeplift met stangen om skiërs naar boven te slepen"
|
||||
},
|
||||
"8": {
|
||||
"then": "Een sleeplijn waar skiërs zich aan vasthouden of vastmaken"
|
||||
}
|
||||
},
|
||||
"question": "Wat voor kabelbaan is dit?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Kabelbaan {name}"
|
||||
}
|
||||
},
|
||||
"ambulancestation": {
|
||||
|
@ -351,7 +377,18 @@
|
|||
}
|
||||
},
|
||||
"animal_shelter": {
|
||||
"description": "Een dierenasiel is een instelling waar dieren in nood binnengebracht worden en door de medewerkers gevoederd en verzorgd worden, eventueel met het oog op uitzetting. Hieronder vallen asielen voor achtergelaten huisdieren en opvangcentra voor wilde dieren.",
|
||||
"name": "Dierenasielen",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "een dierenasiel"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"question": "Wat is de naam van dit dierenasiel?",
|
||||
"render": "De naam van dit dierenasiel is <b>{name}</b>"
|
||||
},
|
||||
"6": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -492,8 +529,12 @@
|
|||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit kunstwerk doet ook dienst als herdenkingsmonument"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit kunstwerk fungeert niet als gedenkteken"
|
||||
}
|
||||
}
|
||||
},
|
||||
"question": "Dient dit kunstwerk als gedenkteken?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -505,6 +546,92 @@
|
|||
"render": "Kunstwerk"
|
||||
}
|
||||
},
|
||||
"assembly_point": {
|
||||
"description": "Deze laag bevat verzamelplaatsen en wachtzones waar werknemers, passagiers of menigten verzameld worden in een noodsituatie.",
|
||||
"name": "Noodverzamelplaatsen",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "een verzamelplaats"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"assembly_point_name": {
|
||||
"question": "Wat is de naam van deze verzamelplaats?",
|
||||
"render": "De naam van deze verzamelplaats is <b>{name}</b>"
|
||||
},
|
||||
"assembly_point_operator": {
|
||||
"question": "Welke organisatie beheert dit verzamelpunt?",
|
||||
"render": "Dit verzamelpunt wordt beheerd door <b>{operator}</b>"
|
||||
},
|
||||
"disaster_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Aardbeving"
|
||||
},
|
||||
"1": {
|
||||
"then": "Overstroming"
|
||||
},
|
||||
"2": {
|
||||
"then": "Brand"
|
||||
},
|
||||
"3": {
|
||||
"then": "Aardverschuiving"
|
||||
}
|
||||
},
|
||||
"question": "Voor welk soort ramp is dit verzamelpunt bedoeld?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Verzamelpunt voor bij noodsituaties"
|
||||
}
|
||||
},
|
||||
"assisted_repair": {
|
||||
"description": "Een zelfondersteunde werkplaats is een locatie waar mensen hun spullen kunnen komen repareren met hulp van vrijwilligers en met het gereedschap dat op de locatie beschikbaar is. Een repair café is een soort evenement dat regelmatig wordt georganiseerd volgens dezelfde principes.",
|
||||
"name": "Repair cafés en reparatiewerkplaatsen met ondersteuning",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Een locatie met een permanente werkplaats waar mensen naartoe kunnen komen om spullen te repareren met hulp van vrijwilligers.",
|
||||
"title": "een reparatiewerkplaats met ondersteuning"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"item:repair": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Mobiele telefoons worden hier gerepareerd"
|
||||
},
|
||||
"1": {
|
||||
"then": "Computers worden hier gerepareerd"
|
||||
},
|
||||
"2": {
|
||||
"then": "Fietsen worden hier gerepareerd"
|
||||
},
|
||||
"3": {
|
||||
"then": "Elektronische apparaten worden hier gerepareerd"
|
||||
},
|
||||
"4": {
|
||||
"then": "Meubels worden hier gerepareerd"
|
||||
},
|
||||
"5": {
|
||||
"then": "Kleding wordt hier gerepareerd"
|
||||
}
|
||||
},
|
||||
"question": "Wat voor items worden hier gerepareerd?"
|
||||
},
|
||||
"name": {
|
||||
"question": "Wat is de naam van deze reparatiewerkplaats?",
|
||||
"render": "Deze werkplaats heet <b>{name}</b>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
},
|
||||
"render": "Werkplaats voor reparatie met ondersteuning"
|
||||
}
|
||||
},
|
||||
"atm": {
|
||||
"description": "Geldautomaten om geld op te nemen",
|
||||
"filter": {
|
||||
|
@ -754,6 +881,72 @@
|
|||
"render": "Barrière"
|
||||
}
|
||||
},
|
||||
"bbq": {
|
||||
"description": "Een permanent geïnstalleerde barbecue, meestal toegankelijk voor iedereen.",
|
||||
"name": "Barbecue",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Een permanent geïnstalleerde barbecue, meestal toegankelijk voor iedereen.",
|
||||
"title": "Barbecue"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze barbecue mag door iedereen worden gebruikt"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze barbecue mag door niemand worden gebruikt"
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze barbecue is privé"
|
||||
},
|
||||
"3": {
|
||||
"then": "Deze barbecue mag door iedereen worden gebruikt, maar de eigenaar kan de toegang op elk moment ontzeggen"
|
||||
},
|
||||
"4": {
|
||||
"then": "Deze barbecue mag alleen worden gebruikt door klanten"
|
||||
},
|
||||
"5": {
|
||||
"then": "Deze barbecue mag alleen worden gebruikt door personen met toestemming"
|
||||
}
|
||||
},
|
||||
"question": "Wie mag deze barbecue gebruiken?"
|
||||
},
|
||||
"covered": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze barbecue is niet overdekt"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze barbecue is overdekt"
|
||||
}
|
||||
},
|
||||
"question": "Is deze barbecue overdekt?"
|
||||
},
|
||||
"fuel": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze barbecue gebruikt hout als brandstof"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze barbecue gebruikt houtskool als brandstof"
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze barbecue werkt op elektriciteit"
|
||||
},
|
||||
"3": {
|
||||
"then": "Deze barbecue gebruikt gas als brandstof"
|
||||
}
|
||||
},
|
||||
"question": "Wat voor brandstof gebruikt deze barbecue?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "BBQ"
|
||||
}
|
||||
},
|
||||
"bench": {
|
||||
"description": "Een zitbank is een houten, metalen, stenen, … oppervlak waar een mens kan zitten. Deze laag toont ze en stelt er enkele vragen over.",
|
||||
"filter": {
|
||||
|
@ -977,7 +1170,76 @@
|
|||
}
|
||||
},
|
||||
"bicycle_counter": {
|
||||
"description": "Automatische fietstelpunten"
|
||||
"description": "Automatische fietstelpunten",
|
||||
"name": "Fietstellers",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "een fietsteller"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"clock": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze teller heeft een klok"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze teller heeft geen klok"
|
||||
}
|
||||
},
|
||||
"question": "Heeft deze fietsteller een klok?"
|
||||
},
|
||||
"display": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze teller heeft een digitaal display"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze teller heeft een analoog display"
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze teller heeft geen display"
|
||||
}
|
||||
},
|
||||
"question": "Heeft deze fietsteller een display dat het aantal passerende fietsen toont?"
|
||||
},
|
||||
"name": {
|
||||
"freeform": {
|
||||
"placeholder": "Naam van de getelde locatie"
|
||||
},
|
||||
"question": "Wat is de naam van de getelde locatie?",
|
||||
"render": "Naam van de getelde locatie: {name}"
|
||||
},
|
||||
"ref": {
|
||||
"freeform": {
|
||||
"placeholder": "Referentienummer van de teller"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze teller heeft geen referentienummer"
|
||||
}
|
||||
},
|
||||
"question": "Wat is het referentienummer van deze teller?",
|
||||
"render": "Referentienummer van de teller: {ref}"
|
||||
},
|
||||
"start_date": {
|
||||
"freeform": {
|
||||
"placeholder": "Startdatum van de teller"
|
||||
},
|
||||
"question": "Wanneer is deze teller begonnen met tellen?",
|
||||
"render": "Deze teller is begonnen met teller op {start_date}"
|
||||
},
|
||||
"website": {
|
||||
"freeform": {
|
||||
"placeholder": "Website van de teller"
|
||||
},
|
||||
"question": "Is er een website voor deze fietsteller?",
|
||||
"render": "Website van de teller <a href='{website}'>{website}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Fietsteller"
|
||||
}
|
||||
},
|
||||
"bicycle_library": {
|
||||
"description": "Een plaats waar men voor langere tijd een fiets kan lenen",
|
||||
|
@ -1787,6 +2049,24 @@
|
|||
"render": "Vogelkijkplaats"
|
||||
}
|
||||
},
|
||||
"brothel": {
|
||||
"description": "Een etablissement dat zich specifiek richt op prostitutie.",
|
||||
"name": "Bordelen",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "een bordeel"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"question": "Wat is de naam van dit bordeel?",
|
||||
"render": "Dit bordeel heet <b>{name}</b>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Bordeel"
|
||||
}
|
||||
},
|
||||
"cafe_pub": {
|
||||
"deletion": {
|
||||
"extraDeleteReasons": {
|
||||
|
@ -1848,6 +2128,15 @@
|
|||
"mappings": {
|
||||
"0": {
|
||||
"then": "<i>{name}</i>"
|
||||
},
|
||||
"1": {
|
||||
"then": "Bar"
|
||||
},
|
||||
"2": {
|
||||
"then": "Café"
|
||||
},
|
||||
"3": {
|
||||
"then": "Nachtclub"
|
||||
}
|
||||
},
|
||||
"render": "Café"
|
||||
|
@ -2517,6 +2806,26 @@
|
|||
"render": "Oplaadpunt"
|
||||
}
|
||||
},
|
||||
"cinema": {
|
||||
"description": "Een plaats die films toont, meestal open voor het publiek tegen een vergoeding.",
|
||||
"name": "Bioscoop",
|
||||
"tagRenderings": {
|
||||
"cinema_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit is een normale bioscoop met films voor alle leeftijden"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit is een erotische bioscoop met films voor volwassenen"
|
||||
}
|
||||
},
|
||||
"question": "Wat voor type bioscoop is dit?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Bioscoop"
|
||||
}
|
||||
},
|
||||
"climbing": {
|
||||
"description": "Een dummy-laag die tagrenderings bevat, gedeeld over de verschillende klimsportlagen",
|
||||
"tagRenderings": {
|
||||
|
@ -2648,6 +2957,9 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "Een klimzone - een enkele rots of klif met klimroutes"
|
||||
},
|
||||
"2": {
|
||||
"then": "Een klimgebied met een of meer klimrotsen en/of boulders"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -2768,7 +3080,7 @@
|
|||
"question": "Kan een klimgordel hier gehuurd worden?"
|
||||
},
|
||||
"name": {
|
||||
"question": "Wat is de naam van dit Klimzaal?"
|
||||
"question": "Wat is de naam van deze klimzaal?"
|
||||
},
|
||||
"rope_rental": {
|
||||
"mappings": {
|
||||
|
@ -2817,6 +3129,7 @@
|
|||
"climbing_opportunity": {
|
||||
"description": "Laag met plaatsen waar klimmen _misschien_ mogelijk is. Deze wordt geladen als je ver inzoomt, om te voorkomen dat je per ongeluk dubbels maakt",
|
||||
"name": "Klimgelegenheiden?",
|
||||
"snapName": "een muur, klif of rots",
|
||||
"tagRenderings": {
|
||||
"climbing-opportunity-name": {
|
||||
"render": "<strong>{name}</strong>"
|
||||
|
@ -2953,21 +3266,21 @@
|
|||
},
|
||||
"faces": {
|
||||
"freeform": {
|
||||
"placeholder": "Aantal klokken"
|
||||
"placeholder": "Aantal wijzerplaten"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze klok heeft één klok"
|
||||
"then": "Deze klok heeft één wijzerplaat"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze klok heeft twee klokken"
|
||||
"then": "Deze klok heeft twee wijzerplaten"
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze klok heeft vier klokken"
|
||||
"then": "Deze klok heeft vier wijzerplaten"
|
||||
}
|
||||
},
|
||||
"question": "Hoeveel klokken heeft deze klok?",
|
||||
"render": "Deze klok heeft {faces} klokken"
|
||||
"question": "Hoeveel wijzerplaten heeft deze klok?",
|
||||
"render": "Deze klok heeft {faces} wijzerplaten"
|
||||
},
|
||||
"hygrometer": {
|
||||
"mappings": {
|
||||
|
@ -3591,8 +3904,13 @@
|
|||
"mappings": {
|
||||
"0": {
|
||||
"then": "De straat heeft hier (waarschijnlijk) geen helling"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze weg heeft een helling"
|
||||
}
|
||||
}
|
||||
},
|
||||
"question": "Heeft {title()} een helling?",
|
||||
"render": "Deze weg heeft een helling van {incline}"
|
||||
},
|
||||
"is lit?": {
|
||||
"mappings": {
|
||||
|
@ -3780,6 +4098,17 @@
|
|||
"dentist": {
|
||||
"description": "Deze laag toont tandartsen",
|
||||
"name": "Tandarts",
|
||||
"pointRendering": {
|
||||
"0": {
|
||||
"label": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "een tandartspraktijk"
|
||||
|
@ -4096,6 +4425,21 @@
|
|||
"question": "Wat is de diepte van deze lift?",
|
||||
"render": "Deze lift heeft een diepte van {canonical(length)}"
|
||||
},
|
||||
"elevator-diameter": {
|
||||
"question": "Wat is de diameter van deze lift?",
|
||||
"render": "Deze lift heeft een diameter van {canonical(diameter)}"
|
||||
},
|
||||
"elevator-shape": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze lift is rechthoekig"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze lift is cirkelvormig"
|
||||
}
|
||||
},
|
||||
"question": "Wat voor vorm heeft deze lift?"
|
||||
},
|
||||
"elevator-width": {
|
||||
"question": "Wat is de breedte van deze lift?",
|
||||
"render": "Deze lift heeft een breedte van {canonical(width)}"
|
||||
|
@ -4126,6 +4470,18 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"speech_output_available": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze lift heeft spraakuitvoer"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze lift heeft geen spraakuitvoer"
|
||||
}
|
||||
},
|
||||
"question": "Heeft deze lift spraakuitvoer?",
|
||||
"questionHint": "Bijv. een aankondiging van de huidige verdieping"
|
||||
},
|
||||
"tactile_writing_language": {
|
||||
"render": {
|
||||
"special": {
|
||||
|
@ -4140,6 +4496,84 @@
|
|||
"render": "Lift"
|
||||
}
|
||||
},
|
||||
"elongated_coin": {
|
||||
"description": "Laag met muntpersen.",
|
||||
"name": "Muntpersen",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "een muntpers"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"charge": {
|
||||
"freeform": {
|
||||
"placeholder": "Kosten (bijv. 0.50 EUR)"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Het kost 1 euro om een munt te persen."
|
||||
},
|
||||
"1": {
|
||||
"then": "Het kost 2 euro om een munt te persen."
|
||||
},
|
||||
"2": {
|
||||
"then": "Het kost 2 Zwitserse frank om een munt te persen."
|
||||
},
|
||||
"3": {
|
||||
"then": "Het kost 1 Zwitserse frank om een munt te persen."
|
||||
}
|
||||
},
|
||||
"question": "Hoe veel kost het om een munt te persen?",
|
||||
"render": "Het kost {charge} om een munt te persen."
|
||||
},
|
||||
"coin": {
|
||||
"freeform": {
|
||||
"placeholder": "Munttype (bijv. 10 cent)"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze muntpers gebruikt een muntstuk van 2 cent voor het persen."
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze muntpers gebruikt een muntstuk van 5 cent voor het persen."
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze muntpers gebruikt een muntstuk van 10 cent voor het persen."
|
||||
},
|
||||
"3": {
|
||||
"then": "Deze muntpers gebruikt een muntstuk van 25 cent voor het persen."
|
||||
},
|
||||
"4": {
|
||||
"then": "Deze muntpers gebruikt een muntstuk van 50 cent voor het persen."
|
||||
},
|
||||
"5": {
|
||||
"then": "Deze muntpers gebruikt een muntstuk van 10 rappen voor het persen."
|
||||
},
|
||||
"6": {
|
||||
"then": "Deze muntpers gebruikt een muntstuk van 20 rappen voor het persen."
|
||||
}
|
||||
},
|
||||
"question": "Welk muntstuk wordt gebruikt voor het persen?",
|
||||
"render": "Deze muntpers gebruikt een muntstuk van {coin:type} voor het persen."
|
||||
},
|
||||
"designs": {
|
||||
"freeform": {
|
||||
"placeholder": "Aantal ontwerpen (bijv. 5)"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze muntpers heeft één ontwerp beschikbaar."
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze muntpers heeft twee ontwerpen beschikbaar."
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze muntpers heeft drie ontwerpen beschikbaar."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"entrance": {
|
||||
"description": "Een laag met ingangen (van gebouwen etc.) waarmee je details kunt aanvullen die belangrijk zijn voor bijvoorbeeld rolstoelgebruikers (en fietsers, leveranciers, …)",
|
||||
"name": "Toegang",
|
||||
|
@ -6582,6 +7016,9 @@
|
|||
"11": {
|
||||
"then": "Dit is een rekstok"
|
||||
},
|
||||
"14": {
|
||||
"then": "Dit is een klimmuur"
|
||||
},
|
||||
"3": {
|
||||
"then": "Dit is een zandbak"
|
||||
},
|
||||
|
@ -7992,6 +8429,125 @@
|
|||
"render": "Trage weg"
|
||||
}
|
||||
},
|
||||
"souvenir_coin": {
|
||||
"description": "Laag die machines toont die souvenirmunten verkopen",
|
||||
"name": "Souvenirmuntmachines",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Voeg een machine toe die souvenirmunten verkoopt",
|
||||
"title": "een souvenirmuntmachine"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"charge": {
|
||||
"freeform": {
|
||||
"placeholder": "Kosten (bijv. 2 EUR)"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Een souvenirmunt kost 2 euro"
|
||||
}
|
||||
},
|
||||
"question": "Hoeveel kost een souvenirmunt?",
|
||||
"render": "Een souvenirmunt kost {charge}"
|
||||
},
|
||||
"designs": {
|
||||
"override": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze machine heeft één ontwerp beschikbaar"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze machine heeft twee ontwerpen beschikbaar"
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze machine heeft drie ontwerpen beschikbaar"
|
||||
},
|
||||
"3": {
|
||||
"then": "Deze machine heeft vier ontwerpen beschikbaar"
|
||||
}
|
||||
},
|
||||
"render": "Deze machine heeft {coin:design_count} ontwerpen beschikbaar"
|
||||
}
|
||||
},
|
||||
"indoor": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze machine bevindt zich binnen."
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze machine bevindt zich buiten."
|
||||
}
|
||||
},
|
||||
"question": "Bevindt deze machine zich binnen?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Souvenirmuntmachine"
|
||||
}
|
||||
},
|
||||
"souvenir_note": {
|
||||
"description": "Laag die machines toont die souvenirbiljetten verkopen",
|
||||
"name": "Souvenirbiljetmachines",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Voeg een machine toe die souvenirbiljetten verkoopt",
|
||||
"title": "een souvenirbiljetmachine"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"charge": {
|
||||
"freeform": {
|
||||
"placeholder": "Kosten (bijv. 2 EUR)"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Een souvenirbiljet kost 2 euro"
|
||||
},
|
||||
"1": {
|
||||
"then": "Een souvenirbiljet kost 3 euro"
|
||||
}
|
||||
},
|
||||
"question": "Hoeveel kost een souvenirbiljet?",
|
||||
"render": "Een souvenirbiljet kost {charge}"
|
||||
},
|
||||
"designs": {
|
||||
"freeform": {
|
||||
"placeholder": "Aantal ontwerpen (bijv. 5)"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze machine heeft één ontwerp beschikbaar."
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze machine heeft twee ontwerpen beschikbaar."
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze machine heeft drie ontwerpen beschikbaar."
|
||||
},
|
||||
"3": {
|
||||
"then": "Deze machine heeft vier ontwerpen beschikbaar."
|
||||
}
|
||||
},
|
||||
"question": "Hoeveel ontwerpen heeft deze machine beschikbaar?",
|
||||
"render": "Deze machine heeft {note:design_count} ontwerpen beschikbaar."
|
||||
},
|
||||
"indoor": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze machine bevindt zich binnen."
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze machine bevindt zich buiten."
|
||||
}
|
||||
},
|
||||
"question": "Bevindt deze machine zich binnen?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Souvenirbiljetmachine"
|
||||
}
|
||||
},
|
||||
"speed_camera": {
|
||||
"description": "Laag met flitspalen",
|
||||
"name": "Flitspaal",
|
||||
|
@ -8182,6 +8738,20 @@
|
|||
"render": "Sportterrein"
|
||||
}
|
||||
},
|
||||
"sports_centre": {
|
||||
"tagRenderings": {
|
||||
"sport_centre-sport": {
|
||||
"mappings": {
|
||||
"26": {
|
||||
"then": "Klimmen"
|
||||
},
|
||||
"27": {
|
||||
"then": "Hoogteparcours"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"stairs": {
|
||||
"description": "Laag met trappen en roltrappen",
|
||||
"name": "Trappen",
|
||||
|
|
|
@ -931,7 +931,18 @@
|
|||
}
|
||||
},
|
||||
"etymology": {
|
||||
"name": "Має етимологію"
|
||||
"name": "Має етимологію",
|
||||
"tagRenderings": {
|
||||
"etymology_multi_apply": {
|
||||
"render": "{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Автоматичне застосування даних до всіх сегментів з однаковою назвою, true)}"
|
||||
},
|
||||
"street-name-sign-image": {
|
||||
"render": "{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Додати зображення таблички з назвою вулиці)}"
|
||||
},
|
||||
"wikipedia-etymology": {
|
||||
"question": "На честь якого елемента Вікіданих названо цей об'єкт?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fire_station": {
|
||||
"presets": {
|
||||
|
@ -1140,6 +1151,38 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"note": {
|
||||
"filter": {
|
||||
"10": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Останнє редагування дописувачем {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"11": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Не відредаговано як останнє {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"14": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Останнє редагування зроблено до {search}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"15": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Останнє редагування після {search}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"parking": {
|
||||
"tagRenderings": {
|
||||
"parking-type": {
|
||||
|
@ -1417,6 +1460,13 @@
|
|||
"internet-ssid": {
|
||||
"render": "Назва мережі: <b>{internet_access:ssid}</b>"
|
||||
},
|
||||
"last_edit": {
|
||||
"render": {
|
||||
"special": {
|
||||
"text": "Востаннє редаговано {_last_edit:timestamp} користувачем {_last_edit:contributor}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Які години роботи {title()}?",
|
||||
"render": "<h3>Години роботи</h3>{opening_hours_table(opening_hours)}"
|
||||
|
@ -1465,6 +1515,13 @@
|
|||
"after": "Відскануйте цей код, щоб відкрити це місце на іншому пристрої"
|
||||
}
|
||||
},
|
||||
"share": {
|
||||
"render": {
|
||||
"special": {
|
||||
"text": "Поділіться цією локацією"
|
||||
}
|
||||
}
|
||||
},
|
||||
"single_level": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -76,10 +76,18 @@ export class GeoOperations {
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns [lon,lat] coordinates
|
||||
* Returns [lon,lat] coordinates.
|
||||
* @param feature
|
||||
*
|
||||
* GeoOperations.centerpointCoordinates(undefined) // => undefined
|
||||
*/
|
||||
static centerpointCoordinates(feature: undefined | null): undefined ;
|
||||
static centerpointCoordinates(feature: AllGeoJSON | GeoJSON | undefined): [number, number] | undefined;
|
||||
static centerpointCoordinates(feature: NonNullable< AllGeoJSON> | NonNullable<GeoJSON>): NonNullable<[number, number]>;
|
||||
static centerpointCoordinates(feature: AllGeoJSON | GeoJSON): [number, number] {
|
||||
if(feature === undefined || feature === null){
|
||||
return undefined
|
||||
}
|
||||
return <[number, number]>turf.center(<any>feature).geometry.coordinates
|
||||
}
|
||||
|
||||
|
|
|
@ -170,6 +170,9 @@ export class ImageUploadManager {
|
|||
}
|
||||
if (location === undefined || location?.some((l) => l === undefined)) {
|
||||
feature ??= this._indexedFeatures.featuresById.data.get(featureId)
|
||||
if(feature === undefined){
|
||||
throw "ImageUploadManager: no feature given and no feature found in the indexedFeature. Cannot upload this image"
|
||||
}
|
||||
location = GeoOperations.centerpointCoordinates(feature)
|
||||
}
|
||||
try {
|
||||
|
|
|
@ -2,7 +2,7 @@ import ChangeTagAction from "./ChangeTagAction"
|
|||
import { Tag } from "../../Tags/Tag"
|
||||
import OsmChangeAction from "./OsmChangeAction"
|
||||
import { ChangeDescription } from "./ChangeDescription"
|
||||
import { Store, UIEventSource } from "../../UIEventSource"
|
||||
import { UIEventSource } from "../../UIEventSource"
|
||||
|
||||
export default class LinkImageAction extends OsmChangeAction {
|
||||
private readonly _proposedKey: "image" | "mapillary" | "wiki_commons" | string
|
||||
|
|
|
@ -59,12 +59,12 @@
|
|||
type: "Feature",
|
||||
geometry: {
|
||||
type: "Point",
|
||||
coordinates: [p4c.coordinates.lng, p4c.coordinates.lat],
|
||||
coordinates: [p4c.coordinates.lng, p4c.coordinates.lat]
|
||||
},
|
||||
properties: {
|
||||
id: p4c.pictureUrl,
|
||||
rotation: p4c.direction,
|
||||
},
|
||||
rotation: p4c.direction
|
||||
}
|
||||
}
|
||||
)
|
||||
)
|
||||
|
@ -76,14 +76,14 @@
|
|||
type: "Feature",
|
||||
geometry: {
|
||||
type: "Point",
|
||||
coordinates: [s.coordinates.lng, s.coordinates.lat],
|
||||
coordinates: [s.coordinates.lng, s.coordinates.lat]
|
||||
},
|
||||
properties: {
|
||||
id: s.pictureUrl,
|
||||
selected: "yes",
|
||||
rotation: s.direction,
|
||||
},
|
||||
},
|
||||
rotation: s.direction
|
||||
}
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
|
@ -108,7 +108,7 @@
|
|||
rotation: state.mapProperties.rotation,
|
||||
pitch: state.mapProperties.pitch,
|
||||
zoom: new UIEventSource<number>(16),
|
||||
location: new UIEventSource({ lon, lat }),
|
||||
location: new UIEventSource({ lon, lat })
|
||||
})
|
||||
|
||||
const geocodedImageLayer = new LayerConfig(<LayerConfigJson>geocoded_image)
|
||||
|
@ -118,7 +118,7 @@
|
|||
zoomToFeatures: true,
|
||||
onClick: (feature) => {
|
||||
highlighted.set(feature.properties.id)
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
ShowDataLayer.showMultipleLayers(map, new StaticFeatureSource([feature]), state.theme.layers)
|
||||
|
@ -141,8 +141,14 @@
|
|||
layer: geocodedImageLayer,
|
||||
onClick: (feature) => {
|
||||
highlighted.set(feature.properties.id)
|
||||
},
|
||||
}
|
||||
})
|
||||
onDestroy(tags.addCallbackAndRunD(tags => {
|
||||
if (tags.id.startsWith("node/") || tags.id.startsWith("way/") || tags.id.startsWith("relation/")) {
|
||||
return
|
||||
}
|
||||
linkable = false
|
||||
}))
|
||||
</script>
|
||||
|
||||
<div class="flex flex-col">
|
||||
|
|
|
@ -3,15 +3,17 @@
|
|||
import { Stores } from "../../Logic/UIEventSource"
|
||||
import Tr from "../Base/Tr.svelte"
|
||||
import Translations from "../i18n/Translations"
|
||||
import type { SpecialVisualizationState } from "../SpecialVisualization"
|
||||
import ThemeViewState from "../../Models/ThemeViewState"
|
||||
|
||||
/**
|
||||
* Shows _all_ disabled questions
|
||||
*/
|
||||
export let state
|
||||
let layers = state.layout.layers.filter((l) => l.isNormal())
|
||||
export let state: ThemeViewState
|
||||
let layers = state.theme.layers.filter((l) => l.isNormal())
|
||||
|
||||
let allDisabled = Stores.concat<string>(
|
||||
layers.map((l) => state.userRelatedState.getThemeDisabled(state.layout.id, l.id))
|
||||
layers.map((l) => state.userRelatedState.getThemeDisabled(state.theme.id, l.id))
|
||||
).map((l) => [].concat(...l))
|
||||
const t = Translations.t.general.questions
|
||||
</script>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
/**
|
||||
* Gives an overview of questions which are disabled for the given theme
|
||||
*/
|
||||
import UserRelatedState from "../../Logic/State/UserRelatedState"
|
||||
import LayerConfig from "../../Models/ThemeConfig/LayerConfig"
|
||||
import ThemeViewState from "../../Models/ThemeViewState"
|
||||
import Tr from "../Base/Tr.svelte"
|
||||
|
@ -13,7 +12,7 @@
|
|||
export let layer: LayerConfig
|
||||
export let state: ThemeViewState
|
||||
|
||||
let disabledQuestions = state.userRelatedState.getThemeDisabled(state.layout.id, layer.id)
|
||||
let disabledQuestions = state.userRelatedState.getThemeDisabled(state.theme.id, layer.id)
|
||||
|
||||
function getQuestion(id: string): Translation {
|
||||
return layer.tagRenderings.find((q) => q.id === id).question.Subs({})
|
||||
|
|
|
@ -1,18 +1,13 @@
|
|||
import { Store, UIEventSource } from "../Logic/UIEventSource"
|
||||
import BaseUIElement from "./BaseUIElement"
|
||||
import ThemeConfig from "../Models/ThemeConfig/ThemeConfig"
|
||||
import {
|
||||
FeatureSource,
|
||||
IndexedFeatureSource,
|
||||
WritableFeatureSource,
|
||||
} from "../Logic/FeatureSource/FeatureSource"
|
||||
import { FeatureSource, IndexedFeatureSource, WritableFeatureSource } from "../Logic/FeatureSource/FeatureSource"
|
||||
import { OsmConnection } from "../Logic/Osm/OsmConnection"
|
||||
import { Changes } from "../Logic/Osm/Changes"
|
||||
import { ExportableMap, MapProperties } from "../Models/MapProperties"
|
||||
import LayerState from "../Logic/State/LayerState"
|
||||
import { Feature, Geometry, Point, Polygon } from "geojson"
|
||||
import FullNodeDatabaseSource from "../Logic/FeatureSource/TiledFeatureSource/FullNodeDatabaseSource"
|
||||
import { MangroveIdentity } from "../Logic/Web/MangroveReviews"
|
||||
import { GeoIndexedStoreForLayer } from "../Logic/FeatureSource/Actors/GeoIndexedStore"
|
||||
import LayerConfig from "../Models/ThemeConfig/LayerConfig"
|
||||
import FeatureSwitchState from "../Logic/State/FeatureSwitchState"
|
||||
|
@ -22,14 +17,12 @@ import { ImageUploadManager } from "../Logic/ImageProviders/ImageUploadManager"
|
|||
import FavouritesFeatureSource from "../Logic/FeatureSource/Sources/FavouritesFeatureSource"
|
||||
import { ProvidedImage } from "../Logic/ImageProviders/ImageProvider"
|
||||
import GeoLocationHandler from "../Logic/Actors/GeoLocationHandler"
|
||||
import { SummaryTileSourceRewriter } from "../Logic/FeatureSource/TiledFeatureSource/SummaryTileSource"
|
||||
import ThemeSource from "../Logic/FeatureSource/Sources/ThemeSource"
|
||||
import { Map as MlMap } from "maplibre-gl"
|
||||
import ShowDataLayer from "./Map/ShowDataLayer"
|
||||
import { CombinedFetcher } from "../Logic/Web/NearbyImagesSearch"
|
||||
import SearchState from "../Logic/State/SearchState"
|
||||
import UserRelatedState, { OptionallySyncedHistory } from "../Logic/State/UserRelatedState"
|
||||
import GeocodeResult from "./Search/GeocodeResult.svelte"
|
||||
import UserRelatedState from "../Logic/State/UserRelatedState"
|
||||
import FeaturePropertiesStore from "../Logic/FeatureSource/Actors/FeaturePropertiesStore"
|
||||
|
||||
/**
|
||||
|
|
|
@ -112,7 +112,7 @@ class NearbyImageVis implements SpecialVisualization {
|
|||
{
|
||||
name: "readonly",
|
||||
required: false,
|
||||
doc: "If 'readonly', will not show the 'link'-button",
|
||||
doc: "If 'readonly' or 'yes', will not show the 'link'-button",
|
||||
},
|
||||
]
|
||||
docs =
|
||||
|
@ -128,7 +128,7 @@ class NearbyImageVis implements SpecialVisualization {
|
|||
layer: LayerConfig
|
||||
): SvelteUIElement {
|
||||
const isOpen = args[0] === "open"
|
||||
const readonly = args[1] === "readonly"
|
||||
const readonly = args[1] === "readonly" || args[1] === "yes"
|
||||
const [lon, lat] = GeoOperations.centerpointCoordinates(feature)
|
||||
return new SvelteUIElement(isOpen ? NearbyImages : NearbyImagesCollapsed, {
|
||||
tags,
|
||||
|
@ -744,13 +744,14 @@ export default class SpecialVisualizations {
|
|||
required: false,
|
||||
},
|
||||
],
|
||||
constr: (state, tags, args) => {
|
||||
constr: (state, tags, args, feature) => {
|
||||
const targetKey = args[0] === "" ? undefined : args[0]
|
||||
const noBlur = args[3]?.toLowerCase()?.trim()
|
||||
return new SvelteUIElement(UploadImage, {
|
||||
state,
|
||||
tags,
|
||||
targetKey,
|
||||
feature,
|
||||
labelText: args[1],
|
||||
image: args[2],
|
||||
noBlur: noBlur === "true" || noBlur === "yes",
|
||||
|
|
Loading…
Reference in a new issue