userdetails page show bonus table

This commit is contained in:
xiaomlove
2022-10-13 18:52:10 +08:00
parent 749afd6c5a
commit b435e49581
16 changed files with 185 additions and 70 deletions

View File

@@ -3,4 +3,19 @@
return [
'comment_buy_medal' => 'Spend :bonus bonus buy :medal_name',
'comment_buy_attendance_card' => 'Spend :bonus bonus buy one attend card',
'table_thead' => [
'reward_type' => 'Reward type',
'count' => 'Count',
'size' => 'Size',
'a_value' => 'A Value',
'bonus_base' => 'Basic bonus',
'factor' => 'Factor',
'got_bonus' => 'Got bonus',
'total' => 'Total',
],
'reward_types' => [
'basic' => 'Basic reward',
'harem_addition' => 'Harem addition',
'official_addition' => 'Official addition',
],
];

View File

@@ -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' => '官种加成',
],
];

View File

@@ -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' => '官種加成',
],
];