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

36 lines
980 B

<?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_plate' => [
'number_exists' => '车牌号码已存在'
]
];