mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
approval status icon
This commit is contained in:
@@ -58,4 +58,9 @@ return [
|
||||
],
|
||||
'owner_update_torrent_subject' => 'Banned torrent have been updated',
|
||||
'owner_update_torrent_msg' => 'Torrent:[url=:detail_url]:torrent_name[/url] has been updated by the owner, you can check if it meets the requirements and cancel the ban',
|
||||
'approval_status' => [
|
||||
\App\Models\Torrent::APPROVAL_STATUS_NONE => 'None',
|
||||
\App\Models\Torrent::APPROVAL_STATUS_YES => 'Allow',
|
||||
\App\Models\Torrent::APPROVAL_STATUS_NO => 'Deny',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -58,4 +58,9 @@ return [
|
||||
],
|
||||
'owner_update_torrent_subject' => '被禁种子已更新',
|
||||
'owner_update_torrent_msg' => '种子:[url=:detail_url]:torrent_name[/url] 已被作者更新,可以检查是否符合要求并取消禁止',
|
||||
'approval_status' => [
|
||||
\App\Models\Torrent::APPROVAL_STATUS_NONE => '未审',
|
||||
\App\Models\Torrent::APPROVAL_STATUS_YES => '通过',
|
||||
\App\Models\Torrent::APPROVAL_STATUS_NO => '拒绝',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -58,4 +58,9 @@ return [
|
||||
],
|
||||
'owner_update_torrent_subject' => '被禁種子已更新',
|
||||
'owner_update_torrent_msg' => '種子:[url=:detail_url]:torrent_name[/url] 已被作者更新,可以檢查是否符合要求並取消禁止',
|
||||
'approval_status' => [
|
||||
\App\Models\Torrent::APPROVAL_STATUS_NONE => '未審',
|
||||
\App\Models\Torrent::APPROVAL_STATUS_YES => '通過',
|
||||
\App\Models\Torrent::APPROVAL_STATUS_NO => '拒絕',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user