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

24 lines
756 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato"
},
"error": {
2020-11-11 11:10:09 +00:00
"cannot_connect": "Impossibile connettersi"
2020-05-13 18:27:21 +00:00
},
"flow_title": "BSB-Lan: {name}",
"step": {
"user": {
"data": {
2020-05-22 00:05:00 +00:00
"host": "Host",
2020-05-13 18:27:21 +00:00
"passkey": "Stringa passkey",
2020-12-05 00:03:50 +00:00
"password": "Password",
"port": "Porta",
"username": "Nome utente"
2020-05-13 18:27:21 +00:00
},
"description": "Configura il tuo dispositivo BSB-Lan per l'integrazione con Home Assistant.",
"title": "Collegamento al dispositivo BSB-Lan"
}
}
2020-11-11 12:25:22 +00:00
}
2020-05-13 18:27:21 +00:00
}