12345678910111213141516171819202122 |
- <?php
- return [
- 'New_Users'=>'New Users',
- 'Last_7_days'=>'Last 7 days',
- 'Last_month'=>'Last month',
- 'Last_half_year'=>'Last half year',
- 'Last_year'=>'Last year',
- 'Total_team'=>'Total team',
- 'Total_course'=>'Total course',
- 'Total_games'=>'Total games',
- 'Total_users'=>'Total users',
- 'Pending_report'=>'Pending report',
- 'Pending_feedback'=>'Pending feedback',
- 'Recent_events'=>'Recent events',
- 'Data_panel'=>'Data panel',
- 'Start_time'=>'Start time',
- ];
|