mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-30 09:07:22 +08:00
skip offer + pt-gen fill subtitle
This commit is contained in:
@@ -137,6 +137,7 @@ $lang_offers = array
|
||||
'text_rule_three_two' => "小時后未被通過,它將被移除。",
|
||||
'text_rule_four_one' => "如在候選通過后",
|
||||
'text_rule_four_two' => "小時內用戶沒有發布種子,通過的候選將被移除。",
|
||||
'text_rule_skip_offer' => "當用戶通過的候選數大於等於<b>%d</b>時,可直接發布種子,無需經過候選。",
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -769,6 +769,8 @@ $lang_settings = array
|
||||
'row_harem_addition' => '後宮加成',
|
||||
'text_user_would_get_by_harem' => '用戶將獲得直屬後宮魔力值的',
|
||||
'text_harem_addition_note' => '倍作為獎勵(系數,如填入 0.01,後宮獲得 100 魔力則獎勵用戶 100 * 0.01 = 1)',
|
||||
'row_offer_skip_approved_count' => '直接發布候選通過數',
|
||||
'text_offer_skip_approved_count_note' => '當通過的候選數大於等於此數值時,可直接發布不用提交候選。',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user