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

33 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"already_in_progress": "Configuration flow is already in progress",
"no_devices_found": "No devices found on the network",
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"error": {
"cannot_connect": "Failed to connect"
},
"flow_title": "{label} ({host}) {serial}",
"step": {
"confirm": {
"description": "Do you want to set up LIFX?"
},
"discovery_confirm": {
"description": "Do you want to setup {label} ({host}) {serial}?"
},
"pick_device": {
"data": {
"device": "Device"
}
},
"user": {
"data": {
"host": "Host"
},
"description": "If you leave the host empty, discovery will be used to find devices."
}
}
}
}