Files
Homarr/public/locales/ja/modules/rss.json
2024-08-24 14:39:51 +02:00

41 lines
1.6 KiB
JSON
Raw Permalink 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": "rssウィジェットを使うと、ダッシュボードにRSSフィードを表示できます。",
"settings": {
"title": "RSSウィジェットの設定",
"rssFeedUrl": {
"label": "RSSフィードのURL",
"description": "表示するRSSフィードのURL。"
},
"refreshInterval": {
"label": "更新間隔 (分)"
},
"dangerousAllowSanitizedItemContent": {
"label": "HTMLフォーマットを許可する危険",
"info": "外部からの HTML フォーマットを許可することは危険です。<br/>フィードが信頼できるソースであることを確認してください。"
},
"textLinesClamp": {
"label": "テキスト行クランプ"
},
"sortByPublishDateAscending": {
"label": "公開日で並べ替え(昇順)"
},
"sortPostsWithoutPublishDateToTheTop": {
"label": "公開日のない投稿を一番上に表示する"
},
"maximumAmountOfPosts": {
"label": "投稿の最大数"
}
},
"card": {
"errors": {
"general": {
"title": "RSSフィードを取得できません",
"text": "RSSフィードに到達する際に問題が発生しました。有効なURLを使用してRSSフィードを正しく設定していることを確認してください。 URLは公式の仕様と一致するはずです。フィードを更新した後、ダッシュボードを更新する必要があります。"
}
}
}
}
}