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

25 lines
871 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
},
"flow_title": "Elgato Key Light: {serial_number}",
"step": {
"user": {
"data": {
2020-05-22 00:05:00 +00:00
"host": "Host",
"port": "Porta"
2019-12-10 00:32:16 +00:00
},
2020-05-29 00:04:16 +00:00
"description": "Configura Elgato Key Light per l'integrazione con Home Assistant."
2019-12-10 00:32:16 +00:00
},
"zeroconf_confirm": {
2020-05-30 00:03:23 +00:00
"description": "Vuoi aggiungere il dispositivo Elgato Key Light con il numero di serie `{serial_number}` a Home Assistant?",
2019-12-10 00:32:16 +00:00
"title": "Dispositivo Elgato Key Light rilevato"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-12-10 00:32:16 +00:00
}