Files
homarr/public/locales/ru/modules/calendar.json
2024-12-17 18:40:51 +01:00

33 lines
1.1 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"descriptor": {
"name": "Календарь",
"description": "Отображает календарь с предстоящими релизами из поддерживаемых интеграций.",
"settings": {
"title": "Настройки виджета календаря",
"radarrReleaseType": {
"label": "Тип релиза Radarr",
"data": {
"inCinemas": "В кинотеатрах",
"physicalRelease": "Физический",
"digitalRelease": "Цифровой"
}
},
"hideWeekDays": {
"label": "Скрыть дни недели"
},
"showUnmonitored": {
"label": "Показать не отслеживаемые элементы"
},
"fontSize": {
"label": "Размер шрифта",
"data": {
"xs": "Очень маленький",
"sm": "Маленький",
"md": "Средний",
"lg": "Большой",
"xl": "Очень большой"
}
}
}
}
}