Use reference strings in Tradfri (#41237)
This commit is contained in:
parent
f679acd3fa
commit
2763ace2bc
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@
|
|||
},
|
||||
"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.",
|
||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||
"timeout": "Timeout validating the code."
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "Bridge is already configured.",
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue