mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Use reference strings in Glances (#41078)
This commit is contained in:
parent
c958ec887f
commit
e9b70511a2
@ -16,11 +16,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "Unable to connect to host",
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||||
"wrong_version": "Version not supported (2 or 3 only)"
|
"wrong_version": "Version not supported (2 or 3 only)"
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "Host is already configured."
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user