new feature: claim

This commit is contained in:
xiaomlove
2022-05-05 22:19:48 +08:00
parent 3990c74038
commit a739cf924e
30 changed files with 815 additions and 59 deletions
+6
View File
@@ -230,6 +230,12 @@ $lang_details = array
'magic_show_all_description' => '查看詳單',
'magic_haveGotBonus' => '目前發佈人已獲得Number個魔力值獎勵。',
'magic_have_no_enough_bonus_value' => '需要更多魔力值。',
'claim_already' => '已認領',
'claim_now' => '認領',
'claim_info' => '已被 <b>%s</b> 個用戶認領,剩余 <b>%s</b> 個名額。',
'claim_detail' => '認領詳情',
'claim_label' => '認領種子',
'claim_confirm' => '確定要認領此種子嗎?',
);
?>
+3 -2
View File
@@ -297,8 +297,8 @@ $lang_functions = array
'text_thirty_percent_down' => "30%",
'text_please_download_something_within' => "請在",
'text_inactive_account_be_deleted' => "內做些下載。沒有流量的用戶會被移除賬號。",
'text_attendance' => '簽到得魔力',
'text_attended' => '(簽到已得%u, 補簽卡:%d)',
'text_attendance' => '[簽到得魔力]',
'text_attended' => '[簽到已得%u, 補簽卡:%d]',
'text_pt_gen_douban_url_note' => "(來自 <strong><a href=\"https://www.douban.com/\">douban</a></strong> 的鏈接。如電影 <b>Transformers</b> 的鏈接是<b> https://movie.douban.com/subject/1794171/</b>)",
'row_pt_gen_imdb_url' => "PT-Gen imdb 鏈接",
'text_pt_gen_imdb_url_note' => "(來自 <strong><a href=\"https://www.imdb.com//\">imdb</a></strong> 的鏈接。如電影 <b>Transformers</b> 的鏈接是<b> https://www.imdb.com/title/tt0418279/</b>)",
@@ -323,6 +323,7 @@ $lang_functions = array
'text_seed_points' => '做種積分',
'spoiler_expand_collapse' => '點擊展開/收縮',
'spoiler_default_title' => '折疊內容',
'menu_claim' => '認領: ',
);
?>
+13
View File
@@ -738,6 +738,19 @@ $lang_settings = array
'row_site_language_enabled' => '站點啟用語言',
'text_site_language_enabled_note' => '選擇站點啟用的語言',
'keep_at_least_one' => '至少保留一個',
'text_alias' => '等級別名:',
'row_default_user_one' => '默認為',
'row_default_user_two' => '',
'row_show_top_uploader' => '顯示最多上傳(種子數)',
'text_show_top_uploader_note' => "默認'否'。在首頁顯示最多上傳的用戶(按種子數計算)。",
'claim_label' => '種子認領',
'claim_torrent_ttl' => '種子發布 %s 天後可以認領。',
'claim_torrent_user_counts_up_limit' => '一個種子最多可以被 %s 個用戶認領。',
'claim_user_torrent_counts_up_limit' => '一個用戶最多可以認領 %s 個種子。',
'claim_remove_deduct_user_bonus' => '種子不達標時將被刪除並扣除用戶 %s 魔力(非認領首月)。',
'claim_give_up_deduct_user_bonus' => '用戶主動放棄認領扣除用戶 %s 魔力。',
'claim_reach_standard' => '達標標準:每月做種時間大於等於 %s 小時, 或上傳量大於等於其體積 %s 倍。',
'claim_bonus_multiplier' => '計算達標種子魔力獎勵是正常魔力值的 %s 倍。',
);
?>