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

29 lines
941 B
JSON

{
"config": {
"abort": {
"already_configured": "La posizione \u00e8 gi\u00e0 configurata"
},
"error": {
"invalid_api_key": "Chiave API non valida",
"wrong_location": "Nessuna stazione di misurazione Airly in quest'area."
},
"step": {
"user": {
"data": {
"api_key": "Chiave API",
"latitude": "Latitudine",
"longitude": "Logitudine",
"name": "Nome"
},
"description": "Per generare la chiave API, vai su https://developer.airly.eu/register"
}
}
},
"system_health": {
"info": {
"can_reach_server": "Raggiungi il server Airly",
"requests_per_day": "Richieste consentite al giorno",
"requests_remaining": "Richieste consentite rimanenti"
}
}
}