You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
503 B

<?php
return [
// 拜访审核
'visit_id' => '访问申请ID',
'audit_admin_id' => '审核人员ID',
'status' => '审核状态',
'reason' => '审核原因',
'level' => '审核等级',
// 消息
'visit_not_found' => '访问申请不存在',
'visit_not_pending' => '访问申请不在待审核状态',
'audit_admin_not_found' => '审核人员不存在',
'audit_already_exists' => '该访问申请已有审核记录',
'audit_success' => '审核成功',
];