core/homeassistant/components/transmission/strings.json

36 lines
928 B
JSON
Raw Normal View History

{
"config": {
"step": {
"user": {
"title": "Setup Transmission Client",
"data": {
"name": "Name",
"host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]",
"port": "[%key:common::config_flow::data::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",
"limit": "Limit",
"order": "Order"
}
}
}
}
}