Files
homarr/public/locales/ja/modules/calendar.json
2023-11-09 20:24:27 +01:00

33 lines
897 B
JSON

{
"descriptor": {
"name": "カレンダー",
"description": "サポートされている統合機能からリリース予定のカレンダーを表示します。",
"settings": {
"title": "カレンダーウィジェットの設定",
"radarrReleaseType": {
"label": "ラダーリリースタイプ",
"data": {
"inCinemas": "映画館にて",
"physicalRelease": "フィジカル",
"digitalRelease": "デジタル"
}
},
"hideWeekDays": {
"label": "平日を隠す"
},
"showUnmonitored": {
"label": "監視されていない項目を表示する"
},
"fontSize": {
"label": "文字サイズ",
"data": {
"xs": "極小",
"sm": "小",
"md": "中",
"lg": "大",
"xl": "特大"
}
}
}
}
}