mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
33 lines
1.4 KiB
PHP
33 lines
1.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'title_for_torrent' => '种子认领详情',
|
|
'title_for_user' => '用户认领种子详情',
|
|
'th_id' => 'ID',
|
|
'th_username' => '用户',
|
|
'th_torrent_name' => '种子名称',
|
|
'th_torrent_size' => '种子大小',
|
|
'th_torrent_ttl' => '种子存活',
|
|
'th_claim_at' => '认领时间',
|
|
'th_last_settle' => '上次结算时间',
|
|
'th_seed_time_this_month' => '本月做种时间',
|
|
'th_uploaded_this_month' => '本月上传量',
|
|
'th_reached_or_not' => '本月是否达标',
|
|
'th_action' => '操作',
|
|
|
|
'msg_title' => '上个月(:month)认领结算如下:',
|
|
'msg_subject' => ':month 认领结算',
|
|
'claim_total' => '认领种子数:<b>:total</b>',
|
|
'claim_reached_counts' => '达标数:<b>:counts</b>',
|
|
'claim_reached_summary' => '达标种子数每小时魔力:<b>:bonus_per_hour</b>, 平均做种小时数:<b>:hours</b>, 获得魔力:<b>:bonus_total</b>',
|
|
'claim_unreached_remain_counts' => '未达标保留数:<b>:counts</b>',
|
|
'claim_unreached_remove_counts' => '未达标删除数:<b>:counts</b>',
|
|
'claim_unreached_summary' => '未达标每个种子扣除魔力:<b>:deduct_per_torrent</b>,总扣除魔力:<b>:deduct_total</b>',
|
|
|
|
'confirm_give_up' => '确定要放弃认领此种子吗?',
|
|
'add_claim' => '认领',
|
|
'add_claim_confirm' => '确认要认领?',
|
|
'remove_claim' => '放弃',
|
|
'remove_claim_confirm' => '确认要放弃认领?',
|
|
];
|