Browse Source

翻译菜单修改17

master
wanghongjun 16 hours ago
parent
commit
fc3dcf8f84
  1. 52
      resources/lang/en/exports.php

52
resources/lang/en/exports.php

@ -34,10 +34,10 @@ return [
'camera_ip' => 'IP Address', 'camera_ip' => 'IP Address',
'parking_space_count' => 'Number Of Equipment Management Parking Spaces', 'parking_space_count' => 'Number Of Equipment Management Parking Spaces',
'parking_space_numbers' => 'Associated Parking Space Number', 'parking_space_numbers' => 'Associated Parking Space Number',
'is_control_lights' => 'Does it have external light control?', 'is_control_lights' => 'Does It Have External Light Control?',
'type' => 'Camera type', 'type' => 'Camera Type',
'status' => 'Communication status', 'status' => 'Communication Status',
'updated_at' => 'Last update time', 'updated_at' => 'Last Update Time',
], ],
'parking_pattern' => [ 'parking_pattern' => [
'model_name' => 'Activity Mode', 'model_name' => 'Activity Mode',
@ -47,14 +47,14 @@ return [
'spaces_pattern' => 'Activity Mode Allocation Template' 'spaces_pattern' => 'Activity Mode Allocation Template'
], ],
'operation_log' => [ 'operation_log' => [
'list' => 'System log', 'list' => 'System Log',
'created_at' => 'Operating Time', 'created_at' => 'Operating Time',
'operation_name' => 'operator', 'operation_name' => 'Operator',
'main_directory' => 'Main Directory', 'main_directory' => 'Main Directory',
'sub_directory' => 'Sub directory', 'sub_directory' => 'Sub-directory',
'action' => 'Operation', 'action' => 'Operation',
'action_str' => 'Operation Type', 'action_str' => 'Operation Type',
'description' => 'Operation content', 'description' => 'Operation Content',
], ],
'event_calendar' => [ 'event_calendar' => [
'list' => 'Activity Calendar Template', 'list' => 'Activity Calendar Template',
@ -68,9 +68,9 @@ return [
'list' => 'Alerts_Notifications', 'list' => 'Alerts_Notifications',
'alarm_time' => 'Information Time', 'alarm_time' => 'Information Time',
'alarm_type' => 'Information Type', 'alarm_type' => 'Information Type',
'msg_type' => 'Information content', 'msg_type' => 'Information Content',
'space_number' => 'Parking Number', 'space_number' => 'Parking Number',
'license_plate' => 'License plate number', 'license_plate' => 'License Plate Number',
'camera_ip' => 'IP', 'camera_ip' => 'IP',
'msg_content' => 'Information Content Details' 'msg_content' => 'Information Content Details'
], ],
@ -78,29 +78,29 @@ return [
'list' => 'Parking behavior', 'list' => 'Parking behavior',
'time_period' => 'Time period', 'time_period' => 'Time period',
'license_plate' => 'License plate number', 'license_plate' => 'License plate number',
'parking_frequency' => 'Parking frequency', 'parking_frequency' => 'Parking Frequency',
'parking_duration' => 'Parking duration(min)' 'parking_duration' => 'Parking Duration(min)'
], ],
'license_plate_recognition' => [ 'license_plate_recognition' => [
'list' => 'License plate recognition rate', 'list' => 'License Plate Recognition Rate',
'time_slot' => 'Time period', 'time_slot' => 'Time Period',
'sum_count' => 'Total recognition times', 'sum_count' => 'Total Recognition Times',
'high_ratio' => 'High license plate recognition accuracy', 'high_ratio' => 'High License Plate Recognition Accuracy',
'middle_ratio' => 'Low license plate recognition accuracy', 'middle_ratio' => 'Low License Plate Recognition Accuracy',
'manual_count' => 'Number of manual modifications', 'manual_count' => 'Number Of Manual Modifications',
'manual_ratio' => 'Manually modify the ratio' 'manual_ratio' => 'Manually Modify The Ratio'
], ],
'whitelist' => [ 'whitelist' => [
'list' => 'White List Import Template', 'list' => 'White List Import Template',
'export_list' => 'Whitelist vehicle list', 'export_list' => 'Whitelist Vehicle List',
'parking' => 'Parking lot', 'parking' => 'Parking Lot',
'channel' => 'Access channel', 'channel' => 'Access Channel',
'reason' => 'Reason for passage', 'reason' => 'Reason For Passage',
'member_type' => 'Identity type' 'member_type' => 'Identity Type'
], ],
'parking_repair_list' => [ 'parking_repair_list' => [
'list' => 'Maintenance Parking Space Import Template', 'list' => 'Maintenance Parking Space Import Template',
'start_at' => 'Maintenance start time', 'start_at' => 'Maintenance Start Time',
'end_at' => 'End time of maintenance' 'end_at' => 'End Time Of Maintenance'
] ]
]; ];

Loading…
Cancel
Save