mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-06 15:15:33 +02:00
feat(torrents): Add 'All Newest Torrents' in resources type list option of torrent manage admin page
Admin can directly management all newest torrents of all category at here. but this is not the default selected category. #20
This commit is contained in:
@@ -453,6 +453,7 @@
|
||||
//admin views
|
||||
USERS_LIST: 'Users',
|
||||
USERS_UPDATE: 'Update',
|
||||
TORRENT_TYPE_OPTION_NEWEST: 'All Newest Torrents',
|
||||
TORRENT_STATUS_NEW: 'NEW',
|
||||
TORRENT_STATUS_REVIEWED: 'REVIEWED',
|
||||
TORRENT_STATUS_DELETED: 'DELETED',
|
||||
|
||||
@@ -453,6 +453,7 @@
|
||||
//admin views
|
||||
USERS_LIST: '用户列表',
|
||||
USERS_UPDATE: '修改',
|
||||
TORRENT_TYPE_OPTION_NEWEST: '所有示审核的种子',
|
||||
TORRENT_STATUS_NEW: '未审核',
|
||||
TORRENT_STATUS_REVIEWED: '已审核',
|
||||
TORRENT_STATUS_DELETED: '已删除',
|
||||
|
||||
Reference in New Issue
Block a user