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.
106 lines
4.2 KiB
106 lines
4.2 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 Space Number',
|
|
'space_attr' => 'Parking Space Attributes',
|
|
'license_plate' => 'License Plate Number',
|
|
'berthing_time' => 'Parking Time',
|
|
'recognition' => 'License Plate Recognition',
|
|
'status' => 'Parking Space Status',
|
|
'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' => 'Does It Have External Light Control?',
|
|
'type' => 'Camera Type',
|
|
'status' => 'Communication Status',
|
|
'updated_at' => 'Last Update Time',
|
|
],
|
|
'parking_pattern' => [
|
|
'model_name' => 'Activity Mode',
|
|
'parking_space_number' => 'Parking Space No.',
|
|
'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',
|
|
'export1' => 'Mode Name',
|
|
'export2' => 'Start Date',
|
|
'export3' => 'Start Time',
|
|
'export4' => 'End Date',
|
|
'export5' => 'End Time'
|
|
],
|
|
'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 Count',
|
|
'parking_duration' => 'Parking Duration(min)'
|
|
],
|
|
'license_plate_recognition' => [
|
|
'list' => 'License Plate Recognition Rate',
|
|
'time_slot' => 'Time Period',
|
|
'sum_count' => 'Total Recognition Count',
|
|
'high_ratio' => 'High License Plate Recognition Rate',
|
|
'middle_ratio' => 'Low License Plate Recognition Rate',
|
|
'manual_count' => 'Manual Modification Count',
|
|
'manual_ratio' => 'Manual Modification 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'
|
|
]
|
|
];
|
|
|