mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
22 lines
629 B
PHP
22 lines
629 B
PHP
<?php
|
|
|
|
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' => '官种加成',
|
|
],
|
|
];
|