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

34 lines
962 B
JSON
Raw Normal View History

2020-09-09 00:03:44 +00:00
{
"config": {
"abort": {
2020-10-08 00:06:03 +00:00
"already_configured": "La posizione \u00e8 gi\u00e0 configurata"
2020-09-09 00:03:44 +00:00
},
"error": {
2020-10-04 00:05:05 +00:00
"cannot_connect": "Impossibile connettersi",
"invalid_api_key": "Chiave API non valida"
2020-09-09 00:03:44 +00:00
},
"step": {
"user": {
"data": {
2020-10-04 00:05:05 +00:00
"api_key": "Chiave API",
2020-09-09 00:03:44 +00:00
"language": "Lingua",
"latitude": "Latitudine",
"longitude": "Logitudine",
"mode": "Modalit\u00e0",
2022-04-29 00:22:21 +00:00
"name": "Nome"
2020-09-09 00:03:44 +00:00
},
2022-05-19 00:26:11 +00:00
"description": "Per generare la chiave API, vai su https://openweathermap.org/appid"
2020-09-09 00:03:44 +00:00
}
}
},
"options": {
"step": {
"init": {
"data": {
"language": "Lingua",
"mode": "Modalit\u00e0"
}
}
}
}
}