1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 10:55:50 +00:00
Files
core/homeassistant/components/tautulli/strings.json
2025-10-28 10:33:10 +01:00

86 lines
2.4 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": {
"reauth_confirm": {
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]"
},
"description": "To find your API key, open the Tautulli webpage and navigate to Settings and then to Web interface. The API key will be at the bottom of that page.",
"title": "Re-authenticate Tautulli"
},
"user": {
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]",
"url": "[%key:common::config_flow::data::url%]",
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
},
"description": "To find your API key, open the Tautulli webpage and navigate to Settings and then to Web interface. The API key will be at the bottom of that page.\n\nExample of the URL: ```{sample_url}``` with {sample_port} being the default port."
}
}
},
"entity": {
"sensor": {
"full_title": {
"name": "Full title"
},
"lan_bandwidth": {
"name": "LAN bandwidth"
},
"progress": {
"name": "Progress"
},
"session_thumb": {
"name": "Session thumbnail"
},
"state": {
"name": "State"
},
"stream_count_direct_play": {
"name": "Direct plays"
},
"stream_count_direct_stream": {
"name": "Direct streams"
},
"stream_count_transcode": {
"name": "Transcodes"
},
"stream_resolution": {
"name": "Stream resolution"
},
"top_movies": {
"name": "Top movie"
},
"top_tv": {
"name": "Top TV show"
},
"top_user": {
"name": "Top user"
},
"total_bandwidth": {
"name": "Total bandwidth"
},
"transcode_decision": {
"name": "Transcode decision"
},
"video_resolution": {
"name": "Video resolution"
},
"wan_bandwidth": {
"name": "WAN bandwidth"
},
"watching_count": {
"name": "Watching"
}
}
}
}