torrent delete independent of torrent management

This commit is contained in:
xiaomlove
2022-09-08 21:48:15 +08:00
parent f76e656f77
commit d715012bc1
10 changed files with 29 additions and 7 deletions
+5 -1
View File
@@ -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',
+4
View File
@@ -61,6 +61,10 @@ return [
'text' => '管理种子',
'desc' => '编辑、删除种子,但不能将种子设为置顶或促销',
],
'torrent-delete' => [
'text' => '删除种子',
'desc' => '删除种子',
],
'torrentsticky' => [
'text' => '设定种子置顶',
'desc' => '将种子设为置顶',
+4
View File
@@ -61,6 +61,10 @@ return [
'text' => '管理種子',
'desc' => '編輯、移除種子,但無法將種子設為置頂或促銷',
],
'torrent-delete' => [
'text' => '移除种子',
'desc' => '移除种子',
],
'torrentsticky' => [
'text' => '設定種子置頂',
'desc' => '將種子設為置頂',