1234567891011121314151617181920212223242526272829 |
- module.exports = {
- "login": "Log in",
- "register": "Register",
- "userLogin": "User Login",
- "cameraLogin": "Camera Login",
- "codeLogin": "Verification Code Login",
- "passwordLogin": "Password Login",
- "phonePlaceholder": "Phone Number",
- "passwordPlaceholder": "Enter Password",
- "codePlaceholder": "Verification Code",
- "sendCodeBtnText": "Request Verification Code",
- "rememberPassword": "Remember Password",
- "forgetPassword": "Forgot Password",
- "registerAccount": "Sign Up",
- "cameraLoginTip": "Scan the QR-Code to log in with the 4DKanKan App",
- "kankanAccountRegister": "Sign in",
- "setPassword": "Set Your Password",
- "rePassword": "Enter password again",
- "cluse": "I have read 《4DKanKan User Agreement》",
- "findPassword": "Password Reset",
- "emailPlaceholder": "E-mail",
- "hasAccount": "Already Have An Account, ",
- "zhijieLogin": "Log in Now",
- "resendTime": "{time}s resend",
- "passwordTip": "Password must contain English case and numbers no less than 8-16 characters",
- "currentEmailTip": "Please enter a correct Email address",
- "agreeXieyi": "Please read and agree to the user agreement",
- account: 'Account'
- }
|