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

30 lines
1.0 KiB
JSON
Raw Normal View History

2019-10-06 00:32:15 +00:00
{
"config": {
2020-01-14 00:31:46 +00:00
"abort": {
2020-10-08 00:06:03 +00:00
"already_configured": "La posizione \u00e8 gi\u00e0 configurata"
2020-01-14 00:31:46 +00:00
},
2019-10-06 00:32:15 +00:00
"error": {
2020-10-02 00:05:51 +00:00
"invalid_api_key": "Chiave API non valida",
2019-10-06 00:32:15 +00:00
"wrong_location": "Nessuna stazione di misurazione Airly in quest'area."
},
"step": {
"user": {
"data": {
2020-05-22 00:05:00 +00:00
"api_key": "Chiave API",
2019-10-06 00:32:15 +00:00
"latitude": "Latitudine",
"longitude": "Logitudine",
2020-10-08 00:06:03 +00:00
"name": "Nome"
2019-10-06 00:32:15 +00:00
},
"description": "Configurazione dell'integrazione della qualit\u00e0 dell'aria Airly. Per generare la chiave API andare su https://developer.airly.eu/register",
"title": "Airly"
}
2020-04-15 16:51:07 +00:00
}
2020-12-05 00:03:50 +00:00
},
"system_health": {
"info": {
2021-03-16 00:04:36 +00:00
"can_reach_server": "Raggiungi il server Airly",
"requests_per_day": "Richieste consentite al giorno",
"requests_remaining": "Richieste consentite rimanenti"
2020-12-05 00:03:50 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-10-06 00:32:15 +00:00
}