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' => 'View details of a single',
'magic_haveGotBonus' => 'Publisher now has been got Number Bonus of award.',
'magic_have_no_enough_bonus_value' => 'more points needed',
'claim_already' => 'Claimed',
'claim_now' => 'Claim',
'claim_info' => 'Already claimed by <b>%s</b> users, <b>%s</b> place left.',
'claim_detail' => 'Claim detail',
'claim_label' => 'Claim torrent',
'claim_confirm' => 'Are you sure to claim this torrent?',
);
+3 -2
View File
@@ -297,8 +297,8 @@ $lang_functions = array
'text_thirty_percent_down' => "30%",
'text_please_download_something_within' => "Please download something within ",
'text_inactive_account_be_deleted' => ". Inactive accounts (with no transfer amount) will be deleted.",
'text_attendance' => 'Attend get bouns',
'text_attended' => '(Attend got bouns %u, card:%d)',
'text_attendance' => '[Attend get bouns]',
'text_attended' => '[Attend got bouns %u, card:%d]',
'row_pt_gen_douban_url' => "PT-Gen douban link",
'text_pt_gen_douban_url_note' => "(URL taken from <strong><a href=\"https://www.douban.com/\">douban</a></strong>. e.g.&nbsp;for movie <b>Transformers</b> the URL is <b> https://movie.douban.com/subject/1794171//</b>)",
'row_pt_gen_imdb_url' => "PT-Gen imdb link",
@@ -324,6 +324,7 @@ $lang_functions = array
'text_seed_points' => 'Seed points',
'spoiler_expand_collapse' => 'Click to expand/collapse',
'spoiler_default_title' => 'Collapse content',
'menu_claim' => 'Claim: ',
);
?>
+13
View File
@@ -738,6 +738,19 @@ $lang_settings = array
'row_site_language_enabled' => 'Site enabled language',
'text_site_language_enabled_note' => 'Select site enabled language',
'keep_at_least_one' => 'Keep at least one',
'text_alias' => 'Class alias: ',
'row_default_user_one' => 'Default is',
'row_default_user_two' => '',
'row_show_top_uploader' => 'Show top uploaded(Torrent count)',
'text_show_top_uploader_note' => "Default 'No'. Show top upload user(Torrent count) at homepage.",
'claim_label' => 'Torrent claim',
'claim_torrent_ttl' => 'Torrent can be claimed after %s of days of release.',
'claim_torrent_user_counts_up_limit' => 'A Torrent can be claimed by up to %s of users.',
'claim_user_torrent_counts_up_limit' => 'A user can claim up to %s of torrents.',
'claim_remove_deduct_user_bonus' => "Claimed torrent will be deleted and %s of the user's bonus will be deducted if they do not meet the standard (not the first month of claiming).",
'claim_give_up_deduct_user_bonus' => 'User actively gives up claiming deduct user %s bonus.',
'claim_reach_standard' => 'Standard: Monthly seeding time greater than or equal to %s of hours, or uploaded greater than or equal to %s times its size.',
'claim_bonus_multiplier' => 'Calculate %s times the normal bonus value of the attained seed bonus.',
);
?>