Browse Source

英文翻译首字母大写

master
wanghongjun 23 hours ago
parent
commit
1e2b1b2ee1
  1. 10
      resources/lang/en/admin.php
  2. 10
      resources/lang/en/controller.php
  3. 36
      resources/lang/en/exports.php
  4. 2
      resources/lang/en/log.php
  5. 36
      resources/lang/en/menu.php
  6. 74
      resources/lang/en/service.php

10
resources/lang/en/admin.php

@ -2,7 +2,7 @@
return [ return [
'online' => 'Online', 'online' => 'Online',
'offline' => 'offline', 'offline' => 'Offline',
'login' => 'Login', 'login' => 'Login',
'logout' => 'Logout', 'logout' => 'Logout',
'setting' => 'Setting', 'setting' => 'Setting',
@ -109,8 +109,8 @@ return [
'prev' => 'Prev', 'prev' => 'Prev',
'next' => 'Next', 'next' => 'Next',
'quick_create' => 'Quick create', 'quick_create' => 'Quick create',
'freeze' => 'freeze', 'freeze' => 'Freeze',
'normal' => 'normal', 'normal' => 'Normal',
'enable' => 'enable', 'enable' => 'Enable',
'disabled' => 'disabled' 'disabled' => 'Disabled'
]; ];

10
resources/lang/en/controller.php

@ -13,7 +13,7 @@ return [
'parking_lot_image_path' => 'Parking space image path', 'parking_lot_image_path' => 'Parking space image path',
'zombie_car_parking_duration' => 'Zombie car parking duration', 'zombie_car_parking_duration' => 'Zombie car parking duration',
'numberplate_fuzzy_search' => 'Fuzzy license plate retrieval method', 'numberplate_fuzzy_search' => 'Fuzzy license plate retrieval method',
'automatically_clear_photo_cycle' => '自动清除照片周期', 'automatically_clear_photo_cycle' => 'Automatically clear photo cycle',
'third_party' => 'Automatically clear photo cycle', 'third_party' => 'Automatically clear photo cycle',
'report_data_switch' => 'Report data switch', 'report_data_switch' => 'Report data switch',
'third_parking_lot_id' => 'Third party platform parking lot ID', 'third_parking_lot_id' => 'Third party platform parking lot ID',
@ -35,10 +35,10 @@ return [
'not_parking_space' => 'There are no [superior] parking spaces in the current mode' 'not_parking_space' => 'There are no [superior] parking spaces in the current mode'
], ],
'parking_space' => [ 'parking_space' => [
'days' => 'days', 'days' => 'Days',
'hours' => 'hours', 'hours' => 'Hours',
'minutes' => 'minutes', 'minutes' => 'Minutes',
'seconds' => 'seconds', 'seconds' => 'Seconds',
'not_space' => 'No parking space information found' 'not_space' => 'No parking space information found'
] ]
]; ];

36
resources/lang/en/exports.php

