auth-web/mock/i18n/en/login.ts

41 lines
1.6 KiB
TypeScript
Raw Normal View History

2024-09-26 09:38:02 +08:00
export const login = {
loginSuccess: "Login Success",
loginFail: "Login Fail",
usernameRegex: "please input username",
username: "input username",
password: "input password",
login: "Login",
email: "email",
repeatPassword: "Sure Password",
emailCode: "input email code",
verifyCode: "verify code",
emailRegex: "please input email",
passwordRegex: "please input password",
passwordSureRegex: "Please entr confirm password",
passwordDifferentRegex: "The two passwords do not match!",
emailCodeRegex: "please input email code",
getEmailCode: "get email code",
rememberMe: "days no need to login",
rememberInfo:
"After checking and logging in, will automatically log in to the system without entering your username and password within the specified number of days.",
forgetPassword: "Forget Password?",
getCodeInfo: "Seconds",
getVerifyCode: "Get VerifyCode",
definite: "definite",
back: "back",
passWordUpdateReg: "Password has been updated",
pureTip: 'After scanning the code, click "Confirm" to complete the login',
pureRegisterSuccess: "Regist Success",
pureTickPrivacy: "Please tick Privacy Policy",
pureReadAccept: "I have read it carefully and accept",
purePrivacyPolicy: "Privacy Policy",
pureVerifyCodeReg: "Please enter verify code",
pureVerifyCodeCorrectReg: "Please enter correct verify code",
pureVerifyCodeSixReg: "Please enter a 6-digit verify code",
purePhoneReg: "Please enter the phone",
purePhoneCorrectReg: "Please enter the correct phone number format",
purePassWordRuleReg:
"The password format should be any combination of 8-18 digits"
};