first commit
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| 认证语言行
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| 以下语言行在认证过程中用于显示各种消息。您可以根据应用程序的需求
|
||||
| 自由修改这些语言行。
|
||||
|
|
||||
*/
|
||||
|
||||
'not_login' => '请先登录',
|
||||
'user_not_exist' => '用户不存在,请先注册',
|
||||
'password_error' => '密码错误',
|
||||
'admin_login' => '管理员登录',
|
||||
'admin_logout' => '管理员退出',
|
||||
'login_success' => '登录成功',
|
||||
'login_error' => '登录失败,用户名或者密码错误!',
|
||||
'logout_success' => '退出成功',
|
||||
'old_password_error' => '旧密码错误',
|
||||
'user_is_disabled' => '用户已被禁用',
|
||||
'invalid_token' => '无效的令牌',
|
||||
'refresh_token_expired' => '刷新令牌已过期,请重新登录',
|
||||
|
||||
'recharge_success' => '充值成功',
|
||||
'reset_password' => '重置密码成功',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user