From 31cefced426f4ad571d54da1d15e8fcafa6faa4c Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 16 Mar 2023 16:14:56 +0100 Subject: [PATCH] chore: reset translations --- langs/shared-questions/en.json | 17 +++ langs/themes/ca.json | 188 ++++++++++++++++++++++++++++ langs/themes/en.json | 218 +++++++++++++++++++++++++++++++++ langs/themes/es.json | 188 ++++++++++++++++++++++++++++ 4 files changed, 611 insertions(+) diff --git a/langs/shared-questions/en.json b/langs/shared-questions/en.json index 6fe7f2ad34..dadb187b95 100644 --- a/langs/shared-questions/en.json +++ b/langs/shared-questions/en.json @@ -152,6 +152,23 @@ "question": "On what level is this feature located?", "render": "Located on the {level}th floor" }, + "luminous_or_lit": { + "mappings": { + "0": { + "then": "This object both emits light and is lighted by an external light source" + }, + "1": { + "then": "This object emits light" + }, + "2": { + "then": "This object is lit externally, e.g. by a spotlight or other lights" + }, + "3": { + "then": "This object does not emit light and is not lighted by externally" + } + }, + "question": "Is this object lit or does it emit light?" + }, "multilevels": { "override": { "question": "What levels does this elevator go to?", diff --git a/langs/themes/ca.json b/langs/themes/ca.json index b4a926da2a..54f7d18f68 100644 --- a/langs/themes/ca.json +++ b/langs/themes/ca.json @@ -1,4 +1,192 @@ { + "advertising": { + "description": "Alguna vegada t'has preguntat quanta publictat hi ha als nostres carrers i carreteres? Amb aquest mapa podràs trobar i afegir informació de tots els elements publictaris que t'hi trobes pel carrer", + "layers": { + "0": { + "description": "Completarem les dades dels elements publicitaris amb referència, operador i il·luminació", + "name": "Publicitat", + "presets": { + "0": { + "description": "Les tanques publicitàries normalment són de gran tamany i estan situades prop de les carreteres", + "title": "una tanca publicitària" + }, + "3": { + "description": "Un xicotet tauló d'anuncics per a anuncis del veïnat, normalment destitat a peatons", + "title": "un tauló d'anunis" + }, + "4": { + "description": "Una extructura cilíndica exterior que mostra publicitat", + "title": "una columna" + }, + "5": { + "title": "una bandera" + }, + "6": { + "title": "una pantalla" + }, + "7": { + "title": "una patalla sobre una paret" + }, + "8": { + "title": "una lona" + }, + "9": { + "title": "un tòtem" + }, + "10": { + "description": "S'utilitza per a cartells publicitaris, retols de neó, logotips i cartells en entrades institucionals", + "title": "un lletrer" + }, + "11": { + "title": "una escupltura" + }, + "12": { + "title": "una paret pintada" + } + }, + "tagRenderings": { + "Sides": { + "question": "Per quants costats pots veure publicitat?" + }, + "animated": { + "mappings": { + "0": { + "then": "Estàtic, sense animació" + }, + "2": { + "then": "Trivision" + }, + "3": { + "then": "Cartells Rotatius" + }, + "4": { + "then": "Rota sobre si mateix" + } + }, + "question": "Com canvien els anuncis d'aquest element?" + }, + "message_type": { + "mappings": { + "0": { + "then": "Missatge comercial" + }, + "1": { + "then": "Informació municipal" + }, + "2": { + "then": "Informació de seguretat" + }, + "3": { + "then": "Publicitat electoral" + }, + "4": { + "then": "Informació sobre teatres, concerts, ..." + }, + "5": { + "then": "Missatge d'organitzacions sense ànim de lucre" + }, + "6": { + "then": "Per a expressar la teua opinió" + }, + "7": { + "then": "Missatge religiós" + }, + "8": { + "then": "Cartell de financiació" + } + }, + "question": "Quin tipus de missatge es mostra?" + }, + "operator": { + "question": "Qui opera aquest element?", + "render": "L'operador és {operator}" + }, + "ref": { + "question": "Quin és el número de refèrencia?", + "render": "El número de referència és {ref}" + }, + "type": { + "mappings": { + "0": { + "then": "Açò és una tanca publicitària" + }, + "1": { + "then": "Açò és un tauló d'anunis" + }, + "2": { + "then": "Açò és una columna" + }, + "3": { + "then": "Açò és una bandera" + }, + "4": { + "then": "Açò és un mupi" + }, + "5": { + "then": "Açò és una pantalla" + }, + "6": { + "then": "Açò és una esculptura" + }, + "7": { + "then": "Açò és un cartell" + }, + "8": { + "then": "Açò és una lona" + }, + "9": { + "then": "Açò és un tòtem" + }, + "10": { + "then": "Açò és una paret pintada" + } + }, + "question": "Quin tipus d'element publicitari és aquest?", + "render": "Açò és un {advertising}" + } + }, + "title": { + "mappings": { + "0": { + "then": "Tanca publicitària" + }, + "1": { + "then": "Tauló d'anuncis" + }, + "2": { + "then": "Mupi" + }, + "3": { + "then": "Columna" + }, + "4": { + "then": "Bandera" + }, + "5": { + "then": "Pantalla" + }, + "6": { + "then": "Esculptura" + }, + "7": { + "then": "Cartell" + }, + "8": { + "then": "Lona" + }, + "9": { + "then": "Tòtem" + }, + "10": { + "then": "Paret Pintada" + } + } + } + } + }, + "shortDescription": "On puc trobar elements publicitaris?", + "title": "Mapa obert de publicitat" + }, "aed": { "description": "En aquest mapa , qualsevol pot trobar i marcar els desfibril·ladors externs automàtics més propers", "title": "Mapa obert de desfibril·ladors (DEA)" diff --git a/langs/themes/en.json b/langs/themes/en.json index 1af038368a..f413148b09 100644 --- a/langs/themes/en.json +++ b/langs/themes/en.json @@ -1,4 +1,222 @@ { + "advertising": { + "description": "Have you ever wondered how many advertising there are in our streets and roads? With this map you could find and add information about all the advertising features that you can find on the street", + "layers": { + "0": { + "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 poster box has advertisements on a single side" + }, + "1": { + "then": "This poster box has advertisements on both sides" + } + }, + "question": "From how many sides you can watch advertisments?" + }, + "animated": { + "mappings": { + "0": { + "then": "Static, always shows the same message" + }, + "1": { + "then": "This object has a built-in digital display to show prices or some other message" + }, + "2": { + "then": "Trivision - the billboard consists of many triangular prisms which regularly rotate" + }, + "3": { + "then": "Scrolling posters" + }, + "4": { + "then": "Rotates on itself" + } + }, + "question": "Does this advertisement cycle through multiple messages?" + }, + "luminous_or_lit": { + "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" + } + } + } + } + }, + "shortDescription": "Where I can find advertising features?", + "title": "Open Advertising Map" + }, "aed": { "description": "On this map, one can find and mark nearby defibrillators", "title": "Open AED Map" diff --git a/langs/themes/es.json b/langs/themes/es.json index b16d36b420..2759912e0e 100644 --- a/langs/themes/es.json +++ b/langs/themes/es.json @@ -1,4 +1,192 @@ { + "advertising": { + "description": "¿Alguna vez te has preguntado cuanta publicidad hay en nuestras calles y carreteras? Con este mapa podrás encontrar y añadir información de todos los elementos publicitarios que te encuentres por la calle", + "layers": { + "0": { + "description": "Completaremos los datos de los elementos publicitarios con referencia, operador y iluminación", + "name": "Publicidad", + "presets": { + "0": { + "description": "Las vallas publicitarias normalment son de gran tamanó y están situadas cerca de las carreteras", + "title": "una valla publicitària" + }, + "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": { + "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": { + "question": "¿Por cuantos lados puedes ver publicidad?" + }, + "animated": { + "mappings": { + "0": { + "then": "Estático, sin animación" + }, + "2": { + "then": "Trivision" + }, + "3": { + "then": "Cartells Rotatius" + }, + "4": { + "then": "Rota sobre si mismo" + } + }, + "question": "¿Como cambian los anuncios de este elemento?" + }, + "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" + } + }, + "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" + }, + "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" + } + } + } + } + }, + "shortDescription": "Dónde puedo encontrar elementos publicitarios?", + "title": "Mapa abierto de publicidad" + }, "aed": { "description": "En este mapa , cualquiera puede encontrar y marcar los desfibriladores externos automáticos más cercanos", "title": "Mapa Abierto de Desfibriladores (DEA)"