diff --git a/resources/lang/en/admin.php b/resources/lang/en/admin.php index 3f99171..3247672 100644 --- a/resources/lang/en/admin.php +++ b/resources/lang/en/admin.php @@ -2,7 +2,7 @@ return [ 'online' => 'Online', - 'offline' => 'offline', + 'offline' => 'Offline', 'login' => 'Login', 'logout' => 'Logout', 'setting' => 'Setting', @@ -109,8 +109,8 @@ return [ 'prev' => 'Prev', 'next' => 'Next', 'quick_create' => 'Quick create', - 'freeze' => 'freeze', - 'normal' => 'normal', - 'enable' => 'enable', - 'disabled' => 'disabled' + 'freeze' => 'Freeze', + 'normal' => 'Normal', + 'enable' => 'Enable', + 'disabled' => 'Disabled' ]; diff --git a/resources/lang/en/controller.php b/resources/lang/en/controller.php index f5e7ba5..d0cfe2a 100644 --- a/resources/lang/en/controller.php +++ b/resources/lang/en/controller.php @@ -13,7 +13,7 @@ return [ 'parking_lot_image_path' => 'Parking space image path', 'zombie_car_parking_duration' => 'Zombie car parking duration', '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', 'report_data_switch' => 'Report data switch', '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' ], 'parking_space' => [ - 'days' => 'days', - 'hours' => 'hours', - 'minutes' => 'minutes', - 'seconds' => 'seconds', + 'days' => 'Days', + 'hours' => 'Hours', + 'minutes' => 'Minutes', + 'seconds' => 'Seconds', 'not_space' => 'No parking space information found' ] ]; diff --git a/resources/lang/en/exports.php b/resources/lang/en/exports.php index 4119939..2896bb9 100644 --- a/resources/lang/en/exports.php +++ b/resources/lang/en/exports.php @@ -2,30 +2,30 @@ return [ 'vip_list' => [ - 'license' => 'license plate number', + 'license' => 'License plate number', 'import_template' => 'VIP List Import Template', 'list' => 'VIP List' ], 'global' => [ - 'index' => 'serial number', - 'admin' => 'operator' + 'index' => 'Serial number', + 'admin' => 'Operator' ], 'license_plate' => [ 'import_template' => 'License Plate Management Import Template' ], 'parking_space' => [ 'list' => 'parking space list', - 'floor' => 'floor', + 'floor' => 'Floor', 'number' => 'Parking Number', 'space_attr' => 'Parking Space Attributes', - 'license_plate' => 'license plate number', + 'license_plate' => 'License plate number', 'berthing_time' => 'Parking time', 'recognition' => 'License plate recognition accuracy', - 'status' => 'state', + 'status' => 'State', 'space_type' => 'Parking space type', 'operation_type' => 'Operation Type', 'updated_at' => 'Last update time', - 'region' => 'region', + 'region' => 'Region', 'list_export' => 'Import parking spaces', ], 'parking_camera' => [ @@ -35,8 +35,8 @@ return [ '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', + 'type' => 'Camera type', + 'status' => 'Communication status', 'updated_at' => 'Last update time', ], 'parking_pattern' => [ @@ -47,12 +47,12 @@ return [ 'spaces_pattern' => 'Activity Mode Allocation Template' ], 'operation_log' => [ - 'list' => 'system log', + 'list' => 'System log', 'created_at' => 'Operating Time', 'operation_name' => 'operator', 'main_directory' => 'Main Directory', 'sub_directory' => 'Sub directory', - 'action' => 'operation', + 'action' => 'Operation', 'action_str' => 'Operation Type', 'description' => 'Operation content', ], @@ -63,22 +63,22 @@ 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' ], 'parking_behavior' => [ 'list' => 'Parking behavior', - 'time_period' => 'time period', - 'license_plate' => 'license plate number', - 'parking_frequency' => 'parking frequency', + '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', + 'time_slot' => 'Time period', 'sum_count' => 'Total recognition times', 'high_ratio' => 'High license plate recognition accuracy', 'middle_ratio' => 'Low license plate recognition accuracy', @@ -88,7 +88,7 @@ return [ 'whitelist' => [ 'list' => 'White List Import Template', 'export_list' => 'Whitelist vehicle list', - 'parking' => 'parking lot', + 'parking' => 'Parking lot', 'channel' => 'Access channel', 'reason' => 'Reason for passage', 'member_type' => 'Identity type' diff --git a/resources/lang/en/log.php b/resources/lang/en/log.php index 6d5c2c7..55bd150 100644 --- a/resources/lang/en/log.php +++ b/resources/lang/en/log.php @@ -1,7 +1,7 @@ 'login platform', + 'login' => 'Login platform', 'logout' => 'Log out', 'config' => [ 'update' => 'System configuration update' diff --git a/resources/lang/en/menu.php b/resources/lang/en/menu.php index 636c88e..aad90e2 100644 --- a/resources/lang/en/menu.php +++ b/resources/lang/en/menu.php @@ -17,32 +17,32 @@ return [ 'vip_access_record' => 'VIP entry and exit records', 'information_center' => 'Information Center', 'alarm_notice' => 'Alert & Notification', - 'statistics_report' => 'statistical report', + 'statistics_report' => 'Statistical report', 'recognition_rate' => 'License plate recognition rate', 'parking_behavior' => 'Parking behavior', 'utilization_rate' => 'Parking space utilization rate', 'occupancy_rate' => 'Parking occupancy rate', 'manual_correction' => 'Manual correction record of license plate', - 'system_log' => 'system log', + 'system_log' => 'System log', 'device_manage' => 'Equipment Management', 'camera_management' => 'Parking camera management', 'system_manage' => 'System Administration', 'total_configuration' => 'Overall system configuration', 'floor_plan' => 'Floor configuration', - 'translation' => 'translation', + 'translation' => 'Translation', 'user_manage' => 'User Management', 'user_list' => 'User List', 'role_manage' => 'Role Management', - 'read_only' => 'read-only', - 'view' => 'check', + 'read_only' => 'Read-only', + 'view' => 'Check', 'add' => 'New', - 'edit' => 'edit', + 'edit' => 'Edit', 'delete' => 'Delete', - 'import' => 'import', - 'export' => 'export', + 'import' => 'Import', + 'export' => 'Export', 'batch_delete' => 'Batch Delete', 'download_template' => 'Download template', - 'end' => 'end', + 'end' => 'End', 'change_mode' => 'Manual switching mode', 'batch_import' => 'Batch Import', 'view_details' => 'View details', @@ -58,28 +58,28 @@ return [ 'edit_license_plate' => 'Edit license plate', 'delete_license_plate' => 'Delete license plate', 'clear_license_plate' => 'Clear license plate', - 'clear' => 'clear', + 'clear' => 'Clear', 'alarm_settings' => 'Alarm Settings', - 'debug' => 'debug', + 'debug' => 'Debug', 'related_parking_spaces' => 'Related parking spaces', 'add_floor' => 'Add floor', 'edit_floor' => 'Edit floor', 'add_partition' => 'Add partition', 'edit_partition' => 'Edit partition', 'gate_management' => 'Gate management', - 'stop_on_duty' => 'parking lot booth', + 'stop_on_duty' => 'Parking lot booth', 'lane_video' => 'Lane video', 'access_record' => 'Parking entry and exit records', 'appointment_management' => 'Appointment Management', 'appointment_list' => 'Appointment List', 'appointment_statistics' => 'Appointment Statistics', 'parking_repair_list' => 'List of maintenance parking spaces', - 'whitelist' => 'whitelist', + 'whitelist' => 'Whitelist', 'alarm_information' => 'Alarm information management', 'abnormal_resource_usage' => 'Abnormal occupancy', 'channel_permissions' => 'Channel permission management', - 'parking_management' => 'parking lot management', - 'parking_management_list' => 'parking lot management', + 'parking_management' => 'Parking lot management', + 'parking_management_list' => 'Parking lot management', 'parking_list' => 'Parking List', 'parking_attendant' => 'Parking lot management personnel', 'regional_management' => 'Regional Management', @@ -88,13 +88,13 @@ return [ 'guard_booth_management' => 'Post management', 'departure_management' => 'Reason management for departure', 'parking_space_management' => 'Parking space management', - 'region_list' => 'region list', + 'region_list' => 'Region list', 'synchronize_list' => 'Synchronize List', 'batch_parking_repair' => 'Batch import of maintenance parking spaces', 'batch_update_attr' => 'Batch modify attributes', - 'abnormal_handle' => 'handle exceptions', + 'abnormal_handle' => 'Handle exceptions', 'abnormal_ignore' => 'Ignore exceptions', - 'allocation' => 'allocation', + 'allocation' => 'Allocation', 'edit_remark' => "Editor's note", 'gate_control' => 'Gate control', 'prohibited_passage' => 'Record of prohibited passage', diff --git a/resources/lang/en/service.php b/resources/lang/en/service.php index dd3e1e5..5382b67 100644 --- a/resources/lang/en/service.php +++ b/resources/lang/en/service.php @@ -28,14 +28,14 @@ return [ 'attributes_exists' => 'The parking space attribute name already exists' ], 'space_type' => [ - 'red' => 'red', - 'green' => 'green', - 'yellow' => 'yellow', - 'blue' => 'blue', - 'purple' => 'purple', - 'cyan' => 'cyan', - 'white' => 'white', - 'magenta' => 'magenta', + 'red' => 'Red', + 'green' => 'Green', + 'yellow' => 'Yellow', + 'blue' => 'Blue', + 'purple' => 'Purple', + 'cyan' => 'Cyan', + 'white' => 'White', + 'magenta' => 'Magenta', 'name_exists' => 'The parking space type name already exists', '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' ], 'reservation' => [ - 'undetermined' => 'undetermined', + 'undetermined' => 'Undetermined', 'confirmed' => 'Confirmed', 'canceled' => 'Canceled', - 'yes' => 'yes', + 'yes' => 'Yes', 'no' => 'No', - 'fuel' => 'fuel', - 'new_energy' => 'new energy', + 'fuel' => 'Fuel', + 'new_energy' => 'New energy', 'week0' => 'Sunday', 'week1' => 'Monday', 'week2' => 'Tuesday', @@ -60,14 +60,14 @@ return [ 'week6' => 'Saturday' ], 'parking_space' => [ - 'vacant' => 'vacant', - 'occupy' => 'occupy', + 'vacant' => 'Vacant', + 'occupy' => 'Occupy', 'repair' => 'Under repair', 'yes_license' => 'There is a license plate', 'no_license' => 'No license plate', - 'high' => 'high', - 'middle' => 'middle', - 'land' => 'land', + 'high' => 'High', + 'middle' => 'Middle', + 'land' => 'Land', 'no_cars' => 'Parking space status: no cars, update: cars available', 'yes_cars' => 'Parking status updated with cars available, no cars available', 'number_update' => 'License plate number update', @@ -87,10 +87,10 @@ return [ 'type_not_exists' => 'The current parking space type does not exist' ], 'event_calendar' => [ - 'planned' => 'planned', - 'running' => 'running', - 'ended' => 'ended', - 'disabled' => 'disabled', + 'planned' => 'Planned', + 'running' => 'Running', + 'ended' => 'Ended', + 'disabled' => 'Disabled', 'pattern_exists' => 'The current activity mode already exists', 'error_status' => 'The current activity status cannot be deleted', 'error_end' => 'The current activity status cannot be ended', @@ -106,10 +106,10 @@ return [ 'task' => 'Task switching' ], 'channel_management' => [ - 'entrance' => 'entrance', + 'entrance' => 'Entrance', 'export' => 'Export', - 'on-site' => 'on-site', - 'off-site' => 'off-site', + 'on-site' => 'On-site', + 'off-site' => 'Off-site', 'name_exists' => 'The channel name already exists' ], 'guard_booth_management' => [ @@ -122,9 +122,9 @@ return [ 'type_exists' => 'Channel membership type already exists' ], 'equipment_management' => [ - 'type1' => 'barrier gate', + 'type1' => 'Barrier gate', 'type2' => 'Entrance channel camera', - 'type3' => 'traffic light', + 'type3' => 'Traffic light', 'type4' => '32 inch display screen', 'type5' => 'Koto recognition camera', 'name_exists' => 'The same type of device name already exists' @@ -134,30 +134,30 @@ return [ ], 'abnormal_resource_usage' => [ 'occupancy' => 'Abnormal occupancy', - 'unprocessed' => 'unprocessed', + 'unprocessed' => 'Unprocessed', 'processed' => 'Processed', - 'handle' => 'handle', - 'ignore' => 'ignore', + 'handle' => 'Handle', + 'ignore' => 'Ignore', 'reason1' => 'Unpredited vehicle parking', 'reason2' => 'Inconsistent with reserved parking space attributes', 'reason3' => 'Inconsistent with the reserved parking space type', 'reason4' => 'Inconsistent type', - 'today' => 'that day', + 'today' => 'That day', 'days3' => 'Over the past three days', - 'week' => 'the past week', + 'week' => 'The past week', 'month' => 'Last month', 'month3' => 'Last March' ], 'alarm_information' => [ 'scene' => 'On site support is required', 'notice' => 'Notification', - 'info_notice' => 'information message', + 'info_notice' => 'Information message', 'support_notice' => 'Support message', - 'urgent' => 'urgent', - 'high' => 'high', - 'middle' => 'middle', - 'low' => 'low', - 'info' => 'information', + 'urgent' => 'Urgent', + 'high' => 'High', + 'middle' => 'Middle', + 'low' => 'Low', + 'info' => 'Information', 'handler1' => 'Operation duty A', 'handler2' => 'Operation duty B', 'handler3' => 'Engineering Maintenance Team',