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

40 lines
1.4 KiB

<?php
return [
'vip_list' => [
'license' => '车牌号码',
'import_template' => 'VIP名单导入模板',
'list' => 'VIP名单'
],
'global' => [
'index' => '序号',
'admin' => '操作员'
],
'license_plate' => [
'import_template' => '车牌管理导入模板'
],
'parking_space' => [
'list' => '车位列表',
'floor' => '楼层',
'number' => '车位号码',
'space_attr' => '车位属性',
'license_plate' => '车牌号码',
'berthing_time' => '停泊时间',
'recognition' => '车牌识别度',
'status' => '状态',
'space_type' => '车位类型',
'operation_type' => '操作类型',
'updated_at' => '最后更新时间',
],
'parking_camera' => [
'list' => '车位相机',
'number' => '设备编号',
'camera_ip' => 'IP地址',
'parking_space_count' => '设备管理车位个数',
'parking_space_numbers' => '关联车位号',
'is_control_lights' => '是否有外控灯',
'type' => '相机类型',
'status' => '通讯状态',
'updated_at' => '最后更新时间',
]
];