Files
Homarr/public/locales/zh/modules/overseerr.json
2023-01-20 11:08:16 +09:00

31 lines
659 B
JSON

{
"descriptor": {
"name": "Overseerr",
"description": "允许你从Overseerr或Jellyseerr搜索和添加媒体。"
},
"popup": {
"item": {
"buttons": {
"askFor": "请登录 {{title}}",
"cancel": "取消",
"request": "请求"
},
"alerts": {
"automaticApproval": {
"title": "使用API密钥",
"text": "这一请求将被自动批准"
}
}
},
"seasonSelector": {
"caption": "勾选你想要下载的季数",
"table": {
"header": {
"season": "季数",
"numberOfEpisodes": "剧集数"
}
}
}
}
}