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?',
];
+4
View File
@@ -38,4 +38,8 @@ return [
'classic' => 'Classic',
'recommended' => 'Recommend',
],
'claim_already' => 'Claimed already',
'no_snatch' => 'Never download this torrent yet',
'can_no_be_claimed_yet' => 'Can not be claimed yet',
'claim_number_reach_maximum' => 'The maximum number of torrent claimed is reached',
];
+28
View File
@@ -0,0 +1,28 @@
<?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' => '确定要放弃认领此种子吗?',
];
+4
View File
@@ -38,4 +38,8 @@ return [
'classic' => '经典',
'recommended' => '推荐',
],
'claim_already' => '此种子已经认领',
'no_snatch' => '没有下载过此种子',
'can_no_be_claimed_yet' => '还不能被认领',
'claim_number_reach_maximum' => '认领种子数达到上限',
];
+25
View File
@@ -0,0 +1,25 @@
<?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' => '本月是否達標',
'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>',
];
+4
View File
@@ -38,4 +38,8 @@ return [
'classic' => '經典',
'recommended' => '推薦',
],
'claim_already' => '此種子已經認領',
'no_snatch' => '沒有下載過此種子',
'can_no_be_claimed_yet' => '還不能被認領',
'claim_number_reach_maximum' => '認領種子數達到上限',
];