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

23 lines
815 B
JSON

{
"config": {
"abort": {
"already_configured": "Bridge is already configured.",
"already_in_progress": "Bridge configuration is already in progress."
},
"error": {
"cannot_connect": "Unable to connect to the gateway.",
"invalid_key": "Failed to register with provided key. If this keeps happening, try restarting the gateway.",
"timeout": "Timeout validating the code."
},
"step": {
"auth": {
"data": {
"host": "Host",
"security_code": "Security Code"
},
"description": "You can find the security code on the back of your gateway.",
"title": "Enter security code"
}
}
}
}