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。',
);
?>
+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。',
);
?>
+2
View File
@@ -122,6 +122,8 @@ $lang_details = array
'text_hide_list' => "[Hide list]",
'row_action' => "Action",
'text_download_torrent' => "Download torrent",
'text_download_paid_torrent' => "Download torrent(deduct bonus: %s)",
'text_download_bought_torrent' => "Download torrent(bought)",
'title_download_torrent' => "Download torrent",
'text_ask_for_reseed' => "Ask for a reseed",
'title_ask_for_reseed' => "Ask snatched users for reseeding when there's no seeder",
+4
View File
@@ -41,6 +41,10 @@ $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',
'paid_no' => 'Free',
'paid_yes' => 'Paid',
'paid_all' => 'All',
);
?>
+2
View File
@@ -807,6 +807,8 @@ $lang_settings = array
'text_buy_change_username_card_note' => " bonus points to get a Change username card, valid forever. Default '100,000'.",
'row_initial_tmp_invites' => "Initial Number of Temporary Invites",
'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.',
);
?>