new feature: claim

This commit is contained in:
xiaomlove
2022-05-05 22:19:48 +08:00
parent 3990c74038
commit a739cf924e
30 changed files with 815 additions and 59 deletions
+28
View File
@@ -0,0 +1,28 @@
<?php
return [
'title_for_torrent' => 'Torrent claim detail',
'title_for_user' => 'User claim detail',
'th_id' => 'ID',
'th_username' => 'User',
'th_torrent_name' => 'Torrent name',
'th_torrent_size' => 'Torrent size',
'th_torrent_ttl' => 'Torrent TTL',
'th_claim_at' => 'Claim at',
'th_last_settle' => 'Last settle at',
'th_seed_time_this_month' => 'Se. this month',
'th_uploaded_this_month' => 'Up. this month',
'th_reached_or_not' => 'Reached',
'th_action' => 'Action',
'msg_title' => 'Claim settle result last month(:month):',
'msg_subject' => ':month claim settlement',
'claim_total' => 'Claim torrent total: <b>:total</b>',
'claim_reached_counts' => 'Reached torrent counts: <b>:counts</b>',
'claim_reached_summary' => 'Reached torrent get bonus per hour: <b>:bonus_per_hour</b>, seed time average(hour): <b>:hours</b>, get bonus total: <b>:bonus_total</b>',
'claim_unreached_remain_counts' => 'Unreached torrent remain counts: <b>:counts</b>',
'claim_unreached_remove_counts' => 'Unreached torrent remove counts: <b>:counts</b>',
'claim_unreached_summary' => 'Deduct bonus every unreached torrent<b>:deduct_per_torrent</b>, total deduct: <b>:deduct_total</b>',
'confirm_give_up' => 'Are you sure you want to give up claiming this torrent?',
];