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' => [
'list' => 'Parking Space List',
'floor' => 'Floor',
'number' => 'Parking Number',
'number' => 'Parking Space Number',
'space_attr' => 'Parking Space Attributes',
'license_plate' => 'License Plate Number',
'berthing_time' => 'Parking Time',
'recognition' => 'License Plate Recognition Accuracy',
'status' => 'State',
'recognition' => 'License Plate Recognition',
'status' => 'Parking Space Status',
'space_type' => 'Parking Space Type',
'operation_type' => 'Operation Type',
'updated_at' => 'Last Update Time',

Loading…
Cancel
Save