32 lines
1.5 KiB
PHP
32 lines
1.5 KiB
PHP
<?php
|
|
/**
|
|
* MineAdmin is committed to providing solutions for quickly building web applications
|
|
* Please view the LICENSE file that was distributed with this source code,
|
|
* For the full copyright and license information.
|
|
* Thank you very much for using MineAdmin.
|
|
*
|
|
* @Author X.Mo<root@imoi.cn>
|
|
* @Link https://gitee.com/xmo/MineAdmin
|
|
*/
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'super_admin' => 'Super admin(Founder)',
|
|
'no_permission' => 'No permission',
|
|
'username_exists' => 'Username exists',
|
|
'unable_get_userinfo' => 'System exception, user information can not be obtained, please check the method -> SystemUserService@getInfo',
|
|
'undefined_menu' => 'No menu defined',
|
|
'no_login_user' => 'No login user',
|
|
'rolecode_exists' => 'Role code already exists',
|
|
'exists_children_ctu' => 'Delete success. [:names] the following contains children and has been skipped',
|
|
'parent_dept_error' => 'The superior department cannot be the department',
|
|
'valid_password' => 'password validator of fail',
|
|
'directory_no_delete' => 'Non-empty directory, not deletable',
|
|
'upload_image_verification_fail' => 'Image upload verification failed',
|
|
'upload_file_verification_fail' => 'File upload verification failed',
|
|
'queue_missing_message_title' => 'queue message missing title',
|
|
'queue_missing_message_content_type' => 'queue message missing content type',
|
|
'queue_missing_content' => 'queue message missing content',
|
|
'queue_annotation_not_open' => 'Queue-related features are not turned on'
|
|
]; |