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

60 lines
2.3 KiB

<?php
return [
'get_user_info_failed' => '获取用户信息失败',
'get_user_info_list_failed' => '获取用户信息失败',
'admin_user' => [
'create_failed' => '创建用户失败',
'update_failed' => '更新用户失败',
'destroy_failed' => '删除用户失败'
],
'admin_role' => [
'create_failed' => '创建角色失败',
'update_failed' => '更新角色失败',
'destroy_failed' => '删除角色失败'
],
'update_admin_config_failed' => '更新配置失败',
'get_data_failed' => '获取数据失败',
'exception_handler' => [
'login' => '请先登录',
'resource' => '资源不存在',
'api' => '接口不存在',
'role' => '没有操作权限',
'frequent' => '请求过于频繁,请稍后再试',
'system' => '系统错误'
],
'admin_translation' => [
'create_failed' => '创建翻译失败',
'update_failed' => '更新翻译失败',
'destroy_failed' => '删除翻译失败'
],
'admin_floor' => [
'create_failed' => '创建楼层失败',
'update_failed' => '更新楼层失败',
'destroy_failed' => '删除楼层失败'
],
'upload' => [
'error' => '上传失败'
],
'admin_vip_list' => [
'create_failed' => '创建VIP名单失败',
'update_failed' => '更新VIP名单失败',
'destroy_failed' => '删除VIP名单失败',
'import_failed' => '上传失败'
],
'space_attributes' => [
'create_failed' => '创建车位属性失败',
'update_failed' => '更新车位属性失败',
'destroy_failed' => '删除车位属性失败'
],
'space_type' => [
'create_failed' => '创建车位类型失败',
'update_failed' => '更新车位类型失败',
'destroy_failed' => '删除车位类型失败'
],
'license_plate' => [
'create_failed' => '创建车牌号码失败',
'update_failed' => '更新车牌号码失败',
'destroy_failed' => '删除车牌号码失败'
]
];