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.
20 lines
524 B
20 lines
524 B
<?php
|
|
|
|
return [
|
|
// 门岗记录
|
|
'code' => '访问编号',
|
|
'type' => '扫码类型',
|
|
'remark' => '备注',
|
|
'person_no' => '人牌',
|
|
'car_no' => '车牌',
|
|
|
|
// 消息
|
|
'visit_not_found' => '访问申请不存在',
|
|
'invalid_code' => '访问编号无效',
|
|
'already_entered' => '访客已进厂',
|
|
'not_entered_yet' => '访客尚未进厂',
|
|
'already_left' => '访客已离厂',
|
|
'scan_success' => '扫码记录成功',
|
|
'clean_expired_success' => '清理过期记录成功',
|
|
];
|