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

69 lines
2.3 KiB

<?php
return [
'admin_role' => [
'name_exists' => '角色名称已存在',
'menu_error' => '角色编号参数有误'
],
'admin_user' => [
'name_exists' => '用户账号已存在'
],
'admin_translation' => [
'data_exists' => '翻译配置已存在'
],
'admin_floor' => [
'name_exists' => '楼层名称已存在'
],
'admin_vip_list' => [
'license_exists' => '车牌号码已存在'
],
'space_attributes' => [
'attributes_exists' => '车位属性名称已存在'
],
'space_type' => [
'red' => '红色',
'green' => '绿色',
'yellow' => '黄色',
'blue' => '蓝色',
'purple' => '紫色',
'cyan' => '青色',
'white' => '白色',
'name_exists' => '车位类型名称已存在',
'license_exists' => '请先清空车牌,即可删除'
],
'license_plate' => [
'number_exists' => '车牌号码已存在',
'not_clear' => '没有车牌需要清除'
],
'reservation' => [
'undetermined' => '待确定',
'confirmed' => '已确定',
'canceled' => '已取消',
'yes' => '是',
'no' => '否'
],
'parking_space' => [
'vacant' => '空置',
'occupy' => '占用',
'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' => '当前模式车位类型不存在'
]
];