Files
homarr/public/locales/ja/modules/calendar.json
2023-09-01 21:55:45 +02:00

36 lines
950 B
JSON

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