add common strings (#41300)

This commit is contained in:
scheric 2020-10-05 21:56:06 +02:00 committed by GitHub
parent 7a12a16fc5
commit 95c831648b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
} }