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

22 lines
609 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": {
"host": "Host (or IP address) of your twinkly device"
},
"description": "Set up your Twinkly led string",
"title": "Twinkly"
}
}
}
}