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

34 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": "Просмотреть список всех медиа-запросов из вашего экземпляра Overseerr или Jellyseerr",
"settings": {
"title": "Список медиа-запросов",
"replaceLinksWithExternalHost": {
"label": "Заменить ссылки на внешний хост"
},
"openInNewTab": {
"label": "Открывать ссылки в новой вкладке"
}
}
},
"noRequests": "Не найдено ни одного запроса. Убедитесь, что вы правильно настроили свои приложения.",
"state": {
"approved": "Одобрен",
"pendingApproval": "Ожидает одобрения",
"declined": "Отклонён"
},
"tooltips": {
"approve": "Одобрить запросы",
"decline": "Отклонить запросы",
"approving": "Одобрение запроса..."
},
"mutation": {
"approving": "Одобряется",
"declining": "Отклонение",
"request": "запрос...",
"approved": "Запрос был одобрен!",
"declined": "Запрос отклонен!"
}
}