|
|
@ -144,27 +144,27 @@ return [ |
|
|
'n_max' => 'The maximum length of the region name is 50 characters' |
|
|
'n_max' => 'The maximum length of the region name is 50 characters' |
|
|
], |
|
|
], |
|
|
'channel_management' => [ |
|
|
'channel_management' => [ |
|
|
'n_empty' => 'Channel name cannot be empty', |
|
|
'n_empty' => 'Lane names cannot be empty.', |
|
|
't_empty' => 'Channel type cannot be empty', |
|
|
't_empty' => 'Lane type cannot be empty', |
|
|
'po_empty' => 'The channel position cannot be empty', |
|
|
'po_empty' => 'Lane positions cannot be empty.', |
|
|
'pa_empty' => 'The affiliated parking lot cannot be empty', |
|
|
'pa_empty' => 'The affiliated parking lot cannot be empty', |
|
|
'g_empty' => 'The affiliated booth cannot be empty' |
|
|
'g_empty' => 'The booth cannot be empty.' |
|
|
], |
|
|
], |
|
|
'guard_booth_management' => [ |
|
|
'guard_booth_management' => [ |
|
|
'n_empty' => 'The booth name cannot be empty', |
|
|
'n_empty' => 'Booth name cannot be empty', |
|
|
], |
|
|
], |
|
|
'departure_management' => [ |
|
|
'departure_management' => [ |
|
|
'n_empty' => 'Reason for departure cannot be empty', |
|
|
'n_empty' => 'Reason for departure cannot be empty', |
|
|
], |
|
|
], |
|
|
'channel_permissions' => [ |
|
|
'channel_permissions' => [ |
|
|
'm_empty' => 'Member type cannot be empty', |
|
|
'm_empty' => 'Member type cannot be empty', |
|
|
'c_empty' => 'Allow channel not to be empty', |
|
|
'c_empty' => 'Lanes cannot be empty.', |
|
|
'c_array' => 'Allow channel data to be an array' |
|
|
'c_array' => 'Lane data must be an array' |
|
|
], |
|
|
], |
|
|
'equipment_management' => [ |
|
|
'equipment_management' => [ |
|
|
'n_empty' => 'The device name cannot be empty', |
|
|
'n_empty' => 'The device name cannot be empty', |
|
|
't_empty' => 'The device type cannot be empty', |
|
|
't_empty' => 'The device type cannot be empty', |
|
|
'ch_empty' => 'Binding channel cannot be empty', |
|
|
'ch_empty' => 'The bound lane cannot be empty.', |
|
|
'pu_empty' => 'The purpose of the device cannot be empty', |
|
|
'pu_empty' => 'The purpose of the device cannot be empty', |
|
|
'ip_empty' => 'The device IP cannot be empty', |
|
|
'ip_empty' => 'The device IP cannot be empty', |
|
|
'ip' => 'Device IP format error', |
|
|
'ip' => 'Device IP format error', |
|
|
@ -174,8 +174,8 @@ return [ |
|
|
'l_empty' => 'The license plate number cannot be empty', |
|
|
'l_empty' => 'The license plate number cannot be empty', |
|
|
'pa_empty' => 'The parking lot cannot be empty', |
|
|
'pa_empty' => 'The parking lot cannot be empty', |
|
|
'n_empty' => 'The reason for passage cannot be empty', |
|
|
'n_empty' => 'The reason for passage cannot be empty', |
|
|
'c_empty' => 'The passage cannot be empty', |
|
|
'c_empty' => 'The traffic lanes cannot be empty.', |
|
|
'c_array' => 'The passage channel data must be an array', |
|
|
'c_array' => 'The traffic lane data must be an array.', |
|
|
], |
|
|
], |
|
|
'parking_repair_list' => [ |
|
|
'parking_repair_list' => [ |
|
|
'psn_empty' => 'The parking number cannot be empty', |
|
|
'psn_empty' => 'The parking number cannot be empty', |
|
|
@ -188,7 +188,7 @@ return [ |
|
|
'gate_control' => [ |
|
|
'gate_control' => [ |
|
|
'n_empty' => 'Order number or license plate number cannot be empty', |
|
|
'n_empty' => 'Order number or license plate number cannot be empty', |
|
|
'et_empty' => 'The entry time cannot be empty', |
|
|
'et_empty' => 'The entry time cannot be empty', |
|
|
'channel_id' => 'Channel cannot be empty', |
|
|
'channel_id' => 'The lane cannot be empty.', |
|
|
'lp_empty' => 'The license plate number cannot be empty', |
|
|
'lp_empty' => 'The license plate number cannot be empty', |
|
|
'lt_empty' => 'Departure time cannot be empty' |
|
|
'lt_empty' => 'Departure time cannot be empty' |
|
|
] |
|
|
] |
|
|
|