Chore: translation sync

This commit is contained in:
Pieter Vander Vennet 2024-04-26 12:53:20 +02:00
parent 3cb2a97a1e
commit b359fc72a1
24 changed files with 11297 additions and 11294 deletions

View file

@ -155,8 +155,8 @@
{ {
"if": "backrest=yes", "if": "backrest=yes",
"then": { "then": {
"en": "Does have a backrest", "en": "This bench does have a backrest",
"de": "Die Sitzbank hat eine Rückenlehne", "de": "Diese Sitzbank hat eine Rückenlehne",
"fr": "Dossier : Oui", "fr": "Dossier : Oui",
"nl": "Heeft een rugleuning", "nl": "Heeft een rugleuning",
"es": "Tiene respaldo", "es": "Tiene respaldo",
@ -186,8 +186,8 @@
"two_sided=" "two_sided="
], ],
"then": { "then": {
"en": "Does <b>not</b> have a backrest", "en": "This bench does <b>not</b> have a backrest",
"de": "Die Sitzbank hat <b>keine</b> Rückenlehne", "de": "Diese Sitzbank hat <b>keine</b> Rückenlehne",
"fr": "Dossier : Non", "fr": "Dossier : Non",
"nl": "Heeft <b>geen</b> rugleuning", "nl": "Heeft <b>geen</b> rugleuning",
"es": "<b>No</b> tiene respaldo", "es": "<b>No</b> tiene respaldo",
@ -236,8 +236,8 @@
}, },
{ {
"render": { "render": {
"en": "{seats} seats", "en": "This bench has {seats} seats",
"de": "Die Sitzbank hat {seats} Sitzplätze", "de": "Diese Sitzbank hat {seats} Sitzplätze",
"fr": "{seats} places", "fr": "{seats} places",
"nl": "{seats} zitplaatsen", "nl": "{seats} zitplaatsen",
"es": "{seats} asientos", "es": "{seats} asientos",
@ -882,7 +882,7 @@
"bench-questions" "bench-questions"
], ],
"render": { "render": {
"en": "This bench does have the following inscription:<br/><p><i>{inscription}</i></p>", "en": "This bench has the following inscription:<br/><p><i>{inscription}</i></p>",
"nl": "Deze bank heeft een inscriptie: <br/><p><i>{inscription}</i></p>", "nl": "Deze bank heeft een inscriptie: <br/><p><i>{inscription}</i></p>",
"de": "Diese Bank hat folgende Inschrift:<br/><p><i>{inscription}</i></p>", "de": "Diese Bank hat folgende Inschrift:<br/><p><i>{inscription}</i></p>",
"fr": "Ce banc a l'inscription suivante :<br/><p><i>{inscription}</i></p>", "fr": "Ce banc a l'inscription suivante :<br/><p><i>{inscription}</i></p>",
@ -931,10 +931,10 @@
{ {
"if": "inscription=", "if": "inscription=",
"then": { "then": {
"en": "This bench does <span class='subtle'>(probably)</span> not have an inscription", "en": "This bench <span class='subtle'>(probably)</span> does not not have an inscription",
"nl": "Deze bank heeft <span class='subtle'>(waarschijnlijk)</span> geen inscriptie", "nl": "Deze bank heeft <span class='subtle'>(waarschijnlijk)</span> geen inscriptie",
"de": "Diese Bank hat <span class='subtle'>(wahrscheinlich)</span> keine Inschrift", "de": "Diese Bank hat <span class='subtle'>(wahrscheinlich)</span> keine Inschrift",
"fr": "Ce banc n'a<span class='subtle'>(probablement)</span> pas d'inscription", "fr": "Ce banc n'a <span class='subtle'>(probablement)</span> pas d'inscription",
"es": "Este banco <span class='subtle'>(probablemente)</span> no tiene inscripción", "es": "Este banco <span class='subtle'>(probablemente)</span> no tiene inscripción",
"ca": "Aquest banc <span class='subtle'>(probablement)</span> no té cap inscripció", "ca": "Aquest banc <span class='subtle'>(probablement)</span> no té cap inscripció",
"cs": "Tato lavička <span class='subtle'>(pravděpodobně)</span> nemá nápis", "cs": "Tato lavička <span class='subtle'>(pravděpodobně)</span> nemá nápis",
@ -1020,7 +1020,8 @@
"cs": "Tato lavička <span class=\"subtle\">pravděpodobně</span> nemá integrované umělecké dílo", "cs": "Tato lavička <span class=\"subtle\">pravděpodobně</span> nemá integrované umělecké dílo",
"pt_BR": "Esse banco <span class=\"subtle\">provavelmente</span> não tem uma obra de arte integrada", "pt_BR": "Esse banco <span class=\"subtle\">provavelmente</span> não tem uma obra de arte integrada",
"es": "Este banco <span class=\"subtle\">probablemente</span> no tiene una obra de arte integrada", "es": "Este banco <span class=\"subtle\">probablemente</span> no tiene una obra de arte integrada",
"pt": "Este banco <span class=\"subtle\">provavelmente</span> não tem uma obra de arte integrada" "pt": "Este banco <span class=\"subtle\">provavelmente</span> não tem uma obra de arte integrada",
"fr": "Ce banc ne comporte <span class=\"subtle\">probablement</span> pas d'œuvre d'art"
}, },
"hideInAnswer": true "hideInAnswer": true
} }

View file

@ -2506,7 +2506,7 @@
"title": { "title": {
"en": "charging station for cars", "en": "charging station for cars",
"nl": "oplaadstation voor elektrische auto's", "nl": "oplaadstation voor elektrische auto's",
"de": "Ladestation für Elektrofahrräder" "de": "Ladestation für Autos"
} }
} }
], ],

View file

@ -186,7 +186,8 @@
"alsoShowIf": "shape=", "alsoShowIf": "shape=",
"then": { "then": {
"en": "This elevator has a rectangular shape", "en": "This elevator has a rectangular shape",
"de": "Dieser Aufzug hat eine rechteckige Form" "de": "Dieser Aufzug hat eine rechteckige Form",
"fr": "Cet ascenseur est de forme rectangulaire"
}, },
"icon": "./assets/svg/square.svg" "icon": "./assets/svg/square.svg"
}, },

View file

@ -352,7 +352,8 @@
"en": "This is a classroom", "en": "This is a classroom",
"de": "Dies ist ein Klassenzimmer", "de": "Dies ist ein Klassenzimmer",
"ca": "Açò és una aula", "ca": "Açò és una aula",
"cs": "Jedná se o učebnu" "cs": "Jedná se o učebnu",
"fr": "C'est une salle de classe"
}, },
"icon": "./assets/layers/indoors/room_class.svg" "icon": "./assets/layers/indoors/room_class.svg"
}, },
@ -449,7 +450,8 @@
"en": "This is an office", "en": "This is an office",
"de": "Dies ist ein Büro", "de": "Dies ist ein Büro",
"ca": "Açò és una oficina", "ca": "Açò és una oficina",
"cs": "Jedná se o kancelář" "cs": "Jedná se o kancelář",
"fr": "C'est un bureau"
}, },
"icon": "./assets/layers/indoors/room_office.svg" "icon": "./assets/layers/indoors/room_office.svg"
}, },

View file

