mapcomplete/langs/layers/it.json
Marco 512e5c13aa Translated using Weblate (Italian)
Currently translated at 5.5% (31 of 557 strings)

Translation: MapComplete/Layer translations
Translate-URL: https://hosted.weblate.org/projects/mapcomplete/layer-translations/it/
2021-05-25 14:48:41 +02:00

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