mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
userdetails page show bonus table
This commit is contained in:
@@ -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',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -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' => '官种加成',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -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