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

25 lines
758 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato",
"not_songpal_device": "Non \u00e8 un dispositivo Songpal"
},
"error": {
2020-05-22 00:05:00 +00:00
"cannot_connect": "Impossibile connettersi",
2020-05-13 18:27:21 +00:00
"connection": "Errore di connessione: controlla il tuo endpoint"
},
"flow_title": "Sony Songpal {name} ({host})",
"step": {
"init": {
"description": "Vuoi impostare {name} ({host})?",
"title": "Sony Songpal"
},
"user": {
"data": {
"endpoint": "Endpoint"
},
"title": "Sony Songpal"
}
}
}
}