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.
135 lines
5.2 KiB
135 lines
5.2 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'
|
|
]
|
|
];
|
|
|