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

24 lines
674 B
JSON
Raw Normal View History

2020-05-01 00:02:55 +00:00
{
"config": {
"abort": {
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato"
},
"error": {
2020-10-08 00:06:03 +00:00
"cannot_connect": "Impossibile connettersi",
2020-05-01 00:02:55 +00:00
"unknown": "Errore imprevisto"
},
2021-05-24 00:12:23 +00:00
"flow_title": "{name} ({host})",
2020-05-01 00:02:55 +00:00
"step": {
"link": {
"description": "Vuoi impostare {name} ({host})?",
"title": "Connettersi all'Hub PowerView"
},
"user": {
"data": {
"host": "Indirizzo IP"
},
"title": "Collegamento al PowerView Hub"
}
}
2020-11-11 12:25:22 +00:00
}
2020-05-01 00:02:55 +00:00
}