improve claim settle message

This commit is contained in:
xiaomlove
2025-05-16 14:19:06 +07:00
parent 1ddd6e04d9
commit 45c41047da
7 changed files with 33 additions and 20 deletions

View File

@@ -23,6 +23,7 @@ return [
'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',

View File

@@ -23,6 +23,7 @@ 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]',
'slice_tip' => '只显示前 :slice_count 个',
'confirm_give_up' => '确定要放弃认领此种子吗?',
'add_claim' => '认领',

View File

@@ -22,6 +22,7 @@ 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]',
'slice_tip' => '只顯示前 :slice_count 個',
'confirm_give_up' => '確定要放棄認領此種子嗎?',
'add_claim' => '認領',