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

15 lines
330 B
PHP
Raw Normal View History

2021-06-05 16:02:01 +08:00
<?php
return [
'admin' => [
'list' => [
'page_title' => '考核用戶列表'
]
2022-06-27 01:39:01 +08:00
],
'status' => [
\App\Models\ExamUser::STATUS_FINISHED => '已結束',
\App\Models\ExamUser::STATUS_AVOIDED => '已免除',
\App\Models\ExamUser::STATUS_NORMAL => '考核中',
],
2021-06-05 16:02:01 +08:00
];