core/homeassistant/components/luftdaten/translations/it.json

18 lines
539 B
JSON

{
"config": {
"error": {
"communication_error": "Impossibile comunicare con l'API Luftdaten",
"invalid_sensor": "Sensore non disponibile o non valido",
"sensor_exists": "Sensore gi\u00e0 registrato"
},
"step": {
"user": {
"data": {
"show_on_map": "Mostra sulla mappa",
"station_id": "ID del sensore Luftdaten"
},
"title": "Definisci Luftdaten"
}
}
}
}