authentication.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "welcomeBack": "Welcome Back",
  3. "pageTitle": "Plug-and-play Admin system",
  4. "pageDesc": "Efficient, versatile frontend template",
  5. "loginSuccess": "Login Successful",
  6. "loginSuccessDesc": "Welcome Back",
  7. "loginSubtitle": "Enter your account details to manage your projects",
  8. "selectAccount": "Quick Select Account",
  9. "username": "Username",
  10. "password": "Password",
  11. "usernameTip": "Please enter username",
  12. "passwordErrorTip": "Password is incorrect",
  13. "passwordTip": "Please enter password",
  14. "verifyRequiredTip": "Please complete the verification first",
  15. "rememberMe": "Remember Me",
  16. "createAnAccount": "Create an Account",
  17. "createAccount": "Create Account",
  18. "alreadyHaveAccount": "Already have an account?",
  19. "accountTip": "Don't have an account?",
  20. "signUp": "Sign Up",
  21. "signUpSubtitle": "Make managing your applications simple and fun",
  22. "confirmPassword": "Confirm Password",
  23. "confirmPasswordTip": "The passwords do not match",
  24. "agree": "I agree to",
  25. "privacyPolicy": "Privacy-policy",
  26. "terms": "Terms",
  27. "agreeTip": "Please agree to the Privacy Policy and Terms",
  28. "goToLogin": "Login instead",
  29. "passwordStrength": "Use 8 or more characters with a mix of letters, numbers & symbols",
  30. "forgetPassword": "Forget Password?",
  31. "forgetPasswordSubtitle": "Enter your email and we'll send you instructions to reset your password",
  32. "emailTip": "Please enter email",
  33. "emailValidErrorTip": "The email format you entered is incorrect",
  34. "sendResetLink": "Send Reset Link",
  35. "email": "Email",
  36. "qrcodeSubtitle": "Scan the QR code with your phone to login",
  37. "qrcodePrompt": "Click 'Confirm' after scanning to complete login",
  38. "qrcodeLogin": "QR Code Login",
  39. "codeSubtitle": "Enter your phone number to start managing your project",
  40. "code": "Security code",
  41. "codeTip": "Security code is required",
  42. "mobile": "Mobile",
  43. "mobileLogin": "Mobile Login",
  44. "mobileTip": "Please enter mobile number",
  45. "mobileErrortip": "The phone number format is incorrect",
  46. "sendCode": "Get Security code",
  47. "sendText": "Resend in {0}s",
  48. "thirdPartyLogin": "Or continue with",
  49. "loginAgainTitle": "Please Log In Again",
  50. "loginAgainSubTitle": "Your login session has expired. Please log in again to continue.",
  51. "layout": {
  52. "center": "Align Center",
  53. "alignLeft": "Align Left",
  54. "alignRight": "Align Right"
  55. }
  56. }