Files
core/homeassistant/components/feedreader/strings.json
2025-12-29 21:31:25 +01:00

37 lines
892 B
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
},
"error": {
"url_error": "The URL could not be opened."
},
"step": {
"reconfigure": {
"data": {
"url": "[%key:common::config_flow::data::url%]"
},
"description": "Update your configuration information for {name}."
},
"user": {
"data": {
"url": "[%key:common::config_flow::data::url%]"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"max_entries": "Maximum feed entries"
},
"data_description": {
"max_entries": "The maximum number of entries to extract from each feed."
}
}
}
}
}