Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

37 lines
892 B
JSON
Raw Permalink Normal View History

2024-06-21 20:23:47 +02:00
{
"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."
2025-10-28 10:33:10 +01:00
},
"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%]"
}
}
}
},
2024-06-21 20:23:47 +02:00
"options": {
"step": {
"init": {
"data": {
"max_entries": "Maximum feed entries"
},
"data_description": {
"max_entries": "The maximum number of entries to extract from each feed."
}
}
}
}
}