@ -35,23 +35,6 @@
"1": { "1": {
"title": "un mupi" "title": "un mupi"
}, },
"10": {
"description": "Una peça de tèxtil impermeable amb un missatge imprès, fixada permanentment a una paret",
"title": "una lona"
},
"11": {
"title": "un tòtem"
},
"12": {
"description": "S'utilitza per a cartells publicitaris, rètols de neó, logotips i cartells en entrades institucionals",
"title": "un lletrer"
},
"13": {
"title": "una escupltura"
},
"14": {
"title": "una paret pintada"
},
"2": { "2": {
"title": "un mupi sobre la paret" "title": "un mupi sobre la paret"
}, },
@ -71,6 +54,23 @@
}, },
"8": { "8": {
"title": "una patalla sobre una paret" "title": "una patalla sobre una paret"
},
"10": {
"description": "Una peça de tèxtil impermeable amb un missatge imprès, fixada permanentment a una paret",
"title": "una lona"
},
"11": {
"title": "un tòtem"
},
"12": {
"description": "S'utilitza per a cartells publicitaris, rètols de neó, logotips i cartells en entrades institucionals",
"title": "un lletrer"
},
"13": {
"title": "una escupltura"
},
"14": {
"title": "una paret pintada"
} }
}, },
"tagRenderings": { "tagRenderings": {
@ -165,9 +165,6 @@
"1": { "1": {
"then": "Açò és un tauló d'anunis" "then": "Açò és un tauló d'anunis"
}, },
"10": {
"then": "Açò és una paret pintada"
},
"2": { "2": {
"then": "Açò és una columna" "then": "Açò és una columna"
}, },
@ -191,6 +188,9 @@
}, },
"9": { "9": {
"then": "Açò és un tòtem" "then": "Açò és un tòtem"
},
"10": {
"then": "Açò és una paret pintada"
} }
}, },
"question": "Quin tipus d'element publicitari és aquest?", "question": "Quin tipus d'element publicitari és aquest?",
@ -205,9 +205,6 @@
"1": { "1": {
"then": "Tauló d'anuncis" "then": "Tauló d'anuncis"
}, },
"10": {
"then": "Paret Pintada"
},
"2": { "2": {
"then": "Mupi" "then": "Mupi"
}, },
@ -231,6 +228,9 @@
}, },
"9": { "9": {
"then": "Tòtem" "then": "Tòtem"
},
"10": {
"then": "Paret Pintada"
} }
} }
} }
@ -347,15 +347,6 @@
"1": { "1": {
"then": "Mural" "then": "Mural"
}, },
"10": {
"then": "Azulejo (Rajoles decoratives espanyoles i portugueses)"
},
"11": {
"then": "Enrajolat"
},
"12": {
"then": "Tallat a la fusta"
},
"2": { "2": {
"then": "Pintura" "then": "Pintura"
}, },
@ -379,6 +370,15 @@
}, },
"9": { "9": {
"then": "Relleu" "then": "Relleu"
},
"10": {
"then": "Azulejo (Rajoles decoratives espanyoles i portugueses)"
},
"11": {
"then": "Enrajolat"
},
"12": {
"then": "Tallat a la fusta"
} }
}, },
"question": "Quin tipus d'obra és aquesta peça?", "question": "Quin tipus d'obra és aquesta peça?",
@ -1945,30 +1945,6 @@
"1": { "1": {
"then": "<b>Endoll de paret Schuko</b> sense pin a terra (CEE7/4 tipus F)" "then": "<b>Endoll de paret Schuko</b> sense pin a terra (CEE7/4 tipus F)"
}, },
"10": {
"then": "<b>CSS Tipus 1</b> (també conegut com a Tipus 1 Combo)"
},
"11": {
"then": "<b>CSS Tipus 1</b> (també conegut com a Tipus 1 Combo)"
},
"12": {
"then": "<b>Supercarregador de Tesla"
},
"13": {
"then": "<b>Supercarregador de Tesla</b>"
},
"14": {
"then": "<b>Tipus 2</b> (mennekes)"
},
"15": {
"then": "<b>Tipus 2</b> (mennekes)"
},
"16": {
"then": "<b>CSS Tipus 2</b> (mennekes)"
},
"17": {
"then": "<b>CSS Tipus 2</b> (mennekes)"
},
"2": { "2": {
"then": "<b>Endoll de paret Europeu</b> amb pin a terra (CEE7/4 tipus E)" "then": "<b>Endoll de paret Europeu</b> amb pin a terra (CEE7/4 tipus E)"
}, },
@ -1992,6 +1968,30 @@
}, },
"9": { "9": {
"then": "<b>Tipus 1 <i>sense</i> cable</b>(J1772)" "then": "<b>Tipus 1 <i>sense</i> cable</b>(J1772)"
},
"10": {
"then": "<b>CSS Tipus 1</b> (també conegut com a Tipus 1 Combo)"
},
"11": {
"then": "<b>CSS Tipus 1</b> (també conegut com a Tipus 1 Combo)"
},
"12": {
"then": "<b>Supercarregador de Tesla"
},
"13": {
"then": "<b>Supercarregador de Tesla</b>"
},
"14": {
"then": "<b>Tipus 2</b> (mennekes)"
},
"15": {
"then": "<b>Tipus 2</b> (mennekes)"
},
"16": {
"then": "<b>CSS Tipus 2</b> (mennekes)"
},
"17": {
"then": "<b>CSS Tipus 2</b> (mennekes)"
} }
} }
}, },
@ -2661,9 +2661,6 @@
"1": { "1": {
"then": "Aquesta via ciclista està pavimentada" "then": "Aquesta via ciclista està pavimentada"
}, },
"10": {
"then": "Aquesta via ciclista està feta de grava fina"
},
"2": { "2": {
"then": "Aquesta via ciclista està feta d'asfalt" "then": "Aquesta via ciclista està feta d'asfalt"
}, },
@ -2687,6 +2684,9 @@
}, },
"9": { "9": {
"then": "Aquesta via ciclista està feta de grava" "then": "Aquesta via ciclista està feta de grava"
},
"10": {
"then": "Aquesta via ciclista està feta de grava fina"
} }
}, },
"question": "De quina superfície està fet aquesta via ciclista?", "question": "De quina superfície està fet aquesta via ciclista?",
@ -2732,9 +2732,6 @@
"1": { "1": {
"then": "Aquest carril bici està pavimentat" "then": "Aquest carril bici està pavimentat"
}, },
"10": {
"then": "Aquesta via ciclista està feta de gravilla"
},
"2": { "2": {
"then": "Aquest carril bici està fet d'asfalt" "then": "Aquest carril bici està fet d'asfalt"
}, },
@ -2746,6 +2743,9 @@
}, },
"9": { "9": {
"then": "Aquesta via ciclista està feta de grava" "then": "Aquesta via ciclista està feta de grava"
},
"10": {
"then": "Aquesta via ciclista està feta de gravilla"
} }
}, },
"question": "De què està feta la superfície d'aquest carrer?", "question": "De què està feta la superfície d'aquest carrer?",
@ -3764,21 +3764,6 @@
"1": { "1": {
"then": "Aquesta estació de fitness té un cartell amb instruccions per a un exercici concret." "then": "Aquesta estació de fitness té un cartell amb instruccions per a un exercici concret."
}, },
"10": {
"then": "Aquesta estació de gimnàs té esglaons."
},
"11": {
"then": "Aquesta estació de fitness disposa de cons per fer salts de granota."
},
"12": {
"then": "Aquesta estació de fitness té bigues per saltar."
},
"13": {
"then": "Aquesta estació de fitness té obstacles per a travesar."
},
"14": {
"then": "Aquesta estació de fitness té una paret per enfilar-se."
},
"2": { "2": {
"then": "Aquesta estació de fitness té una instal·lació per fer abdominals." "then": "Aquesta estació de fitness té una instal·lació per fer abdominals."
}, },
@ -3802,6 +3787,21 @@
}, },
"9": { "9": {
"then": "Aquesta estació de fitness té llocs per fer exercicis d'eslàlom." "then": "Aquesta estació de fitness té llocs per fer exercicis d'eslàlom."
},
"10": {
"then": "Aquesta estació de gimnàs té esglaons."
},
"11": {
"then": "Aquesta estació de fitness disposa de cons per fer salts de granota."
},
"12": {
"then": "Aquesta estació de fitness té bigues per saltar."
},
"13": {
"then": "Aquesta estació de fitness té obstacles per a travesar."
},
"14": {
"then": "Aquesta estació de fitness té una paret per enfilar-se."
} }
} }
} }
@ -3920,21 +3920,6 @@
"1": { "1": {
"then": "Això és una fregiduria" "then": "Això és una fregiduria"
}, },
"10": {
"then": "Aquí es serveixen plats xinesos"
},
"11": {
"then": "Aquí es serveixen plats grecs"
},
"12": {
"then": "Aquí es serveixen plats indis"
},
"13": {
"then": "Aquí es serveixen plats turcs"
},
"14": {
"then": "Aquí es serveixen plats tailandesos"
},
"2": { "2": {
"then": "Principalment serveix pasta" "then": "Principalment serveix pasta"
}, },
@ -3958,6 +3943,21 @@
}, },
"9": { "9": {
"then": "Aquí es serveixen plats francesos" "then": "Aquí es serveixen plats francesos"
},
"10": {
"then": "Aquí es serveixen plats xinesos"
},
"11": {
"then": "Aquí es serveixen plats grecs"
},
"12": {
"then": "Aquí es serveixen plats indis"
},
"13": {
"then": "Aquí es serveixen plats turcs"
},
"14": {
"then": "Aquí es serveixen plats tailandesos"
} }
}, },
"question": "Quin tipus de menjar es serveix aquí?", "question": "Quin tipus de menjar es serveix aquí?",
@ -4510,24 +4510,9 @@
"1": { "1": {
"then": "Açò és un auditori" "then": "Açò és un auditori"
}, },
"10": {
"then": "Açò és un laboratori"
},
"14": {
"then": "Açò és una oficina"
},
"16": {
"then": "Açò és un restaurant"
},
"19": {
"then": "Açò és un magatzem"
},
"2": { "2": {
"then": "Açò és un dormitori" "then": "Açò és un dormitori"
}, },
"22": {
"then": "Açò és una sala d'espera"
},
"3": { "3": {
"then": "Açò és una capella" "then": "Açò és una capella"
}, },
@ -4545,6 +4530,21 @@
}, },
"9": { "9": {
"then": "Açò és una cuina" "then": "Açò és una cuina"
},
"10": {
"then": "Açò és un laboratori"
},
"14": {
"then": "Açò és una oficina"
},
"16": {
"then": "Açò és un restaurant"
},
"19": {
"then": "Açò és un magatzem"
},
"22": {
"then": "Açò és una sala d'espera"
} }
}, },
"question": "Quin tipus d'habitació és aquesta?" "question": "Quin tipus d'habitació és aquesta?"
@ -5154,19 +5154,6 @@
} }
} }
}, },
"10": {
"options": {
"0": {
"question": "Totes les notes"
},
"1": {
"question": "Oculta les notes d'importació"
},
"2": {
"question": "Mostrar només les notes d'importació"
}
}
},
"2": { "2": {
"options": { "options": {
"0": { "0": {
@ -5222,6 +5209,19 @@
"question": "Sols mostra les notes obertes" "question": "Sols mostra les notes obertes"
} }
} }
},
"10": {
"options": {
"0": {
"question": "Totes les notes"
},
"1": {
"question": "Oculta les notes d'importació"
},
"2": {
"question": "Mostrar només les notes d'importació"
}
}
} }
}, },
"name": "Notes d'OpenStreetMap", "name": "Notes d'OpenStreetMap",
@ -5521,12 +5521,6 @@
"1": { "1": {
"then": "Aquesta és una plaça d'aparcament normal." "then": "Aquesta és una plaça d'aparcament normal."
}, },
"10": {
"then": "Es tracta d'una plaça d'aparcament reservada al personal."
},
"11": {
"then": "Aquest espai d'aparcament està reservat per a taxi."
},
"2": { "2": {
"then": "Aquesta és una plaça d'aparcament per a minusvàlids." "then": "Aquesta és una plaça d'aparcament per a minusvàlids."
}, },
@ -5544,6 +5538,12 @@
}, },
"9": { "9": {
"then": "Es tracta d'una plaça d'aparcament reservada per a pares amb fills." "then": "Es tracta d'una plaça d'aparcament reservada per a pares amb fills."
},
"10": {
"then": "Es tracta d'una plaça d'aparcament reservada al personal."
},
"11": {
"then": "Aquest espai d'aparcament està reservat per a taxi."
} }
}, },
"question": "Quin tipus d'espai d'aparcament és aquest?" "question": "Quin tipus d'espai d'aparcament és aquest?"
@ -6118,21 +6118,6 @@
"1": { "1": {
"then": "S'accepten monedes de 2 cèntims" "then": "S'accepten monedes de 2 cèntims"
}, },
"10": {
"then": "S'accepten monedes de 20 cèntims"
},
"11": {
"then": "S'accepten monedes de ½ franc"
},
"12": {
"then": "S'accepten monedes d'1 franc"
},
"13": {
"then": "S'accepten monedes de 2 francs"
},
"14": {
"then": "S'accepten monedes de 5 francs"
},
"2": { "2": {
"then": "S'accepten monedes de 5 cèntims" "then": "S'accepten monedes de 5 cèntims"
}, },
@ -6156,6 +6141,21 @@
}, },
"9": { "9": {
"then": "S'accepten monedes de 10 cèntims" "then": "S'accepten monedes de 10 cèntims"
},
"10": {
"then": "S'accepten monedes de 20 cèntims"
},
"11": {
"then": "S'accepten monedes de ½ franc"
},
"12": {
"then": "S'accepten monedes d'1 franc"
},
"13": {
"then": "S'accepten monedes de 2 francs"
},
"14": {
"then": "S'accepten monedes de 5 francs"
} }
}, },
"question": "Quines monedes es poden utilitzar per a pagar aquí?" "question": "Quines monedes es poden utilitzar per a pagar aquí?"
@ -6168,15 +6168,6 @@
"1": { "1": {
"then": "S'accepten bitllets de 10 euros" "then": "S'accepten bitllets de 10 euros"
}, },
"10": {
"then": "S'accepten bitllets de 100 francs"
},
"11": {
"then": "S'accepten bitllets de 200 francs"
},
"12": {
"then": "S'accepten bitllets de 1000 francs"
},
"2": { "2": {
"then": "S'accepten bitllets de 20 euros" "then": "S'accepten bitllets de 20 euros"
}, },
@ -6200,6 +6191,15 @@
}, },
"9": { "9": {
"then": "S'accepten bitllets de 50 francs" "then": "S'accepten bitllets de 50 francs"
},
"10": {
"then": "S'accepten bitllets de 100 francs"
},
"11": {
"then": "S'accepten bitllets de 200 francs"
},
"12": {
"then": "S'accepten bitllets de 1000 francs"
} }
}, },
"question": "Amb quins bitllets pot pagar aquí?" "question": "Amb quins bitllets pot pagar aquí?"
@ -6554,6 +6554,30 @@
"1": { "1": {
"question": "Reciclatge de piles" "question": "Reciclatge de piles"
}, },
"2": {
"question": "Reciclatge de cartrons de begudes"
},
"3": {
"question": "Reciclatge de llaunes"
},
"4": {
"question": "Reciclatge de roba"
},
"5": {
"question": "Reciclatge d'oli de cuina"
},
"6": {
"question": "Reciclatge d'oli de motor"
},
"7": {
"question": "Reciclatge de tubs fluorescents"
},
"8": {
"question": "Reciclatge de residus verds"
},
"9": {
"question": "Reciclatge d'ampolles de vidre"
},
"10": { "10": {
"question": "Reciclatge de vidre" "question": "Reciclatge de vidre"
}, },
@ -6584,35 +6608,11 @@
"19": { "19": {
"question": "Reciclatge del rebuig" "question": "Reciclatge del rebuig"
}, },
"2": {
"question": "Reciclatge de cartrons de begudes"
},
"20": { "20": {
"question": "Reciclatge de cartutxos d'impressora" "question": "Reciclatge de cartutxos d'impressora"
}, },
"21": { "21": {
"question": "Reciclatge de bicicletes" "question": "Reciclatge de bicicletes"
},
"3": {
"question": "Reciclatge de llaunes"
},
"4": {
"question": "Reciclatge de roba"
},
"5": {
"question": "Reciclatge d'oli de cuina"
},
"6": {
"question": "Reciclatge d'oli de motor"
},
"7": {
"question": "Reciclatge de tubs fluorescents"
},
"8": {
"question": "Reciclatge de residus verds"
},
"9": {
"question": "Reciclatge d'ampolles de vidre"
} }
} }
}, },
@ -6680,6 +6680,30 @@
"1": { "1": {
"then": "Aquí es poden reciclar els cartons de begudes" "then": "Aquí es poden reciclar els cartons de begudes"
}, },
"2": {
"then": "Aquí es poden reciclar llaunes"
},
"3": {
"then": "Aquí es pot reciclar roba"
},
"4": {
"then": "Aquí es pot reciclar oli de cuina"
},
"5": {
"then": "Aquí es pot reciclar oli de motor"
},
"6": {
"then": "Aquí es poden reciclar tub fluroescents"
},
"7": {
"then": "Aquí es poden reciclar residus verds"
},
"8": {
"then": "Ací es poden reciclar residus orgànics"
},
"9": {
"then": "Aquí es poden reciclar ampolles de vidre"
},
"10": { "10": {
"then": "Aquí es pot reciclar vidre" "then": "Aquí es pot reciclar vidre"
}, },
@ -6710,9 +6734,6 @@
"19": { "19": {
"then": "Aquí es poden reciclar sabates" "then": "Aquí es poden reciclar sabates"
}, },
"2": {
"then": "Aquí es poden reciclar llaunes"
},
"20": { "20": {
"then": "Aquí es poden reciclar petits electrodomèstics" "then": "Aquí es poden reciclar petits electrodomèstics"
}, },
@ -6727,27 +6748,6 @@
}, },
"24": { "24": {
"then": "Aquí es poden reciclar bicicletes" "then": "Aquí es poden reciclar bicicletes"
},
"3": {
"then": "Aquí es pot reciclar roba"
},
"4": {
"then": "Aquí es pot reciclar oli de cuina"
},
"5": {
"then": "Aquí es pot reciclar oli de motor"
},
"6": {
"then": "Aquí es poden reciclar tub fluroescents"
},
"7": {
"then": "Aquí es poden reciclar residus verds"
},
"8": {
"then": "Ací es poden reciclar residus orgànics"
},
"9": {
"then": "Aquí es poden reciclar ampolles de vidre"
} }
}, },
"question": "Què es pot reciclar aquí?" "question": "Què es pot reciclar aquí?"
@ -7508,12 +7508,6 @@
"1": { "1": {
"then": "Aquest fanal utilitza LED" "then": "Aquest fanal utilitza LED"
}, },
"10": {
"then": "Aquest fanal utilitza làmpades de sodi d'alta pressió (taronja amb blanc)"
},
"11": {
"then": "Aquest fanal s'il·lumina amb gas"
},
"2": { "2": {
"then": "Aquest fanal utilitza il·luminació incandescent" "then": "Aquest fanal utilitza il·luminació incandescent"
}, },
@ -7537,6 +7531,12 @@
}, },
"9": { "9": {
"then": "Aquest fanal utilitza làmpades de sodi de baixa pressió (taronja monocroma)" "then": "Aquest fanal utilitza làmpades de sodi de baixa pressió (taronja monocroma)"
},
"10": {
"then": "Aquest fanal utilitza làmpades de sodi d'alta pressió (taronja amb blanc)"
},
"11": {
"then": "Aquest fanal s'il·lumina amb gas"
} }
}, },
"question": "Quin tipus d'il·luminació utilitza aquest fanal?" "question": "Quin tipus d'il·luminació utilitza aquest fanal?"
@ -8751,6 +8751,30 @@
"1": { "1": {
"question": "Venda de begudes" "question": "Venda de begudes"
}, },
"2": {
"question": "Venda de llaminadures"
},
"3": {
"question": "Venda de menjar"
},
"4": {
"question": "Venda de tabaco"
},
"5": {
"question": "Venda de preservatius"
},
"6": {
"question": "Venda de cafè"
},
"7": {
"question": "Venda d'aigua"
},
"8": {
"question": "Venda de diaris"
},
"9": {
"question": "Venda de càmeres interiors de bicicletes"
},
"10": { "10": {
"question": "Venda de llet" "question": "Venda de llet"
}, },
@ -8781,9 +8805,6 @@
"19": { "19": {
"question": "Venda de flors" "question": "Venda de flors"
}, },
"2": {
"question": "Venda de llaminadures"
},
"20": { "20": {
"question": "Venda de tiquets d'aparcament" "question": "Venda de tiquets d'aparcament"
}, },
@ -8807,27 +8828,6 @@
}, },
"27": { "27": {
"question": "Venda de cadenat per a bicicletes" "question": "Venda de cadenat per a bicicletes"
},
"3": {
"question": "Venda de menjar"
},
"4": {
"question": "Venda de tabaco"
},
"5": {
"question": "Venda de preservatius"
},
"6": {
"question": "Venda de cafè"
},
"7": {
"question": "Venda d'aigua"
},
"8": {
"question": "Venda de diaris"
},
"9": {
"question": "Venda de càmeres interiors de bicicletes"
} }
} }
} }
@ -8874,6 +8874,30 @@
"1": { "1": {
"then": "Es venen llaminadures" "then": "Es venen llaminadures"
}, },
"2": {
"then": "Es ven menjar"
},
"3": {
"then": "Es ven tabaco"
},
"4": {
"then": "Es venen preservatius"
},
"5": {
"then": "Es ven cafè"
},
"6": {
"then": "Es ven aigua"
},
"7": {
"then": "Es venen diaris"
},
"8": {
"then": "Es venen càmeres interiors de bicicletes"
},
"9": {
"then": "Es ven llet"
},
"10": { "10": {
"then": "Es ven pa" "then": "Es ven pa"
}, },
@ -8904,9 +8928,6 @@
"19": { "19": {
"then": "Es venen tiquets d'aparcament" "then": "Es venen tiquets d'aparcament"
}, },
"2": {
"then": "Es ven menjar"
},
"20": { "20": {
"then": "Es venen cèntims premsats" "then": "Es venen cèntims premsats"
}, },
@ -8927,27 +8948,6 @@
}, },
"26": { "26": {
"then": "Es venen cadenats per a bicicletes" "then": "Es venen cadenats per a bicicletes"
},
"3": {
"then": "Es ven tabaco"
},
"4": {
"then": "Es venen preservatius"
},
"5": {
"then": "Es ven cafè"
},
"6": {
"then": "Es ven aigua"
},
"7": {
"then": "Es venen diaris"
},
"8": {
"then": "Es venen càmeres interiors de bicicletes"
},
"9": {
"then": "Es ven llet"
} }
}, },
"question": "Que ven aquesta màquina expenedora?", "question": "Que ven aquesta màquina expenedora?",
@ -9239,4 +9239,4 @@
"render": "Turbina eòlica" "render": "Turbina eòlica"
} }
} }
} }

