Files
homarr/public/locales/uk/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": "Використання API Radarr v5"
},
"radarrReleaseType": {
"label": "Radarr - тип релізів",
"data": {
"inCinemas": "У кінотеатрах",
"physicalRelease": "Фізичне",
"digitalRelease": "Цифрове"
}
},
"hideWeekDays": {
"label": "Приховати дні тижня"
},
"showUnmonitored": {
"label": "Показати елементи, за якими не ведеться спостереження"
},
"fontSize": {
"label": "Розмір шрифту",
"data": {
"xs": "Дуже маленьке",
"sm": "Малий",
"md": "Середній",
"lg": "Великий",
"xl": "Дуже великий"
}
}
}
}
}