@ -2,30 +2,30 @@
return [ return [
'vip_list' => [ 'vip_list' => [
'license' => 'license plate number', 'license' => 'License plate number',
'import_template' => 'VIP List Import Template', 'import_template' => 'VIP List Import Template',
'list' => 'VIP List' 'list' => 'VIP List'
], ],
'global' => [ 'global' => [
'index' => 'serial number', 'index' => 'Serial number',
'admin' => 'operator' 'admin' => 'Operator'
], ],
'license_plate' => [ 'license_plate' => [
'import_template' => 'License Plate Management Import Template' 'import_template' => 'License Plate Management Import Template'
], ],
'parking_space' => [ 'parking_space' => [
'list' => 'parking space list', 'list' => 'parking space list',
'floor' => 'floor', 'floor' => 'Floor',
'number' => 'Parking Number', 'number' => 'Parking Number',
'space_attr' => 'Parking Space Attributes', 'space_attr' => 'Parking Space Attributes',
'license_plate' => 'license plate number', 'license_plate' => 'License plate number',
'berthing_time' => 'Parking time', 'berthing_time' => 'Parking time',
'recognition' => 'License plate recognition accuracy', 'recognition' => 'License plate recognition accuracy',
'status' => 'state', 'status' => 'State',
'space_type' => 'Parking space type', 'space_type' => 'Parking space type',
'operation_type' => 'Operation Type', 'operation_type' => 'Operation Type',
'updated_at' => 'Last update time', 'updated_at' => 'Last update time',
'region' => 'region', 'region' => 'Region',
'list_export' => 'Import parking spaces', 'list_export' => 'Import parking spaces',
], ],
'parking_camera' => [ 'parking_camera' => [
@ -35,8 +35,8 @@ return [
'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' => 'Is there an external control light', 'is_control_lights' => 'Is there an external control light',
'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' => [
@ -47,12 +47,12 @@ 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',
], ],
@ -63,22 +63,22 @@ 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'
], ],
'parking_behavior' => [ 'parking_behavior' => [
'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',
@ -88,7 +88,7 @@ return [
'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'

2
resources/lang/en/log.php

@ -1,7 +1,7 @@
<?php <?php
return [ return [
'login' => 'login platform', 'login' => 'Login platform',
'logout' => 'Log out', 'logout' => 'Log out',
'config' => [ 'config' => [
'update' => 'System configuration update' 'update' => 'System configuration update'

36
resources/lang/en/menu.php

@ -17,32 +17,32 @@ return [
'vip_access_record' => 'VIP entry and exit records', 'vip_access_record' => 'VIP entry and exit records',
'information_center' => 'Information Center', 'information_center' => 'Information Center',
'alarm_notice' => 'Alert & Notification', 'alarm_notice' => 'Alert & Notification',
'statistics_report' => 'statistical report', 'statistics_report' => 'Statistical report',
'recognition_rate' => 'License plate recognition rate', 'recognition_rate' => 'License plate recognition rate',
'parking_behavior' => 'Parking behavior', 'parking_behavior' => 'Parking behavior',
'utilization_rate' => 'Parking space utilization rate', 'utilization_rate' => 'Parking space utilization rate',
'occupancy_rate' => 'Parking occupancy rate', 'occupancy_rate' => 'Parking occupancy rate',
'manual_correction' => 'Manual correction record of license plate', 'manual_correction' => 'Manual correction record of license plate',
'system_log' => 'system log', 'system_log' => 'System log',
'device_manage' => 'Equipment Management', 'device_manage' => 'Equipment Management',
'camera_management' => 'Parking camera management', 'camera_management' => 'Parking camera management',
'system_manage' => 'System Administration', 'system_manage' => 'System Administration',
'total_configuration' => 'Overall system configuration', 'total_configuration' => 'Overall system configuration',
'floor_plan' => 'Floor configuration', 'floor_plan' => 'Floor configuration',
'translation' => 'translation', 'translation' => 'Translation',
'user_manage' => 'User Management', 'user_manage' => 'User Management',
'user_list' => 'User List', 'user_list' => 'User List',
'role_manage' => 'Role Management', 'role_manage' => 'Role Management',
'read_only' => 'read-only', 'read_only' => 'Read-only',
'view' => 'check', 'view' => 'Check',
'add' => 'New', 'add' => 'New',
'edit' => 'edit', 'edit' => 'Edit',
'delete' => 'Delete', 'delete' => 'Delete',
'import' => 'import', 'import' => 'Import',
'export' => 'export', 'export' => 'Export',
'batch_delete' => 'Batch Delete', 'batch_delete' => 'Batch Delete',
'download_template' => 'Download template', 'download_template' => 'Download template',
'end' => 'end', 'end' => 'End',
'change_mode' => 'Manual switching mode', 'change_mode' => 'Manual switching mode',
'batch_import' => 'Batch Import', 'batch_import' => 'Batch Import',
'view_details' => 'View details', 'view_details' => 'View details',
@ -58,28 +58,28 @@ return [
'edit_license_plate' => 'Edit license plate', 'edit_license_plate' => 'Edit license plate',
'delete_license_plate' => 'Delete license plate', 'delete_license_plate' => 'Delete license plate',
'clear_license_plate' => 'Clear license plate', 'clear_license_plate' => 'Clear license plate',
'clear' => 'clear', 'clear' => 'Clear',
'alarm_settings' => 'Alarm Settings', 'alarm_settings' => 'Alarm Settings',
'debug' => 'debug', 'debug' => 'Debug',
'related_parking_spaces' => 'Related parking spaces', 'related_parking_spaces' => 'Related parking spaces',
'add_floor' => 'Add floor', 'add_floor' => 'Add floor',
'edit_floor' => 'Edit floor', 'edit_floor' => 'Edit floor',
'add_partition' => 'Add partition', 'add_partition' => 'Add partition',
'edit_partition' => 'Edit partition', 'edit_partition' => 'Edit partition',
'gate_management' => 'Gate management', 'gate_management' => 'Gate management',
'stop_on_duty' => 'parking lot booth', 'stop_on_duty' => 'Parking lot booth',
'lane_video' => 'Lane video', 'lane_video' => 'Lane video',
'access_record' => 'Parking entry and exit records', 'access_record' => 'Parking entry and exit records',
'appointment_management' => 'Appointment Management', 'appointment_management' => 'Appointment Management',
'appointment_list' => 'Appointment List', 'appointment_list' => 'Appointment List',
'appointment_statistics' => 'Appointment Statistics', 'appointment_statistics' => 'Appointment Statistics',
'parking_repair_list' => 'List of maintenance parking spaces', 'parking_repair_list' => 'List of maintenance parking spaces',
'whitelist' => 'whitelist', 'whitelist' => 'Whitelist',
'alarm_information' => 'Alarm information management', 'alarm_information' => 'Alarm information management',
'abnormal_resource_usage' => 'Abnormal occupancy', 'abnormal_resource_usage' => 'Abnormal occupancy',
'channel_permissions' => 'Channel permission management', 'channel_permissions' => 'Channel permission management',
'parking_management' => 'parking lot management', 'parking_management' => 'Parking lot management',
'parking_management_list' => 'parking lot management', 'parking_management_list' => 'Parking lot management',
'parking_list' => 'Parking List', 'parking_list' => 'Parking List',
'parking_attendant' => 'Parking lot management personnel', 'parking_attendant' => 'Parking lot management personnel',
'regional_management' => 'Regional Management', 'regional_management' => 'Regional Management',
@ -88,13 +88,13 @@ return [
'guard_booth_management' => 'Post management', 'guard_booth_management' => 'Post management',
'departure_management' => 'Reason management for departure', 'departure_management' => 'Reason management for departure',
'parking_space_management' => 'Parking space management', 'parking_space_management' => 'Parking space management',
'region_list' => 'region list', 'region_list' => 'Region list',
'synchronize_list' => 'Synchronize List', 'synchronize_list' => 'Synchronize List',
'batch_parking_repair' => 'Batch import of maintenance parking spaces', 'batch_parking_repair' => 'Batch import of maintenance parking spaces',
'batch_update_attr' => 'Batch modify attributes', 'batch_update_attr' => 'Batch modify attributes',
'abnormal_handle' => 'handle exceptions', 'abnormal_handle' => 'Handle exceptions',
'abnormal_ignore' => 'Ignore exceptions', 'abnormal_ignore' => 'Ignore exceptions',
'allocation' => 'allocation', 'allocation' => 'Allocation',
'edit_remark' => "Editor's note", 'edit_remark' => "Editor's note",
'gate_control' => 'Gate control', 'gate_control' => 'Gate control',
'prohibited_passage' => 'Record of prohibited passage', 'prohibited_passage' => 'Record of prohibited passage',

74
resources/lang/en/service.php

@ -28,14 +28,14 @@ return [
'attributes_exists' => 'The parking space attribute name already exists' 'attributes_exists' => 'The parking space attribute name already exists'
], ],
'space_type' => [ 'space_type' => [
'red' => 'red', 'red' => 'Red',
'green' => 'green', 'green' => 'Green',
'yellow' => 'yellow', 'yellow' => 'Yellow',
'blue' => 'blue', 'blue' => 'Blue',
'purple' => 'purple', 'purple' => 'Purple',
'cyan' => 'cyan', 'cyan' => 'Cyan',
'white' => 'white', 'white' => 'White',
'magenta' => 'magenta', 'magenta' => 'Magenta',
'name_exists' => 'The parking space type name already exists', 'name_exists' => 'The parking space type name already exists',
'license_exists' => 'Please clear the license plate first to delete it' 'license_exists' => 'Please clear the license plate first to delete it'
], ],
@ -44,13 +44,13 @@ return [
'not_clear' => 'No license plate needs to be cleared' 'not_clear' => 'No license plate needs to be cleared'
], ],
'reservation' => [ 'reservation' => [
'undetermined' => 'undetermined', 'undetermined' => 'Undetermined',
'confirmed' => 'Confirmed', 'confirmed' => 'Confirmed',
'canceled' => 'Canceled', 'canceled' => 'Canceled',
'yes' => 'yes', 'yes' => 'Yes',
'no' => 'No', 'no' => 'No',
'fuel' => 'fuel', 'fuel' => 'Fuel',
'new_energy' => 'new energy', 'new_energy' => 'New energy',
'week0' => 'Sunday', 'week0' => 'Sunday',
'week1' => 'Monday', 'week1' => 'Monday',
'week2' => 'Tuesday', 'week2' => 'Tuesday',
@ -60,14 +60,14 @@ return [
'week6' => 'Saturday' 'week6' => 'Saturday'
], ],
'parking_space' => [ 'parking_space' => [
'vacant' => 'vacant', 'vacant' => 'Vacant',
'occupy' => 'occupy', 'occupy' => 'Occupy',
'repair' => 'Under repair', 'repair' => 'Under repair',
'yes_license' => 'There is a license plate', 'yes_license' => 'There is a license plate',
'no_license' => 'No license plate', 'no_license' => 'No license plate',
'high' => 'high', 'high' => 'High',
'middle' => 'middle', 'middle' => 'Middle',
'land' => 'land', 'land' => 'Land',
'no_cars' => 'Parking space status: no cars, update: cars available', 'no_cars' => 'Parking space status: no cars, update: cars available',
'yes_cars' => 'Parking status updated with cars available, no cars available', 'yes_cars' => 'Parking status updated with cars available, no cars available',
'number_update' => 'License plate number update', 'number_update' => 'License plate number update',
@ -87,10 +87,10 @@ return [
'type_not_exists' => 'The current parking space type does not exist' 'type_not_exists' => 'The current parking space type does not exist'
], ],
'event_calendar' => [ 'event_calendar' => [
'planned' => 'planned', 'planned' => 'Planned',
'running' => 'running', 'running' => 'Running',
'ended' => 'ended', 'ended' => 'Ended',
'disabled' => 'disabled', 'disabled' => 'Disabled',
'pattern_exists' => 'The current activity mode already exists', 'pattern_exists' => 'The current activity mode already exists',
'error_status' => 'The current activity status cannot be deleted', 'error_status' => 'The current activity status cannot be deleted',
'error_end' => 'The current activity status cannot be ended', 'error_end' => 'The current activity status cannot be ended',
@ -106,10 +106,10 @@ return [
'task' => 'Task switching' 'task' => 'Task switching'
], ],
'channel_management' => [ 'channel_management' => [
'entrance' => 'entrance', 'entrance' => 'Entrance',
'export' => 'Export', 'export' => 'Export',
'on-site' => 'on-site', 'on-site' => 'On-site',
'off-site' => 'off-site', 'off-site' => 'Off-site',
'name_exists' => 'The channel name already exists' 'name_exists' => 'The channel name already exists'
], ],
'guard_booth_management' => [ 'guard_booth_management' => [
@ -122,9 +122,9 @@ return [
'type_exists' => 'Channel membership type already exists' 'type_exists' => 'Channel membership type already exists'
], ],
'equipment_management' => [ 'equipment_management' => [
'type1' => 'barrier gate', 'type1' => 'Barrier gate',
'type2' => 'Entrance channel camera', 'type2' => 'Entrance channel camera',
'type3' => 'traffic light', 'type3' => 'Traffic light',
'type4' => '32 inch display screen', 'type4' => '32 inch display screen',
'type5' => 'Koto recognition camera', 'type5' => 'Koto recognition camera',
'name_exists' => 'The same type of device name already exists' 'name_exists' => 'The same type of device name already exists'
@ -134,30 +134,30 @@ return [
], ],
'abnormal_resource_usage' => [ 'abnormal_resource_usage' => [
'occupancy' => 'Abnormal occupancy', 'occupancy' => 'Abnormal occupancy',
'unprocessed' => 'unprocessed', 'unprocessed' => 'Unprocessed',
'processed' => 'Processed', 'processed' => 'Processed',
'handle' => 'handle', 'handle' => 'Handle',
'ignore' => 'ignore', 'ignore' => 'Ignore',
'reason1' => 'Unpredited vehicle parking', 'reason1' => 'Unpredited vehicle parking',
'reason2' => 'Inconsistent with reserved parking space attributes', 'reason2' => 'Inconsistent with reserved parking space attributes',
'reason3' => 'Inconsistent with the reserved parking space type', 'reason3' => 'Inconsistent with the reserved parking space type',
'reason4' => 'Inconsistent type', 'reason4' => 'Inconsistent type',
'today' => 'that day', 'today' => 'That day',
'days3' => 'Over the past three days', 'days3' => 'Over the past three days',
'week' => 'the past week', 'week' => 'The past week',
'month' => 'Last month', 'month' => 'Last month',
'month3' => 'Last March' 'month3' => 'Last March'
], ],
'alarm_information' => [ 'alarm_information' => [
'scene' => 'On site support is required', 'scene' => 'On site support is required',
'notice' => 'Notification', 'notice' => 'Notification',
'info_notice' => 'information message', 'info_notice' => 'Information message',
'support_notice' => 'Support message', 'support_notice' => 'Support message',
'urgent' => 'urgent', 'urgent' => 'Urgent',
'high' => 'high', 'high' => 'High',
'middle' => 'middle', 'middle' => 'Middle',
'low' => 'low', 'low' => 'Low',
'info' => 'information', 'info' => 'Information',
'handler1' => 'Operation duty A', 'handler1' => 'Operation duty A',
'handler2' => 'Operation duty B', 'handler2' => 'Operation duty B',
'handler3' => 'Engineering Maintenance Team', 'handler3' => 'Engineering Maintenance Team',

Loading…
Cancel
Save