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

33 lines
966 B
JSON
Raw Normal View History

2019-11-08 00:32:12 +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-11-08 00:32:12 +00:00
},
"error": {
2020-11-11 11:10:09 +00:00
"cannot_connect": "Impossibile connettersi"
2019-11-08 00:32:12 +00:00
},
2021-05-18 00:12:13 +00:00
"flow_title": "{name}",
2019-11-08 00:32:12 +00:00
"step": {
"user": {
"data": {
2020-05-22 00:05:00 +00:00
"host": "Host"
2019-11-08 00:32:12 +00:00
},
2020-05-29 00:04:16 +00:00
"description": "Configura WLED per l'integrazione con Home Assistant."
2019-11-08 00:32:12 +00:00
},
"zeroconf_confirm": {
2020-04-16 00:04:36 +00:00
"description": "Vuoi aggiungere il WLED chiamato `{name}` a Home Assistant?",
"title": "Dispositivo WLED rilevato"
2019-11-08 00:32:12 +00:00
}
2020-04-15 16:51:07 +00:00
}
2021-06-14 00:09:44 +00:00
},
"options": {
"step": {
"init": {
"data": {
"keep_master_light": "Mantieni la luce principale, anche con 1 segmento LED."
}
}
}
2020-04-16 20:00:10 +00:00
}
2019-11-08 00:32:12 +00:00
}