停车场管理系统
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.
 
 

179 lines
7.0 KiB

<?php
return [
'admin_role' => [
'not_edit' => 'Super administrator cannot be edited',
'not_delete' => 'Super administrator cannot be deleted',
'name_exists' => 'The role name already exists',
'menu_error' => 'The role number parameter is incorrect'
],
'admin_user' => [
'name_exists' => 'The user account already exists',
'not_del' => 'Super management account cannot be deleted',
'not_edit' => 'Super management account cannot be edited'
],
'admin_translation' => [
'data_exists' => 'Translation configuration already exists'
],
'admin_floor' => [
'name_exists' => 'The floor name already exists'
],
'admin_floor_region' => [
'name_exists' => 'The region name already exists'
],
'admin_vip_list' => [
'license_exists' => 'The license plate number already exists'
],
'space_attributes' => [
'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',
'name_exists' => 'The parking space type name already exists',
'license_exists' => 'Please clear the license plate first to delete it'
],
'license_plate' => [
'number_exists' => 'The license plate number already exists',
'not_clear' => 'No license plate needs to be cleared'
],
'reservation' => [
'undetermined' => 'undetermined',
'confirmed' => 'Confirmed',
'canceled' => 'Canceled',
'yes' => 'yes',
'no' => 'No',
'fuel' => 'fuel',
'new_energy' => 'new energy',
'week0' => 'Sunday',
'week1' => 'Monday',
'week2' => 'Tuesday',
'week3' => 'Wednesday',
'week4' => 'Thursday',
'week5' => 'Friday',
'week6' => 'Saturday'
],
'parking_space' => [
'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',
'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',
'number_exists' => 'The parking number already exists'
],
'parking_information' => [
'not_default' => 'Default parking space type not set'
],
'parking_camera' => [
'number_exists' => 'The device number already exists',
'flat_garage' => 'Flat garage'
],
'parking_pattern' => [
'name_exists' => 'Activity mode already exists',
'space_exists' => 'The current mode parking number already exists',
'space_not_exists' => 'The current parking space number does not exist',
'type_not_exists' => 'The current parking space type does not exist'
],
'event_calendar' => [
'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',
'not_space' => 'The parking space configuration is incomplete in this mode'
],
'notice' => [
'hint' => 'Prompt message',
'support' => 'Support Information',
'touch' => 'touch the line',
'illegal' => 'Illegal parking',
'offline' => 'Device offline',
'vip' => 'VIP',
'task' => 'Task switching'
],
'channel_management' => [
'entrance' => 'entrance',
'export' => 'Export',
'on-site' => 'on-site',
'off-site' => 'off-site',
'name_exists' => 'The channel name already exists'
],
'guard_booth_management' => [
'name_exists' => 'The booth name already exists'
],
'departure_management' => [
'reason_exists' => 'Reason for departure already exists'
],
'channel_permissions' => [
'type_exists' => 'Channel membership type already exists'
],
'equipment_management' => [
'type1' => 'barrier gate',
'type2' => 'Entrance channel camera',
'type3' => 'traffic light',
'type4' => '32 inch display screen',
'type5' => 'Koto recognition camera',
'name_exists' => 'The same type of device name already exists'
],
'whitelist' => [
'number_exists' => 'The license plate number already exists'
],
'abnormal_resource_usage' => [
'occupancy' => 'Abnormal occupancy',
'unprocessed' => 'unprocessed',
'processed' => 'Processed',
'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',
'days3' => 'Over the past three days',
'week' => 'the past week',
'month' => 'Last month',
'month3' => 'Last March'
],
'alarm_information' => [
'scene' => 'On site support is required',
'notice' => 'Notification',
'info_notice' => 'information message',
'support_notice' => 'Support message',
'urgent' => 'urgent',
'high' => 'high',
'middle' => 'middle',
'low' => 'low',
'info' => 'information',
'handler1' => 'Operation duty A',
'handler2' => 'Operation duty B',
'handler3' => 'Engineering Maintenance Team',
'handler4' => 'Security patrol'
],
'parking_repair_list' => [
'not_synced' => 'Not synced',
'synced' => 'Synchronized'
],
'gate_control' => [
'automatic' => 'Automatic entry',
'manual' => 'Manual entry'
],
'prohibited_passage' => [
'remark1' => 'No appointment, no entry allowed',
'remark2' => 'Blacklisted vehicles are prohibited from leaving the premises',
'remark3' => 'Appointment timed out and did not show up'
]
];