View file

@ -35,23 +35,6 @@
"1": { "1": {
"title": "volně stojící plakátovací skříň" "title": "volně stojící plakátovací skříň"
}, },
"10": {
"description": "Kus nepromokavého textilu s natištěným vzkazem, trvale připevněný na stěnu",
"title": "plachta"
},
"11": {
"title": "totem"
},
"12": {
"description": "Používá se pro reklamní nápisy, neonové nápisy, loga a vstupní nápisy institucí",
"title": "cedule"
},
"13": {
"title": "socha"
},
"14": {
"title": "nástěnná malba"
},
"2": { "2": {
"title": "plakátovací skříň připevněná na stěnu" "title": "plakátovací skříň připevněná na stěnu"
}, },
@ -71,6 +54,23 @@
}, },
"8": { "8": {
"title": "obrazovka připevněná na stěnu" "title": "obrazovka připevněná na stěnu"
},
"10": {
"description": "Kus nepromokavého textilu s natištěným vzkazem, trvale připevněný na stěnu",
"title": "plachta"
},
"11": {
"title": "totem"
},
"12": {
"description": "Používá se pro reklamní nápisy, neonové nápisy, loga a vstupní nápisy institucí",
"title": "cedule"
},
"13": {
"title": "socha"
},
"14": {
"title": "nástěnná malba"
} }
}, },
"tagRenderings": { "tagRenderings": {
@ -165,9 +165,6 @@
"1": { "1": {
"then": "Toto je deska" "then": "Toto je deska"
}, },
"10": {
"then": "Toto je nástěnná malba"
},
"2": { "2": {
"then": "Toto je sloup" "then": "Toto je sloup"
}, },
@ -191,6 +188,9 @@
}, },
"9": { "9": {
"then": "Toto je totem" "then": "Toto je totem"
},
"10": {
"then": "Toto je nástěnná malba"
} }
}, },
"question": "O jaký typ reklamního prvku se jedná?", "question": "O jaký typ reklamního prvku se jedná?",
@ -205,9 +205,6 @@
"1": { "1": {
"then": "Deska" "then": "Deska"
}, },
"10": {
"then": "Nástěnná malba"
},
"2": { "2": {
"then": "Skříň na plakáty" "then": "Skříň na plakáty"
}, },
@ -231,6 +228,9 @@
}, },
"9": { "9": {
"then": "Totem" "then": "Totem"
},
"10": {
"then": "Nástěnná malba"
} }
} }
} }
@ -312,15 +312,6 @@
"1": { "1": {
"then": "Nástěnná malba" "then": "Nástěnná malba"
}, },
"10": {
"then": "Azulejo (španělské dekorativní dlaždice)"
},
"11": {
"then": "Obklady a dlažba"
},
"12": {
"then": "Dřevořezba"
},
"2": { "2": {
"then": "Malba" "then": "Malba"
}, },
@ -344,6 +335,15 @@
}, },
"9": { "9": {
"then": "Reliéf" "then": "Reliéf"
},
"10": {
"then": "Azulejo (španělské dekorativní dlaždice)"
},
"11": {
"then": "Obklady a dlažba"
},
"12": {
"then": "Dřevořezba"
} }
}, },
"question": "Jaký je typ tohoto uměleckého díla?", "question": "Jaký je typ tohoto uměleckého díla?",
@ -2634,15 +2634,6 @@
"1": { "1": {
"then": "Tato cyklostezka je zpevněná" "then": "Tato cyklostezka je zpevněná"
}, },
"10": {
"then": "Tato cyklostezka je tvořena jemným štěrkem"
},
"11": {
"then": "Tato cyklostezka je z oblázkového kamene"
},
"12": {
"then": "Tato cyklostezka je vyrobena ze surové zeminy"
},
"2": { "2": {
"then": "Tato cyklostezka je z asfaltu" "then": "Tato cyklostezka je z asfaltu"
}, },
@ -2666,6 +2657,15 @@
}, },
"9": { "9": {
"then": "Tato cyklostezka je štěrková" "then": "Tato cyklostezka je štěrková"
},
"10": {
"then": "Tato cyklostezka je tvořena jemným štěrkem"
},
"11": {
"then": "Tato cyklostezka je z oblázkového kamene"
},
"12": {
"then": "Tato cyklostezka je vyrobena ze surové zeminy"
} }
}, },
"question": "Jaký je povrch cyklostezky?", "question": "Jaký je povrch cyklostezky?",
@ -2714,15 +2714,6 @@
"1": { "1": {
"then": "Tato cyklostezka je zpevněná" "then": "Tato cyklostezka je zpevněná"
}, },
"10": {
"then": "Tato cyklostezka je vyrobena z jemného štěrku"
},
"11": {
"then": "Tato cyklostezka je z oblázků"
},
"12": {
"then": "Tato cyklostezka je vyrobena ze surové půdy"
},
"2": { "2": {
"then": "Tato cyklostezka je z asfaltu" "then": "Tato cyklostezka je z asfaltu"
}, },
@ -2746,6 +2737,15 @@
}, },
"9": { "9": {
"then": "Tato cyklostezka je ze štěrku" "then": "Tato cyklostezka je ze štěrku"
},
"10": {
"then": "Tato cyklostezka je vyrobena z jemného štěrku"
},
"11": {
"then": "Tato cyklostezka je z oblázků"
},
"12": {
"then": "Tato cyklostezka je vyrobena ze surové půdy"
} }
}, },
"question": "Z čeho je povrch ulice vyroben?", "question": "Z čeho je povrch ulice vyroben?",
@ -3614,54 +3614,6 @@
} }
} }
}, },
"10": {
"options": {
"0": {
"question": "Bez preference psů"
},
"1": {
"question": "Psi povoleny"
},
"2": {
"question": "Psi nejsou povoleni"
}
}
},
"11": {
"options": {
"0": {
"question": "Nabízí internet"
}
}
},
"12": {
"options": {
"0": {
"question": "Nabízí elektřinu"
}
}
},
"13": {
"options": {
"0": {
"question": "Má nabídku bez cukru"
}
}
},
"14": {
"options": {
"0": {
"question": "Má bezlepkovou nabídku"
}
}
},
"15": {
"options": {
"0": {
"question": "Má nabídku bez laktózy"
}
}
},
"2": { "2": {
"options": { "options": {
"0": { "0": {
@ -3732,6 +3684,54 @@
"question": "Použití zdarma" "question": "Použití zdarma"
} }
} }
},
"10": {
"options": {
"0": {
"question": "Bez preference psů"
},
"1": {
"question": "Psi povoleny"
},
"2": {
"question": "Psi nejsou povoleni"
}
}
},
"11": {
"options": {
"0": {
"question": "Nabízí internet"
}
}
},
"12": {
"options": {
"0": {
"question": "Nabízí elektřinu"
}
}
},
"13": {
"options": {
"0": {
"question": "Má nabídku bez cukru"
}
}
},
"14": {
"options": {
"0": {
"question": "Má bezlepkovou nabídku"
}
}
},
"15": {
"options": {
"0": {
"question": "Má nabídku bez laktózy"
}
}
} }
} }
}, },
@ -3851,6 +3851,30 @@
"1": { "1": {
"then": "Tato fitness stanice má ceduli s pokyny pro konkrétní cvičení." "then": "Tato fitness stanice má ceduli s pokyny pro konkrétní cvičení."
}, },
"2": {
"then": "Tato posilovna má zařízení pro sedy-lehy."
},
"3": {
"then": "Tato posilovna má zařízení pro kliky. Obvykle se skládá z jedné nebo více nízkých vodorovných tyčí."
},
"4": {
"then": "Tato posilovací stanice má tyče pro strečink."
},
"5": {
"then": "Tato fitness stanice má stanici pro vytváření hyperextenzí."
},
"6": {
"then": "Tato posilovací stanice má kruhy pro gymnastická cvičení."
},
"7": {
"then": "Tato fitness stanice má horizontální žebřík, známý také jako ručkovací žebřík."
},
"8": {
"then": "Tato fitness stanice má nástěnné tyče, na které lze lézt."
},
"9": {
"then": "Tato fitness stanice má sloupky pro provádění slalomových cvičení."
},
"10": { "10": {
"then": "Tato fitness stanice má odrazové můstky." "then": "Tato fitness stanice má odrazové můstky."
}, },
@ -3881,9 +3905,6 @@
"19": { "19": {
"then": "Tato fitness stanice má bojová lana." "then": "Tato fitness stanice má bojová lana."
}, },
"2": {
"then": "Tato posilovna má zařízení pro sedy-lehy."
},
"20": { "20": {
"then": "Tato posilovna má stacionární kolo." "then": "Tato posilovna má stacionární kolo."
}, },
@ -3898,27 +3919,6 @@
}, },
"24": { "24": {
"then": "Tato fitness stanice má slackline." "then": "Tato fitness stanice má slackline."
},
"3": {
"then": "Tato posilovna má zařízení pro kliky. Obvykle se skládá z jedné nebo více nízkých vodorovných tyčí."
},
"4": {
"then": "Tato posilovací stanice má tyče pro strečink."
},
"5": {
"then": "Tato fitness stanice má stanici pro vytváření hyperextenzí."
},
"6": {
"then": "Tato posilovací stanice má kruhy pro gymnastická cvičení."
},
"7": {
"then": "Tato fitness stanice má horizontální žebřík, známý také jako ručkovací žebřík."
},
"8": {
"then": "Tato fitness stanice má nástěnné tyče, na které lze lézt."
},
"9": {
"then": "Tato fitness stanice má sloupky pro provádění slalomových cvičení."
} }
}, },
"question": "Jaké vybavení má tato fitness stanice?" "question": "Jaké vybavení má tato fitness stanice?"
@ -4038,21 +4038,6 @@
"1": { "1": {
"then": "Tohle je hranolkárna" "then": "Tohle je hranolkárna"
}, },
"10": {
"then": "Podávají se zde čínské pokrmy"
},
"11": {
"then": "Podávají se zde řecká jídla"
},
"12": {
"then": "Podávají se zde indická jídla"
},
"13": {
"then": "Podávají se zde turecké pokrmy"
},
"14": {
"then": "Podávají se zde thajské pokrmy"
},
"2": { "2": {
"then": "Podávají hlavně těstoviny" "then": "Podávají hlavně těstoviny"
}, },
@ -4076,6 +4061,21 @@
}, },
"9": { "9": {
"then": "Podávají se zde francouzská jídla" "then": "Podávají se zde francouzská jídla"
},
"10": {
"then": "Podávají se zde čínské pokrmy"
},
"11": {
"then": "Podávají se zde řecká jídla"
},
"12": {
"then": "Podávají se zde indická jídla"
},
"13": {
"then": "Podávají se zde turecké pokrmy"
},
"14": {
"then": "Podávají se zde thajské pokrmy"
} }
}, },
"question": "Jaké jídlo se zde podává?", "question": "Jaké jídlo se zde podává?",
@ -4656,6 +4656,30 @@
"1": { "1": {
"then": "Jedná se o posluchárnu" "then": "Jedná se o posluchárnu"
}, },
"2": {
"then": "Jedná se o ložnici"
},
"3": {
"then": "Jedná se o kapli"
},
"4": {
"then": "Jedná se o učebnu"
},
"5": {
"then": "Jedná se o učebnu"
},
"6": {
"then": "Jedná se o počítačovou místnost"
},
"7": {
"then": "Jedná se o konferenční místnost"
},
"8": {
"then": "Jedná se o kryptu"
},
"9": {
"then": "Jedná se o kuchyň"
},
"10": { "10": {
"then": "Jedná se o laboratoř" "then": "Jedná se o laboratoř"
}, },
@ -4686,9 +4710,6 @@
"19": { "19": {
"then": "Jedná se o skladovací místnost" "then": "Jedná se o skladovací místnost"
}, },
"2": {
"then": "Jedná se o ložnici"
},
"20": { "20": {
"then": "Jedná se o technickou místnost" "then": "Jedná se o technickou místnost"
}, },
@ -4697,27 +4718,6 @@
}, },
"22": { "22": {
"then": "Jedná se o čekárnu" "then": "Jedná se o čekárnu"
},
"3": {
"then": "Jedná se o kapli"
},
"4": {
"then": "Jedná se o učebnu"
},
"5": {
"then": "Jedná se o učebnu"
},
"6": {
"then": "Jedná se o počítačovou místnost"
},
"7": {
"then": "Jedná se o konferenční místnost"
},
"8": {
"then": "Jedná se o kryptu"
},
"9": {
"then": "Jedná se o kuchyň"
} }
}, },
"question": "O jaký typ pokoje se jedná?" "question": "O jaký typ pokoje se jedná?"
@ -5352,19 +5352,6 @@
} }
} }
}, },
"10": {
"options": {
"0": {
"question": "Všechny poznámky"
},
"1": {
"question": "Skrýt poznámky k importu"
},
"2": {
"question": "Zobrazit pouze poznámky k importu"
}
}
},
"2": { "2": {
"options": { "options": {
"0": { "0": {
@ -5420,6 +5407,19 @@
"question": "Zobrazit pouze otevřené poznámky" "question": "Zobrazit pouze otevřené poznámky"
} }
} }
},
"10": {
"options": {
"0": {
"question": "Všechny poznámky"
},
"1": {
"question": "Skrýt poznámky k importu"
},
"2": {
"question": "Zobrazit pouze poznámky k importu"
}
}
} }
}, },
"name": "Poznámky OpenStreetMap", "name": "Poznámky OpenStreetMap",
@ -5739,18 +5739,6 @@
"1": { "1": {
"then": "To je normální parkovací místo." "then": "To je normální parkovací místo."
}, },
"10": {
"then": "Jedná se o parkovací místo vyhrazené pro zaměstnance."
},
"11": {
"then": "Jedná se o parkovací místo vyhrazené pro taxíky."
},
"12": {
"then": "Jedná se o parkovací místo vyhrazené pro vozidla táhnoucí přívěs."
},
"13": {
"then": "Jedná se o parkovací místo vyhrazené pro sdílení automobilů."
},
"2": { "2": {
"then": "Jedná se o parkovací místo pro osoby se zdravotním postižením." "then": "Jedná se o parkovací místo pro osoby se zdravotním postižením."
}, },
@ -5774,6 +5762,18 @@
}, },
"9": { "9": {
"then": "Jedná se o parkovací místo vyhrazené pro rodiče s dětmi." "then": "Jedná se o parkovací místo vyhrazené pro rodiče s dětmi."
},
"10": {
"then": "Jedná se o parkovací místo vyhrazené pro zaměstnance."
},
"11": {
"then": "Jedná se o parkovací místo vyhrazené pro taxíky."
},
"12": {
"then": "Jedná se o parkovací místo vyhrazené pro vozidla táhnoucí přívěs."
},
"13": {
"then": "Jedná se o parkovací místo vyhrazené pro sdílení automobilů."
} }
}, },
"question": "Co je to za parkovací místo?" "question": "Co je to za parkovací místo?"
@ -6817,6 +6817,30 @@
"1": { "1": {
"question": "Recyklace baterií" "question": "Recyklace baterií"
}, },
"2": {
"question": "Recyklace nápojových kartonů"
},
"3": {
"question": "Recyklace plechovek"
},
"4": {
"question": "Recyklace oděvů"
},
"5": {
"question": "Recyklace kuchyňského oleje"
},
"6": {
"question": "Recyklace motorového oleje"
},
"7": {
"question": "Recyklace zářivek"
},
"8": {
"question": "Recyklace zeleného odpadu"
},
"9": {
"question": "Recyklace skleněných lahví"
},
"10": { "10": {
"question": "Recyklace skla" "question": "Recyklace skla"
}, },
@ -6847,35 +6871,11 @@
"19": { "19": {
"question": "Recyklace zbytkového odpadu" "question": "Recyklace zbytkového odpadu"
}, },
"2": {
"question": "Recyklace nápojových kartonů"
},
"20": { "20": {
"question": "Recyklace náplní do tiskáren" "question": "Recyklace náplní do tiskáren"
}, },
"21": { "21": {
"question": "Recyklace jízdních kol" "question": "Recyklace jízdních kol"
},
"3": {
"question": "Recyklace plechovek"
},
"4": {
"question": "Recyklace oděvů"
},
"5": {
"question": "Recyklace kuchyňského oleje"
},
"6": {
"question": "Recyklace motorového oleje"
},
"7": {
"question": "Recyklace zářivek"
},
"8": {
"question": "Recyklace zeleného odpadu"
},
"9": {
"question": "Recyklace skleněných lahví"
} }
} }
}, },
@ -6943,6 +6943,30 @@
"1": { "1": {
"then": "Nápojové kartony se zde dají recyklovat" "then": "Nápojové kartony se zde dají recyklovat"
}, },
"2": {
"then": "Plechovky se zde dají recyklovat"
},
"3": {
"then": "Oblečení se zde dá recyklovat"
},
"4": {
"then": "Olej na vaření zde lze recyklovat"
},
"5": {
"then": "Motorový olej zde lze recyklovat"
},
"6": {
"then": "Zářivky se zde dají recyklovat"
},
"7": {
"then": "Zelený odpad se zde dá recyklovat"
},
"8": {
"then": "Organický odpad lze zde recyklovat"
},
"9": {
"then": "Skleněné lahve se zde dají recyklovat"
},
"10": { "10": {
"then": "Sklo se zde dá recyklovat" "then": "Sklo se zde dá recyklovat"
}, },
@ -6973,9 +6997,6 @@
"19": { "19": {
"then": "Boty se zde dají recyklovat" "then": "Boty se zde dají recyklovat"
}, },
"2": {
"then": "Plechovky se zde dají recyklovat"
},
"20": { "20": {
"then": "Drobné elektrospotřebiče se zde dají recyklovat" "then": "Drobné elektrospotřebiče se zde dají recyklovat"
}, },
@ -6990,27 +7011,6 @@
}, },
"24": { "24": {
"then": "Kola se zde dají recyklovat" "then": "Kola se zde dají recyklovat"
},
"3": {
"then": "Oblečení se zde dá recyklovat"
},
"4": {
"then": "Olej na vaření zde lze recyklovat"
},
"5": {
"then": "Motorový olej zde lze recyklovat"
},
"6": {
"then": "Zářivky se zde dají recyklovat"
},
"7": {
"then": "Zelený odpad se zde dá recyklovat"
},
"8": {
"then": "Organický odpad lze zde recyklovat"
},
"9": {
"then": "Skleněné lahve se zde dají recyklovat"
} }
}, },
"question": "Co se zde dá recyklovat?" "question": "Co se zde dá recyklovat?"
@ -7811,12 +7811,6 @@
"1": { "1": {
"then": "Tato lampa používá LED diody" "then": "Tato lampa používá LED diody"
}, },
"10": {
"then": "Tato lampa používá vysokotlaké sodíkové výbojky (oranžové s bílou)"
},
"11": {
"then": "Tato lampa svítí pomocí plynu"
},
"2": { "2": {
"then": "Tato lampa využívá žárovkové osvětlení" "then": "Tato lampa využívá žárovkové osvětlení"
}, },
@ -7840,6 +7834,12 @@
}, },
"9": { "9": {
"then": "Tato lampa používá nízkotlaké sodíkové výbojky (monochromatické oranžové)" "then": "Tato lampa používá nízkotlaké sodíkové výbojky (monochromatické oranžové)"
},
"10": {
"then": "Tato lampa používá vysokotlaké sodíkové výbojky (oranžové s bílou)"
},
"11": {
"then": "Tato lampa svítí pomocí plynu"
} }
}, },
"question": "Jaké osvětlení používá tato lampa?" "question": "Jaké osvětlení používá tato lampa?"
@ -9010,6 +9010,30 @@
"1": { "1": {
"question": "Prodej nápojů" "question": "Prodej nápojů"
}, },
"2": {
"question": "Prodej sladkostí"
},
"3": {
"question": "Prodej potravin"
},
"4": {
"question": "Prodej cigaret"
},
"5": {
"question": "Prodej kondomů"
},
"6": {
"question": "Prodej kávy"
},
"7": {
"question": "Prodej vody"
},
"8": {
"question": "Prodej novin"
},
"9": {
"question": "Prodej duší na jízdní kola"
},
"10": { "10": {
"question": "Prodej mléka" "question": "Prodej mléka"
}, },
@ -9040,9 +9064,6 @@
"19": { "19": {
"question": "Prodej květin" "question": "Prodej květin"
}, },
"2": {
"question": "Prodej sladkostí"
},
"20": { "20": {
"question": "Prodej parkovacích lístků" "question": "Prodej parkovacích lístků"
}, },
@ -9066,27 +9087,6 @@
}, },
"27": { "27": {
"question": "Prodej zámků na kola" "question": "Prodej zámků na kola"
},
"3": {
"question": "Prodej potravin"
},
"4": {
"question": "Prodej cigaret"
},
"5": {
"question": "Prodej kondomů"
},
"6": {
"question": "Prodej kávy"
},
"7": {
"question": "Prodej vody"
},
"8": {
"question": "Prodej novin"
},
"9": {
"question": "Prodej duší na jízdní kola"
} }
} }
} }
@ -9133,6 +9133,30 @@
"1": { "1": {
"then": "Prodává sladkosti" "then": "Prodává sladkosti"
}, },
"2": {
"then": "Prodává jídlo"
},
"3": {
"then": "Prodává cigarety"
},
"4": {
"then": "Prodává kondomy"
},
"5": {
"then": "Prodává kafe"
},
"6": {
"then": "Prodává pitnou vodu"
},
"7": {
"then": "Prodává noviny"
},
"8": {
"then": "Prodává duše na kola"
},
"9": {
"then": "Prodává mléko"
},
"10": { "10": {
"then": "Prodává chléb" "then": "Prodává chléb"
}, },
@ -9163,9 +9187,6 @@
"19": { "19": {
"then": "Prodává parkovací lístky" "then": "Prodává parkovací lístky"
}, },
"2": {
"then": "Prodává jídlo"
},
"20": { "20": {
"then": "Prodává pamětní mince/lisované" "then": "Prodává pamětní mince/lisované"
}, },
@ -9186,27 +9207,6 @@
}, },
"26": { "26": {
"then": "Prodává zámky na kolo" "then": "Prodává zámky na kolo"
},
"3": {
"then": "Prodává cigarety"
},
"4": {
"then": "Prodává kondomy"
},
"5": {
"then": "Prodává kafe"
},
"6": {
"then": "Prodává pitnou vodu"
},
"7": {
"then": "Prodává noviny"
},
"8": {
"then": "Prodává duše na kola"
},
"9": {
"then": "Prodává mléko"
} }
}, },
"question": "Co tento automat prodává?", "question": "Co tento automat prodává?",
@ -9498,4 +9498,4 @@
"render": "větrná turbína" "render": "větrná turbína"
} }
} }
} }

