core/homeassistant/components/tradfri/strings.json

25 lines
724 B
JSON

{
"config": {
"title": "IKEA TRÅDFRI",
"step": {
"auth": {
"title": "Enter security code",
"description": "You can find the security code on the back of your gateway.",
"data": {
"host": "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."
}
}
}