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

36 lines
865 B
JSON

{
"descriptor": {
"name": "日历",
"description": "在日历中显示来自支持集成中的即将发布的版本。",
"settings": {
"title": "设置日历小部件",
"useSonarrv4": {
"label": "使用Sonarr v4 API"
},
"sundayStart": {
"label": "使用周日作为一周的开始"
},
"radarrReleaseType": {
"label": "Radarr发布类型",
"data": {
"inCinemas": "影院放映",
"physicalRelease": "实体",
"digitalRelease": "数字"
}
},
"hideWeekDays": {
"label": "隐藏星期"
},
"fontSize": {
"label": "字体大小",
"data": {
"xs": "超小号",
"sm": "小号",
"md": "中号",
"lg": "大号",
"xl": "超大号"
}
}
}
}
}