[Feature] Italian translation
enhancement
### Short summary
it.json file translated
### Detailed description
Hi!
I've done a translation of the language file it.json file here:
`{
"config": {
"abort": {
"already_configured": "Dispositivo già configurato"
},
"error": {
"cannot_connect": "Connessione fallita",
"city_not_found": "Località non trovata",
"invalid_auth": "Autenticazione non valida",
"unknown": "Errore inatteso"
},
"step": {
"location": {
"data": {
"city": "Città",
"latitude": "Latitudine",
"longitude": "Longitudine",
"region": "Regione",
"time_zone": "Timezone"
}
},
"user": {
"data": {
"city": "Città"
}
}
}
},
"entity": {
"sensor": {
"moon_phase": {
"name": "Fase lunare",
"state": {
"first_quarter": "Primo quarto",
"full_moon": "Luna piena",
"last_quarter": "Ultimo quarto",
"new_moon": "Luna nuova",
"waning_crescent": "Luna calante",
"waning_gibbous": "Gibbosa calante",
"waxing_crescent": "Luna crescente",
"waxing_gibbous": "Gibbosa crescente"
}
},
"next_phase": {
"state": {
"first_quarter": "Primo quarto",
"full_moon": "Luna piena",
"last_quarter": "Ultimo quarto",
"new_moon": "Luna nuova"
}
}
}
},
"title": "Fase lunare"
}`
Hope that can be implemented in the next update! :)
Thanks!
### Examples 🖼️
_No response_
### Additional context 🗒️
_No response_
0 条评论