停车场管理系统
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.
 
 

23 lines
862 B

<?php
return [
'import1' => '第',
'import2' => '行',
'import3' => '模式名称不能为空',
'import4' => '模式名称不存在',
'import5' => '开始日期不能为空',
'import6' => '开始日期数据错误',
'import7' => '开始时间不能为空',
'import8' => '开始时间数据错误',
'import9' => '结束日期不能为空',
'import10' => '结束日期数据错误',
'import11' => '结束时间不能为空',
'import12' => '结束时间数据错误',
'import13' => '开始时间不能大于结束时间',
'import14' => '当前时间段已有活动,不可上传',
'import15' => '车位号码不能为空',
'import16' => '车位类型不能为空',
'import17' => '车位号码不存在',
'import18' => '车位类型不存在',
'import19' => '模式名称不能为空'
];