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

21 lines
617 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
2020-10-04 00:05:05 +00:00
"already_configured": "L'account \u00e8 gi\u00e0 configurato"
2020-05-13 18:27:21 +00:00
},
"error": {
2020-10-04 00:05:05 +00:00
"cannot_connect": "Impossibile connettersi",
2020-05-13 18:27:21 +00:00
"invalid_auth": "Autenticazione non valida",
"unknown": "Errore imprevisto"
},
"step": {
"user": {
"data": {
2020-10-04 00:05:05 +00:00
"api_token": "Token API"
2020-05-13 18:27:21 +00:00
},
"description": "Avrete bisogno del Token API da https://home.juice.net/Manage.",
"title": "Connettersi a JuiceNet"
}
}
}
}