1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-01 06:16:29 +00:00
Files
core/homeassistant/components/deluge/strings.json
2025-10-28 10:33:10 +01:00

62 lines
2.0 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"password": "[%key:common::config_flow::data::password%]",
"port": "[%key:common::config_flow::data::port%]",
"username": "[%key:common::config_flow::data::username%]",
"web_port": "Web port (for visiting service)"
},
"data_description": {
"host": "The hostname or IP address of your Deluge device."
},
"description": "To be able to use this integration, you have to enable the following option in Deluge settings: Daemon > Allow remote controls"
}
}
},
"entity": {
"sensor": {
"download_speed": {
"name": "Download speed"
},
"downloading_count": {
"name": "Downloading count",
"unit_of_measurement": "torrents"
},
"protocol_traffic_download_speed": {
"name": "Protocol traffic download speed"
},
"protocol_traffic_upload_speed": {
"name": "Protocol traffic upload speed"
},
"seeding_count": {
"name": "Seeding count",
"unit_of_measurement": "[%key:component::deluge::entity::sensor::downloading_count::unit_of_measurement%]"
},
"status": {
"name": "Status",
"state": {
"downloading": "Downloading",
"idle": "[%key:common::state::idle%]",
"seeding": "Seeding",
"seeding_and_downloading": "Up/Down"
}
},
"upload_speed": {
"name": "Upload speed"
}
}
}
}