mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Use reference strings in soma (#57564)
This commit is contained in:
parent
8e18ca3b6e
commit
f62cadf32c
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user