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

25 lines
836 B
JSON
Raw Normal View History

2019-12-10 00:32:16 +00:00
{
"config": {
"abort": {
2020-10-04 00:05:05 +00:00
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato",
2020-11-11 11:10:09 +00:00
"cannot_connect": "Impossibile connettersi"
2019-12-10 00:32:16 +00:00
},
"error": {
2020-11-11 11:10:09 +00:00
"cannot_connect": "Impossibile connettersi"
2019-12-10 00:32:16 +00:00
},
2021-05-18 00:12:13 +00:00
"flow_title": "{serial_number}",
2019-12-10 00:32:16 +00:00
"step": {
"user": {
"data": {
2020-05-22 00:05:00 +00:00
"host": "Host",
"port": "Porta"
2019-12-10 00:32:16 +00:00
},
2021-05-07 00:04:03 +00:00
"description": "Configura il tuo Elgato Light per l'integrazione con Home Assistant."
2019-12-10 00:32:16 +00:00
},
"zeroconf_confirm": {
2021-05-07 00:04:03 +00:00
"description": "Vuoi aggiungere Elgato Light con il numero di serie `{serial_number}` a Home Assistant?",
"title": "Rilevato il dispositivo Elgato Light"
2019-12-10 00:32:16 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-12-10 00:32:16 +00:00
}