mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
userdetails page show bonus table
This commit is contained in:
@@ -3,4 +3,19 @@
|
||||
return [
|
||||
'comment_buy_medal' => '花費 :bonus 魔力購買了 :medal_name',
|
||||
'comment_buy_attendance_card' => '花費 :bonus 魔力購買了 1 張補簽卡',
|
||||
'table_thead' => [
|
||||
'reward_type' => '獎勵類型',
|
||||
'count' => '數量',
|
||||
'size' => '體積',
|
||||
'a_value' => 'A 值',
|
||||
'bonus_base' => '基礎魔力',
|
||||
'factor' => '系數',
|
||||
'got_bonus' => '獲得魔力',
|
||||
'total' => '合計',
|
||||
],
|
||||
'reward_types' => [
|
||||
'basic' => '基本獎勵',
|
||||
'harem_addition' => '後宮加成',
|
||||
'official_addition' => '官種加成',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user