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

101 lines
3.6 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' => '最后更新时间',
'region' => '区域',
'list_export' => '导入车位',
],
'parking_camera' => [
'list' => '车位相机',
'number' => '设备编号',
'camera_ip' => 'IP地址',
'parking_space_count' => '设备管理车位个数',
'parking_space_numbers' => '关联车位号',
'is_control_lights' => '是否有外控灯',
'type' => '相机类型',
'status' => '通讯状态',
'updated_at' => '最后更新时间',
],
'parking_pattern' => [
'model_name' => '活动模式',
'parking_space_number' => '车位号码',
'parking_space_type' => '车位类型',
'create_pattern' => '活动模式创建模板',
'spaces_pattern' => '活动模式分配模板'
],
'operation_log' => [
'list' => '系统日志',
'created_at' => '操作时间',
'operation_name' => '操作员',
'main_directory' => '主目录',
'sub_directory' => '副目录',
'action' => '操作',
'action_str' => '操作类型',
'description' => '操作内容',
],
'event_calendar' => [
'list' => '活动行事历模板'
],
'notice' => [
'list' => '警报通知',
'alarm_time' => '信息时间',
'alarm_type' => '信息类型',
'msg_type' => '信息内容',
'space_number' => '车位号码',
'license_plate' => '车牌号码',
'camera_ip' => 'IP',
'msg_content' => '信息内容详情'
],
'parking_behavior' => [
'list' => '停车行为',
'time_period' => '时间段',
'license_plate' => '车牌号码',
'parking_frequency' => '停车次数',
'parking_duration' => '停车时长(min)'
],
'license_plate_recognition' => [
'list' => '车牌识别率',
'time_slot' => '时间段',
'sum_count' => '总识别次数',
'high_ratio' => '高车牌识别度',
'middle_ratio' => '低车牌识别度',
'manual_count' => '手动修改次数',
'manual_ratio' => '手动修改比例'
],
'whitelist' => [
'list' => '白名单导入模板',
'export_list' => '白名单车辆列表',
'parking' => '停车场',
'channel' => '通行通道',
'reason' => '通行原因',
'member_type' => '身份类型'
],
'parking_repair_list' => [
'list' => '维修车位导入模板',
'start_at' => '维修开始时间',
'end_at' => '维修结束时间'
]
];