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.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
< ? php
return [
'validation' => [
'type_required' => '类型必填' ,
'admin_id_required' => '操作人必填' ,
'code_or_idcard_required' => '编号或身份证必填' ,
],
'business' => [
'visit_not_found' => '拜访记录不存在' ,
],
'operation' => [
'enter_factory' => '进厂' ,
'leave_factory' => '离厂' ,
],
// 直接键名(为了兼容现有代码)
'visit_not_found' => '拜访记录不存在' ,
'visit_id_required' => '拜访ID必填' ,
'get_visit_list_failed' => '获取拜访列表失败' ,
'get_visit_detail_failed' => '获取拜访详情失败' ,
'person_no_required' => '人牌号必填' ,
'bind_card_log' => '绑定ID卡: 人牌号 :person_no, 车牌号 :car_no' ,
'only_approved_visits_can_enter' => '只有审核通过的拜访才能进厂' ,
'enter_log' => '进厂' ,
'only_entered_visitors_can_leave' => '只有已进厂的访客才能离厂' ,
'leave_log' => '离厂' ,
'only_logistics_cars_can_upload_images' => '只有物流车辆才能上传货车图片' ,
'vehicle_images_required' => '货车图片必填' ,
'invalid_vehicle_images' => '无效的货车图片' ,
'upload_vehicle_images_log' => '上传货车图片,共 :count 张' ,
'invalid_action_type' => '无效的操作类型' ,
'operation_failed' => '操作失败' ,
];