Use reference strings in soma (#57564)

This commit is contained in:
Jason Madigan 2021-10-14 07:54:16 +01:00 committed by GitHub
parent 8e18ca3b6e
commit f62cadf32c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ {
"config": { "config": {
"abort": { "abort": {
"already_setup": "You can only configure one Soma account.", "already_setup": "[%key:common::config_flow::abort::single_instance_allowed%]",
"authorize_url_timeout": "Timeout generating authorize URL.", "authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
"missing_configuration": "The Soma component is not configured. Please follow the documentation.", "missing_configuration": "The Soma component is not configured. Please follow the documentation.",
"result_error": "SOMA Connect responded with error status.", "result_error": "SOMA Connect responded with error status.",
"connection_error": "Failed to connect to SOMA Connect." "connection_error": "[%key:common::config_flow::error::cannot_connect%]"
}, },
"create_entry": { "create_entry": {
"default": "Successfully authenticated with Soma." "default": "[%key:common::config_flow::create_entry::authenticated%]"
}, },
"step": { "step": {
"user": { "user": {