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

36 lines
988 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"name_exists": "Name already exists"
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Name",
"password": "Password",
"port": "Port",
"username": "Username"
},
"title": "Setup Transmission Client"
}
}
},
"options": {
"step": {
"init": {
"data": {
"limit": "Limit",
"order": "Order",
"scan_interval": "Update frequency"
},
"title": "Configure options for Transmission"
}
}
}
}