Files
homarr/public/locales/en/modules/calendar.json

33 lines
803 B
JSON

{
"descriptor": {
"name": "Calendar",
"description": "Displays a calendar with upcoming releases, from supported integrations.",
"settings": {
"title": "Settings for Calendar widget",
"radarrReleaseType": {
"label": "Radarr release type",
"data":{
"inCinemas": "In Cinemas",
"physicalRelease": "Physical",
"digitalRelease": "Digital"
}
},
"hideWeekDays": {
"label": "Hide week days"
},
"showUnmonitored": {
"label": "Show unmonitored items"
},
"fontSize": {
"label": "Font Size",
"data":{
"xs": "Extra Small",
"sm": "Small",
"md": "Medium",
"lg": "Large",
"xl": "Extra Large"
}
}
}
}
}