Files
homarr/public/locales/ru/modules/media-requests-list.json
2023-05-20 19:19:46 +02:00

25 lines
990 B
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": "Посмотреть список всех медиазапросов от вашего Overseerr или Jellyseerr",
"settings": {
"title": "Список медиазапросов",
"replaceLinksWithExternalHost": {
"label": ""
}
}
},
"noRequests": "Запросы не найдены. Убедитесь, что вы настроили свои приложения правильно.",
"pending": "Есть {{countPendingApproval}} запросов, ожидающих утверждения.",
"nonePending": "В настоящее время нет никаких ожидающих одобрения решений. Вы свободны!",
"state": {
"approved": "Утверждено",
"pendingApproval": "Ожидает утверждения",
"declined": "Отклонено"
},
"tooltips": {
"approve": "",
"decline": ""
}
}