mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
add common strings (#41300)
This commit is contained in:
parent
7a12a16fc5
commit
95c831648b
@ -20,15 +20,15 @@
|
|||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"register_failed": "Failed to register, please try again",
|
"register_failed": "Failed to register, please try again",
|
||||||
"linking": "Unknown linking error occurred."
|
"linking": "[%key:common::config_flow::error::unknown%]"
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"discover_timeout": "Unable to discover Hue bridges",
|
"discover_timeout": "Unable to discover Hue bridges",
|
||||||
"no_bridges": "No Philips Hue bridges discovered",
|
"no_bridges": "No Philips Hue bridges discovered",
|
||||||
"all_configured": "All Philips Hue bridges are already configured",
|
"all_configured": "All Philips Hue bridges are already configured",
|
||||||
"unknown": "Unknown error occurred",
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
||||||
"cannot_connect": "Unable to connect to the bridge",
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||||
"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%]",
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
||||||
"not_hue_bridge": "Not a Hue bridge"
|
"not_hue_bridge": "Not a Hue bridge"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user