2022-01-19 23:54:55 +08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
'comment_buy_medal' => '花费 :bonus 魔力购买了 :medal_name',
|
2022-04-04 17:26:26 +08:00
|
|
|
'comment_buy_attendance_card' => '花费 :bonus 魔力购买了 1 张补签卡',
|
2023-01-05 18:29:31 +08:00
|
|
|
'comment_buy_temporary_invite' => '花费 :bonus 魔力购买了 :count 个临时邀请',
|
|
|
|
|
'comment_buy_rainbow_id' => '花费 :bonus 魔力购买了 :duration 天的彩虹 ID',
|
|
|
|
|
'comment_buy_change_username_card' => '花费 :bonus 魔力购买了改名卡',
|
2023-01-29 20:00:58 +08:00
|
|
|
'comment_gift_medal' => '花费 :bonus 魔力购买了 :medal_name 并赠送给 :to_username',
|
2023-02-11 16:08:48 +08:00
|
|
|
'comment_buy_torrent' => '花费 :bonus 魔力购买了种子::torrent_id',
|
|
|
|
|
'comment_torrent_be_downloaded' => '收益来自种子被 :username(UID: :uid) 下载',
|
2022-10-13 18:52:10 +08:00
|
|
|
'table_thead' => [
|
|
|
|
|
'reward_type' => '奖励类型',
|
|
|
|
|
'count' => '数量',
|
|
|
|
|
'size' => '体积',
|
|
|
|
|
'a_value' => 'A 值',
|
|
|
|
|
'bonus_base' => '基础魔力',
|
|
|
|
|
'factor' => '系数',
|
|
|
|
|
'got_bonus' => '获得魔力',
|
|
|
|
|
'total' => '合计',
|
|
|
|
|
],
|
|
|
|
|
'reward_types' => [
|
|
|
|
|
'basic' => '基本奖励',
|
|
|
|
|
'harem_addition' => '后宫加成',
|
|
|
|
|
'official_addition' => '官种加成',
|
2023-01-26 23:08:49 +08:00
|
|
|
'medal_addition' => '勋章加成',
|
2022-10-13 18:52:10 +08:00
|
|
|
],
|
2023-02-11 16:08:48 +08:00
|
|
|
'not_enough' => '魔力不足! 需要 :require_bonus,你当前仅有::now_bonus',
|
2025-04-21 02:53:56 +07:00
|
|
|
'msg_someone_loves_you' => "收到礼物",
|
|
|
|
|
'msg_you_have_been_given' => "你收到",
|
|
|
|
|
'msg_after_tax' => "(扣取手续费后为",
|
|
|
|
|
'msg_karma_points_by' => ")个魔力值的礼物。祝福来自",
|
|
|
|
|
'msg_personal_message_from' => "",
|
|
|
|
|
'msg_colon' => "说:",
|
2022-01-19 23:54:55 +08:00
|
|
|
];
|