login.js
2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
export default {
hello: 'Hello!',
welcomeTo: 'welcome to',
pleaseEnterAccount: 'Please enter your login account',
pleaseEnterPassword: 'Please enter your login password',
login: 'Login',
phoneLogin: 'Mobile verification code login',
forgotPassword: 'Forgot password',
thirdAccountLogin: 'Third party account login',
passwordRule: 'The password format is incorrect (at least one uppercase English letter, at least one lowercase English letter, at least one digit, at least one special character, at least eight characters)',
loginSuccess: 'Login succeeded',
thirdAccountLoginSuccess: 'Third party account login successful',
isLoginPut: 'Are you sure you want to log out?',
loginOut: 'Log out and log in',
bindAccount: 'Bind account',
pleaseClickLogin: 'Please click login',
accountOut: 'Exit account',
phoneBind: 'Mobile binding',
PleaseEnterPhone: 'Please enter your phone number',
PleaseEnterCode: "Please enter the verification code",
accountBind: 'Account binding',
obtainCode: 'Obtain verification code',
accountBindSuccess: 'Account binding successful',
phoneFormatFail: 'The format of the phone number is incorrect',
codeFormatFail: 'The verification code format is incorrect',
phoneBindSuccess: 'Mobile phone binding successful',
codeAfterSeconds: 'Retrieve after {number} seconds',
codeBeenSend: 'Verification code has been sent',
accountPasswordLogin: 'Account password login',
sendCode: 'Send verification code',
verifyPhone: 'Verify phone number',
settingsNewPassword: 'Set a new password',
pleaseSettingsPassword: 'Please set a new login password of 6-20 characters',
pleaseNewPassword: 'Please enter the new login password again',
pleasePassword: 'Please input a password',
twoPasswordFail: 'The password entered twice is inconsistent',
resetPasswordSuccess: 'Reset password successful',
nextStep: 'Next step',
pleaseNetwork: 'Please check the network or server',
inspectDomain: 'Check if the requested domain name has been added to the domain whitelist',
requestTimeout: 'Request timeout: Please check the network'
}