paid torrent

This commit is contained in:
xiaomlove
2023-02-11 16:08:48 +08:00
parent 43b35b4e77
commit 3c64e76011
50 changed files with 556 additions and 87 deletions
+2
View File
@@ -123,6 +123,8 @@ $lang_details = array
'text_hide_list' => "[隐藏列表]",
'row_action' => "行为",
'text_download_torrent' => "下载种子",
'text_download_paid_torrent' => "下载种子(扣除魔力:%s)",
'text_download_bought_torrent' => "下载种子(已购买)",
'title_download_torrent' => "下载种子",
'text_ask_for_reseed' => "请求续种",
'title_ask_for_reseed' => "当没有种子时请求完成者续种",
+4
View File
@@ -41,6 +41,10 @@ $lang_getrss = array
'text_mode' => "",
'text_keyword_note' => "只订阅标题中包含此关键字的项目",
'row_sticky' => '置顶',
'row_paid' => '收费',
'paid_no' => '免费',
'paid_yes' => '收费',
'paid_all' => '全部',
);
?>
+2
View File
@@ -807,6 +807,8 @@ $lang_settings = array
'text_buy_change_username_card_note' => "个魔力值,如果他选择交换一个改名卡,永久有效。默认'100,000'。",
'row_initial_tmp_invites' => '初始临时邀请名额',
'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。',
);
?>