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
@@ -42,6 +42,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。',
);
?>