mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
35 lines
1.6 KiB
PHP
35 lines
1.6 KiB
PHP
<?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?',
|
||
'add_claim' => 'Claim',
|
||
'add_claim_confirm' => 'Confirm to claim?',
|
||
'remove_claim' => 'Give up',
|
||
'remove_claim_confirm' => 'Confirm to give up the claim?',
|
||
'already_claimed' => 'Claimed',
|
||
'not_claim_yet' => 'Unclaimed',
|
||
];
|