Files
homarr/public/locales/ru/modules/media-requests-stats.json
2024-12-17 18:40:51 +01:00

28 lines
986 B
JSON
Raw Permalink 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": "Статистика по запросам медиаконтента",
"settings": {
"title": "Статистика запросов медиаконтента",
"replaceLinksWithExternalHost": {
"label": "Заменить ссылки на внешний хост"
},
"openInNewTab": {
"label": "Открывать ссылки в новой вкладке"
}
}
},
"mediaStats": {
"title": "Статистика медиаконтента",
"pending": "Ожидает одобрения",
"tvRequests": "Запросы сериалов",
"movieRequests": "Запросы фильмов",
"approved": "Уже одобрено",
"totalRequests": "Всего"
},
"userStats": {
"title": "Топ пользователей",
"requests": "Запросов: {{number}}"
}
}