Files
homarr/public/locales/ru/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.3 KiB
JSON
Raw 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": "Настройки для виджета календаря",
"useSonarrv4": {
"label": "Использовать Sonarr v4 API"
},
"useRadarrv5": {
"label": "Использовать Radarr v5 API"
},
"radarrReleaseType": {
"label": "Тип релиза в Radarr",
"data": {
"inCinemas": "В кино",
"physicalRelease": "Физический носитель",
"digitalRelease": "Цифровой релиз"
}
},
"hideWeekDays": {
"label": "Скрыть дни недели"
},
"showUnmonitored": {
"label": "Показать не отслеживаемые элементы"
},
"fontSize": {
"label": "Размер шрифта",
"data": {
"xs": "Очень маленький",
"sm": "Маленький",
"md": "Средний",
"lg": "Большой",
"xl": "Очень большой"
}
}
}
}
}