Files
homarr/public/locales/cn/modules/media-requests-stats.json
2023-11-09 20:24:27 +01:00

28 lines
661 B
JSON

{
"descriptor": {
"name": "媒体请求状态",
"description": "您的媒体请求统计",
"settings": {
"title": "媒体请求状态",
"replaceLinksWithExternalHost": {
"label": "使用外部地址替换链接"
},
"openInNewTab": {
"label": "在新标签页中打开链接"
}
}
},
"mediaStats": {
"title": "媒体统计",
"pending": "等待批准",
"tvRequests": "电视请求",
"movieRequests": "电影请求",
"approved": "已经批准",
"totalRequests": "请求总计"
},
"userStats": {
"title": "用户排行",
"requests": "请求: {{number}}"
}
}