Browse Source

翻译菜单修改17

master
wanghongjun 13 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',
'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',
'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',
@ -47,14 +47,14 @@ return [
'spaces_pattern' => 'Activity Mode Allocation Template'
],
'operation_log' => [
'list' => 'System log',
'list' => 'System Log',
'created_at' => 'Operating Time',
'operation_name' => 'operator',
'operation_name' => 'Operator',
'main_directory' => 'Main Directory',
'sub_directory' => 'Sub directory',
'sub_directory' => 'Sub-directory',
'action' => 'Operation',
'action_str' => 'Operation Type',
'description' => 'Operation content',
'description' => 'Operation Content',
],
'event_calendar' => [
'list' => 'Activity Calendar Template',
@ -68,9 +68,9 @@ return [
'list' => 'Alerts_Notifications',
'alarm_time' => 'Information Time',
'alarm_type' => 'Information Type',
'msg_type' => 'Information content',
'msg_type' => 'Information Content',
'space_number' => 'Parking Number',
'license_plate' => 'License plate number',
'license_plate' => 'License Plate Number',
'camera_ip' => 'IP',
'msg_content' => 'Information Content Details'
],
@ -78,29 +78,29 @@ return [
'list' => 'Parking behavior',
'time_period' => 'Time period',
'license_plate' => 'License plate number',
'parking_frequency' => 'Parking frequency',
'parking_duration' => 'Parking duration(min)'
'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'
'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'
'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'
'start_at' => 'Maintenance Start Time',
'end_at' => 'End Time Of Maintenance'
]
];

Loading…
Cancel
Save