mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
userdetails page show bonus table
This commit is contained in:
@@ -146,7 +146,7 @@ $lang_mybonus = array
|
||||
'bonus_base' => '基础魔力',
|
||||
'lock_text' => '系统限制 %s 秒内只能点击交换按钮一次!',
|
||||
'text_get_by_seeding_official' => '官种加成每小时将额外得到如下的魔力值',
|
||||
'official_calculate_method' => '官种奖励计算公式同上,只是仅针对官种进行计算',
|
||||
'official_calculate_method' => '官种奖励计算公式同上,只是仅针对官种进行计算,不考虑低保',
|
||||
'official_tag_bonus_additional_factor' => '最终奖励为计算所得官种奖励乘以官种系数,当前官种系数为: ',
|
||||
'reward_type_official_addition' => '官种加成',
|
||||
'text_get_by_harem' => '后宫加成每小时将额外得到如下的魔力值',
|
||||
|
||||
@@ -155,5 +155,6 @@ $lang_userdetails = array
|
||||
'row_user_props' => '道具',
|
||||
'meta_key_change_username_username' => '新用户名',
|
||||
'consume' => '使用',
|
||||
'text_bonus_table' => '时魔',
|
||||
);
|
||||
?>
|
||||
|
||||
@@ -146,7 +146,7 @@ $lang_mybonus = array
|
||||
'bonus_base' => '基礎魔力',
|
||||
'lock_text' => '系統限製 %s 秒內只能點擊交換按鈕一次!',
|
||||
'text_get_by_seeding_official' => '官種加成每小時將額外得到如下的魔力值',
|
||||
'official_calculate_method' => '官種獎勵計算公式同上,只是僅針對官種進行計算',
|
||||
'official_calculate_method' => '官種獎勵計算公式同上,只是僅針對官種進行計算,不考慮低保',
|
||||
'official_tag_bonus_additional_factor' => '最終獎勵為計算所得官種獎勵乘以官種系數,當前官種系數為: ',
|
||||
'reward_type_official_addition' => '官種加成',
|
||||
'text_get_by_harem' => '後宮加成每小時將額外得到如下的魔力值',
|
||||
|
||||
@@ -155,5 +155,6 @@ $lang_userdetails = array
|
||||
'row_user_props' => '道具',
|
||||
'meta_key_change_username_username' => '新用戶名',
|
||||
'consume' => '使用',
|
||||
'text_bonus_table' => '時魔',
|
||||
);
|
||||
?>
|
||||
|
||||
@@ -146,7 +146,7 @@ where<ul><li><b>A</b> is an intermediate variable</li><li><b>Ti</b> is the <b>i<
|
||||
'bonus_base' => 'Base bonus',
|
||||
'lock_text' => 'The system limits you to one click on the exchange button within %s seconds!',
|
||||
'text_get_by_seeding_official' => 'The official torrents will receive the following additional bonus value per hour',
|
||||
'official_calculate_method' => 'The formula for calculating the official reward is the same as above, but only for the official type',
|
||||
'official_calculate_method' => 'The formula for calculating the official reward is the same as above, but only for the official type, No consideration for low income',
|
||||
'official_tag_bonus_additional_factor' => 'The final reward is the calculated official type reward multiplied by the official type factor, the current official type factor is: ',
|
||||
'reward_type_official_addition' => 'Official addition',
|
||||
'text_get_by_harem' => 'The harem addition will give the following additional bonus value per hour',
|
||||
|
||||
@@ -155,5 +155,6 @@ $lang_userdetails = array
|
||||
'row_user_props' => 'Props',
|
||||
'meta_key_change_username_username' => 'New username',
|
||||
'consume' => 'Use',
|
||||
'text_bonus_table' => 'Bonus per hour',
|
||||
);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user