1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 02:18:47 +00:00
Files
core/homeassistant/components/radarr/strings.json

85 lines
2.7 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%]",
"wrong_app": "Incorrect application reached. Please try again",
"zeroconf_failed": "API key not found. Please enter it manually"
},
"step": {
"reauth_confirm": {
"description": "The Radarr integration needs to be manually re-authenticated with the Radarr API",
"title": "[%key:common::config_flow::title::reauth%]"
},
"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": "API key can be retrieved automatically if login credentials were not set in application.\nYour API key can be found in Settings > General in the Radarr Web UI."
}
}
},
"entity": {
"binary_sensor": {
"health": {
"name": "Health"
}
},
"sensor": {
"movies": {
"name": "Movies",
"unit_of_measurement": "movies"
},
"queue": {
"name": "Queue",
"unit_of_measurement": "[%key:component::radarr::entity::sensor::movies::unit_of_measurement%]"
},
"start_time": {
"name": "Start time"
}
}
},
"options": {
"step": {
"init": {
"data": {
"upcoming_days": "Number of upcoming days to display"
}
}
}
},
"services": {
"get_movies": {
"description": "Gets all movies in Radarr with their details and status.",
"fields": {
"entry_id": {
"description": "ID of the config entry to use.",
"name": "Radarr entry"
}
},
"name": "Get movies"
},
"get_queue": {
"description": "Gets all movies currently in the download queue with their progress and details.",
"fields": {
"entry_id": {
"description": "[%key:component::radarr::services::get_movies::fields::entry_id::description%]",
"name": "[%key:component::radarr::services::get_movies::fields::entry_id::name%]"
},
"max_items": {
"description": "Maximum number of queue items to return (0 = no limit).",
"name": "Max items"
}
},
"name": "Get queue"
}
}
}