Files
homarr/public/locales/ru/modules/overseerr.json
Thomas Camlong fc969e5042 New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
2023-10-31 09:12:59 +01:00

31 lines
871 B
JSON

{
"descriptor": {
"name": "Overseerr",
"description": "Позволяет искать и добавлять медиафайлы из Overseerr или Jellyseerr."
},
"popup": {
"item": {
"buttons": {
"askFor": "Запросить {{title}}",
"cancel": "Отмена",
"request": "Запрос"
},
"alerts": {
"automaticApproval": {
"title": "Используемый API-ключ",
"text": "Этот запрос будет автоматически одобрен"
}
}
},
"seasonSelector": {
"caption": "Выберите сезоны, которые хотите скачать",
"table": {
"header": {
"season": "Сезон",
"numberOfEpisodes": "Количество эпизодов"
}
}
}
}
}