Files
homarr/public/locales/pl/modules/calendar.json
2023-09-07 21:37:59 +02:00

39 lines
866 B
JSON

{
"descriptor": {
"name": "Kalendarz",
"description": "Wyświetla kalendarz z nadchodzącymi wydaniami, z obsługiwanych integracji.",
"settings": {
"title": "Ustawienia dla widżetu Kalendarz",
"useSonarrv4": {
"label": "Użyj API Sonarr v4"
},
"sundayStart": {
"label": "Rozpoczynaj tydzień od niedzieli"
},
"radarrReleaseType": {
"label": "Typ zwolnienia Radarr",
"data": {
"inCinemas": "",
"physicalRelease": "",
"digitalRelease": ""
}
},
"hideWeekDays": {
"label": ""
},
"showUnmonitored": {
"label": ""
},
"fontSize": {
"label": "",
"data": {
"xs": "",
"sm": "",
"md": "",
"lg": "",
"xl": ""
}
}
}
}
}