View file

@ -94,12 +94,6 @@
"1": { "1": {
"then": "Vægmaleri" "then": "Vægmaleri"
}, },
"10": {
"then": "Azulejo (spansk dekorativt flisebeklædning)"
},
"11": {
"then": "flisebeklædning"
},
"2": { "2": {
"then": "Maleri" "then": "Maleri"
}, },
@ -123,6 +117,12 @@
}, },
"9": { "9": {
"then": "Relief" "then": "Relief"
},
"10": {
"then": "Azulejo (spansk dekorativt flisebeklædning)"
},
"11": {
"then": "flisebeklædning"
} }
}, },
"question": "Hvilken slags kunstværk er det?", "question": "Hvilken slags kunstværk er det?",
@ -2713,4 +2713,4 @@
"render": "vindmølle" "render": "vindmølle"
} }
} }
} }

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -35,23 +35,6 @@
"1": { "1": {
"title": "un mupi" "title": "un mupi"
}, },
"10": {
"description": "Una pieza de tela impermeable con un mensaje impreso, anclada permanentemente en una pared",
"title": "una lona"
},
"11": {
"title": "un tótem"
},
"12": {
"description": "Se utiliza para carteles publicitarios, letreros de neón, logotipos y carteles en entradas institucionales",
"title": "un señal"
},
"13": {
"title": "una escultura"
},
"14": {
"title": "una pared pintada"
},
"2": { "2": {
"title": "un mupi sobre la pared" "title": "un mupi sobre la pared"
}, },
@ -71,6 +54,23 @@
}, },
"8": { "8": {
"title": "una pantalla sobre una pared" "title": "una pantalla sobre una pared"
},
"10": {
"description": "Una pieza de tela impermeable con un mensaje impreso, anclada permanentemente en una pared",
"title": "una lona"
},
"11": {
"title": "un tótem"
},
"12": {
"description": "Se utiliza para carteles publicitarios, letreros de neón, logotipos y carteles en entradas institucionales",
"title": "un señal"
},
"13": {
"title": "una escultura"
},
"14": {
"title": "una pared pintada"
} }
}, },
"tagRenderings": { "tagRenderings": {
@ -165,9 +165,6 @@
"1": { "1": {
"then": "Esto es un tablón de anuncios" "then": "Esto es un tablón de anuncios"
}, },
"10": {
"then": "Esto es una pared pintada"
},
"2": { "2": {
"then": "Esto es una columna" "then": "Esto es una columna"
}, },
@ -191,6 +188,9 @@
}, },
"9": { "9": {
"then": "Esto es un tótem" "then": "Esto es un tótem"
},
"10": {
"then": "Esto es una pared pintada"
} }
}, },
"question": "¿Qué tipo de elemento publicitario es?", "question": "¿Qué tipo de elemento publicitario es?",
@ -205,9 +205,6 @@
"1": { "1": {
"then": "Tablon de anuncios" "then": "Tablon de anuncios"
}, },
"10": {
"then": "Pared Pintada"
},
"2": { "2": {
"then": "Mupi" "then": "Mupi"
}, },
@ -231,6 +228,9 @@
}, },
"9": { "9": {
"then": "Tótem" "then": "Tótem"
},
"10": {
"then": "Pared Pintada"
} }
} }
} }
@ -349,15 +349,6 @@
"1": { "1": {
"then": "Mural" "then": "Mural"
}, },
"10": {
"then": "Azulejo (Baldosas decorativas Españolas y Portuguesas)"
},
"11": {
"then": "Cerámica"
},
"12": {
"then": "Tallado en madera"
},
"2": { "2": {
"then": "Pintura" "then": "Pintura"
}, },
@ -381,6 +372,15 @@
}, },
"9": { "9": {
"then": "Relieve" "then": "Relieve"
},
"10": {
"then": "Azulejo (Baldosas decorativas Españolas y Portuguesas)"
},
"11": {
"then": "Cerámica"
},
"12": {
"then": "Tallado en madera"
} }
}, },
"question": "¿Qué tipo de obra es esta pieza?", "question": "¿Qué tipo de obra es esta pieza?",
@ -1951,12 +1951,6 @@
"1": { "1": {
"then": "Este carril bici está pavimentado" "then": "Este carril bici está pavimentado"
}, },
"10": {
"then": "Este carril bici está hecho de gravilla"
},
"12": {
"then": "Este carril bici está hecho de tierra natural"
},
"2": { "2": {
"then": "Este carril bici está hecho de asfalto" "then": "Este carril bici está hecho de asfalto"
}, },
@ -1971,6 +1965,12 @@
}, },
"9": { "9": {
"then": "Este carril bici está hecho de grava" "then": "Este carril bici está hecho de grava"
},
"10": {
"then": "Este carril bici está hecho de gravilla"
},
"12": {
"then": "Este carril bici está hecho de tierra natural"
} }
}, },
"question": "¿De qué superficie está hecho este carril bici?", "question": "¿De qué superficie está hecho este carril bici?",
@ -2016,9 +2016,6 @@
"1": { "1": {
"then": "Este carril bici está pavimentado" "then": "Este carril bici está pavimentado"
}, },
"10": {
"then": "Este carril bici está hecho de gravilla"
},
"2": { "2": {
"then": "Este carril bici está hecho de asfalto" "then": "Este carril bici está hecho de asfalto"
}, },
@ -2030,6 +2027,9 @@
}, },
"9": { "9": {
"then": "Este carril bici está hecho de grava" "then": "Este carril bici está hecho de grava"
},
"10": {
"then": "Este carril bici está hecho de gravilla"
} }
}, },
"question": "¿De qué esta hecha la superficie de esta calle?", "question": "¿De qué esta hecha la superficie de esta calle?",
@ -2671,18 +2671,6 @@
"0": { "0": {
"then": "Esto es una pizzería" "then": "Esto es una pizzería"
}, },
"10": {
"then": "Aquí se sirven platos Chinos"
},
"11": {
"then": "Aquí se sirven platos Griegos"
},
"12": {
"then": "Aquí se sirven platos Indios"
},
"13": {
"then": "Aquí se sirven platos Turcos"
},
"2": { "2": {
"then": "Principalmente sirve pasta" "then": "Principalmente sirve pasta"
}, },
@ -2703,6 +2691,18 @@
}, },
"9": { "9": {
"then": "Aquí se sirven platos Franceses" "then": "Aquí se sirven platos Franceses"
},
"10": {
"then": "Aquí se sirven platos Chinos"
},
"11": {
"then": "Aquí se sirven platos Griegos"
},
"12": {
"then": "Aquí se sirven platos Indios"
},
"13": {
"then": "Aquí se sirven platos Turcos"
} }
}, },
"question": "¿Qué tipo de comida sirven aquí?", "question": "¿Qué tipo de comida sirven aquí?",
@ -3013,11 +3013,11 @@
"tagRenderings": { "tagRenderings": {
"memorial-type": { "memorial-type": {
"mappings": { "mappings": {
"10": {
"then": "Es una cruz"
},
"9": { "9": {
"then": "Es un obelisco" "then": "Es un obelisco"
},
"10": {
"then": "Es una cruz"
} }
} }
} }
@ -3108,19 +3108,6 @@
} }
} }
}, },
"10": {
"options": {
"0": {
"question": "Todas las notas"
},
"1": {
"question": "Ocultar las notas de importación"
},
"2": {
"question": "Solo mostrar las notas de importación"
}
}
},
"2": { "2": {
"options": { "options": {
"0": { "0": {
@ -3176,6 +3163,19 @@
"question": "Solo mostrar las notas abiertas" "question": "Solo mostrar las notas abiertas"
} }
} }
},
"10": {
"options": {
"0": {
"question": "Todas las notas"
},
"1": {
"question": "Ocultar las notas de importación"
},
"2": {
"question": "Solo mostrar las notas de importación"
}
}
} }
}, },
"name": "Notas de OpenStreetMap", "name": "Notas de OpenStreetMap",
@ -3785,6 +3785,24 @@
"1": { "1": {
"question": "Reciclaje de baterías" "question": "Reciclaje de baterías"
}, },
"3": {
"question": "Reciclaje de latas"
},
"4": {
"question": "Reciclaje de ropa"
},
"5": {
"question": "Reciclaje de aceite de cocina"
},
"6": {
"question": "Reciclaje de aceite de motor"
},
"8": {
"question": "Reciclaje de residuos orgánicos"
},
"9": {
"question": "Reciclaje de botellas de cristal"
},
"10": { "10": {
"question": "Reciclaje de cristal" "question": "Reciclaje de cristal"
}, },
@ -3811,24 +3829,6 @@
}, },
"18": { "18": {
"question": "Reciclaje de pequeños electrodomésticos" "question": "Reciclaje de pequeños electrodomésticos"
},
"3": {
"question": "Reciclaje de latas"
},
"4": {
"question": "Reciclaje de ropa"
},
"5": {
"question": "Reciclaje de aceite de cocina"
},
"6": {
"question": "Reciclaje de aceite de motor"
},
"8": {
"question": "Reciclaje de residuos orgánicos"
},
"9": {
"question": "Reciclaje de botellas de cristal"
} }
} }
} }
@ -3871,6 +3871,27 @@
"0": { "0": {
"then": "Aquí se pueden reciclar baterías" "then": "Aquí se pueden reciclar baterías"
}, },
"2": {
"then": "Aquí se pueden reciclar latas"
},
"3": {
"then": "Aquí se puede reciclar ropa"
},
"4": {
"then": "Aquí se puede reciclar aceite de cocina"
},
"5": {
"then": "Aquí se puede reciclar aceite de motor"
},
"7": {
"then": "Los residuos orgánicos pueden reciclarse aquí"
},
"8": {
"then": "Aquí se pueden reciclar residuos orgánicos"
},
"9": {
"then": "Aquí se pueden reciclar botellas de cristal"
},
"10": { "10": {
"then": "Aquí se puede reciclar cristal" "then": "Aquí se puede reciclar cristal"
}, },
@ -3897,27 +3918,6 @@
}, },
"19": { "19": {
"then": "El calzado se puede reciclar aquí" "then": "El calzado se puede reciclar aquí"
},
"2": {
"then": "Aquí se pueden reciclar latas"
},
"3": {
"then": "Aquí se puede reciclar ropa"
},
"4": {
"then": "Aquí se puede reciclar aceite de cocina"
},
"5": {
"then": "Aquí se puede reciclar aceite de motor"
},
"7": {
"then": "Los residuos orgánicos pueden reciclarse aquí"
},
"8": {
"then": "Aquí se pueden reciclar residuos orgánicos"
},
"9": {
"then": "Aquí se pueden reciclar botellas de cristal"
} }
}, },
"question": "¿Qué se puede reciclar aquí?" "question": "¿Qué se puede reciclar aquí?"
@ -4251,12 +4251,6 @@
"1": { "1": {
"then": "Esta lámpara utiliza LEDs" "then": "Esta lámpara utiliza LEDs"
}, },
"10": {
"then": "Esta lámpara utiliza lámparas de sodio de alta presión (naranja con blanco)"
},
"11": {
"then": "Esta lampara se ilumina con gas"
},
"2": { "2": {
"then": "Esta lámpara utiliza iluminación incandescente" "then": "Esta lámpara utiliza iluminación incandescente"
}, },
@ -4277,6 +4271,12 @@
}, },
"9": { "9": {
"then": "Esta lámpara utiliza lámparas de sodio de baja presión (naranja monocromo)" "then": "Esta lámpara utiliza lámparas de sodio de baja presión (naranja monocromo)"
},
"10": {
"then": "Esta lámpara utiliza lámparas de sodio de alta presión (naranja con blanco)"
},
"11": {
"then": "Esta lampara se ilumina con gas"
} }
}, },
"question": "¿Qué tipo de iluminación utiliza esta lámpara?" "question": "¿Qué tipo de iluminación utiliza esta lámpara?"
@ -4891,4 +4891,4 @@
} }
} }
} }
} }

