mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
improve announce for paid torrents and H&R
This commit is contained in:
@@ -19,6 +19,10 @@ return [
|
||||
'subject' => 'Download permission canceled',
|
||||
'body' => 'Your download permission has been cancelled due to excessive upload speed, please file if you are a seed box user.' ,
|
||||
],
|
||||
'download_disable_announce_paid_torrent_too_many_times' => [
|
||||
'subject' => 'Download permission canceled',
|
||||
'body' => 'Your download permission has been cancelled due to announce to paid torrent too many times, please make sure you have enough bonus.' ,
|
||||
],
|
||||
'download_enable' => [
|
||||
'subject' => 'Download permission restored',
|
||||
'body' => 'Your download privileges restored, you can now download torrents. By: :operator',
|
||||
|
||||
@@ -19,6 +19,10 @@ return [
|
||||
'subject' => '下载权限取消',
|
||||
'body' => '你因上传速度过快下载权限被取消,若是盒子用户请备案。',
|
||||
],
|
||||
'download_disable_announce_paid_torrent_too_many_times' => [
|
||||
'subject' => '下载权限取消',
|
||||
'body' => '你因向付费种子汇报失败次数过多下载权限被取消,请确保你有足够的魔力。',
|
||||
],
|
||||
'download_enable' => [
|
||||
'subject' => '下载权限恢复',
|
||||
'body' => '你的下载权限恢复,你现在可以下载种子。By: :operator',
|
||||
|
||||
@@ -18,6 +18,10 @@ return [
|
||||
'subject' => '下載權限取消',
|
||||
'body' => '你因上傳速度過快下載權限被取消,若是盒子用戶請備案。',
|
||||
],
|
||||
'download_disable_announce_paid_torrent_too_many_times' => [
|
||||
'subject' => '下载权限取消',
|
||||
'body' => '你因向付費種子匯報失敗次數過多下載權限被取消,請確保你有足夠的魔力。',
|
||||
],
|
||||
'download_enable' => [
|
||||
'subject' => '下載權限恢復',
|
||||
'body' => '你的下載權限恢復,你現在可以下載種子。By: :operator',
|
||||
|
||||
Reference in New Issue
Block a user