2021-05-25 10:22:08 +02:00
{
2021-10-14 17:42:55 +02:00
"artwork" : {
"description" : "Diverse opere d’ arte" ,
"name" : "Opere d’ arte" ,
"presets" : {
"0" : {
"title" : "Opera d’ arte"
}
} ,
"tagRenderings" : {
"artwork-artist_name" : {
"question" : "Quale artista ha creato quest’ opera?" ,
"render" : "Creato da {artist_name}"
} ,
"artwork-artwork_type" : {
"mappings" : {
"0" : {
"then" : "Architettura"
} ,
"1" : {
"then" : "Murale"
} ,
"2" : {
"then" : "Dipinto"
} ,
"3" : {
"then" : "Scultura"
} ,
"4" : {
"then" : "Statua"
} ,
"5" : {
"then" : "Busto"
} ,
"6" : {
"then" : "Masso"
} ,
"7" : {
"then" : "Istallazione"
} ,
"8" : {
"then" : "Graffiti"
} ,
"9" : {
"then" : "Rilievo"
} ,
"10" : {
"then" : "Azulejo (ornamento decorativo piastrellato spagnolo)"
} ,
"11" : {
"then" : "Mosaico di piastrelle"
}
} ,
"question" : "Che tipo di opera d’ arte è questo?" ,
"render" : "Si tratta di un {artwork_type}"
} ,
"artwork-website" : {
"question" : "Esiste un sito web con maggiori informazioni su quest’ opera?" ,
"render" : "Ulteriori informazioni su <a href='{website}' target='_blank'>questo sito web</a>"
} ,
"artwork-wikidata" : {
"question" : "Quale elemento Wikidata corrisponde a <b>quest’ opera d’ arte</b>?" ,
"render" : "Corrisponde a <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>"
}
} ,
"title" : {
"mappings" : {
"0" : {
"then" : "Opera <i>{name}</i>"
}
} ,
"render" : "Opera d’ arte"
}
} ,
2021-09-09 00:19:39 +02:00
"bench" : {
"name" : "Panchine" ,
2021-09-14 18:20:25 +02:00
"presets" : {
"0" : {
2021-09-29 17:56:38 +02:00
"title" : "panchina"
2021-09-14 18:20:25 +02:00
}
2021-05-27 21:20:04 +02:00
} ,
2021-09-09 00:19:39 +02:00
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"bench-backrest" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Schienale: Sì"
} ,
"1" : {
"then" : "Schienale: No"
}
} ,
2021-09-14 18:20:25 +02:00
"question" : "Questa panchina ha lo schienale?" ,
"render" : "Schienale"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bench-colour" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Colore: marrone"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Colore: verde"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "Colore: grigio"
2021-09-09 00:19:39 +02:00
} ,
"3" : {
2021-09-26 20:32:28 +02:00
"then" : "Colore: bianco"
2021-09-09 00:19:39 +02:00
} ,
"4" : {
2021-09-26 20:32:28 +02:00
"then" : "Colore: rosso"
2021-09-09 00:19:39 +02:00
} ,
"5" : {
2021-09-26 20:32:28 +02:00
"then" : "Colore: nero"
} ,
"6" : {
"then" : "Colore: blu"
} ,
"7" : {
"then" : "Colore: giallo"
2021-09-09 00:19:39 +02:00
}
} ,
2021-09-26 20:32:28 +02:00
"question" : "Di che colore è questa panchina?" ,
"render" : "Colore: {colour}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bench-direction" : {
2021-09-09 00:19:39 +02:00
"question" : "In che direzione si guarda quando si è seduti su questa panchina?" ,
"render" : "Quando si è seduti su questa panchina, si guarda verso {direction}°."
} ,
2021-09-26 20:32:28 +02:00
"bench-material" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Materiale: legno"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Materiale: metallo"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "Materiale: pietra"
2021-09-09 00:19:39 +02:00
} ,
"3" : {
2021-09-26 20:32:28 +02:00
"then" : "Materiale: cemento"
2021-09-09 00:19:39 +02:00
} ,
"4" : {
2021-09-26 20:32:28 +02:00
"then" : "Materiale: plastica"
2021-09-09 00:19:39 +02:00
} ,
"5" : {
2021-09-26 20:32:28 +02:00
"then" : "Materiale: acciaio"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Di che materiale è fatta questa panchina?" ,
"render" : "Materiale: {material}"
} ,
"bench-seats" : {
"question" : "Quanti posti ha questa panchina?" ,
"render" : "{seats} posti"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bench-survey:date" : {
2021-09-09 00:19:39 +02:00
"question" : "Quando è stata verificata l’ ultima volta questa panchina?" ,
"render" : "Questa panchina è stata controllata l’ ultima volta in data {survey:date}"
}
2021-05-25 10:22:08 +02:00
} ,
2021-09-14 18:20:25 +02:00
"title" : {
"render" : "Panchina"
2021-05-27 21:20:04 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"bench_at_pt" : {
"name" : "Panchine alle fermate del trasporto pubblico" ,
2021-09-14 18:20:25 +02:00
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"bench_at_pt-bench" : {
2021-09-14 18:20:25 +02:00
"render" : "Panca in piedi"
2021-09-26 20:32:28 +02:00
} ,
"bench_at_pt-name" : {
"render" : "{name}"
2021-09-14 18:20:25 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"title" : {
"mappings" : {
"0" : {
"then" : "Panchina alla fermata del trasporto pubblico"
} ,
"1" : {
"then" : "Panchina in un riparo"
}
} ,
2021-09-14 18:20:25 +02:00
"render" : "Panchina"
2021-05-28 12:42:59 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"bicycle_library" : {
2021-09-14 18:20:25 +02:00
"description" : "Una struttura dove le biciclette possono essere prestate per periodi di tempo più lunghi" ,
2021-09-09 00:19:39 +02:00
"name" : "Bici in prestito" ,
2021-09-14 18:20:25 +02:00
"presets" : {
"0" : {
"description" : "Una ciclo-teca o «bici in prestito» ha una collezione di bici che possno essere prestate" ,
"title" : "Bici in prestito"
}
2021-09-09 00:19:39 +02:00
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"bicycle-library-target-group" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Sono disponibili biciclette per bambini"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Sono disponibili biciclette per adulti"
} ,
"2" : {
"then" : "Sono disponibili biciclette per disabili"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Chi può prendere in prestito le biciclette qua?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bicycle_library-charge" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Il prestito di una bicicletta è gratuito"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Il prestito di una bicicletta costa 20 €/anno più 20 € di garanzia"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Quanto costa il prestito di una bicicletta?" ,
"render" : "Il prestito di una bicicletta costa {charge}"
} ,
"bicycle_library-name" : {
"question" : "Qual è il nome di questo “bici in prestito”?" ,
"render" : "Il “bici in prestito” è chiamato {name}"
2021-09-09 00:19:39 +02:00
}
} ,
2021-09-14 18:20:25 +02:00
"title" : {
"render" : "Bici in prestito"
2021-05-28 12:42:59 +02:00
}
2021-09-09 00:05:51 +02:00
} ,
2021-09-09 00:19:39 +02:00
"bicycle_tube_vending_machine" : {
"name" : "Distributore automatico di camere d’ aria per bici" ,
"presets" : {
"0" : {
"title" : "Distributore automatico di camere d’ aria per bici"
}
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"Still in use?" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Il distributore automatico funziona"
} ,
"1" : {
"then" : "Il distributore automatico è guasto"
} ,
"2" : {
"then" : "Il distributore automatico è spento"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Questo distributore automatico funziona ancora?" ,
"render" : "Lo stato operativo è <i>{operational_status}</i>"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"title" : {
"render" : "Distributore automatico di camere d’ aria per bici"
2021-09-09 00:05:51 +02:00
}
2021-05-28 12:42:59 +02:00
} ,
2021-09-09 00:19:39 +02:00
"bike_cafe" : {
"name" : "Caffè in bici" ,
2021-09-14 18:20:25 +02:00
"presets" : {
"0" : {
"title" : "Caffè in bici"
2021-09-09 00:19:39 +02:00
}
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"bike_cafe-bike-pump" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Questo caffè in bici offre una pompa per bici liberamente utilizzabile"
} ,
"1" : {
"then" : "Questo caffè in bici non offre una pompa per bici liberamente utilizzabile"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Questo caffè in bici offre una pompa per bici che chiunque può utilizzare?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_cafe-email" : {
"question" : "Qual è l’ indirizzo email di {name}?"
} ,
"bike_cafe-name" : {
"question" : "Qual è il nome di questo caffè in bici?" ,
"render" : "Questo caffè in bici è chiamato {name}"
} ,
"bike_cafe-opening_hours" : {
"question" : "Quando è aperto questo caffè in bici?"
} ,
"bike_cafe-phone" : {
"question" : "Qual è il numero di telefono di {name}?"
} ,
"bike_cafe-repair-service" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Questo caffè in bici ripara le bici"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Questo caffè in bici non ripara le bici"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Questo caffè in bici ripara le bici?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_cafe-repair-tools" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Questo caffè in bici fornisce degli attrezzi per la riparazione fai-da-te"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Questo caffè in bici non fornisce degli attrezzi per la riparazione fai-da-te"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Ci sono degli strumenti per riparare la propria bicicletta?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_cafe-website" : {
2021-09-09 00:19:39 +02:00
"question" : "Qual è il sito web di {name}?"
}
} ,
2021-09-14 18:20:25 +02:00
"title" : {
"mappings" : {
"0" : {
"then" : "Caffè in bici <i>{name}</i>"
}
} ,
"render" : "Caffè in bici"
2021-05-28 12:42:59 +02:00
}
2021-09-09 00:19:39 +02:00
} ,
"bike_cleaning" : {
"name" : "Servizio lavaggio bici" ,
2021-09-14 18:20:25 +02:00
"presets" : {
"0" : {
"title" : "Servizio lavaggio bici"
}
} ,
2021-09-09 00:19:39 +02:00
"title" : {
"mappings" : {
"0" : {
"then" : "Servizio lavaggio bici <i>{name}</i>"
}
2021-09-14 18:20:25 +02:00
} ,
"render" : "Servizio lavaggio bici"
2021-09-09 00:05:51 +02:00
}
2021-05-27 21:19:43 +02:00
} ,
2021-09-09 00:19:39 +02:00
"bike_parking" : {
"name" : "Parcheggio bici" ,
"presets" : {
"0" : {
"title" : "Parcheggio bici"
}
2021-05-28 12:42:59 +02:00
} ,
2021-09-09 00:19:39 +02:00
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"Access" : {
"mappings" : {
"0" : {
"then" : "Accessibile pubblicamente"
} ,
"1" : {
"then" : "Accesso destinato principalmente ai visitatori di un’ attività"
} ,
"2" : {
"then" : "Accesso limitato ai membri di una scuola, una compagnia o un’ organizzazione"
}
} ,
"question" : "Chi può usare questo parcheggio bici?" ,
"render" : "{access}"
} ,
"Bicycle parking type" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Archetti <img style='width: 25%' src='./assets/layers/bike_parking/staple.svg'>"
} ,
"1" : {
"then" : "Scolapiatti <img style='width: 25%'' src='./assets/layers/bike_parking/wall_loops.svg'>"
} ,
"2" : {
"then" : "Blocca manubrio <img style='width: 25%'' src='./assets/layers/bike_parking/handlebar_holder.svg'>"
} ,
"3" : {
"then" : "Rastrelliera <img style='width: 25%'' src='./assets/layers/bike_parking/rack.svg'>"
} ,
"4" : {
"then" : "A due piani <img style='width: 25%'' src='./assets/layers/bike_parking/two_tier.svg'>"
} ,
"5" : {
"then" : "Rimessa <img style='width: 25%'' src='./assets/layers/bike_parking/shed.svg'>"
} ,
"6" : {
"then" : "Colonnina <img style='width: 25%'' src='./assets/layers/bike_parking/bollard.svg'>"
} ,
"7" : {
"then" : "Una zona del pavimento che è marcata per il parcheggio delle bici"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Di che tipo di parcheggio bici si tratta?" ,
"render" : "È un parcheggio bici del tipo: {bicycle_parking}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Capacity" : {
"question" : "Quante biciclette entrano in questo parcheggio per bici (incluse le eventuali bici da trasporto)?" ,
"render" : "Posti per {capacity} bici"
} ,
"Cargo bike capacity?" : {
"question" : "Quante bici da trasporto entrano in questo parcheggio per bici?" ,
"render" : "Questo parcheggio può contenere {capacity:cargo_bike} bici da trasporto"
} ,
"Cargo bike spaces?" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Questo parcheggio ha posto per bici da trasporto"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Questo parcheggio ha posti destinati (ufficialmente) alle bici da trasporto."
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "Il parcheggio delle bici da trasporto è proibito"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Questo parcheggio dispone di posti specifici per le bici da trasporto?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Is covered?" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "È un parcheggio coperto (ha un tetto)"
} ,
"1" : {
"then" : "Non è un parcheggio coperto"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "È un parcheggio coperto? Indicare “coperto” per parcheggi all’ interno."
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Underground?" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Parcheggio sotterraneo"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Parcheggio sotterraneo"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "Parcheggio in superficie"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"3" : {
"then" : "Parcheggio in superficie"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"4" : {
"then" : "Parcheggio sul tetto"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Qual è la posizione relativa di questo parcheggio bici?"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"title" : {
"render" : "Parcheggio bici"
2021-05-28 12:42:59 +02:00
}
2021-05-27 21:19:43 +02:00
} ,
2021-09-09 00:19:39 +02:00
"bike_repair_station" : {
"name" : "Stazioni bici (riparazione, gonfiaggio o entrambi)" ,
2021-09-14 18:20:25 +02:00
"presets" : {
"0" : {
"description" : "Un dispositivo per gonfiare le proprie gomme in un luogo fisso pubblicamente accessibile.<h3>Esempi di pompe per biciclette</h3><div style='width: 100%; display: flex; align-items: stretch;'><img src='./assets/layers/bike_repair_station/pump_example_manual.jpg' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example.png' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example_round.jpg' style='height: 200px; width: auto;'/></div>" ,
"title" : "Pompa per bici"
} ,
"1" : {
"description" : "Un dispositivo con attrezzi per riparare la tua bici e una pompa in un luogo fisso. Gli attrezzi sono spesso attaccati ad una catena per prevenire il furto.<h3>Esempio</h3><img src='./assets/layers/bike_repair_station/repair_station_example.jpg' height='200'/>" ,
"title" : "Stazione di riparazione bici e pompa"
} ,
"2" : {
"title" : "Stazione di riparazione bici senza pompa"
2021-09-09 00:19:39 +02:00
}
2021-05-27 21:19:43 +02:00
} ,
2021-09-09 00:19:39 +02:00
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"Operational status" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "La pompa per bici è guasta"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "La pompa per bici funziona"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "La pompa per bici è sempre funzionante?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_station-available-services" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "C’ è solamente una pompa presente"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Ci sono solo degli attrezzi (cacciaviti, pinze…) presenti"
} ,
"2" : {
"then" : "Ci sono sia attrezzi che pompa presenti"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Quali servizi sono disponibili in questa stazione per bici?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_station-bike-chain-tool" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "È presente un utensile per riparare la catena"
} ,
"1" : {
"then" : "Non è presente un utensile per riparare la catena"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Questa stazione di riparazione bici ha un attrezzo speciale per riparare la catena della bici?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_station-bike-stand" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "C’ è un gancio o un supporto"
} ,
"1" : {
"then" : "Non c’ è né un gancio né un supporto"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Questa stazione bici ha un gancio per tenere sospesa la bici o un supporto per alzarla?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_station-electrical_pump" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Pompa manuale"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Pompa elettrica"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Questa pompa per bici è elettrica?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_station-manometer" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "C’ è un manometro"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Non c’ è un manometro"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "C’ è un manometro ma è rotto"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Questa pompa ha l’ indicatore della pressione o il manometro?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_station-opening_hours" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Sempre aperto"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Sempre aperto"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Quando è aperto questo punto riparazione bici?"
} ,
"bike_repair_station-operator" : {
"question" : "Chi gestisce questa pompa per bici?" ,
"render" : "Manutenuta da {operator}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_station-valves" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Sclaverand (detta anche Presta)"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Dunlop"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "Schrader (valvola delle auto)"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Quali valvole sono supportate?" ,
"render" : "Questa pompa è compatibile con le seguenti valvole: {valves}"
2021-09-09 00:19:39 +02:00
}
2021-05-27 21:19:43 +02:00
} ,
2021-09-09 00:19:39 +02:00
"title" : {
"mappings" : {
"0" : {
2021-09-14 18:20:25 +02:00
"then" : "Stazione riparazione bici"
} ,
"1" : {
"then" : "Stazione riparazione bici"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-14 18:20:25 +02:00
"then" : "Pompa rotta"
2021-09-09 00:19:39 +02:00
} ,
"3" : {
2021-09-14 18:20:25 +02:00
"then" : "Pompa per bici <i>{name}</i>"
2021-09-09 00:19:39 +02:00
} ,
"4" : {
2021-09-14 18:20:25 +02:00
"then" : "Pompa per bici"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"render" : "Stazione bici (gonfiaggio & riparazione)"
}
} ,
"bike_shop" : {
"description" : "Un negozio che vende specificatamente biciclette o articoli similari" ,
"name" : "Venditore/riparatore bici" ,
"presets" : {
"0" : {
"title" : "Negozio/riparatore di bici"
2021-09-09 00:19:39 +02:00
}
2021-05-27 21:19:43 +02:00
} ,
2021-09-09 00:19:39 +02:00
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"bike_repair_bike-pump-service" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Questo negozio offre l’ uso pubblico di una pompa per bici"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Questo negozio non offre l’ uso pubblico di una pompa per bici"
} ,
"2" : {
"then" : "C’ è una pompa per bici, è mostrata come punto separato "
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Questo negozio offre l’ uso a chiunque di una pompa per bici?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_bike-wash" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Questo negozio lava le biciclette"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Questo negozio ha una struttura dove è possibile pulire la propria bici"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "Questo negozio non offre la pulizia della bicicletta"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Vengono lavate le bici qua?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_rents-bikes" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Questo negozio noleggia le bici"
} ,
"1" : {
"then" : "Questo negozio non noleggia le bici"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Questo negozio noleggia le bici?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_repairs-bikes" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Questo negozio ripara bici"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Questo negozio non ripara bici"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "Questo negozio ripara solo le bici che sono state acquistate qua"
} ,
"3" : {
"then" : "Questo negozio ripara solo le biciclette di una certa marca"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Questo negozio ripara bici?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_second-hand-bikes" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Questo negozio vende bici usate"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Questo negozio non vende bici usate"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "Questo negozio vende solamente bici usate"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Questo negozio vende bici usate?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_sells-bikes" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Questo negozio vende bici"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Questo negozio non vende bici"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Questo negozio vende bici?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_tools-service" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Questo negozio offre degli attrezzi per la riparazione fai-da-te"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Questo negozio non offre degli attrezzi per la riparazione fai-da-te"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "Gli attrezzi per la riparazione fai-da-te sono disponibili solamente se hai acquistato/noleggiato la bici nel negozio"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Sono presenti degli attrezzi per riparare la propria bici?"
} ,
"bike_shop-email" : {
"question" : "Qual è l’ indirizzo email di {name}?"
} ,
"bike_shop-is-bicycle_shop" : {
"render" : "Questo negozio è specializzato nella vendita di {shop} ed effettua attività relative alle biciclette"
} ,
"bike_shop-name" : {
"question" : "Qual è il nome di questo negozio di biciclette?" ,
"render" : "Questo negozio di biciclette è chiamato {name}"
} ,
"bike_shop-phone" : {
"question" : "Qual è il numero di telefono di {name}?"
} ,
"bike_shop-website" : {
"question" : "Qual è il sito web di {name}?"
2021-09-09 00:19:39 +02:00
}
2021-05-27 21:19:43 +02:00
} ,
2021-09-14 18:20:25 +02:00
"title" : {
"mappings" : {
"0" : {
"then" : "Negozio di articoli sportivi <i>{name}</i>"
} ,
"2" : {
"then" : "Noleggio di biciclette <i>{name}</i>"
} ,
"3" : {
"then" : "Riparazione biciclette <i>{name</i>"
} ,
"4" : {
"then" : "Negozio di biciclette <i>{name}</i>"
} ,
"5" : {
"then" : "Venditore/riparatore bici <i>{name}</i>"
}
} ,
"render" : "Venditore/riparatore bici"
2021-05-28 12:42:59 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"bike_themed_object" : {
"name" : "Oggetto relativo alle bici" ,
"title" : {
"mappings" : {
"1" : {
"then" : "Pista ciclabile"
}
2021-09-14 18:20:25 +02:00
} ,
"render" : "Oggetto relativo alle bici"
2021-05-28 12:42:59 +02:00
}
2021-05-27 21:19:43 +02:00
} ,
2021-09-09 00:19:39 +02:00
"defibrillator" : {
2021-10-26 01:39:29 +02:00
"icon" : {
"mappings" : {
"0" : {
"then" : "./assets/layers/defibrillator/aed_checked.svg"
}
}
} ,
2021-09-14 18:20:25 +02:00
"name" : "Defibrillatori" ,
2021-09-09 00:19:39 +02:00
"presets" : {
"0" : {
"title" : "Defibrillatore"
}
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"defibrillator-access" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Pubblicamente accessibile"
} ,
"1" : {
"then" : "Pubblicamente accessibile"
} ,
"2" : {
"then" : "Accessibile solo ai clienti"
} ,
"3" : {
"then" : "Non accessibile al pubblico (ad esempio riservato al personale, ai proprietari, etc.)"
} ,
"4" : {
"then" : "Non accessibile, potrebbe essere solo per uso professionale"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Questo defibrillatore è liberamente accessibile?" ,
"render" : "Accesso è {access}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"defibrillator-defibrillator" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Questo è un defibrillatore manuale per professionisti"
} ,
"1" : {
"then" : "È un normale defibrillatore automatico"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Si tratta di un normale defibrillatore automatico o un defibrillatore manuale riservato ai professionisti?" ,
"render" : "Non vi sono informazioni riguardanti il tipo di questo dispositivo"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"defibrillator-defibrillator:location" : {
2021-09-14 18:20:25 +02:00
"question" : "Indica più precisamente dove si trova il defibrillatore (in lingua locale)" ,
"render" : "<i>Informazioni supplementari circa la posizione (in lingua locale):</i><br/>{defibrillator:location}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"defibrillator-defibrillator:location:en" : {
2021-09-14 18:20:25 +02:00
"question" : "Indica più precisamente dove si trova il defibrillatore (in inglese)" ,
"render" : "<i>Informazioni supplementari circa la posizione (in inglese):</i><br/>{defibrillator:location:en}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"defibrillator-defibrillator:location:fr" : {
2021-09-14 18:20:25 +02:00
"question" : "Indica più precisamente dove si trova il defibrillatore (in francese)" ,
"render" : "<i>Informazioni supplementari circa la posizione (in francese):</i><br/>{defibrillator:location:fr}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"defibrillator-description" : {
"question" : "Vi sono altre informazioni utili agli utenti che non è stato possibile aggiungere prima? (lasciare vuoto in caso negativo)" ,
"render" : "Informazioni supplementari: {description}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"defibrillator-email" : {
2021-09-14 18:20:25 +02:00
"question" : "Qual è l’ indirizzo email per le domande riguardanti questo defibrillatore?" ,
"render" : "Indirizzo email per le domande su questo defibrillatore:<a href='mailto:{email}'>{email}</a>"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"defibrillator-fixme" : {
"question" : "C’ è qualcosa di sbagliato riguardante come è stato mappato, che non si è potuto correggere qua? (lascia una nota agli esperti di OpenStreetMap)" ,
"render" : "Informazioni supplementari per gli esperti di OpenStreetMap: {fixme}"
} ,
"defibrillator-indoors" : {
"mappings" : {
"0" : {
"then" : "Questo defibrillatore si trova all’ interno"
} ,
"1" : {
"then" : "Questo defibrillatore si trova all’ esterno"
}
} ,
"question" : "Questo defibrillatore si trova all’ interno?"
} ,
"defibrillator-level" : {
"mappings" : {
"0" : {
"then" : "Questo defibrillatore è al <b>pian terreno</b>"
} ,
"1" : {
"then" : "Questo defibrillatore è al <b>primo piano</b>"
}
} ,
"question" : "A che piano si trova questo defibrillatore?" ,
"render" : "Questo defibrillatore è al piano {level}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"defibrillator-opening_hours" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Aperto 24/7 (festivi inclusi)"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "In quali orari è disponibile questo defibrillatore?" ,
"render" : "{opening_hours_table(opening_hours)}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"defibrillator-phone" : {
"question" : "Qual è il numero di telefono per le domande riguardanti questo defibrillatore?" ,
"render" : "Numero di telefono per le domande su questo defibrillatore:<a href='tel:{phone}'>{phone}</a>"
} ,
"defibrillator-ref" : {
"question" : "Qual è il numero identificativo ufficiale di questo dispositivo? (se visibile sul dispositivo)" ,
"render" : "Numero identificativo ufficiale di questo dispositivo:<i>{ref}</i>"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"defibrillator-survey:date" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Verificato oggi!"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Quando è stato verificato per l’ ultima volta questo defibrillatore?" ,
"render" : "Questo defibrillatore è stato verificato per l‘ ultima volta in data {survey:date}"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"title" : {
"render" : "Defibrillatore"
2021-05-28 12:42:59 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"direction" : {
2021-09-14 18:20:25 +02:00
"description" : "Questo livello visualizza le direzioni" ,
"name" : "Visualizzazione della direzione"
2021-05-28 12:42:59 +02:00
} ,
2021-09-09 00:19:39 +02:00
"drinking_water" : {
"name" : "Acqua potabile" ,
"presets" : {
"0" : {
2021-09-29 17:56:38 +02:00
"title" : "acqua potabile"
2021-09-09 00:19:39 +02:00
}
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"Bottle refill" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "È facile riempire d’ acqua le bottiglie"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Le bottiglie d’ acqua potrebbero non entrare"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Quanto è facile riempire d’ acqua le bottiglie?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Still in use?" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "La fontanella funziona"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "La fontanella è guasta"
} ,
"2" : {
"then" : "La fontanella è chiusa"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Questo punto di acqua potabile è sempre funzionante?" ,
"render" : "Lo stato operativo è <i>{operational_status}</i>"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"render-closest-drinking-water" : {
2021-09-09 00:19:39 +02:00
"render" : "<a href='#{_closest_other_drinking_water_id}'>C’ è un’ altra fontanella a {_closest_other_drinking_water_distance} metri</a>"
}
2021-09-14 18:20:25 +02:00
} ,
"title" : {
"render" : "Acqua potabile"
2021-09-09 00:05:51 +02:00
}
2021-05-27 21:19:43 +02:00
} ,
2021-09-09 00:19:39 +02:00
"ghost_bike" : {
"name" : "Bici fantasma" ,
"presets" : {
"0" : {
"title" : "Bici fantasma"
}
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"ghost-bike-explanation" : {
2021-09-09 00:19:39 +02:00
"render" : "Una <b>bici fantasma</b> è il memoriale di un ciclista che è morto in un incidente stradale e che ha la forma di una bicicletta bianca piazzata in maniera stabile vicino al luogo dell’ incidente."
} ,
2021-09-26 20:32:28 +02:00
"ghost_bike-inscription" : {
"question" : "Che cosa è scritto sulla bici fantasma?" ,
"render" : "<i>{inscription}</i>"
} ,
"ghost_bike-name" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Nessun nome scritto sulla bici"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "A chi è dedicata questa bici fantasma?<span class='question-subtext'><br/>Rispetta la privacy (compila solo il nome se questo è stato ampiamente pubblicato o se è scritto sulla bici). Decidi se è il caso di non inserire il cognome.</span>" ,
"render" : "In ricordo di {name}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"ghost_bike-source" : {
2021-09-09 00:19:39 +02:00
"question" : "In quale pagina web si possono trovare informazioni sulla bici fantasma o l’ incidente?" ,
"render" : "<a href='{source}' target='_blank'>Sono disponibili ulteriori informazioni</a>"
} ,
2021-09-26 20:32:28 +02:00
"ghost_bike-start_date" : {
2021-09-09 00:19:39 +02:00
"question" : "Quando è stata installata questa bici fantasma?" ,
"render" : "Piazzata in data {start_date}"
}
2021-09-14 18:20:25 +02:00
} ,
"title" : {
"mappings" : {
"0" : {
"then" : "Bici fantasma in ricordo di {name}"
}
} ,
"render" : "Bici fantasma"
2021-09-09 00:05:51 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"information_board" : {
"name" : "Pannelli informativi" ,
"presets" : {
"0" : {
2021-09-29 17:56:38 +02:00
"title" : "pannello informativo"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"title" : {
"render" : "Pannello informativo"
2021-05-28 12:42:59 +02:00
}
2021-05-27 21:19:43 +02:00
} ,
2021-09-09 00:19:39 +02:00
"map" : {
2021-09-14 18:20:25 +02:00
"description" : "Una mappa, destinata ai turisti e che è sistemata in maniera permanente in uno spazio pubblico" ,
2021-09-09 00:19:39 +02:00
"name" : "Mappe" ,
2021-09-14 18:20:25 +02:00
"presets" : {
"0" : {
"description" : "Aggiungi una mappa mancante" ,
"title" : "Mappa"
}
2021-05-27 21:19:43 +02:00
} ,
2021-09-09 00:19:39 +02:00
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"map-attribution" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "L’ attribuzione a OpenStreetMap è chiaramente specificata, inclusa la licenza ODBL"
} ,
"1" : {
"then" : "L’ attribuzione a OpenStreetMap è chiaramente specificata ma la licenza non compare"
} ,
"2" : {
"then" : "Non era presente alcun cenno a OpenStreetMap ma qualcuno vi ha attaccato un adesivo di OpenStreetMap"
} ,
"3" : {
"then" : "Non c’ è alcuna attribuzione"
} ,
"4" : {
"then" : "Non c’ è alcuna attribuzione"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "L’ attribuzione a OpenStreetMap è presente?"
2021-09-26 20:32:28 +02:00
} ,
"map-map_source" : {
"mappings" : {
"0" : {
"then" : "Questa mappa si basa su OpenStreetMap"
}
} ,
"question" : "Su quali dati si basa questa mappa?" ,
"render" : "Questa mappa si basa su {map_source}"
2021-09-09 00:19:39 +02:00
}
} ,
2021-09-14 18:20:25 +02:00
"title" : {
"render" : "Mappa"
2021-05-28 12:42:59 +02:00
}
2021-05-27 21:19:43 +02:00
} ,
2021-09-09 00:19:39 +02:00
"nature_reserve" : {
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"Curator" : {
"question" : "Chi è il curatore di questa riserva naturale?<br/><span class='subtle'>Rispetta la privacy (scrivi il nome solo se questo è noto pubblicamente)" ,
"render" : "{curator} è il curatore di questa riserva naturale"
} ,
"Dogs?" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "I cani devono essere tenuti al guinzaglio"
} ,
"1" : {
"then" : "I cani non sono ammessi"
} ,
"2" : {
"then" : "I cani sono liberi di girare liberi"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "I cani sono ammessi in questa riserva naturale?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Email" : {
2021-09-09 00:19:39 +02:00
"question" : "Qual è l’ indirizzo email a cui scrivere per fare domande o segnalare problemi su questa riserva naturale?<br/><span class='subtle'>Rispetta la privacy (compila l’ indirizzo email personale solo se è stato reso pubblico)" ,
"render" : "<a href='mailto:{email}' target='_blank'>{email}</a>"
} ,
2021-09-26 20:32:28 +02:00
"Surface area" : {
"render" : "Area: {_surface:ha} ha"
} ,
"Website" : {
"question" : "In quale pagina web si possono trovare altre informazioni riguardanti questa riserva naturale?"
} ,
"phone" : {
2021-09-09 00:19:39 +02:00
"question" : "Quale numero di telefono comporre per fare domande o segnalare problemi riguardanti questa riserva naturale?br/><span class='subtle'>Rispetta la privacy (inserisci il numero di telefono privato solo se questo è noto pubblicamente)" ,
"render" : "<a href='tel:{email}' target='_blank'>{phone}</a>"
}
2021-05-30 20:56:09 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"picnic_table" : {
2021-09-14 18:20:25 +02:00
"description" : "Il livello che mostra i tavoli da picnic" ,
2021-09-09 00:19:39 +02:00
"name" : "Tavoli da picnic" ,
2021-09-14 18:20:25 +02:00
"presets" : {
"0" : {
2021-09-29 17:56:38 +02:00
"title" : "tavolo da picnic"
2021-09-14 18:20:25 +02:00
}
2021-09-09 00:19:39 +02:00
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"picnic_table-material" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "È un tavolo da picnic in legno"
} ,
"1" : {
"then" : "È un tavolo da picnic in cemento"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Di che materiale è fatto questo tavolo da picnic?" ,
"render" : "Questo tavolo da picnic è fatto di {material}"
2021-09-09 00:19:39 +02:00
}
} ,
2021-09-14 18:20:25 +02:00
"title" : {
"render" : "Tavolo da picnic"
2021-05-30 20:56:09 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"playground" : {
"description" : "Parchi giochi" ,
2021-09-14 18:20:25 +02:00
"name" : "Campi da gioco" ,
"presets" : {
"0" : {
"title" : "Campetto"
2021-09-09 00:19:39 +02:00
}
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"Playground-wheelchair" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Completamente accessibile in sedia a rotelle"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Accesso limitato in sedia a rotelle"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "Non accessibile in sedia a rotelle"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Il campetto è accessibile a persone in sedia a rotelle?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"playground-access" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Accessibile pubblicamente"
} ,
"1" : {
"then" : "Accessibile pubblicamente"
} ,
"2" : {
"then" : "Accessibile solamente ai clienti dell’ attività che lo gestisce"
} ,
"3" : {
"then" : "Accessibile solamente agli studenti della scuola"
} ,
"4" : {
"then" : "Non accessibile"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Questo parco giochi è pubblicamente accessibile?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"playground-email" : {
2021-09-09 00:19:39 +02:00
"question" : "Qual è l’ indirizzo email del gestore di questo parco giochi?" ,
"render" : "<a href='mailto:{email}'>{email}</a>"
} ,
2021-09-26 20:32:28 +02:00
"playground-lit" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Questo parco giochi è illuminato di notte"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Questo parco giochi non è illuminato di notte"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "È illuminato di notte questo parco giochi?"
} ,
"playground-max_age" : {
"question" : "Qual è l’ età massima per accedere a questo parco giochi?" ,
"render" : "Accessibile ai bambini di età inferiore a {max_age}"
} ,
"playground-min_age" : {
"question" : "Qual è l’ età minima per accedere a questo parco giochi?" ,
"render" : "Accessibile ai bambini di almeno {min_age} anni"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"playground-opening_hours" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Si può accedere dall'alba al tramonto"
} ,
"1" : {
"then" : "Si può sempre accedere"
} ,
"2" : {
"then" : "Si può sempre accedere"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Quando si può accedere a questo campetto?"
2021-09-26 20:32:28 +02:00
} ,
"playground-operator" : {
"question" : "Chi è il responsabile di questo parco giochi?" ,
"render" : "Gestito da {operator}"
} ,
"playground-phone" : {
"question" : "Qual è il numero di telefono del gestore del campetto?" ,
"render" : "<a href='tel:{phone}'>{phone}</a>"
} ,
"playground-surface" : {
"mappings" : {
"0" : {
"then" : "La superficie è <b>prato</b>"
} ,
"1" : {
"then" : "La superficie è <b>sabbia</b>"
} ,
"2" : {
"then" : "La superficie consiste di <b>trucioli di legno</b>"
} ,
"3" : {
"then" : "La superficie è <b>mattonelle regolari</b>"
} ,
"4" : {
"then" : "La superficie è <b>asfalto</b>"
} ,
"5" : {
"then" : "La superficie è <b>cemento</b>"
} ,
"6" : {
"then" : "La superficie è <b>non pavimentato</b>"
} ,
"7" : {
"then" : "La superficie è <b>pavimentato</b>"
}
} ,
"question" : "Qual è la superficie di questo parco giochi?<br/><i>Se ve ne è più di una, seleziona quella predominante</i>" ,
"render" : "La superficie è <b>{surface}</b>"
2021-09-09 00:19:39 +02:00
}
} ,
"title" : {
"mappings" : {
"0" : {
2021-09-14 18:20:25 +02:00
"then" : "Parco giochi <i>{name}</i>"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"render" : "Parco giochi"
}
} ,
"public_bookcase" : {
"description" : "Una vetrinetta ai bordi della strada contenente libri, aperta al pubblico" ,
"name" : "Microbiblioteche" ,
2021-09-09 00:19:39 +02:00
"presets" : {
"0" : {
"title" : "Microbiblioteca"
}
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"bookcase-booktypes" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Principalmente libri per l'infanzia"
} ,
"1" : {
"then" : "Principalmente libri per persone in età adulta"
} ,
"2" : {
"then" : "Sia libri per l'infanzia, sia per l'età adulta"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Che tipo di libri si possono trovare in questa microbiblioteca?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bookcase-is-accessible" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "È ad accesso libero"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "L'accesso è riservato ai clienti"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Questa microbiblioteca è ad accesso libero?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bookcase-is-indoors" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Questa microbiblioteca si trova al chiuso"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Questa microbiblioteca si trova all'aperto"
} ,
"2" : {
"then" : "Questa microbiblioteca si trova all'aperto"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Questa microbiblioteca si trova all'aperto?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"public_bookcase-brand" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Fa parte della rete 'Little Free Library'"
} ,
"1" : {
"then" : "Questa microbiblioteca non fa parte di una rete"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Questa microbiblioteca fa parte di una rete?" ,
"render" : "Questa microbiblioteca fa parte di {brand}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"public_bookcase-capacity" : {
"question" : "Quanti libri può contenere questa microbiblioteca?" ,
"render" : "Questa microbiblioteca può contenere fino a {capacity} libri"
} ,
"public_bookcase-name" : {
"mappings" : {
"0" : {
"then" : "Questa microbiblioteca non ha un nome proprio"
}
} ,
"question" : "Come si chiama questa microbiblioteca pubblica?" ,
"render" : "Questa microbiblioteca si chiama {name}"
} ,
"public_bookcase-operator" : {
"question" : "Chi mantiene questa microbiblioteca?" ,
"render" : "È gestita da {operator}"
} ,
"public_bookcase-ref" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Questa microbiblioteca non fa parte di una rete"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Qual è il numero identificativo di questa microbiblioteca?" ,
"render" : "Il numero identificativo di questa microbiblioteca nella rete {brand} è {ref}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"public_bookcase-start_date" : {
2021-09-09 00:19:39 +02:00
"question" : "Quando è stata inaugurata questa microbiblioteca?" ,
"render" : "È stata inaugurata il {start_date}"
} ,
2021-09-26 20:32:28 +02:00
"public_bookcase-website" : {
2021-09-14 18:20:25 +02:00
"question" : "C'è un sito web con maggiori informazioni su questa microbiblioteca?" ,
"render" : "Maggiori informazioni sul <a href='{website}' target='_blank'>sito web</a>"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"title" : {
"mappings" : {
"0" : {
"then" : "Microbiblioteca pubblica <i>{name}</i>"
}
} ,
"render" : "Microbiblioteca"
2021-09-09 00:05:51 +02:00
}
2021-07-04 00:22:46 +02:00
} ,
2021-09-09 00:19:39 +02:00
"slow_roads" : {
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"slow_roads-surface" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "La superficie è <b>erba</b>"
} ,
"1" : {
"then" : "La superficie è <b>terreno</b>"
} ,
"2" : {
"then" : "La superficie è <b>non pavimentata</b>"
} ,
"3" : {
"then" : "La superficie è <b>sabbia</b>"
} ,
"4" : {
"then" : "La superficie è <b>pietre irregolari</b>"
} ,
"5" : {
"then" : "La superficie è <b>asfalto</b>"
} ,
"6" : {
"then" : "La superficie è <b>calcestruzzo</b>"
} ,
"7" : {
"then" : "La superficie è <b>pavimentata</b>"
}
2021-09-14 18:20:25 +02:00
} ,
"render" : "La superficie è <b>{surface}</b>"
2021-09-09 00:19:39 +02:00
}
2021-05-27 21:20:04 +02:00
}
2021-09-09 00:05:51 +02:00
} ,
2021-09-09 00:19:39 +02:00
"sport_pitch" : {
2021-09-14 18:20:25 +02:00
"description" : "Un campo sportivo" ,
2021-09-09 00:19:39 +02:00
"name" : "Campi sportivi" ,
2021-09-14 18:20:25 +02:00
"presets" : {
"0" : {
"title" : "Tavolo da tennistavolo"
} ,
"1" : {
"title" : "Campo sportivo"
}
2021-09-09 00:19:39 +02:00
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"sport-pitch-access" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Aperto al pubblico"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Accesso limitato (p.es. solo con prenotazione, in certi orari, ...)"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "Accesso limitato ai membri dell'associazione"
2021-09-09 00:19:39 +02:00
} ,
"3" : {
2021-09-26 20:32:28 +02:00
"then" : "Privato - non aperto al pubblico"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Questo campo sportivo è aperto al pubblico?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"sport-pitch-reservation" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "La prenotazione è obbligatoria per usare questo campo sportivo"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "La prenotazione è consigliata per usare questo campo sportivo"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "La prenotazione è consentita, ma non è obbligatoria per usare questo campo sportivo"
2021-09-09 00:19:39 +02:00
} ,
"3" : {
2021-09-26 20:32:28 +02:00
"then" : "Non è possibile prenotare"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "È necessario prenotarsi per usare questo campo sportivo?"
} ,
"sport_pitch-email" : {
"question" : "Qual è l'indirizzo email del gestore?"
} ,
"sport_pitch-opening_hours" : {
"mappings" : {
"1" : {
"then" : "Sempre aperto"
}
} ,
"question" : "Quando è aperto questo campo sportivo?"
} ,
"sport_pitch-phone" : {
"question" : "Qual è il numero di telefono del gestore?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"sport_pitch-sport" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Qui si gioca a basket"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Qui si gioca a calcio"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "Questo è un tavolo da ping pong"
2021-09-09 00:19:39 +02:00
} ,
"3" : {
2021-09-26 20:32:28 +02:00
"then" : "Qui si gioca a tennis"
} ,
"4" : {
"then" : "Qui si gioca a korfball"
} ,
"5" : {
"then" : "Qui si gioca a basket"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Quale sport si gioca qui?" ,
"render" : "Qui si gioca a {sport}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"sport_pitch-surface" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "La superficie è <b>erba</b>"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "La superficie è <b>sabbia</b>"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "La superficie è <b>pietre irregolari</b>"
2021-09-09 00:19:39 +02:00
} ,
"3" : {
2021-09-26 20:32:28 +02:00
"then" : "La superficie è <b>asfalto</b>"
} ,
"4" : {
"then" : "La superficie è <b>calcestruzzo</b>"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Qual è la superficie di questo campo sportivo?" ,
"render" : "La superficie è <b>{surface}</b>"
2021-09-09 00:19:39 +02:00
}
} ,
2021-09-14 18:20:25 +02:00
"title" : {
"render" : "Campo sportivo"
2021-09-09 00:05:51 +02:00
}
2021-07-03 19:50:42 +02:00
} ,
2021-09-09 00:19:39 +02:00
"surveillance_camera" : {
"name" : "Videocamere di sorveglianza" ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"Camera type: fixed; panning; dome" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Una videocamera fissa (non semovente)"
} ,
"1" : {
"then" : "Una videocamera a cupola (che può ruotare)"
} ,
"2" : {
"then" : "Una videocamera panoramica"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Di che tipo di videocamera si tratta?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Indoor camera? This isn't clear for 'public'-cameras" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Questa videocamera si trova al chiuso"
} ,
"1" : {
"then" : "Questa videocamera si trova all'aperto"
} ,
"2" : {
"then" : "Questa videocamera si trova probabilmente all'esterno"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Lo spazio pubblico sorvegliato da questa videocamera è all'aperto o al chiuso?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Level" : {
"question" : "A che piano si trova questa videocamera?" ,
"render" : "Si trova al piano {level}"
} ,
"Operator" : {
2021-09-09 00:19:39 +02:00
"question" : "Chi gestisce questa videocamera a circuito chiuso?" ,
"render" : "È gestita da {operator}"
} ,
2021-09-26 20:32:28 +02:00
"Surveillance type: public, outdoor, indoor" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Sorveglia un'area pubblica, come una strada, un ponte, una piazza, un parco, una stazione, un passaggio o un sottopasso pubblico, ..."
} ,
"1" : {
"then" : "Sorveglia un'area esterna di proprietà privata (un parcheggio, una stazione di servizio, un cortile, un ingresso, un vialetto privato, ...)"
} ,
"2" : {
"then" : "Sorveglia un ambiente interno di proprietà privata, per esempio un negozio, un parcheggio sotterraneo privato, ..."
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Che cosa sorveglia questa videocamera"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Surveillance:zone" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Sorveglia un parcheggio"
} ,
"1" : {
"then" : "Sorveglia il traffico"
} ,
"2" : {
"then" : "Sorveglia un ingresso"
} ,
"3" : {
"then" : "Sorveglia un corridoio"
} ,
"4" : {
"then" : "Sorveglia una pensilina del trasporto pubblico"
} ,
"5" : {
"then" : "Sorveglia un negozio"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Che cosa è sorvegliato qui?" ,
"render" : " Sorveglia una {surveillance:zone}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"camera:mount" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Questa telecamera è posizionata contro un muro"
} ,
"1" : {
"then" : "Questa telecamera è posizionata su un palo"
} ,
"2" : {
"then" : "Questa telecamera è posizionata sul soffitto"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Com'è posizionata questa telecamera?" ,
"render" : "Metodo di montaggio: {mount}"
2021-09-26 20:32:28 +02:00
} ,
"direction. We don't ask this for a dome on a pole or ceiling as it has a 360° view" : {
"mappings" : {
"0" : {
"then" : "Punta in direzione {direction}"
}
} ,
"question" : "In quale direzione geografica punta questa videocamera?" ,
"render" : "Punta in direzione {camera:direction}"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"title" : {
"render" : "Videocamera di sorveglianza"
2021-09-09 00:05:51 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"toilet" : {
"name" : "Servizi igienici" ,
"presets" : {
"0" : {
2021-09-14 18:20:25 +02:00
"description" : "Servizi igienici aperti al pubblico" ,
2021-09-29 17:56:38 +02:00
"title" : "servizi igienici"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-14 18:20:25 +02:00
"description" : "Servizi igienici che hanno almeno una toilette accessibile a persone in sedia a rotelle" ,
2021-09-29 17:56:38 +02:00
"title" : "servizi igienici accessibili per persone in sedia a rotelle"
2021-09-09 00:19:39 +02:00
}
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"toilet-access" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Accesso pubblico"
} ,
"1" : {
"then" : "Accesso riservato ai clienti e alle clienti"
} ,
"2" : {
"then" : "Non accessibile"
} ,
"3" : {
"then" : "Accessibile, ma occorre chiedere una chiave per accedere"
2021-09-14 18:19:29 +02:00
} ,
"4" : {
"then" : "Accesso pubblico"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Questi servizi igienici sono aperti al pubblico?" ,
"render" : "L'accesso è {access}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"toilet-changing_table:location" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Il fasciatoio è nei servizi igienici femminili. "
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Il fasciatoio è nei servizi igienici maschili. "
} ,
"2" : {
"then" : "Il fasciatoio è nei servizi igienici per persone in sedia a rotelle. "
} ,
"3" : {
"then" : "Il fasciatoio è in una stanza dedicata. "
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Dove si trova il fasciatoio?" ,
"render" : "Il fasciatoio si trova presso {changing_table:location}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"toilet-charge" : {
2021-09-09 00:19:39 +02:00
"question" : "Quanto costa l'accesso a questi servizi igienici?" ,
"render" : "La tariffa è {charge}"
} ,
2021-09-26 20:32:28 +02:00
"toilets-changing-table" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "È disponibile un fasciatoio"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Non è disponibile un fasciatoio"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "È disponibile un fasciatoio (per cambiare i pannolini)?"
} ,
"toilets-fee" : {
"mappings" : {
"0" : {
"then" : "Questi servizi igienici sono a pagamento"
} ,
"1" : {
"then" : "Gratis"
}
} ,
"question" : "Questi servizi igienici sono gratuiti?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"toilets-type" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Ci sono solo WC con sedile"
} ,
"1" : {
"then" : "Ci sono solo urinali"
} ,
"2" : {
"then" : "Ci sono solo turche"
} ,
"3" : {
"then" : "Ci sono sia sedili, sia urinali"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Di che tipo di servizi igienici si tratta?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"toilets-wheelchair" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "C'è un WC riservato alle persone in sedia a rotelle"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Non accessibile in sedia a rotelle"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "C'è un WC riservato alle persone in sedia a rotelle"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"title" : {
"render" : "Servizi igienici"
2021-09-09 00:05:51 +02:00
}
2021-07-03 19:50:42 +02:00
} ,
2021-09-09 00:19:39 +02:00
"tree_node" : {
"name" : "Albero" ,
2021-09-14 18:20:25 +02:00
"presets" : {
"0" : {
"description" : "Un albero di una specie con foglie larghe come la quercia o il pioppo." ,
"title" : "Albero latifoglia"
} ,
"1" : {
"description" : "Un albero di una specie con aghi come il pino o l’ abete." ,
"title" : "Albero aghifoglia"
} ,
"2" : {
"description" : "Qualora non si sia sicuri se si tratta di un albero latifoglia o aghifoglia." ,
"title" : "Albero"
2021-09-09 00:19:39 +02:00
}
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"tree-decidouous" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Caduco: l’ albero perde le sue foglie per un periodo dell’ anno."
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Sempreverde."
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "È un sempreverde o caduco?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"tree-denotation" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "È un albero notevole per le sue dimensioni o per la posizione prominente. È utile alla navigazione."
} ,
"1" : {
"then" : "L’ albero è un monumento naturale, ad esempio perché specialmente antico o appartenente a specie importanti."
} ,
"2" : {
"then" : "L’ albero è usato per scopi agricoli, ad esempio in un frutteto."
} ,
"3" : {
"then" : "L’ albero è in un parco o qualcosa di simile (cimitero, aree didattiche, etc.)."
} ,
"4" : {
"then" : "L’ albero è un giardino residenziale."
} ,
"5" : {
"then" : "Fa parte di un viale alberato."
} ,
"6" : {
"then" : "L’ albero si trova in un’ area urbana."
} ,
"7" : {
"then" : "L’ albero si trova fuori dall’ area urbana."
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Quanto significativo è questo albero? Scegli la prima risposta che corrisponde."
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"tree-height" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Altezza: {height} m"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"render" : "Altezza: {height}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"tree-heritage" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "<img src=\"./assets/layers/tree_node/Onroerend_Erfgoed_logo_without_text.svg\" style=\"width:0.85em;height:1em;vertical-align:middle\" alt=\"\"/>Registrato come patrimonio da <i>Onroerend Erfgoed</i> Flanders"
} ,
"1" : {
"then" : "Registrato come patrimonio da <i>Direction du Patrimoine culturel</i> di Bruxelles"
} ,
"2" : {
"then" : "Registrato come patrimonio da un’ organizzazione differente"
} ,
"3" : {
"then" : "Non è registrato come patrimonio"
} ,
"4" : {
"then" : "Registrato come patrimonio da un’ organizzazione differente"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Quest’ albero è registrato come patrimonio?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"tree-leaf_type" : {
"mappings" : {
"0" : {
"then" : "<img src=\"./assets/themes/trees/broadleaved.svg\" style=\"width:1.5em;height:1.5em\" alt=\"\"/> Latifoglia"
} ,
"1" : {
"then" : "<img src=\"./assets/themes/trees/needleleaved.svg\" style=\"width:1.5em;height:1.5em\" alt=\"\"/> Aghifoglia"
} ,
"2" : {
"then" : "<img src=\"./assets/themes/trees/leafless.svg\" style=\"width:1.5em;height:1.5em\" alt=\"\"/> Privo di foglie (permanente)"
}
} ,
"question" : "Si tratta di un albero latifoglia o aghifoglia?"
} ,
"tree_node-name" : {
"mappings" : {
"0" : {
"then" : "L’ albero non ha un nome."
}
} ,
"question" : "L’ albero ha un nome?" ,
"render" : "Nome: {name}"
} ,
"tree_node-ref:OnroerendErfgoed" : {
2021-09-14 18:20:25 +02:00
"question" : "Qual è l’ ID rilasciato da Onroerend Erfgoed Flanders?" ,
"render" : "<img src=\"./assets/layers/tree_node/Onroerend_Erfgoed_logo_without_text.svg\" style=\"width:0.85em;height:1em;vertical-align:middle\" alt=\"\"/> Onroerend Erfgoed ID: <a href=\"https://id.erfgoed.net/erfgoedobjecten/{ref:OnroerendErfgoed}\">{ref:OnroerendErfgoed}</a>"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"tree_node-wikidata" : {
2021-09-14 18:20:25 +02:00
"question" : "Qual è l’ ID Wikidata per questo albero?" ,
"render" : "<img src=\"./assets/svg/wikidata.svg\" style=\"width:1em;height:0.56em;vertical-align:middle\" alt=\"\"/> Wikidata: <a href=\"http://www.wikidata.org/entity/{wikidata}\">{wikidata}</a>"
2021-09-09 00:19:39 +02:00
}
} ,
2021-09-14 18:20:25 +02:00
"title" : {
"mappings" : {
"0" : {
"then" : "<i>{name}</i>"
}
2021-09-09 00:19:39 +02:00
} ,
2021-09-14 18:20:25 +02:00
"render" : "Albero"
2021-09-09 00:05:51 +02:00
}
2021-07-04 00:22:46 +02:00
} ,
2021-09-09 00:19:39 +02:00
"viewpoint" : {
"description" : "Un punto panoramico che offre una bella vista. L'ideale è aggiungere un'immagine, se nessun'altra categoria è appropriata" ,
2021-09-14 18:20:25 +02:00
"name" : "Punto panoramico" ,
2021-09-09 00:19:39 +02:00
"presets" : {
"0" : {
"title" : "Punto panoramico"
}
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"viewpoint-description" : {
2021-09-09 00:19:39 +02:00
"question" : "Vuoi aggiungere una descrizione?"
}
2021-09-14 18:20:25 +02:00
} ,
"title" : {
"render" : "Punto panoramico"
2021-09-09 00:05:51 +02:00
}
2021-05-25 10:22:08 +02:00
}
2021-07-04 00:22:46 +02:00
}