View file

@ -126,4 +126,4 @@
"render": "Asetukset" "render": "Asetukset"
} }
} }
} }

View file

@ -33,23 +33,6 @@
"1": { "1": {
"title": "un panneau à affiches scellé au sol" "title": "un panneau à affiches scellé au sol"
}, },
"10": {
"description": "Une pièce de textile imperméable avec un message imprimé, ancrée de façon permanente sur un mur.",
"title": "une bâche"
},
"11": {
"title": "un totem"
},
"12": {
"description": "Désigne une enseigne publicitaire, une enseigne néon, les logos ou des indications d'entrées",
"title": "une enseigne"
},
"13": {
"title": "une sculpture"
},
"14": {
"title": "une peinture murale"
},
"2": { "2": {
"title": "un panneau à affiches monté sur un mur" "title": "un panneau à affiches monté sur un mur"
}, },
@ -69,6 +52,23 @@
}, },
"8": { "8": {
"title": "un écran fixé au mur" "title": "un écran fixé au mur"
},
"10": {
"description": "Une pièce de textile imperméable avec un message imprimé, ancrée de façon permanente sur un mur.",
"title": "une bâche"
},
"11": {
"title": "un totem"
},
"12": {
"description": "Désigne une enseigne publicitaire, une enseigne néon, les logos ou des indications d'entrées",
"title": "une enseigne"
},
"13": {
"title": "une sculpture"
},
"14": {
"title": "une peinture murale"
} }
}, },
"tagRenderings": { "tagRenderings": {
@ -160,9 +160,6 @@
"1": { "1": {
"then": "C'est un petit panneau" "then": "C'est un petit panneau"
}, },
"10": {
"then": "C'est une peinture murale"
},
"2": { "2": {
"then": "C'est une colonne" "then": "C'est une colonne"
}, },
@ -186,6 +183,9 @@
}, },
"9": { "9": {
"then": "C'est un totem" "then": "C'est un totem"
},
"10": {
"then": "C'est une peinture murale"
} }
}, },
"question": "De quel type de dispositif publicitaire s'agit-il ?" "question": "De quel type de dispositif publicitaire s'agit-il ?"
@ -196,9 +196,6 @@
"1": { "1": {
"then": "Petit panneau" "then": "Petit panneau"
}, },
"10": {
"then": "Peinture murale"
},
"3": { "3": {
"then": "Colonne" "then": "Colonne"
}, },
@ -219,6 +216,9 @@
}, },
"9": { "9": {
"then": "Totem" "then": "Totem"
},
"10": {
"then": "Peinture murale"
} }
} }
} }
@ -307,15 +307,6 @@
"1": { "1": {
"then": "Peinture murale" "then": "Peinture murale"
}, },
"10": {
"then": "Azulejo (faïence latine)"
},
"11": {
"then": "Carrelage"
},
"12": {
"then": "Sculpture sur bois"
},
"2": { "2": {
"then": "Peinture" "then": "Peinture"
}, },
@ -339,6 +330,15 @@
}, },
"9": { "9": {
"then": "Relief" "then": "Relief"
},
"10": {
"then": "Azulejo (faïence latine)"
},
"11": {
"then": "Carrelage"
},
"12": {
"then": "Sculpture sur bois"
} }
}, },
"question": "Quel est le type de cette œuvre d'art ?", "question": "Quel est le type de cette œuvre d'art ?",
@ -2421,15 +2421,6 @@
"1": { "1": {
"then": "Cette piste cyclable est goudronée" "then": "Cette piste cyclable est goudronée"
}, },
"10": {
"then": "Cette piste cyclable est faite en graviers fins"
},
"11": {
"then": "Cette piste cyclable est en cailloux"
},
"12": {
"then": "Cette piste cyclable est faite en sol brut"
},
"2": { "2": {
"then": "Cette piste cyclable est asphaltée" "then": "Cette piste cyclable est asphaltée"
}, },
@ -2453,6 +2444,15 @@
}, },
"9": { "9": {
"then": "Cette piste cyclable est faite en graviers" "then": "Cette piste cyclable est faite en graviers"
},
"10": {
"then": "Cette piste cyclable est faite en graviers fins"
},
"11": {
"then": "Cette piste cyclable est en cailloux"
},
"12": {
"then": "Cette piste cyclable est faite en sol brut"
} }
}, },
"question": "De quoi est faite la surface de la piste cyclable ?", "question": "De quoi est faite la surface de la piste cyclable ?",
@ -2501,15 +2501,6 @@
"1": { "1": {
"then": "Cette piste cyclable est pavée" "then": "Cette piste cyclable est pavée"
}, },
"10": {
"then": "Cette piste cyclable est faite en graviers fins"
},
"11": {
"then": "Cette piste cyclable est en cailloux"
},
"12": {
"then": "Cette piste cyclable est faite en sol brut"
},
"2": { "2": {
"then": "Cette piste cyclable est asphaltée" "then": "Cette piste cyclable est asphaltée"
}, },
@ -2533,6 +2524,15 @@
}, },
"9": { "9": {
"then": "Cette piste cyclable est faite en graviers" "then": "Cette piste cyclable est faite en graviers"
},
"10": {
"then": "Cette piste cyclable est faite en graviers fins"
},
"11": {
"then": "Cette piste cyclable est en cailloux"
},
"12": {
"then": "Cette piste cyclable est faite en sol brut"
} }
}, },
"question": "De quel materiel est faite cette rue ?", "question": "De quel materiel est faite cette rue ?",
@ -3371,21 +3371,6 @@
"1": { "1": {
"then": "C'est une friterie" "then": "C'est une friterie"
}, },
"10": {
"then": "Des plats chinois sont servis ici"
},
"11": {
"then": "Des plats grecs sont servis ici"
},
"12": {
"then": "Des plats indiens sont servis ici"
},
"13": {
"then": "Des plats turcs sont servis ici"
},
"14": {
"then": "Des plats thaïlandais sont servis ici"
},
"2": { "2": {
"then": "Restaurant Italien" "then": "Restaurant Italien"
}, },
@ -3409,6 +3394,21 @@
}, },
"9": { "9": {
"then": "Des plats français sont servis ici" "then": "Des plats français sont servis ici"
},
"10": {
"then": "Des plats chinois sont servis ici"
},
"11": {
"then": "Des plats grecs sont servis ici"
},
"12": {
"then": "Des plats indiens sont servis ici"
},
"13": {
"then": "Des plats turcs sont servis ici"
},
"14": {
"then": "Des plats thaïlandais sont servis ici"
} }
}, },
"question": "Quelle type de nourriture est servie ici ?", "question": "Quelle type de nourriture est servie ici ?",
@ -3778,11 +3778,11 @@
}, },
"room-type": { "room-type": {
"mappings": { "mappings": {
"14": {
"then": "C'est un bureau"
},
"4": { "4": {
"then": "C'est une salle de classe" "then": "C'est une salle de classe"
},
"14": {
"then": "C'est un bureau"
} }
} }
} }
@ -4977,6 +4977,30 @@
"1": { "1": {
"question": "Recyclage de piles et batteries domestiques" "question": "Recyclage de piles et batteries domestiques"
}, },
"2": {
"question": "Recyclage d'emballage de boissons"
},
"3": {
"question": "Recyclage de boites de conserve et de canettes"
},
"4": {
"question": "Recyclage de vêtements"
},
"5": {
"question": "Recyclage des huiles de friture"
},
"6": {
"question": "Recyclage des huiles de moteur"
},
"7": {
"question": "Recyclage des lampes fluorescentes"
},
"8": {
"question": "Recyclage des déchets verts"
},
"9": {
"question": "Recyclage des bouteilles en verre et des bocaux"
},
"10": { "10": {
"question": "Recyclage de tout type de verre" "question": "Recyclage de tout type de verre"
}, },
@ -5007,35 +5031,11 @@
"19": { "19": {
"question": "Recyclage des autres déchets" "question": "Recyclage des autres déchets"
}, },
"2": {
"question": "Recyclage d'emballage de boissons"
},
"20": { "20": {
"question": "Recyclage des cartouches d'imprimante" "question": "Recyclage des cartouches d'imprimante"
}, },
"21": { "21": {
"question": "Recyclage des vélos" "question": "Recyclage des vélos"
},
"3": {
"question": "Recyclage de boites de conserve et de canettes"
},
"4": {
"question": "Recyclage de vêtements"
},
"5": {
"question": "Recyclage des huiles de friture"
},
"6": {
"question": "Recyclage des huiles de moteur"
},
"7": {
"question": "Recyclage des lampes fluorescentes"
},
"8": {
"question": "Recyclage des déchets verts"
},
"9": {
"question": "Recyclage des bouteilles en verre et des bocaux"
} }
} }
}, },
@ -5098,6 +5098,30 @@
"1": { "1": {
"then": "Les briques alimentaires en carton peuvent être recyclées ici" "then": "Les briques alimentaires en carton peuvent être recyclées ici"
}, },
"2": {
"then": "Les boites de conserve et canettes peuvent être recyclées ici"
},
"3": {
"then": "Les vêtements peuvent être recyclés ici"
},
"4": {
"then": "Les huiles de friture peuvent être recyclées ici"
},
"5": {
"then": "Les huiles de moteur peuvent être recyclées ici"
},
"6": {
"then": "Les lampes fluorescentes peuvent être recyclées ici"
},
"7": {
"then": "Les déchets verts peuvent être recyclés ici"
},
"8": {
"then": "Les déchets organiques peuvent être recyclés ici"
},
"9": {
"then": "Les bouteilles en verre et bocaux peuvent être recyclés ici"
},
"10": { "10": {
"then": "Tout type de verre peut être recyclé ici" "then": "Tout type de verre peut être recyclé ici"
}, },
@ -5128,9 +5152,6 @@
"19": { "19": {
"then": "Les chaussures peuvent être recyclées ici" "then": "Les chaussures peuvent être recyclées ici"
}, },
"2": {
"then": "Les boites de conserve et canettes peuvent être recyclées ici"
},
"20": { "20": {
"then": "Les petits appareils électriques peuvent être recyclés ici" "then": "Les petits appareils électriques peuvent être recyclés ici"
}, },
@ -5145,27 +5166,6 @@
}, },
"24": { "24": {
"then": "Les vélos peuvent être recyclés ici" "then": "Les vélos peuvent être recyclés ici"
},
"3": {
"then": "Les vêtements peuvent être recyclés ici"
},
"4": {
"then": "Les huiles de friture peuvent être recyclées ici"
},
"5": {
"then": "Les huiles de moteur peuvent être recyclées ici"
},
"6": {
"then": "Les lampes fluorescentes peuvent être recyclées ici"
},
"7": {
"then": "Les déchets verts peuvent être recyclés ici"
},
"8": {
"then": "Les déchets organiques peuvent être recyclés ici"
},
"9": {
"then": "Les bouteilles en verre et bocaux peuvent être recyclés ici"
} }
}, },
"question": "Que peut-on recycler ici ?" "question": "Que peut-on recycler ici ?"
@ -6476,27 +6476,6 @@
"1": { "1": {
"question": "Vente de boissons" "question": "Vente de boissons"
}, },
"10": {
"question": "Vente de lait"
},
"11": {
"question": "Vente de pain"
},
"12": {
"question": "Vente d'œufs"
},
"13": {
"question": "Vente de fromage"
},
"14": {
"question": "Vente de miel"
},
"15": {
"question": "Vente de pommes de terre"
},
"19": {
"question": "Vente de fleurs"
},
"2": { "2": {
"question": "Ventre de confiseries" "question": "Ventre de confiseries"
}, },
@ -6520,6 +6499,27 @@
}, },
"9": { "9": {
"question": "Vente de chambres à air pour vélo" "question": "Vente de chambres à air pour vélo"
},
"10": {
"question": "Vente de lait"
},
"11": {
"question": "Vente de pain"
},
"12": {
"question": "Vente d'œufs"
},
"13": {
"question": "Vente de fromage"
},
"14": {
"question": "Vente de miel"
},
"15": {
"question": "Vente de pommes de terre"
},
"19": {
"question": "Vente de fleurs"
} }
} }
} }
@ -6560,24 +6560,6 @@
"1": { "1": {
"then": "Vent des confiseries" "then": "Vent des confiseries"
}, },
"10": {
"then": "Vent du pain"
},
"11": {
"then": "Vent des œufs"
},
"12": {
"then": "Vent du fromage"
},
"13": {
"then": "Vent du miel"
},
"14": {
"then": "Vent des pommes de terre"
},
"18": {
"then": "Vent des fleurs"
},
"2": { "2": {
"then": "Vent de la nourriture" "then": "Vent de la nourriture"
}, },
@ -6601,6 +6583,24 @@
}, },
"9": { "9": {
"then": "Vent du lait" "then": "Vent du lait"
},
"10": {
"then": "Vent du pain"
},
"11": {
"then": "Vent des œufs"
},
"12": {
"then": "Vent du fromage"
},
"13": {
"then": "Vent du miel"
},
"14": {
"then": "Vent des pommes de terre"
},
"18": {
"then": "Vent des fleurs"
} }
}, },
"question": "Que vent ce distributeur ?", "question": "Que vent ce distributeur ?",
@ -6803,4 +6803,4 @@
"render": "éolienne" "render": "éolienne"
} }
} }
} }

