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

19 lines
455 B
JSON
Raw Normal View History

2020-04-16 00:04:36 +00:00
{
"config": {
"abort": {
2020-10-04 00:05:05 +00:00
"already_configured": "L'account \u00e8 gi\u00e0 configurato"
2020-04-16 00:04:36 +00:00
},
"error": {
2020-11-11 11:10:09 +00:00
"invalid_auth": "Autenticazione non valida"
2020-04-16 00:04:36 +00:00
},
"step": {
"user": {
"data": {
"password": "Password",
"username": "Nome utente"
},
"title": "Total Connect"
}
}
2020-04-16 20:00:10 +00:00
}
2020-04-16 00:04:36 +00:00
}