Files
nexusphp/resources/lang/zh_CN/exam-user.php
T

10 lines
121 B
PHP
Raw Normal View History

2021-05-19 19:45:41 +08:00
<?php
return [
'admin' => [
'list' => [
'page_title' => '考核用户列表'
]
]
];