View file

@ -153,12 +153,6 @@
"1": { "1": {
"then": "ציור קיר" "then": "ציור קיר"
}, },
"11": {
"then": "יצירת פסיפס"
},
"12": {
"then": "גילוף בעץ"
},
"2": { "2": {
"then": "ציור" "then": "ציור"
}, },
@ -170,6 +164,12 @@
}, },
"6": { "6": {
"then": "אבן" "then": "אבן"
},
"11": {
"then": "יצירת פסיפס"
},
"12": {
"then": "גילוף בעץ"
} }
}, },
"question": "מהו סוג היצירה הזו?", "question": "מהו סוג היצירה הזו?",
@ -484,4 +484,4 @@
} }
} }
} }
} }

View file

@ -94,12 +94,6 @@
"1": { "1": {
"then": "Falfestmény" "then": "Falfestmény"
}, },
"10": {
"then": "Azulejo (portugál vagy spanyol dekoratív csempe)"
},
"11": {
"then": "Csempe"
},
"2": { "2": {
"then": "Festmény" "then": "Festmény"
}, },
@ -123,6 +117,12 @@
}, },
"9": { "9": {
"then": "Dombormű" "then": "Dombormű"
},
"10": {
"then": "Azulejo (portugál vagy spanyol dekoratív csempe)"
},
"11": {
"then": "Csempe"
} }
}, },
"question": "Milyen fajta műalkotás ez?", "question": "Milyen fajta műalkotás ez?",
@ -971,4 +971,4 @@
"render": "szélerőmű" "render": "szélerőmű"
} }
} }
} }

