停车场管理系统
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.
 
 

60 lines
2.3 KiB

<?php
return [
'vip_list' => [
'license' => 'license plate number',
'import_template' => 'VIP List Import Template',
'list' => 'VIP List'
],
'global' => [
'index' => 'serial number',
'admin' => 'operator'
],
'license_plate' => [
'import_template' => 'License Plate Management Import Template'
],
'parking_space' => [
'list' => 'parking space list',
'floor' => 'floor',
'number' => 'Parking Number',
'space_attr' => 'Parking Space Attributes',
'license_plate' => 'license plate number',
'berthing_time' => 'Parking time',
'recognition' => 'License plate recognition accuracy',
'status' => 'state',
'space_type' => 'Parking space type',
'operation_type' => 'Operation Type',
'updated_at' => 'Last update time',
],
'parking_camera' => [
'list' => 'Parking camera',
'number' => 'Equipment Number',
'camera_ip' => 'IP address',
'parking_space_count' => 'Number of equipment management parking spaces',
'parking_space_numbers' => 'Associated parking space number',
'is_control_lights' => 'Is there an external control light',
'type' => 'camera type',
'status' => 'communication status',
'updated_at' => 'Last update time',
],
'parking_pattern' => [
'model_name' => 'Activity Mode',
'parking_space_number' => 'Parking Number',
'parking_space_type' => 'Parking space type',
'create_pattern' => 'Activity Mode Creation Template',
'spaces_pattern' => 'Activity Mode Allocation Template'
],
'operation_log' => [
'list' => 'system log',
'created_at' => 'Operating Time',
'operation_name' => 'operator',
'main_directory' => 'Main Directory',
'sub_directory' => 'Sub directory',
'action' => 'operation',
'action_str' => 'Operation Type',
'description' => 'Operation content',
],
'event_calendar' => [
'list' => 'Activity Calendar Template'
]
];