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

36 lines
1.0 KiB
JSON
Raw Normal View History

{
"config": {
2019-10-22 00:32:10 +00:00
"abort": {
2020-10-04 00:05:05 +00:00
"already_configured": "Device is already configured"
2019-10-22 00:32:10 +00:00
},
"error": {
2020-10-04 00:05:05 +00:00
"cannot_connect": "Failed to connect",
2019-10-22 00:32:10 +00:00
"wrong_version": "Version not supported (2 or 3 only)"
},
"step": {
"user": {
"data": {
"host": "Host",
2019-10-22 00:32:10 +00:00
"name": "Name",
"password": "Password",
"port": "Port",
2020-10-04 00:05:05 +00:00
"ssl": "Uses an SSL certificate",
2019-10-22 00:32:10 +00:00
"username": "Username",
2020-10-04 00:05:05 +00:00
"verify_ssl": "Verify SSL certificate",
2019-10-22 00:32:10 +00:00
"version": "Glances API Version (2 or 3)"
},
"title": "Setup Glances"
}
2020-04-15 16:51:07 +00:00
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Update frequency"
2019-10-22 00:32:10 +00:00
},
"description": "Configure options for Glances"
}
}
2020-04-16 20:00:10 +00:00
}
}