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.

17 lines
437 B

<?php
return [
'validation' => [
'type_required' => '类型必填',
'admin_id_required' => '操作人必填',
'code_or_idcard_required' => '编号或身份证必填',
'keyword_required' => '关键词必填',
],
'business' => [
'visit_not_found' => '拜访记录不存在',
],
'operation' => [
'enter_factory' => '进厂',
'leave_factory' => '离厂',
],
];