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

23 lines
795 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-10-06 00:08:09 +00:00
"already_configured": "Device is already configured",
2020-10-04 00:05:05 +00:00
"already_in_progress": "Configuration flow is already in progress"
},
"error": {
2020-10-06 00:08:09 +00:00
"cannot_connect": "Failed to connect",
"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
}
}