Use reference strings in Glances (#41078)

This commit is contained in:
SNoof85 2020-10-02 21:03:53 +02:00 committed by GitHub
parent c958ec887f
commit e9b70511a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,11 +16,11 @@
}
},
"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)"
},
"abort": {
"already_configured": "Host is already configured."
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
},
"options": {