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.
32 lines
1.5 KiB
32 lines
1.5 KiB
<?php
|
|
|
|
return [
|
|
'import1' => 'Line',
|
|
'import2' => '',
|
|
'import3' => 'The mode name cannot be empty.',
|
|
'import4' => 'The mode name does not exist.',
|
|
'import5' => 'The start date cannot be empty.',
|
|
'import6' => 'Start date data error',
|
|
'import7' => 'The start time cannot be empty.',
|
|
'import8' => 'Start time data error',
|
|
'import9' => 'The end date cannot be empty.',
|
|
'import10' => 'End date data error',
|
|
'import11' => 'The end time cannot be empty.',
|
|
'import12' => 'End time data error',
|
|
'import13' => 'The start time cannot be greater than the end time.',
|
|
'import14' => 'There is already an activity running in the current time period, so uploading is not allowed.',
|
|
'import15' => 'Parking space number cannot be empty',
|
|
'import16' => 'Parking space type cannot be empty',
|
|
'import17' => 'Parking space number does not exist',
|
|
'import18' => 'Parking space type does not exist',
|
|
'import19' => 'The mode name cannot be empty.',
|
|
'import20' => 'The parking lot cannot be empty.',
|
|
'import21' => 'The floor number cannot be empty.',
|
|
'import22' => 'The region cannot be empty.',
|
|
'import23' => 'Parking space attributes cannot be empty.',
|
|
'import24' => 'Parking lot does not exist',
|
|
'import25' => 'The floor does not exist.',
|
|
'import26' => 'The region does not exist.',
|
|
'import27' => 'Parking space attributes do not exist',
|
|
'import28' => 'The parking space number for the assigned floor already exists.'
|
|
];
|
|
|