mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Use reference strings in Flume (#41075)
This commit is contained in:
parent
87c1c16b31
commit
4158cefeb9
@ -1,9 +1,9 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"unknown": "Unexpected error",
|
||||
"invalid_auth": "Invalid authentication",
|
||||
"cannot_connect": "Failed to connect, please try again"
|
||||
"unknown": "[%key:common::config_flow::error::unknown%]",
|
||||
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
@ -18,7 +18,7 @@
|
||||
}
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "This account is already configured"
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user