|
|
@@ -32,7 +32,6 @@ return [
|
|
|
'Email already exist' => '邮箱已经存在',
|
|
|
'Mobile already exist' => '手机号已经存在',
|
|
|
'Username is incorrect' => '用户名不正确',
|
|
|
- 'Email is incorrect' => '邮箱不正确',
|
|
|
'Reset password' => '修改密码',
|
|
|
'Reset password by email' => '通过邮箱',
|
|
|
'Reset password by mobile' => '通过手机重置',
|
|
|
@@ -56,12 +55,10 @@ return [
|
|
|
'Change password successful' => '修改密码成功',
|
|
|
'Captcha is incorrect' => '验证码不正确',
|
|
|
'Upload successful' => '上传成功',
|
|
|
- 'Sign up successful' => '注册成功',
|
|
|
'Logged in successful' => '登录成功',
|
|
|
'Logout successful' => '注销成功',
|
|
|
'User center already closed' => '会员中心已经关闭',
|
|
|
'Operation failed' => '操作失败',
|
|
|
'Invalid parameters' => '参数不正确',
|
|
|
'Change password failure' => '修改密码失败',
|
|
|
- 'Change password successful' => '修改密码成功',
|
|
|
];
|