core/homeassistant/components/nut/strings.json

40 lines
943 B
JSON

{
"config": {
"step": {
"user": {
"title": "Connect to the NUT server",
"data": {
"host": "Host",
"port": "Port",
"username": "Username",
"password": "Password"
}
},
"ups": {
"title": "Choose the UPS to Monitor",
"data": { "alias": "Alias", "resources": "Resources" }
},
"resources": {
"title": "Choose the Resources to Monitor",
"data": { "resources": "Resources" }
}
},
"error": {
"cannot_connect": "Failed to connect, please try again",
"unknown": "Unexpected error"
},
"abort": { "already_configured": "Device is already configured" }
},
"options": {
"step": {
"init": {
"description": "Choose Sensor Resources.",
"data": {
"resources": "Resources",
"scan_interval": "Scan Interval (seconds)"
}
}
}
}
}