mapcomplete/langs/shared-questions/it.json
Marco efa3dac04b
Translated using Weblate (Italian)
Currently translated at 100.0% (29 of 29 strings)

Translation: MapComplete/shared-questions
Translate-URL: https://hosted.weblate.org/projects/mapcomplete/shared-questions/it/
2021-10-29 13:40:26 +02:00

99 lines
3.5 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.

{
"undefined": {
"description": {
"question": "C'è ancora qualche informazione importante che non è stato possibile fornire nelle domande precedenti? Aggiungila qui.<br/><span style='font-size: small'>Non ripetere informazioni già fornite</span>"
},
"email": {
"question": "Qual è l'indirizzo email di {name}?"
},
"opening_hours": {
"question": "Quali sono gli orari di apertura di {name}?",
"render": "<h3>Orari di apertura</h3>{opening_hours_table(opening_hours)}"
},
"phone": {
"question": "Qual è il numero di telefono di {name}?"
},
"website": {
"question": "Qual è il sito web di {name}?"
},
"level": {
"render": "Si trova al piano numero {level}",
"mappings": {
"1": {
"then": "Si trova al pianoterra"
},
"2": {
"then": "Si trova al pianoterra"
},
"3": {
"then": "Si trova al primo piano"
},
"0": {
"then": "Si trova sotto il livello stradale"
}
},
"question": "A quale piano si trova questo elemento?"
},
"payment-options": {
"mappings": {
"0": {
"then": "I contanti sono accettati"
},
"1": {
"then": "I pagamenti con la carta sono accettati"
}
},
"question": "Quali metodi di pagamento sono accettati qui?"
},
"wheelchair-access": {
"mappings": {
"1": {
"then": "Questo luogo è facilmente raggiungibile con una sedia a rotelle"
},
"2": {
"then": "È possibile raggiungere questo luogo con una sedia a rotella ma non è semplice"
},
"3": {
"then": "Questo luogo non è accessibile con una sedia a rotelle"
},
"0": {
"then": "Questo luogo è stato adattato per favorire le persone in sedia a rotelle"
}
},
"question": "Questo luogo è accessibile con una sedia a rotelle?"
},
"dog-access": {
"mappings": {
"0": {
"then": "Cani ammessi"
},
"2": {
"then": "Cani ammessi ma solo se tenuti al guinzaglio"
},
"1": {
"then": "I cani <b>non</b> sono ammessi"
},
"3": {
"then": "I cani sono ammessi e possono andare in giro liberamente"
}
},
"question": "I cani sono ammessi in questattività?"
},
"wikipedialink": {
"question": "Qual è il corrispondente elemento su Wikipedia?",
"mappings": {
"0": {
"then": "Non collegato a Wikipedia"
}
}
},
"wikipedia": {
"mappings": {
"0": {
"then": "Nessuna pagina Wikipedia è ancora stata collegata"
}
},
"question": "Qual è lelemento Wikidata corrispondente?"
}
}
}