Files
homarr/public/locales/ru/modules/media-requests-list.json
2023-09-01 21:55:45 +02:00

56 lines
2.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": "Отклонить запросы",
"approving": "Утверждение запроса..."
},
"mutation": {
"approving": "Утверждение",
"declining": "Отказ",
"request": "запрос...",
"approved": "Запрос был одобрен!",
"declined": "Запрос отклонен!"
},
"detail": {
"label": "Статистика для ботанов",
"id": "ID",
"device": "Устройство",
"video": {
"video": "Видео",
"resolution": "Разрешение",
"framerate": "Частота кадров",
"codec": "Видеокодек"
},
"audio": {
"audio": "Аудио",
"channels": "Аудиоканалы",
"codec": "Аудиокодек"
},
"transcoding": {
"transcoding": "Преобразование",
"context": "Контекст",
"requested": "Запрошено аппаратное кодирование",
"source": "Исходный кодек",
"target": "Целевой кодек"
}
}
}