|
|
@ -16,12 +16,12 @@ return [ |
|
|
'parking_space' => [ |
|
|
'parking_space' => [ |
|
|
'list' => 'Parking Space List', |
|
|
'list' => 'Parking Space List', |
|
|
'floor' => 'Floor', |
|
|
'floor' => 'Floor', |
|
|
'number' => 'Parking Number', |
|
|
'number' => 'Parking Space Number', |
|
|
'space_attr' => 'Parking Space Attributes', |
|
|
'space_attr' => 'Parking Space Attributes', |
|
|
'license_plate' => 'License Plate Number', |
|
|
'license_plate' => 'License Plate Number', |
|
|
'berthing_time' => 'Parking Time', |
|
|
'berthing_time' => 'Parking Time', |
|
|
'recognition' => 'License Plate Recognition Accuracy', |
|
|
'recognition' => 'License Plate Recognition', |
|
|
'status' => 'State', |
|
|
'status' => 'Parking Space Status', |
|
|
'space_type' => 'Parking Space Type', |
|
|
'space_type' => 'Parking Space Type', |
|
|
'operation_type' => 'Operation Type', |
|
|
'operation_type' => 'Operation Type', |
|
|
'updated_at' => 'Last Update Time', |
|
|
'updated_at' => 'Last Update Time', |
|
|
|