core/homeassistant/components/glances/translations/en.json

36 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Host is already configured."
},
"error": {
"cannot_connect": "Unable to connect to host",
"wrong_version": "Version not supported (2 or 3 only)"
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Name",
"password": "Password",
"port": "Port",
"ssl": "Use SSL/TLS to connect to the Glances system",
"username": "Username",
"verify_ssl": "Verify the certification of the system",
"version": "Glances API Version (2 or 3)"
},
"title": "Setup Glances"
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Update frequency"
},
"description": "Configure options for Glances"
}
}
}
}