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.

28 lines
852 B

<?php
return [
// 黑名单
'name' => '姓名',
'mobile' => '手机号',
'credent' => '证件类型',
'idcard' => '证件号',
'start_date' => '开始时间',
'end_date' => '结束时间',
'status' => '状态',
'remark' => '备注',
'company_name' => '单位名称',
'file' => '附件',
// 消息
'not_found' => '黑名单记录不存在',
'visitor_in_blacklist' => '访客在黑名单中',
'visitor_not_in_blacklist' => '访客不在黑名单中',
'batch_import_success' => '批量导入黑名单成功',
'removed_successfully' => '黑名单移除成功',
// 验证消息
'mobile_or_idcard_required' => '手机号和证件号不能同时为空',
'invalid_idcard_format' => '身份证号格式不正确',
'already_exists' => '该访客已存在于黑名单中',
];