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

50 lines
1.4 KiB
JSON
Raw Normal View History

{
2020-04-13 00:07:30 +00:00
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
2020-10-02 00:05:51 +00:00
"cannot_connect": "Failed to connect",
2020-04-13 00:07:30 +00:00
"unknown": "Unexpected error"
},
"step": {
"resources": {
"data": {
"resources": "Resources"
},
"title": "Choose the Resources to Monitor"
},
"ups": {
"data": {
"alias": "Alias",
"resources": "Resources"
},
"title": "Choose the UPS to Monitor"
},
"user": {
"data": {
"host": "Host",
"password": "Password",
"port": "Port",
"username": "Username"
},
"title": "Connect to the NUT server"
}
2020-04-15 16:51:07 +00:00
}
},
2020-04-13 00:07:30 +00:00
"options": {
"error": {
"cannot_connect": "Failed to connect",
"unknown": "Unexpected error"
},
2020-04-13 00:07:30 +00:00
"step": {
"init": {
"data": {
"resources": "Resources",
"scan_interval": "Scan Interval (seconds)"
},
"description": "Choose Sensor Resources."
}
}
2020-04-16 20:00:10 +00:00
}
2020-04-13 00:07:30 +00:00
}