Files
homarr/public/locales/ru/modules/media-requests-list.json
2023-06-21 20:26:35 +09:00

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