mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
improve claim settle
This commit is contained in:
@@ -41,5 +41,7 @@ return [
|
||||
'claim_already' => 'Claimed already',
|
||||
'no_snatch' => 'Never download this torrent yet',
|
||||
'can_no_be_claimed_yet' => 'Can not be claimed yet',
|
||||
'claim_number_reach_maximum' => 'The maximum number of torrent claimed is reached',
|
||||
'claim_number_reach_user_maximum' => 'The maximum number of user is reached',
|
||||
'claim_number_reach_torrent_maximum' => 'The maximum number of torrent is reached',
|
||||
'claim_disabled' => 'Claim is disabled',
|
||||
];
|
||||
|
||||
@@ -41,5 +41,7 @@ return [
|
||||
'claim_already' => '此种子已经认领',
|
||||
'no_snatch' => '没有下载过此种子',
|
||||
'can_no_be_claimed_yet' => '还不能被认领',
|
||||
'claim_number_reach_maximum' => '认领种子数达到上限',
|
||||
'claim_number_reach_user_maximum' => '认领达到人数上限',
|
||||
'claim_number_reach_torrent_maximum' => '认领达到种子数上限',
|
||||
'claim_disabled' => '认领未启用',
|
||||
];
|
||||
|
||||
@@ -41,5 +41,7 @@ return [
|
||||
'claim_already' => '此種子已經認領',
|
||||
'no_snatch' => '沒有下載過此種子',
|
||||
'can_no_be_claimed_yet' => '還不能被認領',
|
||||
'claim_number_reach_maximum' => '認領種子數達到上限',
|
||||
'claim_number_reach_user_maximum' => '認領達到人數上限',
|
||||
'claim_number_reach_torrent_maximum' => '認領達到種子數上限',
|
||||
'claim_disabled' => '認領未啟用',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user