Files
homarr/public/locales/ru/modules/media-requests-stats.json
2023-09-06 22:03:46 +02:00

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