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' => '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',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user