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

27 lines
989 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"cannot_connect": "Failed to connect",
"connection_error": "Failed to connect to Elgato Key Light device."
},
"error": {
"cannot_connect": "Failed to connect",
"connection_error": "Failed to connect to Elgato Key Light device."
},
"flow_title": "Elgato Key Light: {serial_number}",
"step": {
"user": {
"data": {
"host": "Host",
"port": "Port"
},
"description": "Set up your Elgato Key Light to integrate with Home Assistant."
},
"zeroconf_confirm": {
"description": "Do you want to add the Elgato Key Light with serial number `{serial_number}` to Home Assistant?",
"title": "Discovered Elgato Key Light device"
}
}
}
}