announce left check

This commit is contained in:
xiaomlove
2025-06-18 18:46:07 +07:00
parent 9c76c5989d
commit 75c1eb0664
5 changed files with 20 additions and 0 deletions
+4
View File
@@ -23,6 +23,10 @@ return [
'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_disable_fake_announce' => [
'subject' => 'Download permission canceled',
'body' => 'Your download permission has been cancelled due to announce fake data.',
],
'download_enable' => [
'subject' => 'Download permission restored',
'body' => 'Your download privileges restored, you can now download torrents. By: :operator',
+4
View File
@@ -23,6 +23,10 @@ return [
'subject' => '下载权限取消',
'body' => '你因向付费种子汇报失败次数过多下载权限被取消,请确保你有足够的魔力。',
],
'download_disable_fake_announce' => [
'subject' => '下载权限取消',
'body' => '你因虚假汇报下载权限被取消。',
],
'download_enable' => [
'subject' => '下载权限恢复',
'body' => '你的下载权限恢复,你现在可以下载种子。By: :operator',
+4
View File
@@ -22,6 +22,10 @@ return [
'subject' => '下载权限取消',
'body' => '你因向付費種子匯報失敗次數過多下載權限被取消,請確保你有足夠的魔力。',
],
'download_disable_fake_announce' => [
'subject' => '下载权限取消',
'body' => '你因虛假匯報下載權限被取消。',
],
'download_enable' => [
'subject' => '下載權限恢復',
'body' => '你的下載權限恢復,你現在可以下載種子。By: :operator',