Files
homarr/public/locales/zh/modules/overseerr.json
2023-08-06 17:13:08 +02:00

31 lines
653 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": "集数"
}
}
}
}
}