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

23 lines
750 B
JSON
Raw Normal View History

2022-03-23 04:01:24 +00:00
{
"config": {
"step": {
"user": {
"description": "To be able to use this integration, you have to enable the following option in deluge settings: Daemon > Allow remote controls",
"data": {
"host": "Host",
"username": "Username",
"password": "Password",
"port": "Port",
"web_port": "Web port (for visiting service)"
}
}
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication"
},
"abort": {
"already_configured": "Service is already configured"
}
}
}