View file

@ -54,9 +54,6 @@
"1": { "1": {
"then": "Mural" "then": "Mural"
}, },
"10": {
"then": "Azulejo (ubin dekoratif Spanyol)"
},
"2": { "2": {
"then": "Lukisan" "then": "Lukisan"
}, },
@ -74,6 +71,9 @@
}, },
"9": { "9": {
"then": "Relief" "then": "Relief"
},
"10": {
"then": "Azulejo (ubin dekoratif Spanyol)"
} }
}, },
"question": "Apa jenis karya seni ini?", "question": "Apa jenis karya seni ini?",
@ -191,15 +191,6 @@
"1": { "1": {
"then": "Jalur sepeda ini diaspal" "then": "Jalur sepeda ini diaspal"
}, },
"10": {
"then": "Jalur sepeda ini terbuat dari kerikil halus"
},
"11": {
"then": "Jalur sepeda ini terbuat dari batu kerikil"
},
"12": {
"then": "Jalur sepeda ini terbuat dari tanah alami"
},
"2": { "2": {
"then": "Jalur sepeda ini terbuat dari aspal" "then": "Jalur sepeda ini terbuat dari aspal"
}, },
@ -220,6 +211,15 @@
}, },
"9": { "9": {
"then": "Jalur sepeda ini terbuat dari kerikil" "then": "Jalur sepeda ini terbuat dari kerikil"
},
"10": {
"then": "Jalur sepeda ini terbuat dari kerikil halus"
},
"11": {
"then": "Jalur sepeda ini terbuat dari batu kerikil"
},
"12": {
"then": "Jalur sepeda ini terbuat dari tanah alami"
} }
}, },
"question": "Permukaan jalannya terbuat dari apa?", "question": "Permukaan jalannya terbuat dari apa?",
@ -942,4 +942,4 @@
"render": "turbin angin" "render": "turbin angin"
} }
} }
} }

View file

@ -35,23 +35,6 @@
"1": { "1": {
"title": "un cartellone pubblicitario fissato a terra" "title": "un cartellone pubblicitario fissato a terra"
}, },
"10": {
"description": "Un telo impermeabile con un messaggio stampato, fissato in modo permanente al muro",
"title": "un telone"
},
"11": {
"title": "un totem"
},
"12": {
"description": "Utilizzato per insegna pubblicitaria, un'insegna al neon, i loghi o le indicazioni d'entrata",
"title": "un'insegna"
},
"13": {
"title": "una scultura"
},
"14": {
"title": "un murales"
},
"2": { "2": {
"title": "un cartellone pubblicitario fissato al muro" "title": "un cartellone pubblicitario fissato al muro"
}, },
@ -71,6 +54,23 @@
}, },
"8": { "8": {
"title": "uno schermo fissato al muro" "title": "uno schermo fissato al muro"
},
"10": {
"description": "Un telo impermeabile con un messaggio stampato, fissato in modo permanente al muro",
"title": "un telone"
},
"11": {
"title": "un totem"
},
"12": {
"description": "Utilizzato per insegna pubblicitaria, un'insegna al neon, i loghi o le indicazioni d'entrata",
"title": "un'insegna"
},
"13": {
"title": "una scultura"
},
"14": {
"title": "un murales"
} }
}, },
"tagRenderings": { "tagRenderings": {
@ -153,15 +153,6 @@
"1": { "1": {
"then": "Murale" "then": "Murale"
}, },
"10": {
"then": "Azulejo (ornamento decorativo piastrellato spagnolo)"
},
"11": {
"then": "Mosaico di piastrelle"
},
"12": {
"then": "Scultura in legno"
},
"2": { "2": {
"then": "Dipinto" "then": "Dipinto"
}, },
@ -185,6 +176,15 @@
}, },
"9": { "9": {
"then": "Rilievo" "then": "Rilievo"
},
"10": {
"then": "Azulejo (ornamento decorativo piastrellato spagnolo)"
},
"11": {
"then": "Mosaico di piastrelle"
},
"12": {
"then": "Scultura in legno"
} }
}, },
"question": "Che tipo di opera darte è questo?", "question": "Che tipo di opera darte è questo?",
@ -2139,6 +2139,27 @@
"1": { "1": {
"question": "Riciclo di batterie" "question": "Riciclo di batterie"
}, },
"2": {
"question": "Riciclo di confezioni per bevande"
},
"3": {
"question": "Riciclo di lattine"
},
"4": {
"question": "Riciclo di abiti"
},
"5": {
"question": "Riciclo di olio da cucina"
},
"6": {
"question": "Riciclo di olio da motore"
},
"8": {
"question": "Riciclo di umido"
},
"9": {
"question": "Riciclo di bottiglie di vetro"
},
"10": { "10": {
"question": "Riciclo di vetro" "question": "Riciclo di vetro"
}, },
@ -2166,29 +2187,8 @@
"19": { "19": {
"question": "Riciclo di secco" "question": "Riciclo di secco"
}, },
"2": {
"question": "Riciclo di confezioni per bevande"
},
"20": { "20": {
"question": "Riciclo di secco" "question": "Riciclo di secco"
},
"3": {
"question": "Riciclo di lattine"
},
"4": {
"question": "Riciclo di abiti"
},
"5": {
"question": "Riciclo di olio da cucina"
},
"6": {
"question": "Riciclo di olio da motore"
},
"8": {
"question": "Riciclo di umido"
},
"9": {
"question": "Riciclo di bottiglie di vetro"
} }
} }
}, },
@ -2241,6 +2241,27 @@
"1": { "1": {
"then": "Cartoni per bevande" "then": "Cartoni per bevande"
}, },
"2": {
"then": "Lattine"
},
"3": {
"then": "Abiti"
},
"4": {
"then": "Olio da cucina"
},
"5": {
"then": "Olio di motore"
},
"7": {
"then": "Verde"
},
"8": {
"then": "Umido"
},
"9": {
"then": "Bottiglie di vetro"
},
"10": { "10": {
"then": "Vetro" "then": "Vetro"
}, },
@ -2265,9 +2286,6 @@
"19": { "19": {
"then": "Scarpe" "then": "Scarpe"
}, },
"2": {
"then": "Lattine"
},
"20": { "20": {
"then": "Piccoli elettrodomestici" "then": "Piccoli elettrodomestici"
}, },
@ -2279,24 +2297,6 @@
}, },
"23": { "23": {
"then": "Secco" "then": "Secco"
},
"3": {
"then": "Abiti"
},
"4": {
"then": "Olio da cucina"
},
"5": {
"then": "Olio di motore"
},
"7": {
"then": "Verde"
},
"8": {
"then": "Umido"
},
"9": {
"then": "Bottiglie di vetro"
} }
}, },
"question": "Cosa si può riciclare qui?" "question": "Cosa si può riciclare qui?"
@ -3105,4 +3105,4 @@
"render": "pala eolica" "render": "pala eolica"
} }
} }
} }

View file

@ -62,15 +62,6 @@
"1": { "1": {
"then": "Veggmaleri" "then": "Veggmaleri"
}, },
"10": {
"then": "Azulejo (Spansk dekorativt flisverk)"
},
"11": {
"then": "Flisarbeid"
},
"12": {
"then": "Treskjæring"
},
"2": { "2": {
"then": "Maleri" "then": "Maleri"
}, },
@ -94,6 +85,15 @@
}, },
"9": { "9": {
"then": "Relieff" "then": "Relieff"
},
"10": {
"then": "Azulejo (Spansk dekorativt flisverk)"
},
"11": {
"then": "Flisarbeid"
},
"12": {
"then": "Treskjæring"
} }
}, },
"question": "Hvilken type kunstverk er dette?", "question": "Hvilken type kunstverk er dette?",
@ -847,4 +847,4 @@
} }
} }
} }
} }

File diff suppressed because it is too large Load diff

View file

