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

179 lines
6.2 KiB

<?php
return [
'admin_role' => [
'not_edit' => '超级管理员不可编辑',
'not_delete' => '超级管理员不可删除',
'name_exists' => '角色名称已存在',
'menu_error' => '角色编号参数有误'
],
'admin_user' => [
'name_exists' => '用户账号已存在',
'not_del' => '超管账号不可删除',
'not_edit' => '超管账号不可编辑'
],
'admin_translation' => [
'data_exists' => '翻译配置已存在'
],
'admin_floor' => [
'name_exists' => '楼层名称已存在'
],
'admin_floor_region' => [
'name_exists' => '区域名称已存在'
],
'admin_vip_list' => [
'license_exists' => '车牌号码已存在'
],
'space_attributes' => [
'attributes_exists' => '车位属性名称已存在'
],
'space_type' => [
'red' => '红色',
'green' => '绿色',
'yellow' => '黄色',
'blue' => '蓝色',
'purple' => '紫色',
'cyan' => '青色',
'white' => '白色',
'magenta' => '品红',
'name_exists' => '车位类型名称已存在',
'license_exists' => '请先清空车牌,即可删除'
],
'license_plate' => [
'number_exists' => '车牌号码已存在',
'not_clear' => '没有车牌需要清除'
],
'reservation' => [
'undetermined' => '待确定',
'confirmed' => '已确定',
'canceled' => '已取消',
'yes' => '是',
'no' => '否',
'fuel' => '燃油',
'new_energy' => '新能源',
'week0' => '星期日',
'week1' => '星期一',
'week2' => '星期二',
'week3' => '星期三',
'week4' => '星期四',
'week5' => '星期五',
'week6' => '星期六'
],
'parking_space' => [
'vacant' => '空置',
'occupy' => '占用',
'repair' => '维修中',
'yes_license' => '有车牌',
'no_license' => '无车牌',
'high' => '高',
'middle' => '中',
'land' => '低',
'no_cars' => '车位状态无车更新有车',
'yes_cars' => '车位状态有车更新无车',
'number_update' => '车牌号更新',
'number_exists' => '车位号码已存在'
],
'parking_information' => [
'not_default' => '未设置默认车位类型'
],
'parking_camera' => [
'number_exists' => '设备编号已存在',
'flat_garage' => '平面车库'
],
'parking_pattern' => [
'name_exists' => '活动模式已存在',
'space_exists' => '当前模式车位号已存在',
'space_not_exists' => '当前模式车位号不存在',
'type_not_exists' => '当前模式车位类型不存在'
],
'event_calendar' => [
'planned' => '计划中',
'running' => '运行中',
'ended' => '已结束',
'disabled' => '已停用',
'pattern_exists' => '当前活动模式已存在',
'error_status' => '当前活动状态不可删除',
'error_end' => '当前活动状态不可结束',
'not_space' => '此模式下车位配置不完整'
],
'notice' => [
'hint' => '提示信息',
'support' => '支援信息',
'touch' => '压线',
'illegal' => '违泊',
'offline' => '设备离线',
'vip' => 'VIP',
'task' => '任务切换'
],
'channel_management' => [
'entrance' => '入口',
'export' => '出口',
'on-site' => '场内',
'off-site' => '场外',
'name_exists' => '通道名称已存在'
],
'guard_booth_management' => [
'name_exists' => '岗亭名称已存在'
],
'departure_management' => [
'reason_exists' => '离场原因已存在'
],
'channel_permissions' => [
'type_exists' => '通道会员类型已存在'
],
'equipment_management' => [
'type1' => '道闸',
'type2' => '入口通道相机',
'type3' => '交通灯',
'type4' => '32寸显示屏',
'type5' => '科拓识别相机',
'name_exists' => '同类型设备名称已存在'
],
'whitelist' => [
'number_exists' => '车牌号码已存在'
],
'abnormal_resource_usage' => [
'occupancy' => '异常占用',
'unprocessed' => '未处理',
'processed' => '已处理',
'handle' => '处理',
'ignore' => '忽略',
'reason1' => '未预约车辆停车',
'reason2' => '与预约车位属性不一致',
'reason3' => '与预约车位类型不一致',
'reason4' => '类型不一致',
'today' => '当天',
'days3' => '过去三天',
'week' => '过去一周',
'month' => '过去一月',
'month3' => '过去三月'
],
'alarm_information' => [
'scene' => '需现场支持',
'notice' => '消息通知',
'info_notice' => '信息消息',
'support_notice' => '支持消息',
'urgent' => '紧急',
'high' => '高',
'middle' => '中',
'low' => '低',
'info' => '信息',
'handler1' => '运营值班 A',
'handler2' => '运营值班 B',
'handler3' => '工程维保组',
'handler4' => '安保巡逻'
],
'parking_repair_list' => [
'not_synced' => '未同步',
'synced' => '已同步'
],
'gate_control' => [
'automatic' => '自动入场',
'manual' => '手动入场'
],
'prohibited_passage' => [
'remark1' => '无预约,不可进场',
'remark2' => '黑名单车辆禁止离场',
'remark3' => '预约超时未到场'
]
];