core/homeassistant/components/transmission/strings.json

31 lines
705 B
JSON

{
"config": {
"step": {
"user": {
"title": "Setup Transmission Client",
"data": {
"name": "Name",
"host": "Host",
"username": "Username",
"password": "Password",
"port": "Port"
}
}
},
"error": {
"name_exists": "Name already exists",
"wrong_credentials": "Wrong username or password",
"cannot_connect": "Unable to Connect to host"
},
"abort": { "already_configured": "Host is already configured." }
},
"options": {
"step": {
"init": {
"title": "Configure options for Transmission",
"data": { "scan_interval": "Update frequency" }
}
}
}
}