23 lines
1.2 KiB
PHP
23 lines
1.2 KiB
PHP
<?php
|
|
declare(strict_types=1);
|
|
return [
|
|
'super_admin' => '超级管理员(创始人)',
|
|
'no_permission' => '无权限访问',
|
|
'no_role' => '无角色权限访问',
|
|
'username_exists' => '用户名已存在',
|
|
'unable_get_userinfo' => '系统异常,用户信息无法获取,请检查方法 -> SystemUserService@getInfo',
|
|
'undefined_menu' => '未定义菜单',
|
|
'undefined_role' => '未定义角色',
|
|
'rolecode_exists' => '角色代码已存在',
|
|
'no_login_user' => '无登录用户',
|
|
'exists_children_ctu' => '删除成功。[:names]等包含子项,已跳过 ',
|
|
'parent_dept_error' => '上级部门不能为本部门',
|
|
'valid_password' => '密码验证失败',
|
|
'directory_no_delete' => '非空目录,不可删除',
|
|
'upload_image_verification_fail' => '图片上传验证不通过',
|
|
'upload_file_verification_fail' => '文件上传验证不通过',
|
|
'queue_missing_message_title' => '队列消息缺少标题信息',
|
|
'queue_missing_message_content_type' => '队列消息缺少信息类型',
|
|
'queue_missing_content' => '队列消息缺少消息内容',
|
|
'queue_annotation_not_open' => '队列相关功能未开启'
|
|
]; |