|
|
|
@ -18,6 +18,9 @@ return [ |
|
|
|
'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' |
|
|
|
], |
|
|
|
@ -94,5 +97,12 @@ return [ |
|
|
|
'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' |
|
|
|
] |
|
|
|
]; |
|
|
|
|