1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/social/feedparser/locales/en-US/32-feedparse.json
2022-06-02 17:35:09 +01:00

17 lines
450 B
JSON

{
"feedparse": {
"feedparse": "feedparser",
"label": {
"feedurl": "Feed url",
"refresh": "Refresh",
"minutes": "minutes",
"ignorefirst": "Ignore any stories older than restart"
},
"errors": {
"badstatuscode": "error - Bad status code",
"invalidurl": "Invalid url",
"invalidinterval": "Repeat interval too large"
}
}
}