index page add top uploader

This commit is contained in:
xiaomlove
2022-04-25 01:22:07 +08:00
parent c3969aeee9
commit a47b33a983
18 changed files with 156 additions and 60 deletions
+6
View File
@@ -98,6 +98,12 @@ $lang_index = array
'row_active_browsing_users' => "Active Browsing Users",
'row_tracker_active_users' => "Tracker Active Users",
'text_detail' => "Detail",
'top_uploader_title' => 'Top Uploader(Torrent count)',
'col_counts' => 'Counts',
'col_ranking' => 'Ranking',
'top_uploader_toggle_time_range_tab' => 'Click to toggle the time range',
'top_uploader_toggle_time_range_recently' => 'Last 30 days',
'top_uploader_toggle_time_range_all' => 'All time',
);
?>