Merge develop

This commit is contained in:
Pieter Vander Vennet 2023-04-14 17:57:46 +02:00
commit 771783a31c
101 changed files with 4409 additions and 2078 deletions

File diff suppressed because it is too large Load diff

View file

@ -24,6 +24,217 @@
"render": "Známá adresa"
}
},
"advertising": {
"description": "Doplníme údaje z reklamních prvků s referencemi, provozovatelem a osvětlením",
"name": "Reklama",
"presets": {
"0": {
"description": "Velká venkovní reklamní konstrukce, která se obvykle nachází na místech s velkým provozem, například podél frekventovaných silnic",
"title": "billboard"
},
"1": {
"title": "volně stojící plakátovací skříň"
},
"2": {
"title": "plakátovací skříň připevněná na stěnu"
},
"3": {
"description": "Malý billboard pro sousedskou reklamu, zpravidla určený pro chodce",
"title": "billboard"
},
"4": {
"description": "Válcová venkovní konstrukce, která zobrazuje reklamy",
"title": "sloup"
},
"5": {
"title": "vlajka"
},
"6": {
"title": "obrazovka"
},
"7": {
"title": "obrazovka připevněná na stěnu"
},
"8": {
"description": "Kus nepromokavého textilu s natištěným vzkazem, trvale připevněný na stěnu",
"title": "plachta"
},
"9": {
"title": "totem"
},
"10": {
"description": "Používá se pro reklamní nápisy, neonové nápisy, loga a vstupní nápisy institucí",
"title": "cedule"
},
"11": {
"title": "socha"
},
"12": {
"title": "nástěnná malba"
}
},
"tagRenderings": {
"Sides": {
"mappings": {
"0": {
"then": "Tento objekt má reklamy na jedné straně"
},
"1": {
"then": "Tento objekt má reklamy na obou stranách"
}
},
"question": "Z kolika stran můžete vidět reklamy?"
},
"animated": {
"mappings": {
"0": {
"then": "<b>Statická reklama</b>, která stále zobrazuje stejnou zprávu"
},
"1": {
"then": "Tento objekt má vestavěný <b>digitální displej</b> pro zobrazení cen nebo jiné zprávy"
},
"2": {
"then": "<b>Trivision</b> - billboard se skládá z několika trojúhelníkových hranolů, které se pravidelně otáčejí"
},
"3": {
"then": "<b>Rolující</b> plakáty"
},
"4": {
"then": "Sám se <b>otáčí</b>"
}
},
"question": "Zobrazuje tato reklama cyklicky několik zpráv?"
},
"luminous_or_lit_advertising": {
"override": {
"+mappings": {
"0": {
"then": "Jedná se o neonové světlo"
}
}
}
},
"message_type": {
"mappings": {
"0": {
"then": "Komerční sdělení"
},
"1": {
"then": "Místní informace"
},
"2": {
"then": "Bezpečnostní informace"
},
"3": {
"then": "Volební reklama"
},
"4": {
"then": "Informace týkající se divadla, koncertů, ..."
},
"5": {
"then": "Zpráva od neziskových organizací"
},
"6": {
"then": "Pro vyjádření vašeho názoru"
},
"7": {
"then": "Náboženská zpráva"
},
"8": {
"then": "Cedule pro financování"
},
"9": {
"then": "Mapa"
}
},
"question": "Jaký typ zprávy je zobrazen?"
},
"operator": {
"question": "Kdo tento objekt provozuje?",
"render": "Provozuje {operator}"
},
"ref": {
"question": "Jaké je referenční číslo?",
"render": "Referenční číslo je {ref}"
},
"type": {
"mappings": {
"0": {
"then": "Toto je billboard"
},
"1": {
"then": "Toto je deska"
},
"2": {
"then": "Toto je sloup"
},
"3": {
"then": "Toto je vlajka"
},
"4": {
"then": "Toto je skříň na plakáty"
},
"5": {
"then": "Toto je obrazovka"
},
"6": {
"then": "Toto je socha"
},
"7": {
"then": "Toto je cedule"
},
"8": {
"then": "Toto je plachta (kus textilu s reklamním sdělením odolný proti povětrnostním vlivům)"
},
"9": {
"then": "Toto je totem"
},
"10": {
"then": "Toto je nástěnná malba"
}
},
"question": "O jaký typ reklamního prvku se jedná?",
"render": "Toto je {advertising}"
}
},
"title": {
"mappings": {
"0": {
"then": "Billboard"
},
"1": {
"then": "Deska"
},
"2": {
"then": "Skříň na plakáty"
},
"3": {
"then": "Sloup"
},
"4": {
"then": "Vlajka"
},
"5": {
"then": "Obrazovka"
},
"6": {
"then": "Socha"
},
"7": {
"then": "Cedule"
},
"8": {
"then": "Plachta"
},
"9": {
"then": "Totem"
},
"10": {
"then": "Nástěnná malba"
}
}
}
},
"ambulancestation": {
"description": "Stanice záchranné služby je prostor pro umístění sanitních vozidel, zdravotnického vybavení, osobních ochranných prostředků a dalšího zdravotnického materiálu.",
"name": "Mapa stanic rychlé záchranné služby",
@ -265,10 +476,10 @@
"tagRenderings": {
"bench-backrest": {
"mappings": {
"0": {
"1": {
"then": "Má opěradlo"
},
"1": {
"2": {
"then": "<b>nemá</b> opěradlo"
}
},

View file

@ -254,10 +254,10 @@
"tagRenderings": {
"bench-backrest": {
"mappings": {
"0": {
"1": {
"then": "Har et ryglæn"
},
"1": {
"2": {
"then": "Har <b>ikke</b> et ryglæn"
}
},

View file

@ -24,6 +24,217 @@
"render": "Bekannte Adresse"
}
},
"advertising": {
"description": "Wir vervollständigen Daten von Werbeanlagen mit Referenz-, Betreiber- und Beleuchtungsdaten",
"name": "Werbeeinrichtungen",
"presets": {
"0": {
"description": "Eine große Außenwerbung, die typischerweise in stark befahrenen Gebieten, z. B. entlang stark befahrener Straßen, zu finden ist",
"title": "eine Werbetafel"
},
"1": {
"title": "eine freistehende Posterbox"
},
"2": {
"title": "eine wandmontierte Posterbox"
},
"3": {
"description": "Kleines Anschlagbrett für Nachbarschaftswerbung, normalerweise an Fußgänger gerichtet",
"title": "ein Anschlagbrett"
},
"4": {
"description": "Eine zylindrische Struktur im Freien, die Werbung zeigt",
"title": "eine Litfaßsäule"
},
"5": {
"title": "eine Flagge"
},
"6": {
"title": "einen Bildschirm"
},
"7": {
"title": "ein wandmontierter Bildschirm"
},
"8": {
"description": "Ein wasserfestes Textil mit einer aufgedruckten Botschaft, das dauerhaft an einer Wand verankert ist",
"title": "eine Plane"
},
"9": {
"title": "ein Totem"
},
"10": {
"description": "Verwendet für Werbeschilder, Leuchtreklamen, Logos und institutionelle Eingangsschilder",
"title": "ein Schild"
},
"11": {
"title": "eine Skulptur"
},
"12": {
"title": "eine Wandmalerei"
}
},
"tagRenderings": {
"Sides": {
"mappings": {
"0": {
"then": "Werbung wird nur auf einer Seite angezeigt"
},
"1": {
"then": "Werbung wird auf beiden Seiten angezeigt"
}
},
"question": "Auf wie vielen Seiten wird Werbung angezeigt?"
},
"animated": {
"mappings": {
"0": {
"then": "<b>Statische Anzeige</b>, zeigt immer die gleiche Werbung"
},
"1": {
"then": "<b>Digitale Anzeige</b>, zeigt Preise oder anderen Mitteilungen"
},
"2": {
"then": "<b>Trivision Anzeige</b>, zeigt Werbung auf dreieckigen Prismen, die sich regelmäßig drehen"
},
"3": {
"then": "<b>Rollierende Anzeige</b>, zeigt abwechselnd durchlaufende Werbeplakate"
},
"4": {
"then": "<b>Drehende Anzeige</b>, die um die eigene Achse rotiert"
}
},
"question": "Werden mehrere Werbungen abwechselnd angezeigt?"
},
"luminous_or_lit_advertising": {
"override": {
"+mappings": {
"0": {
"then": "Dies ist eine Neonröhrenleuchte"
}
}
}
},
"message_type": {
"mappings": {
"0": {
"then": "Werbebotschaft"
},
"1": {
"then": "Lokale Informationen"
},
"2": {
"then": "Sicherheitsinformationen"
},
"3": {
"then": "Wahlwerbung"
},
"4": {
"then": "Informationen über Theater, Konzerte, ..."
},
"5": {
"then": "Nachricht von gemeinnützigen Organisationen"
},
"6": {
"then": "Um Ihre Meinung zu äußern"
},
"7": {
"then": "Religiöse Botschaft"
},
"8": {
"then": "Finanzierungsschild"
},
"9": {
"then": "eine Karte"
}
},
"question": "Welche Art von Nachricht wird angezeigt?"
},
"operator": {
"question": "Wer betreibt dieses Objekt?",
"render": "Betrieben von {operator}"
},
"ref": {
"question": "Wie lautet die Referenznummer?",
"render": "Die Referenznummer lautet {ref}"
},
"type": {
"mappings": {
"0": {
"then": "Dies ist eine Werbetafel"
},
"1": {
"then": "Dies ist ein Brett"
},
"2": {
"then": "Dies ist eine Litfaßsäule"
},
"3": {
"then": "Dies ist eine Flagge"
},
"4": {
"then": "Dies ist eine Posterbox"
},
"5": {
"then": "Dies ist ein Bildschirm"
},
"6": {
"then": "Dies ist eine Skulptur"
},
"7": {
"then": "Dies ist ein Schild"
},
"8": {
"then": "Dies ist eine Plane (ein wetterfestes Textilstück mit einer Werbebotschaft)"
},
"9": {
"then": "Dies ist ein Totem"
},
"10": {
"then": "Dies ist eine Wandmalerei"
}
},
"question": "Welche Art von Werbung ist das?",
"render": "Das ist ein/e {advertising}"
}
},
"title": {
"mappings": {
"0": {
"then": "Werbetafel"
},
"1": {
"then": "Brett"
},
"2": {
"then": "Posterbox"
},
"3": {
"then": "Litfaßsäule"
},
"4": {
"then": "Flagge"
},
"5": {
"then": "Bildschirm"
},
"6": {
"then": "Skulptur"
},
"7": {
"then": "Schild"
},
"8": {
"then": "Plane"
},
"9": {
"then": "Totem"
},
"10": {
"then": "Wandmalerei"
}
}
}
},
"ambulancestation": {
"description": "Eine Rettungswache ist ein Ort, an dem Rettungsfahrzeuge, medizinische Ausrüstung, persönliche Schutzausrüstung und anderes medizinisches Material untergebracht sind.",
"name": "Rettungswachen",
@ -436,9 +647,12 @@
"bench-backrest": {
"mappings": {
"0": {
"then": "Die Sitzbank hat eine Rückenlehne"
"then": "Diese Bank ist zweiseitig und teilt sich die Rückenlehne"
},
"1": {
"then": "Die Sitzbank hat eine Rückenlehne"
},
"2": {
"then": "Die Sitzbank hat <b>keine</b> Rückenlehne"
}
},
@ -2990,7 +3204,7 @@
"then": "Diese Uhr ist aus etwa 20 Metern Entfernung sichtbar (mittelgroße Plakatuhr)"
},
"2": {
"then": "Diese Uhr ist aus mehr als 20 Metern Entfernung sichtbar (Kirchenuhr)"
"then": "Diese Uhr ist aus mehr als 20 Metern Entfernung sichtbar (Kirchuhr, Bahnhofsuhr)"
}
},
"question": "Wie sichtbar ist diese Uhr?"
@ -6719,6 +6933,9 @@
"19": {
"question": "Recycling von Elektrokleingeräten"
},
"20": {
"question": "Recycling von Restabfällen"
},
"20": {
"question": "Recycling von Restabfällen"
}

View file

@ -24,6 +24,217 @@
"render": "Known address"
}
},
"advertising": {
"description": "We will complete data from advertising features with reference, operator and lit",
"name": "Advertise",
"presets": {
"0": {
"description": "A large outdoor advertising structure, typically found in high-traffic areas such as alongside busy roads",
"title": "a billboard"
},
"1": {
"title": "a freestanding poster box"
},
"2": {
"title": "a poster box mounted on a wall"
},
"3": {
"description": "Small billboard for neighbourhood advertising, generally intended for pedestrians",
"title": "a billboard"
},
"4": {
"description": "A cylindrical outdoor structure which shows advertisements",
"title": "a column"
},
"5": {
"title": "a flag"
},
"6": {
"title": "a screen"
},
"7": {
"title": "a screen mounted on a wall"
},
"8": {
"description": "A piece of waterproof textile with a printed message, permanently anchored on a wall",
"title": "a tarp"
},
"9": {
"title": "a totem"
},
"10": {
"description": "Used for advertising signs, neon signs, logos & institutional entrance signs",
"title": "a sign"
},
"11": {
"title": "a sculpture"
},
"12": {
"title": "a wall painting"
}
},
"tagRenderings": {
"Sides": {
"mappings": {
"0": {
"then": "This object has advertisements on a single side"
},
"1": {
"then": "This object has advertisements on both sides"
}
},
"question": "From how many sides you can watch advertisments?"
},
"animated": {
"mappings": {
"0": {
"then": "<b>Static</b>, always shows the same message"
},
"1": {
"then": "This object has a built-in <b>digital display</b> to show prices or some other message"
},
"2": {
"then": "<b>Trivision</b> - the billboard consists of many triangular prisms which regularly rotate"
},
"3": {
"then": "<b>Scrolling</b> posters"
},
"4": {
"then": "<b>Rotates</b> on itself"
}
},
"question": "Does this advertisement cycle through multiple messages?"
},
"luminous_or_lit_advertising": {
"override": {
"+mappings": {
"0": {
"then": "This is a neon-tube light"
}
}
}
},
"message_type": {
"mappings": {
"0": {
"then": "Commercial message"
},
"1": {
"then": "Local information"
},
"2": {
"then": "Securty information"
},
"3": {
"then": "Electoral advertising"
},
"4": {
"then": "Inormation related to theatre, concerts, ..."
},
"5": {
"then": "Message from non-profit organizations"
},
"6": {
"then": "To expres your opinion"
},
"7": {
"then": "Religious message"
},
"8": {
"then": "Funding sign"
},
"9": {
"then": "A map"
}
},
"question": "What kind of message is shown?"
},
"operator": {
"question": "Who operates this feature?",
"render": "Operated by {operator}"
},
"ref": {
"question": "Wich is the reference number?",
"render": "Reference number is {ref}"
},
"type": {
"mappings": {
"0": {
"then": "This is a billboard"
},
"1": {
"then": "This is a board"
},
"2": {
"then": "This is a column"
},
"3": {
"then": "This is a flag"
},
"4": {
"then": "This is a poster Box"
},
"5": {
"then": "This is a screen"
},
"6": {
"then": "This is a sculpture"
},
"7": {
"then": "This is a sign"
},
"8": {
"then": "This is a tarp (a weatherproof piece of textile with an advertising message)"
},
"9": {
"then": "This is a totem"
},
"10": {
"then": "This is a wall painting"
}
},
"question": "Which type of advertising feature is this?",
"render": "This is a {advertising}"
}
},
"title": {
"mappings": {
"0": {
"then": "Billboard"
},
"1": {
"then": "Board"
},
"2": {
"then": "Poster Box"
},
"3": {
"then": "Column"
},
"4": {
"then": "Flag"
},
"5": {
"then": "Screen"
},
"6": {
"then": "Sculpture"
},
"7": {
"then": "Sign"
},
"8": {
"then": "Tarp"
},
"9": {
"then": "Totem"
},
"10": {
"then": "Wall painting"
}
}
}
},
"ambulancestation": {
"description": "An ambulance station is an area for storage of ambulance vehicles, medical equipment, personal protective equipment, and other medical supplies.",
"name": "Map of ambulance stations",
@ -436,9 +647,12 @@
"bench-backrest": {
"mappings": {
"0": {
"then": "Does have a backrest"
"then": "This bench is two-sided and shares the backrest"
},
"1": {
"then": "Does have a backrest"
},
"2": {
"then": "Does <b>not</b> have a backrest"
}
},
@ -6740,6 +6954,9 @@
"19": {
"question": "Recycling of small electrical appliances"
},
"20": {
"question": "Recycling of residual waste"
},
"20": {
"question": "Recycling of residual waste"
}
@ -6855,7 +7072,7 @@
"then": "Plastic can be recycled here"
},
"17": {
"then": "Printer cartridges (inkjet/toner) can be recycled here"
"then": "Printer cartridges can be recycled here"
},
"18": {
"then": "Scrap metal can be recycled here"
@ -8965,4 +9182,4 @@
}
}
}
}
}

View file

@ -24,6 +24,217 @@
"render": "Domicilio conocido"
}
},
"advertising": {
"description": "Completaremos los datos de los elementos publicitarios con referencia, operador y iluminación",
"name": "Publicidad",
"presets": {
"0": {
"description": "Una estructura publicitaria grande al aire libre, que normalmente se encuentra en áreas transitadas como carreteras con mucha intensidad",
"title": "una valla publicitària"
},
"1": {
"title": "un mupi"
},
"2": {
"title": "un mupi sobre la pared"
},
"3": {
"description": "Un pequeño tablón de anuncios para anuncios del vecindario, normalmente destinado a peatones",
"title": "un tablón de anuncios"
},
"4": {
"description": "Una estructura cilíndrica exterior que muestra publicidad",
"title": "una columna"
},
"5": {
"title": "una bandera"
},
"6": {
"title": "una pantalla"
},
"7": {
"title": "una pantalla sobre una pared"
},
"8": {
"description": "Una pieza de tela impermeable con un mensaje impreso, anclada permanentemente en una pared",
"title": "una lona"
},
"9": {
"title": "un tótem"
},
"10": {
"description": "Se utiliza para carteles publicitarios, letreros de neón, logotipos y carteles en entradas institucionales",
"title": "un lletrer"
},
"11": {
"title": "una escultura"
},
"12": {
"title": "una pared pintada"
}
},
"tagRenderings": {
"Sides": {
"mappings": {
"0": {
"then": "Este mupi tiene publicidad en un único lado"
},
"1": {
"then": "Este mupi tiene publicidad por los dos lados"
}
},
"question": "¿Por cuantos lados puedes ver publicidad?"
},
"animated": {
"mappings": {
"0": {
"then": "<b>Estático</b>, siempre muestra el mismo mensaje"
},
"1": {
"then": "Este objeto tiene una <b>pantalla digital</b> incorporada para mostrar precios o algún otro mensaje"
},
"2": {
"then": "<b>Trivision</b> - la valla publicitaria consta de muchos prismas triangulares que giran regularmente"
},
"3": {
"then": "Cartells <b>Rotatius</b>"
},
"4": {
"then": "<b>Rota</b> sobre si mismo"
}
},
"question": "¿Como cambian los anuncios de este elemento?"
},
"luminous_or_lit_advertising": {
"override": {
"+mappings": {
"0": {
"then": "Esta es una luz de tubo de neón."
}
}
}
},
"message_type": {
"mappings": {
"0": {
"then": "Mensaje comercial"
},
"1": {
"then": "Información municipal"
},
"2": {
"then": "Información de seguridad"
},
"3": {
"then": "Publicidad electoral"
},
"4": {
"then": "Información sobre teatros, conciertos, ..."
},
"5": {
"then": "Mensaje de organizaciones sin ánimo de lucro"
},
"6": {
"then": "Para expresar tu opinión"
},
"7": {
"then": "Mensaje religioso"
},
"8": {
"then": "Cartel de financiación"
},
"9": {
"then": "un mapa"
}
},
"question": "Que tipo de mensaje se muestra?"
},
"operator": {
"question": "¿Quien opera este elemento?",
"render": "El operador es {operator}"
},
"ref": {
"question": "¿Cual es el número de referencia?",
"render": "El número de referencia es {ref}"
},
"type": {
"mappings": {
"0": {
"then": "Esto es una valla publicitaria"
},
"1": {
"then": "Esto es un tablón de anuncios"
},
"2": {
"then": "Esto es una columna"
},
"3": {
"then": "Esto es una bndera"
},
"4": {
"then": "Esto es un mupi"
},
"5": {
"then": "Esto es una pantalla"
},
"6": {
"then": "Esto es una escultura"
},
"7": {
"then": "Esto es un cartel"
},
"8": {
"then": "Esto es una lona (una pieza de tela resistente a la intemperie con un mensaje publicitario)"
},
"9": {
"then": "Esto es un tótem"
},
"10": {
"then": "Esto es una pared pintada"
}
},
"question": "¿Qué tipo de elemento publicitario es?",
"render": "Esto es un {advertising}"
}
},
"title": {
"mappings": {
"0": {
"then": "Valla publicitaria"
},
"1": {
"then": "Tablon de anuncios"
},
"2": {
"then": "Mupi"
},
"3": {
"then": "Columna"
},
"4": {
"then": "Bandera"
},
"5": {
"then": "Pantalla"
},
"6": {
"then": "Escultura"
},
"7": {
"then": "Cartel"
},
"8": {
"then": "Lona"
},
"9": {
"then": "Tótem"
},
"10": {
"then": "Pared Pintada"
}
}
}
},
"ambulancestation": {
"description": "Una estación de ambulancias es una zona para almacenar vehículos de ambulancia, equipamiento médico, equipos de protección personal y otros suministros médicos.",
"name": "Mapa de estaciones de ambulancias",
@ -269,10 +480,10 @@
},
"bench-backrest": {
"mappings": {
"0": {
"1": {
"then": "Tiene respaldo"
},
"1": {
"2": {
"then": "<b>No</b> tiene respaldo"
}
},
@ -1333,7 +1544,7 @@
"then": "<b>Tipo 1 <i>sin</i> cable</b> (J1772)"
},
"9": {
"then": "<b>Tipo 1<i>sin</i> cable</b> (J1772)"
"then": "<b>Tipo 1 <i>sin</i> cable</b> (J1772)"
},
"10": {
"then": "<b>CSS Tipo 1</b> (también conocido como Tipo 1 Combo)"
@ -1425,10 +1636,10 @@
"then": "Esta estación de carga está rota"
},
"2": {
"then": "Una estación de carga está planeada aquí"
"then": "Aquí está planeada una estación de carga"
},
"3": {
"then": "Una estación de carga está construida aquí"
"then": "Aquí está construida una estación de carga"
},
"4": {
"then": "Esta estación de carga se ha deshabilitado de forma permanente y ya no está en uso pero todavía es visible"
@ -2201,7 +2412,7 @@
}
},
"question": "¿Cual es el tipo de esta puerta?",
"questionHint": "Si la puerta está automatizada o no se pregunta en la siguiente pregunta"
"questionHint": "En la siguiente pregunta se pregunta si la puerta está automatizada o no"
},
"Entrance type": {
"mappings": {
@ -3237,6 +3448,9 @@
"16": {
"question": "Reciclaje de plástico"
},
"18": {
"question": "Reciclaje de chatarra"
},
"18": {
"question": "Reciclaje de chatarra"
}

View file

@ -24,10 +24,10 @@
"tagRenderings": {
"bench-backrest": {
"mappings": {
"0": {
"1": {
"then": "Selkänoja: kyllä"
},
"1": {
"2": {
"then": "Selkänoja: ei"
}
}

View file

@ -346,10 +346,10 @@
},
"bench-backrest": {
"mappings": {
"0": {
"1": {
"then": "Dossier : Oui"
},
"1": {
"2": {
"then": "Dossier : Non"
}
},

View file

@ -237,10 +237,10 @@
"tagRenderings": {
"bench-backrest": {
"mappings": {
"0": {
"1": {
"then": "Van háttámlája"
},
"1": {
"2": {
"then": "<b>Nincs</b> háttámlája"
}
},

View file

@ -103,10 +103,10 @@
"tagRenderings": {
"bench-backrest": {
"mappings": {
"0": {
"1": {
"then": "Sandaran: Ya"
},
"1": {
"2": {
"then": "Sandaran: Tidak"
}
},

View file

@ -127,10 +127,10 @@
"tagRenderings": {
"bench-backrest": {
"mappings": {
"0": {
"1": {
"then": "Schienale: Sì"
},
"1": {
"2": {
"then": "Schienale: No"
}
},
@ -1805,6 +1805,9 @@
"19": {
"question": "Riciclo di piccoli elettrodomestici"
},
"20": {
"question": "Riciclo di secco"
},
"20": {
"question": "Riciclo di secco"
}

View file

@ -265,10 +265,10 @@
"tagRenderings": {
"bench-backrest": {
"mappings": {
"0": {
"1": {
"then": "Rygglene: Ja"
},
"1": {
"2": {
"then": "Rygglene: Nei"
}
},

View file

@ -436,9 +436,12 @@
"bench-backrest": {
"mappings": {
"0": {
"then": "Heeft een rugleuning"
"then": "Dit is een dubbele bank waarbij de rugleuning gedeeld wordt"
},
"1": {
"then": "Heeft een rugleuning"
},
"2": {
"then": "Heeft <b>geen</b> rugleuning"
}
},
@ -6632,7 +6635,7 @@
"then": "Plastic kan hier gerecycled worden"
},
"17": {
"then": "Printer cartridges (inkjet/toner) kunnen hier gerecycled worden"
"then": "Inktpatronen kunnen hier gerecycleerd worden"
},
"18": {
"then": "Oud metaal kan hier gerecycled worden"
@ -8649,4 +8652,4 @@
}
}
}
}
}

View file

@ -101,10 +101,10 @@
"tagRenderings": {
"bench-backrest": {
"mappings": {
"0": {
"1": {
"then": "Oparcie: Tak"
},
"1": {
"2": {
"then": "Oparcie: Nie"
}
},

View file

@ -114,10 +114,10 @@
"tagRenderings": {
"bench-backrest": {
"mappings": {
"0": {
"1": {
"then": "Encosto: Sim"
},
"1": {
"2": {
"then": "Encosto: Não"
}
},

View file

@ -24,10 +24,10 @@
"tagRenderings": {
"bench-backrest": {
"mappings": {
"0": {
"1": {
"then": "Encosto: Sim"
},
"1": {
"2": {
"then": "Encosto: Não"
}
},

View file

@ -155,10 +155,10 @@
"tagRenderings": {
"bench-backrest": {
"mappings": {
"0": {
"1": {
"then": "Со спинкой"
},
"1": {
"2": {
"then": "Без спинки"
}
},

View file

@ -63,10 +63,10 @@
"tagRenderings": {
"bench-backrest": {
"mappings": {
"0": {
"1": {
"then": "有靠背"
},
"1": {
"2": {
"then": "<b>没有</b>靠背"
}
},

View file

@ -94,10 +94,10 @@
"tagRenderings": {
"bench-backrest": {
"mappings": {
"0": {
"1": {
"then": "靠背:有"
},
"1": {
"2": {
"then": "靠背:無"
}
},