paid torent max_price&enabled configurable

This commit is contained in:
xiaomlove
2023-04-29 12:57:46 +08:00
parent 241485be0f
commit 73871a51ba
14 changed files with 59 additions and 13 deletions
+4 -3
View File
@@ -41,9 +41,10 @@ $lang_getrss = array
'text_mode' => "",
'text_keyword_note' => "只订阅标题中包含此关键字的项目",
'row_sticky' => '置顶',
'row_paid' => '收费',
'paid_no' => '免费',
'paid_yes' => '收费',
'row_paid' => '下载需扣除魔力',
'row_paid_help' => '注意:此并非 Free/50% 之类的促销类型,当发种人设置种子收费时,下载是需要扣除相应魔力的',
'paid_no' => '不需要',
'paid_yes' => '需要',
'paid_all' => '全部',
);
+4
View File
@@ -809,6 +809,10 @@ $lang_settings = array
'text_initial_tmp_invites_note' => "新注册用户的初始临时邀请名额,有效期 7 天。默认'0'。",
'row_tax_factor' => '收费种子收税系数',
'text_tax_factor_note' => '假如价格100, 此系数为 0.1,发布者实际收入为 100 - 100 x 0.1 = 90,注意不要大于 1 或小于 0。',
'row_max_price' => '收费种子最高收费',
'text_max_price_note' => '默认:1,000,000,设置为 0 无限制',
'row_paid_torrent_enabled' => '是否启用收费种子',
'text_paid_torrent_enabled_note' => '启用后,有权限的用户可以在发种时设置向下载种子的用户收取一定的魔力,默认:否',
);
?>
+2 -1
View File
@@ -42,7 +42,8 @@ $lang_getrss = array
'text_mode' => "",
'text_keyword_note' => "只訂閱標題中包含此關鍵字的項目",
'row_sticky' => '置頂',
'row_paid' => '收費',
'row_paid' => '下載需扣除魔力',
'row_paid_help' => '註意:此並非 Free/50% 之類的促銷類型,當發種人設置種子收費時,下載是需要扣除相應魔力的',
'paid_no' => '免費',
'paid_yes' => '收費',
'paid_all' => '全部',
+4
View File
@@ -809,6 +809,10 @@ $lang_settings = array
'text_initial_tmp_invites_note' => "新註冊用戶的初始臨時邀請名額,有效期 7 天。默認'0'。",
'row_tax_factor' => '收費種子收稅系數',
'text_tax_factor_note' => '假如價格100, 此系數為 0.1,發布者實際收入為 100 - 100 x 0.1 = 90,註意不要大於 1 或小於 0。',
'row_max_price' => '收費種子最高收費',
'text_max_price_note' => '默認:1,000,000,設置為 0 無限製',
'row_paid_torrent_enabled' => '是否啟用收費種子',
'text_paid_torrent_enabled_note' => '啟用後,有權限的用戶可以在發種時設置向下載種子的用戶收取一定的魔力,默認:否',
);
?>
+2 -1
View File
@@ -41,7 +41,8 @@ $lang_getrss = array
'text_mode' => "matching mode ",
'text_keyword_note' => "Ony subscribe to items with these keywords in titles.",
'row_sticky' => 'Sticky',
'row_paid' => 'Paid',
'row_paid' => 'Magic will be deducted for downloading',
'row_paid_help' => 'Note: This is not a Free/50% type of promotion, when the uploader sets the torrent to be paid, the download will require deduct bonus',
'paid_no' => 'Free',
'paid_yes' => 'Paid',
'paid_all' => 'All',
+4
View File
@@ -809,6 +809,10 @@ $lang_settings = array
'text_initial_tmp_invites_note' => "How many temporary invites should each user be given upon registration? Default '0'.",
'row_tax_factor' => 'Tax factor for paid torrents',
'text_tax_factor_note' => 'If the price is 100, this factor is 0.1 and the actual revenue of the uploader is 100 - 100 x 0.1 = 90, note that it should not be greater than 1 or less than 0.',
'row_max_price' => 'Maximum fee for paid torrents',
'text_max_price_note' => 'default: 1,000,000, set to 0 no limit',
'row_paid_torrent_enabled' => 'Whether to enable paid torrents',
'text_paid_torrent_enabled_note' => 'When enabled, users with permission can set a certain amount of bonus to be charged to users who download the torrents when they are sent, default: no',
);
?>