Files
community-plugins/rss-notifier/translations/en.json
T
2026-07-31 22:36:53 -04:00

21 lines
573 B
JSON

{
"settings": {
"feed_urls": {
"description": "List of RSS/Atom feed URLs to monitor (one per line)",
"label": "Feed URLs"
},
"max_notifications_per_cycle": {
"description": "Maximum notifications to show in one check",
"label": "Max Notifications per Cycle"
},
"notify_new": {
"description": "Display notifications when new items arrive",
"label": "Show Notifications"
},
"refresh_minutes": {
"description": "How often to check for new items",
"label": "Refresh Interval (minutes)"
}
}
}