feat(torrents): add movie new sub type and sports new sub type

This commit is contained in:
OldHawk
2017-10-10 14:43:45 +08:00
parent f8e8a4c6ba
commit 7ebfb53cbb
3 changed files with 49 additions and 0 deletions

View File

@@ -946,6 +946,21 @@
MTV: 'MTV'
},
MOVIE_SUB_CAT: {
SELF: 'Video Category',
CARTOON: 'Cartoon',
DOCUMENTARY: 'Documentary'
},
SPORTS_SUB_CAT: {
SELF: 'Sports Event',
FOOTBALL: 'Football',
BASKETBALL: 'Basketball',
RUGBY: 'Rugby',
TENNIS: 'Tennis',
SNOOKER: 'Snooker'
},
PLATFORM: {
SELF: 'Platform',
Windows: 'Windows',

View File

@@ -946,6 +946,21 @@
MTV: 'MTV'
},
MOVIE_SUB_CAT: {
SELF: '视频分类',
CARTOON: '卡通片',
DOCUMENTARY: '记录片'
},
SPORTS_SUB_CAT: {
SELF: '运动项目',
FOOTBALL: '篮球',
BASKETBALL: '足球',
RUGBY: '橄榄球',
TENNIS: '网球',
SNOOKER: '斯诺克'
},
PLATFORM: {
SELF: 'Platform',
Windows: 'Windows',