2019-09-26 09:14:57 +00:00
|
|
|
{
|
2020-04-05 15:27:16 +00:00
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Setup Transmission Client",
|
|
|
|
"data": {
|
|
|
|
"name": "Name",
|
2020-05-12 17:50:44 +00:00
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]",
|
2020-06-28 20:51:18 +00:00
|
|
|
"port": "[%key:common::config_flow::data::port%]"
|
2019-09-26 09:14:57 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
2019-09-26 09:14:57 +00:00
|
|
|
},
|
2020-04-05 15:27:16 +00:00
|
|
|
"error": {
|
|
|
|
"name_exists": "Name already exists",
|
|
|
|
"wrong_credentials": "Wrong username or password",
|
|
|
|
"cannot_connect": "Unable to Connect to host"
|
|
|
|
},
|
2020-05-12 17:50:44 +00:00
|
|
|
"abort": {
|
|
|
|
"already_configured": "Host is already configured."
|
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"title": "Configure options for Transmission",
|
2020-05-12 17:50:44 +00:00
|
|
|
"data": {
|
2020-06-28 20:51:18 +00:00
|
|
|
"scan_interval": "Update frequency",
|
|
|
|
"limit": "Limit",
|
|
|
|
"order": "Order"
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
2019-09-26 09:14:57 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|