mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
admin add torrents
This commit is contained in:
@@ -13,6 +13,7 @@ return [
|
||||
'settings' => 'Settings',
|
||||
'users_medals' => 'User medals',
|
||||
'claims' => 'User claims',
|
||||
'torrent_list' => 'Torrents',
|
||||
],
|
||||
'resources' => [
|
||||
'agent_allow' => [
|
||||
@@ -64,5 +65,11 @@ return [
|
||||
'bulk_action_pardon' => 'Bulk pardon',
|
||||
'action_pardon' => 'Pardon',
|
||||
],
|
||||
'torrent' => [
|
||||
'bulk_action_pos_state' => 'Sticky',
|
||||
'bulk_action_remove_tag' => 'Remove tag',
|
||||
'bulk_action_attach_tag' => 'Attach tag',
|
||||
'action_approval' => 'Approval',
|
||||
],
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user