2022-05-05 22:19:48 +08:00
< ? 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' ,
2025-05-01 14:18:30 +07:00
'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]' ,
2022-05-05 22:19:48 +08:00
'confirm_give_up' => 'Are you sure you want to give up claiming this torrent?' ,
2022-09-05 19:23:10 +08:00
'add_claim' => 'Claim' ,
'add_claim_confirm' => 'Confirm to claim?' ,
'remove_claim' => 'Give up' ,
'remove_claim_confirm' => 'Confirm to give up the claim?' ,
2022-09-08 01:42:59 +08:00
'already_claimed' => 'Claimed' ,
'not_claim_yet' => 'Unclaimed' ,
2022-10-22 20:52:08 +08:00
'fields' => [
'torrent_id' => 'Torrent ID' ,
],
2023-03-13 17:41:03 +08:00
'claim_all_seeding_confirmation' => 'Are you sure you want to claim all the torrents that are currently being seeding?' ,
2022-05-05 22:19:48 +08:00
];