admin-home.php 511 B

12345678910111213141516171819202122
  1. <?php
  2. return [
  3. 'New_Users'=>'New Users',
  4. 'Last_7_days'=>'Last 7 days',
  5. 'Last_month'=>'Last month',
  6. 'Last_half_year'=>'Last half year',
  7. 'Last_year'=>'Last year',
  8. 'Total_team'=>'Total team',
  9. 'Total_course'=>'Total course',
  10. 'Total_games'=>'Total games',
  11. 'Total_users'=>'Total users',
  12. 'Pending_report'=>'Pending report',
  13. 'Pending_feedback'=>'Pending feedback',
  14. 'Recent_events'=>'Recent events',
  15. 'Data_panel'=>'Data panel',
  16. 'Start_time'=>'Start time',
  17. ];