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

36 lines
988 B
JSON
Raw Normal View History

{
"config": {
2019-11-27 00:32:16 +00:00
"abort": {
2020-10-07 00:06:20 +00:00
"already_configured": "Device is already configured"
2019-11-27 00:32:16 +00:00
},
"error": {
2020-10-07 00:06:20 +00:00
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
2020-11-11 11:10:09 +00:00
"name_exists": "Name already exists"
2019-11-27 00:32:16 +00:00
},
"step": {
"user": {
"data": {
"host": "Host",
2019-11-27 00:32:16 +00:00
"name": "Name",
"password": "Password",
2019-11-27 00:32:16 +00:00
"port": "Port",
"username": "Username"
},
"title": "Setup Transmission Client"
}
2020-04-15 16:51:07 +00:00
}
},
"options": {
"step": {
"init": {
"data": {
"limit": "Limit",
2020-06-29 00:03:32 +00:00
"order": "Order",
"scan_interval": "Update frequency"
2019-11-27 00:32:16 +00:00
},
"title": "Configure options for Transmission"
}
}
2020-04-16 20:00:10 +00:00
}
}