@ -35,23 +35,6 @@
"1": { "1": {
"title": "wolnostojąca skrzynka plakatowa" "title": "wolnostojąca skrzynka plakatowa"
}, },
"10": {
"description": "Kawałek wodoodpornej tkaniny z nadrukowanym przesłaniem, trwale przymocowany do ściany",
"title": "plandeka"
},
"11": {
"title": "totem"
},
"12": {
"description": "Używany do znaków reklamowych, neonów, logo i znaków wejściowych do instytucji",
"title": "znak"
},
"13": {
"title": "rzeźba"
},
"14": {
"title": "mural ścienny"
},
"2": { "2": {
"title": "skrzynka plakatowa montowana na ścianie" "title": "skrzynka plakatowa montowana na ścianie"
}, },
@ -71,6 +54,23 @@
}, },
"8": { "8": {
"title": "ekran zamontowany na ścianie" "title": "ekran zamontowany na ścianie"
},
"10": {
"description": "Kawałek wodoodpornej tkaniny z nadrukowanym przesłaniem, trwale przymocowany do ściany",
"title": "plandeka"
},
"11": {
"title": "totem"
},
"12": {
"description": "Używany do znaków reklamowych, neonów, logo i znaków wejściowych do instytucji",
"title": "znak"
},
"13": {
"title": "rzeźba"
},
"14": {
"title": "mural ścienny"
} }
}, },
"tagRenderings": { "tagRenderings": {
@ -156,9 +156,6 @@
"1": { "1": {
"then": "To jest tablica" "then": "To jest tablica"
}, },
"10": {
"then": "To jest mural ścienny"
},
"2": { "2": {
"then": "To jest kolumna" "then": "To jest kolumna"
}, },
@ -182,6 +179,9 @@
}, },
"9": { "9": {
"then": "To jest totem" "then": "To jest totem"
},
"10": {
"then": "To jest mural ścienny"
} }
}, },
"question": "Jakiego rodzaju jest to obiekt reklamowy?", "question": "Jakiego rodzaju jest to obiekt reklamowy?",
@ -196,9 +196,6 @@
"1": { "1": {
"then": "Tablica" "then": "Tablica"
}, },
"10": {
"then": "Mural ścienny"
},
"2": { "2": {
"then": "Pudełko plakatowe" "then": "Pudełko plakatowe"
}, },
@ -222,6 +219,9 @@
}, },
"9": { "9": {
"then": "Totem" "then": "Totem"
},
"10": {
"then": "Mural ścienny"
} }
} }
} }
@ -297,15 +297,6 @@
"1": { "1": {
"then": "Mural" "then": "Mural"
}, },
"10": {
"then": "Azulejo (hiszpańskie płytka dekoracyjna)"
},
"11": {
"then": "Płyta ceramiczna (fliza)"
},
"12": {
"then": "Rzeźbienie w drewnie"
},
"2": { "2": {
"then": "Obraz" "then": "Obraz"
}, },
@ -329,6 +320,15 @@
}, },
"9": { "9": {
"then": "Płaskorzeźba" "then": "Płaskorzeźba"
},
"10": {
"then": "Azulejo (hiszpańskie płytka dekoracyjna)"
},
"11": {
"then": "Płyta ceramiczna (fliza)"
},
"12": {
"then": "Rzeźbienie w drewnie"
} }
}, },
"question": "Jakiego rodzaju jest to dzieło sztuki?", "question": "Jakiego rodzaju jest to dzieło sztuki?",
@ -2196,12 +2196,6 @@
"1": { "1": {
"then": "To jest zwykłe miejsce parkingowe." "then": "To jest zwykłe miejsce parkingowe."
}, },
"10": {
"then": "To jest miejsce parkingowe przeznaczone dla pracowników."
},
"11": {
"then": "To miejsce parkingowe jest przeznaczone dla taksówek."
},
"2": { "2": {
"then": "To jest miejsce parkingowe dla niepełnosprawnych." "then": "To jest miejsce parkingowe dla niepełnosprawnych."
}, },
@ -2219,6 +2213,12 @@
}, },
"9": { "9": {
"then": "To miejsce jest przeznaczone dla rodziców z dziećmi." "then": "To miejsce jest przeznaczone dla rodziców z dziećmi."
},
"10": {
"then": "To jest miejsce parkingowe przeznaczone dla pracowników."
},
"11": {
"then": "To miejsce parkingowe jest przeznaczone dla taksówek."
} }
} }
} }
@ -2737,4 +2737,4 @@
"render": "turbina wiatrowa" "render": "turbina wiatrowa"
} }
} }
} }

View file

@ -35,23 +35,6 @@
"1": { "1": {
"title": "uma caixa de pôster independente" "title": "uma caixa de pôster independente"
}, },
"10": {
"description": "Uma peça de tecido impermeável com uma mensagem impressa, permanentemente ancorada na parede",
"title": "uma lona"
},
"11": {
"title": "um totem"
},
"12": {
"description": "Usado para sinais publicitários, sinais de néon, logotipos e sinais de entrada institucionais",
"title": "um sinal"
},
"13": {
"title": "uma escultura"
},
"14": {
"title": "uma pintura de parede"
},
"2": { "2": {
"title": "uma caixa de pôster montada em uma parede" "title": "uma caixa de pôster montada em uma parede"
}, },
@ -71,6 +54,23 @@
}, },
"8": { "8": {
"title": "uma tela montada em uma parede" "title": "uma tela montada em uma parede"
},
"10": {
"description": "Uma peça de tecido impermeável com uma mensagem impressa, permanentemente ancorada na parede",
"title": "uma lona"
},
"11": {
"title": "um totem"
},
"12": {
"description": "Usado para sinais publicitários, sinais de néon, logotipos e sinais de entrada institucionais",
"title": "um sinal"
},
"13": {
"title": "uma escultura"
},
"14": {
"title": "uma pintura de parede"
} }
}, },
"tagRenderings": { "tagRenderings": {
@ -165,9 +165,6 @@
"1": { "1": {
"then": "Isso é uma placa" "then": "Isso é uma placa"
}, },
"10": {
"then": "Isto é uma pintura mural"
},
"2": { "2": {
"then": "Isto é uma coluna" "then": "Isto é uma coluna"
}, },
@ -191,6 +188,9 @@
}, },
"9": { "9": {
"then": "Isto é um totem" "then": "Isto é um totem"
},
"10": {
"then": "Isto é uma pintura mural"
} }
}, },
"question": "Que tipo de recurso de publicitário é este?", "question": "Que tipo de recurso de publicitário é este?",
@ -205,9 +205,6 @@
"1": { "1": {
"then": "Quadro" "then": "Quadro"
}, },
"10": {
"then": "Pintura mural"
},
"2": { "2": {
"then": "Caixa de pôster" "then": "Caixa de pôster"
}, },
@ -231,6 +228,9 @@
}, },
"9": { "9": {
"then": "Totem" "then": "Totem"
},
"10": {
"then": "Pintura mural"
} }
} }
} }
@ -323,15 +323,6 @@
"1": { "1": {
"then": "Mural" "then": "Mural"
}, },
"10": {
"then": "Azulejo (azulejo decorativo espanhol e português)"
},
"11": {
"then": "Ladrilhos"
},
"12": {
"then": "Entalhe em madeira"
},
"2": { "2": {
"then": "Pintura" "then": "Pintura"
}, },
@ -355,6 +346,15 @@
}, },
"9": { "9": {
"then": "Relevo" "then": "Relevo"
},
"10": {
"then": "Azulejo (azulejo decorativo espanhol e português)"
},
"11": {
"then": "Ladrilhos"
},
"12": {
"then": "Entalhe em madeira"
} }
}, },
"question": "Qual é o tipo desta obra de arte?", "question": "Qual é o tipo desta obra de arte?",
@ -1925,4 +1925,4 @@
} }
} }
} }
} }

View file

@ -35,23 +35,6 @@
"1": { "1": {
"title": "uma caixa expositora independente" "title": "uma caixa expositora independente"
}, },
"10": {
"description": "Um pedaço de tecido impermeável com uma mensagem impressa, permanentemente fixado a uma parede",
"title": "uma lona"
},
"11": {
"title": "um totem"
},
"12": {
"description": "Usado para placas de publicidade, letreiros de neon, logotipos e placas de entrada institucionais",
"title": "uma placa"
},
"13": {
"title": "uma escultura"
},
"14": {
"title": "uma pintura mural"
},
"2": { "2": {
"title": "uma caixa de pôster montada em uma parede" "title": "uma caixa de pôster montada em uma parede"
}, },
@ -71,6 +54,23 @@
}, },
"8": { "8": {
"title": "uma tela montada em uma parede" "title": "uma tela montada em uma parede"
},
"10": {
"description": "Um pedaço de tecido impermeável com uma mensagem impressa, permanentemente fixado a uma parede",
"title": "uma lona"
},
"11": {
"title": "um totem"
},
"12": {
"description": "Usado para placas de publicidade, letreiros de neon, logotipos e placas de entrada institucionais",
"title": "uma placa"
},
"13": {
"title": "uma escultura"
},
"14": {
"title": "uma pintura mural"
} }
}, },
"tagRenderings": { "tagRenderings": {
@ -165,9 +165,6 @@
"1": { "1": {
"then": "Isso é uma placa" "then": "Isso é uma placa"
}, },
"10": {
"then": "Isso é uma pintura mural"
},
"2": { "2": {
"then": "Isto é uma coluna" "then": "Isto é uma coluna"
}, },
@ -191,6 +188,9 @@
}, },
"9": { "9": {
"then": "Isso é um totem" "then": "Isso é um totem"
},
"10": {
"then": "Isso é uma pintura mural"
} }
}, },
"question": "Que tipo de recurso de publicitário é este?", "question": "Que tipo de recurso de publicitário é este?",
@ -205,9 +205,6 @@
"1": { "1": {
"then": "Quadro" "then": "Quadro"
}, },
"10": {
"then": "Pintura mural"
},
"2": { "2": {
"then": "Caixa de pôster" "then": "Caixa de pôster"
}, },
@ -231,6 +228,9 @@
}, },
"9": { "9": {
"then": "Totem" "then": "Totem"
},
"10": {
"then": "Pintura mural"
} }
} }
} }
@ -312,15 +312,6 @@
"1": { "1": {
"then": "Mural" "then": "Mural"
}, },
"10": {
"then": "Azulejo (Revestimento de azulejos decorativos espanhóis)"
},
"11": {
"then": "Azulejaria"
},
"12": {
"then": "Entalhe"
},
"2": { "2": {
"then": "Pintura" "then": "Pintura"
}, },
@ -344,6 +335,15 @@
}, },
"9": { "9": {
"then": "Relevo" "then": "Relevo"
},
"10": {
"then": "Azulejo (Revestimento de azulejos decorativos espanhóis)"
},
"11": {
"then": "Azulejaria"
},
"12": {
"then": "Entalhe"
} }
}, },
"question": "Qual é o tipo dessa obra de arte?", "question": "Qual é o tipo dessa obra de arte?",
@ -1589,4 +1589,4 @@
} }
} }
} }
} }

View file

@ -81,12 +81,6 @@
"1": { "1": {
"then": "Фреска" "then": "Фреска"
}, },
"10": {
"then": "Азуле́жу (испанская роспись глазурованной керамической плитки)"
},
"11": {
"then": "Плитка (мозаика)"
},
"2": { "2": {
"then": "Живопись" "then": "Живопись"
}, },
@ -110,6 +104,12 @@
}, },
"9": { "9": {
"then": "Рельеф" "then": "Рельеф"
},
"10": {
"then": "Азуле́жу (испанская роспись глазурованной керамической плитки)"
},
"11": {
"then": "Плитка (мозаика)"
} }
}, },
"question": "К какому типу относится эта работа?", "question": "К какому типу относится эта работа?",
@ -1970,4 +1970,4 @@
} }
} }
} }
} }

View file

@ -30,6 +30,18 @@
"0": { "0": {
"title": "一块广告牌" "title": "一块广告牌"
}, },
"2": {
"title": "安装在墙上的海报盒子"
},
"6": {
"title": "一个旗子"
},
"7": {
"title": "一块屏幕"
},
"8": {
"title": "一块挂在墙上的屏幕"
},
"10": { "10": {
"title": "防水布" "title": "防水布"
}, },
@ -44,18 +56,6 @@
}, },
"14": { "14": {
"title": "墙上的画" "title": "墙上的画"
},
"2": {
"title": "安装在墙上的海报盒子"
},
"6": {
"title": "一个旗子"
},
"7": {
"title": "一块屏幕"
},
"8": {
"title": "一块挂在墙上的屏幕"
} }
}, },
"tagRenderings": { "tagRenderings": {
@ -150,9 +150,6 @@
"1": { "1": {
"then": "这是一块板" "then": "这是一块板"
}, },
"10": {
"then": "这是一幅壁画"
},
"2": { "2": {
"then": "这是一个专栏" "then": "这是一个专栏"
}, },
@ -176,6 +173,9 @@
}, },
"9": { "9": {
"then": "这是一个图腾" "then": "这是一个图腾"
},
"10": {
"then": "这是一幅壁画"
} }
}, },
"question": "这是哪种类型的广告功能?", "question": "这是哪种类型的广告功能?",
@ -190,9 +190,6 @@
"1": { "1": {
"then": "木板" "then": "木板"
}, },
"10": {
"then": "墙上的画"
},
"2": { "2": {
"then": "海报盒" "then": "海报盒"
}, },
@ -213,6 +210,9 @@
}, },
"9": { "9": {
"then": "图腾" "then": "图腾"
},
"10": {
"then": "墙上的画"
} }
} }
} }
@ -331,9 +331,6 @@
"1": { "1": {
"then": "壁画" "then": "壁画"
}, },
"10": {
"then": "Azulejo西班牙装饰瓷砖"
},
"2": { "2": {
"then": "喷绘" "then": "喷绘"
}, },
@ -354,6 +351,9 @@
}, },
"8": { "8": {
"then": "涂鸦/粗糙雕刻" "then": "涂鸦/粗糙雕刻"
},
"10": {
"then": "Azulejo西班牙装饰瓷砖"
} }
} }
} }
@ -627,4 +627,4 @@
} }
} }
} }
} }

View file

@ -52,12 +52,6 @@
"1": { "1": {
"then": "壁畫" "then": "壁畫"
}, },
"10": {
"then": "Azulejo (西班牙雕塑作品名稱)"
},
"11": {
"then": "瓷磚"
},
"2": { "2": {
"then": "繪畫" "then": "繪畫"
}, },
@ -81,6 +75,12 @@
}, },
"9": { "9": {
"then": "寬慰" "then": "寬慰"
},
"10": {
"then": "Azulejo (西班牙雕塑作品名稱)"
},
"11": {
"then": "瓷磚"
} }
}, },
"question": "這是什麼類型的藝術品?", "question": "這是什麼類型的藝術品?",
@ -856,4 +856,4 @@
"render": "風機" "render": "風機"
} }
} }
} }