Use reference strings in Tradfri (#41237)

This commit is contained in:
SNoof85 2020-10-05 14:35:59 +02:00 committed by GitHub
parent f679acd3fa
commit 2763ace2bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,11 +12,11 @@
}, },
"error": { "error": {
"invalid_key": "Failed to register with provided key. If this keeps happening, try restarting the gateway.", "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." "timeout": "Timeout validating the code."
}, },
"abort": { "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%]" "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]"
} }
} }