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

22 lines
585 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-29 00:04:16 +00:00
"cannot_connect": "Impossibile connettersi"
2020-05-13 18:27:21 +00:00
},
2021-05-18 00:12:13 +00:00
"flow_title": "{name} ({host})",
2020-05-13 18:27:21 +00:00
"step": {
"init": {
2020-05-29 00:04:16 +00:00
"description": "Vuoi impostare {name} ({host})?"
2020-05-13 18:27:21 +00:00
},
"user": {
"data": {
"endpoint": "Endpoint"
2020-05-29 00:04:16 +00:00
}
2020-05-13 18:27:21 +00:00
}
}
}
}