| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?php
- return [
- 'User center' => 'Member Centre',
- 'Register' => 'Register',
- 'Login' => 'Log in',
- 'Sign up successful' => 'registration success',
- 'Username can not be empty' => 'Username can not be empty',
- 'Username must be 3 to 30 characters' => 'Username must be 3-30 characters',
- 'Username must be 6 to 30 characters' => 'Username must be 6-30 characters',
- 'Password can not be empty' => 'password can not be blank',
- 'Password must be 6 to 30 characters' => 'Password must be 6-30 characters',
- 'Mobile is incorrect' => 'Mobile phone format is incorrect',
- 'Username already exist' => 'username already exists',
- 'Nickname already exist' => 'Nickname already exists',
- 'Email already exist' => 'Email already exists',
- 'Mobile already exist' => 'Mobile phone number already exists',
- 'Username is incorrect' => 'Username is incorrect',
- 'Email is incorrect' => 'Email is incorrect',
- 'Account is locked' => 'Account has been locked',
- 'Password is incorrect' => 'Login password is incorrect',
- 'Account is incorrect' => 'Account is incorrect',
- 'Account not exist' => 'Account does not exist',
- 'Account can not be empty' => 'Account cannot be empty',
- 'Username or password is incorrect' => 'Incorrect username or password',
- 'You are not logged in' => 'You are not currently logged in',
- 'You\'ve logged in, do not login again' => 'You already exist, please do not log in again',
- 'Profile' => 'personal information',
- 'Verify email' => 'E-mail verification',
- 'Change password' => 'change Password',
- 'Captcha is incorrect' => 'Incorrect verification code',
- 'Logged in successful' => 'login successful',
- 'Logout successful' => 'exit successfully',
- 'Operation failed' => 'operation failed',
- 'Invalid parameters' => 'The parameter is incorrect',
- 'Change password failure' => 'Failed to change password',
- 'Change password successful' => 'password has been updated',
- 'Reset password successful' => 'Password reset successful',
- '邀请码有误' => 'The invitation code is incorrect',
- '确认密码不一致' => 'Confirm that the password is inconsistent',
- '账号不存在' => 'Account does not exist',
- '旧密码' => 'Old Password',
- '新密码' => 'New Password',
- '确认密码' => 'Confirm Password',
- '登录密码' => 'login password',
- '新资金密码' => 'New fund password',
- '资金密码重置成功' => 'Fund password reset successfully',
- '资金密码重置失败' => 'Fund password reset failed',
- '手机号码' => 'phone number',
- '区号' => 'area code'
- ];
|