mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
16 lines
375 B
PHP
16 lines
375 B
PHP
<?php
|
|
|
|
return [
|
|
'sidebar' => [
|
|
'exam_users' => 'Exam Users',
|
|
'hit_and_runs' => 'Hit And Runs',
|
|
'users_list' => 'Users',
|
|
'tags_list' => 'Tags',
|
|
'agent_allows' => 'Agent Allows',
|
|
'agent_denies' => 'Agent Denies',
|
|
'exams_list' => 'Exams',
|
|
'medals_list' => 'Medals',
|
|
'settings' => 'Settings',
|
|
],
|
|
];
|