mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
16 lines
389 B
PHP
16 lines
389 B
PHP
<?php
|
|
|
|
return [
|
|
'sidebar' => [
|
|
'exam_users' => '用戶考核',
|
|
'hit_and_runs' => '用戶 H&R',
|
|
'users_list' => '用戶列表',
|
|
'tags_list' => '標簽',
|
|
'agent_allows' => '允許客戶端',
|
|
'agent_denies' => '拒絕客戶端',
|
|
'exams_list' => '考核',
|
|
'medals_list' => '勛章',
|
|
'settings' => '設置',
|
|
],
|
|
];
|