Files

36 lines
1.6 KiB
PHP
Raw Permalink Normal View History

2022-03-31 16:28:08 +08:00
<?php
return [
'comment_buy_medal' => '花費 :bonus 魔力購買了 :medal_name',
2022-05-29 18:22:56 +08:00
'comment_buy_attendance_card' => '花費 :bonus 魔力購買了 1 張補簽卡',
'comment_buy_temporary_invite' => '花費 :bonus 魔力購買了 :count 個臨時邀請',
'comment_buy_rainbow_id' => '花費 :bonus 魔力購買了 :duration 天的彩虹 ID',
'comment_buy_change_username_card' => '花費 :bonus 魔力購買了改名卡',
'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' => "Personal message from ",
'msg_colon' => "說:",
2022-03-31 16:28:08 +08:00
];