mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Use reference strings in Tradfri (#41237)
This commit is contained in:
parent
f679acd3fa
commit
2763ace2bc
@ -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…
x
Reference in New Issue
Block a user