mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
add claim to userdetails page
This commit is contained in:
@@ -25,4 +25,8 @@ return [
|
||||
'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?',
|
||||
];
|
||||
|
||||
@@ -25,4 +25,8 @@ return [
|
||||
'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' => '确认要放弃认领?',
|
||||
];
|
||||
|
||||
@@ -22,4 +22,10 @@ return [
|
||||
'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' => '確認要放棄認領?',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user