mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-28 06:57: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' => '当通过的候选数大于等于此数值时,可直接发布不用提交候选。',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -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' => '當通過的候選數大於等於此數值時,可直接發布不用提交候選。',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -137,6 +137,7 @@ $lang_offers = array
|
||||
'text_rule_three_two' => " hours after added.",
|
||||
'text_rule_four_one' => "Offers will be deleted if not uploaded ",
|
||||
'text_rule_four_two' => " hours after being approved.",
|
||||
'text_rule_skip_offer' => "When the number of offers passed by the user is greater than or equal to <b>%d</b>, user can upload torrents directly without going through offers section.",
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -769,6 +769,8 @@ $lang_settings = array
|
||||
'row_harem_addition' => 'Harem addition',
|
||||
'text_user_would_get_by_harem' => 'The user will receive the bonus value of the direct harem',
|
||||
'text_harem_addition_note' => 'times as reward (factor, e.g. fill in 0.01, if harem gets 100 bonus then reward user 100 * 0.01 = 1)',
|
||||
'row_offer_skip_approved_count' => 'Direct upload offer allow count',
|
||||
'text_offer_skip_approved_count_note' => 'When the number of approved offer is greater than or equal to this value, you can upload directly without submitting offers.',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user