mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
torrent delete independent of torrent management
This commit is contained in:
@@ -59,7 +59,11 @@ return [
|
||||
],
|
||||
'torrentmanage' => [
|
||||
'text' => 'Torrent Management',
|
||||
'desc' => 'Edit, delete torrents, excluding setting torrent sticky or on promotion',
|
||||
'desc' => 'Edit torrents, excluding setting torrent sticky or on promotion or delete',
|
||||
],
|
||||
'torrent-delete' => [
|
||||
'text' => 'Delete torrent',
|
||||
'desc' => 'Delete torrent',
|
||||
],
|
||||
'torrentsticky' => [
|
||||
'text' => 'Torrent Sticky',
|
||||
|
||||
@@ -61,6 +61,10 @@ return [
|
||||
'text' => '管理种子',
|
||||
'desc' => '编辑、删除种子,但不能将种子设为置顶或促销',
|
||||
],
|
||||
'torrent-delete' => [
|
||||
'text' => '删除种子',
|
||||
'desc' => '删除种子',
|
||||
],
|
||||
'torrentsticky' => [
|
||||
'text' => '设定种子置顶',
|
||||
'desc' => '将种子设为置顶',
|
||||
|
||||
@@ -61,6 +61,10 @@ return [
|
||||
'text' => '管理種子',
|
||||
'desc' => '編輯、移除種子,但無法將種子設為置頂或促銷',
|
||||
],
|
||||
'torrent-delete' => [
|
||||
'text' => '移除种子',
|
||||
'desc' => '移除种子',
|
||||
],
|
||||
'torrentsticky' => [
|
||||
'text' => '設定種子置頂',
|
||||
'desc' => '將種子設為置頂',
|
||||
|
||||
Reference in New Issue
Block a user