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

20 lines
469 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"device_exists": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect"
},
"step": {
2021-12-15 00:13:42 +00:00
"discovery_confirm": {
"description": "Do you want to setup {name} - {model} ({host})?"
},
"user": {
"data": {
2022-01-15 00:14:21 +00:00
"host": "Host"
2022-04-29 00:22:21 +00:00
}
}
}
}
}