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.
57 lines
2.0 KiB
57 lines
2.0 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' => '最后更新时间',
|
|
],
|
|
'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' => '操作内容',
|
|
]
|
|
];
|
|
|