Files
homarr/public/locales/en/modules/rss.json
2024-01-28 21:15:46 +01:00

41 lines
1.4 KiB
JSON

{
"descriptor": {
"name": "RSS Widget",
"description": "The rss widget allows you to display RSS feeds on your dashboard.",
"settings": {
"title": "Settings for RSS widget",
"rssFeedUrl": {
"label": "RSS feed URLs",
"description": "The URLs of the RSS feeds you want to display from."
},
"refreshInterval": {
"label": "Refresh interval (in minutes)"
},
"dangerousAllowSanitizedItemContent": {
"label": "Allow HTML formatting (Dangerous)",
"info": "Allowing HTML formatting from outside could be dangerous.<br/>Please make sure that the feed is from a trusted source."
},
"textLinesClamp": {
"label": "Text lines clamp"
},
"sortByPublishDateAscending": {
"label": "Sort by publish date (ascending)"
},
"sortPostsWithoutPublishDateToTheTop": {
"label": "Put posts without publish date to the top"
},
"maximumAmountOfPosts": {
"label": "Maximum amount of posts"
}
},
"card": {
"errors": {
"general": {
"title": "Unable to retrieve RSS feed",
"text": "There was a problem reaching out the RSS feed. Make sure that you have correctly configured the RSS feed using a valid URL. URLs should match the official specification. After updating the feed, you may need to refresh the dashboard."
}
}
}
}
}