mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
improve mybonus page + upload deny when approval deny too much
This commit is contained in:
@@ -145,11 +145,14 @@ $lang_mybonus = array
|
||||
'reward_type_harem_addition' => '後宮加成',
|
||||
'bonus_base' => '基礎魔力',
|
||||
'lock_text' => '系統限製 %s 秒內只能點擊交換按鈕一次!',
|
||||
'text_get_by_seeding_official' => '官種每小時將額外得到如下的魔力值',
|
||||
'text_get_by_seeding_official' => '官種加成每小時將額外得到如下的魔力值',
|
||||
'official_calculate_method' => '官種獎勵計算公式同上,只是僅針對官種進行計算',
|
||||
'official_tag_bonus_additional_factor' => '最終獎勵為計算所得官種獎勵乘以官種系數,當前官種系數為: ',
|
||||
'reward_type_official_addition' => '官種加成',
|
||||
|
||||
'text_get_by_harem' => '後宮加成每小時將額外得到如下的魔力值',
|
||||
'harem_additional_desc' => '後宮只考慮直屬後宮。每個後宮加成值可<a href="invite.php?id=%s" target="_blank" class="altlink">在此</a>查看',
|
||||
'harem_additional_factor' => '所得獎勵為全部後宮的時魔(不考慮加成)之和,乘以後宮加成系數,當前值為:',
|
||||
'text_bonus_summary' => '每小時獲得的合計魔力值',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -788,6 +788,8 @@ $lang_settings = array
|
||||
'text_official_tag_note' => '。帶此標簽的種子為官種',
|
||||
'row_zero_bonus_tag' => '零魔標簽',
|
||||
'text_zero_bonus_tag_note' => '。帶此標簽的種子為零魔種子',
|
||||
'row_upload_deny_approval_deny_count' => '拒絕發布審核不通過數',
|
||||
'text_upload_deny_approval_deny_count_note' => "當審核不通過的種子數大於等於此數值時,不允許發布。設置為 '0' 不使用此規則",
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -41,6 +41,7 @@ $lang_upload = array
|
||||
'text_english_title' => "英文名:",
|
||||
'text_titles_note' => "(如果英文名不存在,請使用拼音或不填寫)",
|
||||
'fill_quality' => '填寫質量',
|
||||
'approval_deny_reach_upper_limit' => '當前審核被拒絕的種子數:%s 達到上限,不允許發布。',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user