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

35 lines
978 B
JSON
Raw Normal View History

2020-08-30 00:03:17 +00:00
{
"config": {
"abort": {
"single_instance_allowed": "Already configured. Only a single configuration possible.",
"unknown": "Unexpected error"
},
"error": {
2020-11-11 11:10:09 +00:00
"cannot_connect": "Failed to connect"
2020-08-30 00:03:17 +00:00
},
"flow_title": "NZBGet: {name}",
"step": {
"user": {
"data": {
"host": "Host",
"name": "Name",
"password": "Password",
"port": "Port",
2020-10-04 00:05:05 +00:00
"ssl": "Uses an SSL certificate",
2020-08-30 00:03:17 +00:00
"username": "Username",
2020-10-04 00:05:05 +00:00
"verify_ssl": "Verify SSL certificate"
2020-08-30 00:03:17 +00:00
},
"title": "Connect to NZBGet"
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Update frequency (seconds)"
}
}
}
}
}