mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
40 lines
1.8 KiB
PHP
40 lines
1.8 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]',
|
||
'slice_tip' => 'Show only the first :slice_count items',
|
||
|
||
'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',
|
||
'fields' => [
|
||
'torrent_id' => 'Torrent ID',
|
||
],
|
||
'claim_all_seeding_confirmation' => 'Are you sure you want to claim all the torrents that are currently being seeding?' ,
|
||
];
|