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.
15 lines
338 B
15 lines
338 B
|
11 months ago
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
// 拜访时间
|
||
|
|
'start_time' => '开始时间',
|
||
|
|
'end_time' => '结束时间',
|
||
|
|
|
||
|
|
// 消息
|
||
|
|
'not_found' => '拜访时间不存在',
|
||
|
|
'has_visits_cannot_delete' => '拜访时间有关联的访问申请,无法删除',
|
||
|
|
|
||
|
|
// 验证消息
|
||
|
|
'time_conflict' => '时间段与其他时间段冲突',
|
||
|
|
];
|