improve claim settle

This commit is contained in:
xiaomlove
2022-05-06 15:50:26 +08:00
parent c23cc1b441
commit f64834b594
18 changed files with 124 additions and 69 deletions
+3 -1
View File
@@ -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',
];