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

10 lines
121 B
PHP
Raw Normal View History

2021-06-05 16:02:01 +08:00
<?php
return [
'admin' => [
'list' => [
'page_title' => '考核用戶列表'
]
]
];