mapcomplete/langs/layers/it.json

95 lines
3 KiB
JSON
Raw Normal View History

{
"bench": {
2021-05-27 21:20:04 +02:00
"name": "Panchine",
"title": {
"render": "Panchina"
},
"tagRenderings": {
2021-05-27 21:20:04 +02:00
"1": {
"render": "Schienale",
"mappings": {
2021-05-27 21:20:04 +02:00
"0": {
"then": "Schienale: Sì"
},
"1": {
2021-05-27 21:20:04 +02:00
"then": "Schienale: No"
}
},
2021-05-27 21:20:04 +02:00
"question": "Questa panchina ha lo schienale?"
},
2021-05-27 21:20:04 +02:00
"2": {
"render": "{seats} posti",
"question": "Quanti posti ha questa panchina?"
},
"3": {
2021-05-27 21:20:04 +02:00
"render": "Materiale: {material}",
"mappings": {
2021-05-27 21:20:04 +02:00
"0": {
"then": "Materiale: legno"
},
2021-05-27 21:20:04 +02:00
"1": {
"then": "Materiale: metallo"
},
"2": {
"then": "Materiale: pietra"
},
2021-05-27 21:20:04 +02:00
"3": {
"then": "Materiale: cemento"
},
2021-05-27 21:20:04 +02:00
"4": {
"then": "Materiale: plastica"
},
"5": {
"then": "Materiale: acciaio"
}
},
2021-05-27 21:20:04 +02:00
"question": "Di che materiale è fatta questa panchina?"
},
2021-05-27 21:20:04 +02:00
"4": {
"question": "In che direzione si guarda quando si è seduti su questa panchina?",
"render": "Quando si è seduti su questa panchina, si guarda verso {direction}°."
},
2021-05-27 21:20:04 +02:00
"5": {
"render": "Colore: {colour}",
"question": "Di che colore è questa panchina?",
"mappings": {
2021-05-27 21:20:04 +02:00
"0": {
"then": "Colore: marrone"
},
"1": {
2021-05-27 21:20:04 +02:00
"then": "Colore: verde"
},
2021-05-27 21:20:04 +02:00
"2": {
"then": "Colore: grigio"
},
"3": {
"then": "Colore: bianco"
},
"4": {
"then": "Colore: rosso"
},
"5": {
"then": "Colore: nero"
},
"6": {
"then": "Colore: blu"
},
"7": {
"then": "Colore: giallo"
}
2021-05-27 21:20:04 +02:00
}
},
"6": {
"question": "Quando è stata verificata lultima volta questa panchina?",
"render": "Questa panchina è stata controllata lultima volta in data {survey:date}"
}
2021-05-27 21:20:04 +02:00
}
},
"bench_at_pt": {
"tagRenderings": {
"1": {
"render": "{name}"
}
}
}
2021-05-27 21:20:04 +02:00
}