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

16 lines
517 B
JSON
Raw Normal View History

2020-08-27 00:04:55 +00:00
{
"config": {
"abort": {
"already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato",
"not_supported_device": "Questo WiLight non \u00e8 attualmente supportato",
"not_wilight_device": "Questo dispositivo non \u00e8 WiLight"
},
2021-05-18 00:12:13 +00:00
"flow_title": "{name}",
2020-08-27 00:04:55 +00:00
"step": {
"confirm": {
2022-04-29 00:22:21 +00:00
"description": "Sono supportati i seguenti componenti: {components}",
2020-08-27 00:04:55 +00:00
"title": "WiLight"
}
}
}
}