Files
nexusphp/resources/lang/en/bonus.php

27 lines
1014 B
PHP

<?php
return [
'comment_buy_medal' => 'Spend :bonus bonus buy :medal_name',
'comment_buy_attendance_card' => 'Spend :bonus bonus buy one attend card',
'comment_buy_temporary_invite' => 'Spend :bonus bonus buy :count temporary invite',
'comment_buy_rainbow_id' => 'Spend :bonus bonus buy :duration days rainbow ID',
'comment_buy_change_username_card' => 'Spend :bonus bonus buy change username card',
'comment_gift_medal' => 'Spend :bonus bonus buy :medal_name and gift to :to_username',
'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',
'medal_addition' => 'Medal addition',
],
];