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

23 lines
815 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2019-07-01 05:53:27 +00:00
"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"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
}