mapcomplete/langs/layers/it.json
2021-05-27 21:20:04 +02:00

95 lines
No EOL
3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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