reward bonus options configurable

This commit is contained in:
xiaomlove
2025-09-08 11:22:55 +07:00
parent 928c371d6a
commit 6411cdc72e
6 changed files with 19 additions and 7 deletions

View File

@@ -821,6 +821,8 @@ $lang_settings = array
'row_min_size' => '起步体积',
'text_bonus_mini_size' => '要求种子的体积最小为',
'text_bonus_mini_size_help' => '。小于此体积的种子不参与魔力计算。单位:字节(Byte),如 1 Byte = 1024 KiB。',
'row_reward_bonus_options' => '魔力值奖励选项',
'text_reward_bonus_options_note' => '种子详情页的魔力值奖励选项,多个用英文逗号分割',
);
?>

View File

@@ -819,6 +819,8 @@ $lang_settings = array
'row_min_size' => '起步體積',
'text_bonus_mini_size' => '要求種子的體積最小爲',
'text_bonus_mini_size_help' => '。小於此體積的種子不參與魔力計算。單位:字節(Byte),如 1 Byte = 1024 KiB。',
'row_reward_bonus_options' => '魔力值獎勵選項',
'text_reward_bonus_options_note' => '種子詳情頁的魔力值獎勵選項,多個用英文逗號分割',
);
?>

View File

@@ -819,6 +819,8 @@ $lang_settings = array
'row_min_size' => 'Minimum volume',
'text_bonus_mini_size'=> 'The minimum volume required for torrent is',
'text_bonus_mini_size_help' => '. Torrent size smaller than this volume are not included in the bonus calculation. Unit: bytes (Byte), e.g., 1 Byte = 1024 KiB.',
'row_reward_bonus_options' => 'Reward Bonus Options',
'text_reward_bonus_options_note' => 'Reward bonus options on the torrent details page, multiple options separated by commas',
);
?>