Browse Source

车位列表导入,下载表头翻译

master
wanghongjun 15 hours ago
parent
commit
f70aa9bb34
  1. 6
      resources/lang/en/exports.php

6
resources/lang/en/exports.php

@ -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',

Loading…
Cancel
Save