core/homeassistant/components/tradfri/strings.json

23 lines
728 B
JSON

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