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.
101 lines
4.0 KiB
101 lines
4.0 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',
|
|
'region' => 'Region',
|
|
'list_export' => 'Import parking spaces',
|
|
],
|
|
'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'
|
|
],
|
|
'notice' => [
|
|
'list' => 'Alerts_Notifications',
|
|
'alarm_time' => 'Information Time',
|
|
'alarm_type' => 'Information Type',
|
|
'msg_type' => 'Information content',
|
|
'space_number' => 'Parking Number',
|
|
'license_plate' => 'License plate number',
|
|
'camera_ip' => 'IP',
|
|
'msg_content' => 'Information Content Details'
|
|
],
|
|
'parking_behavior' => [
|
|
'list' => 'Parking behavior',
|
|
'time_period' => 'Time period',
|
|
'license_plate' => 'License plate number',
|
|
'parking_frequency' => 'Parking frequency',
|
|
'parking_duration' => 'Parking duration(min)'
|
|
],
|
|
'license_plate_recognition' => [
|
|
'list' => 'License plate recognition rate',
|
|
'time_slot' => 'Time period',
|
|
'sum_count' => 'Total recognition times',
|
|
'high_ratio' => 'High license plate recognition accuracy',
|
|
'middle_ratio' => 'Low license plate recognition accuracy',
|
|
'manual_count' => 'Number of manual modifications',
|
|
'manual_ratio' => 'Manually modify the ratio'
|
|
],
|
|
'whitelist' => [
|
|
'list' => 'White List Import Template',
|
|
'export_list' => 'Whitelist vehicle list',
|
|
'parking' => 'Parking lot',
|
|
'channel' => 'Access channel',
|
|
'reason' => 'Reason for passage',
|
|
'member_type' => 'Identity type'
|
|
],
|
|
'parking_repair_list' => [
|
|
'list' => 'Maintenance Parking Space Import Template',
|
|
'start_at' => 'Maintenance start time',
|
|
'end_at' => 'End time of maintenance'
|
|
]
|
|
];
|
|
|