Files
homarr/public/locales/ja/modules/calendar.json
Thomas Camlong fc969e5042 New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
2023-10-31 09:12:59 +01:00

39 lines
1.0 KiB
JSON

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