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

22 lines
592 B
JSON
Raw Normal View History

2020-11-21 00:08:32 +00:00
{
"config": {
"abort": {
"device_exists": "Il dispositivo \u00e8 gi\u00e0 configurato"
},
"error": {
"cannot_connect": "Impossibile connettersi"
},
"step": {
2021-12-15 00:13:42 +00:00
"discovery_confirm": {
"description": "Vuoi configurare {name} - {model} ({host})?"
},
2020-11-21 00:08:32 +00:00
"user": {
"data": {
2022-01-22 00:13:08 +00:00
"host": "Host"
2020-11-21 00:08:32 +00:00
},
"description": "Configura la tua stringa led Twinkly",
"title": "Twinkly"
}
}
}
}