Files
Homarr/public/locales/zh/modules/rss.json
2023-06-09 20:41:30 +02:00

31 lines
862 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"descriptor": {
"name": "RSS小工具",
"description": "",
"settings": {
"title": "设置RSS小部件",
"rssFeedUrl": {
"label": "RSS源地址",
"description": "你想在其中展示的RSS订阅源URL"
},
"refreshInterval": {
"label": "刷新间隔(以分钟计)"
},
"dangerousAllowSanitizedItemContent": {
"label": "危险:允许清除物品内容"
},
"settings.textLinesClamp": {
"label": "文字线条"
}
},
"card": {
"errors": {
"general": {
"title": "无法加载此RSS订阅源",
"text": "加载此RSS订阅源时出现问题。请确保你正确配置了RSS订阅源的URL。URLs应该符合官方规范。在更新订阅源后你可能需要重新加载仪表板。"
}
}
}
}
}