Files
2026-07-13 15:23:29 +08:00

32 lines
1.1 KiB
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'not_login' => 'Please log in first',
'user_not_exist' => 'User does not exist, please register first',
'password_error' => 'Password error',
'admin_login' => 'Admin Login',
'admin_logout' => 'Admin Logout',
'login_success' => 'Login Success',
'login_error' => 'Login Error, Please check your username and password',
'logout_success' => 'Logout Success',
'old_password_error' => 'Old password error',
'user_is_disabled' => 'User is disabled',
'invalid_token' => 'Invalid Token',
'refresh_token_expired' => 'Refresh Token Expired, Please login again',
'recharge_success' => 'Recharge Success',
'reset_password' => 'Reset Password Success',
];