en.ts 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. export default {
  2. label: {
  3. one1: 'Account login',
  4. two2: 'SMS login',
  5. three3: 'Social login',
  6. register: 'Create account',
  7. },
  8. link: {
  9. one3: 'Third party login',
  10. two4: 'Links',
  11. },
  12. password: {
  13. accountPlaceholder1: 'The username "admin" is common, please use another',
  14. accountPlaceholder2: 'Password',
  15. accountPlaceholder3: 'Please enter the verification code',
  16. phonePlaceholder4: 'Please enter your phone number',
  17. tenantPlaceholder: 'Please select tenant',
  18. accountBtnText: 'Sign in',
  19. resetBtnText: 'Reset',
  20. registerBtnText: 'Create account',
  21. readAccept: 'I have read and accept',
  22. privacyPolicy: 'the Privacy Policy',
  23. oldPassword: 'Please enter old password',
  24. newPassword: 'Please enter new password',
  25. confirmPassword: 'Please confirm new password',
  26. backToLogin: 'Back to login',
  27. mobileLogin: 'Mobile Login',
  28. createAccount: 'Create Account',
  29. imageCodeTip: 'Please enter code',
  30. forgetPassword: 'Forgot Password',
  31. },
  32. mobile: {
  33. placeholder1: 'Please enter your mobile number',
  34. placeholder2: 'Please enter the verification code',
  35. codeText: 'Get code',
  36. btnText: 'Sign in',
  37. mobileLogin: 'Mobile Login',
  38. backToLogin: 'Back to login',
  39. createAccount: 'Create Account',
  40. sendSuccess: 'Verification code sent successfully',
  41. seconds: 'seconds to resend',
  42. mobileRequired: 'Please enter your mobile number',
  43. codeRequired: 'Please enter verification code',
  44. codeLength: 'Verification code must be 4 digits',
  45. sendFailed: 'Failed to send verification code',
  46. loginSuccess: 'Login successful',
  47. loginFailed: 'Login failed',
  48. signIn: 'Sign In',
  49. },
  50. forget: {
  51. newPasswordPlaceholder: 'Please enter new password',
  52. confirmPasswordPlaceholder: 'Please confirm new password',
  53. passwordEmpty: 'Password cannot be empty',
  54. passwordLength: 'Password length must be between 6 and 20 characters',
  55. passwordRule: 'The two passwords do not match',
  56. passwordScore: 'Password strength is too low',
  57. },
  58. scan: {
  59. text: 'Use your mobile device to scan and quickly log in or create an account',
  60. wechatApp: 'Scan with WeChat',
  61. appErrorTip: 'The login fails because the application is not configured',
  62. },
  63. signInText: 'Welcome back!',
  64. browserMsgText:
  65. 'Tip: For best results, we recommend using Google Chrome, Microsoft Edge (version 80 or higher), or the 360 browser with speed mode enabled.',
  66. expire: {
  67. oldPassword: 'Please enter old password',
  68. newPassword: 'Please enter new password',
  69. confirmPassword: 'Please confirm new password',
  70. passwordRule: 'The two passwords do not match',
  71. passwordScore: 'Password strength is too low',
  72. resetSuccess: 'Password reset successfully',
  73. },
  74. tenantSelect: {
  75. select: 'Select Tenant',
  76. loadError: 'Failed to get tenant list',
  77. },
  78. verify: {
  79. imageCode: 'Please enter verification code',
  80. },
  81. register: {
  82. tenantEmpty: 'Please select a tenant',
  83. tenantLoadError: 'Failed to load tenant list',
  84. usernameEmpty: 'Username cannot be empty',
  85. usernameLength: 'Username length must be between 5 and 20 characters',
  86. phoneEmpty: 'Phone number cannot be empty',
  87. passwordEmpty: 'Password cannot be empty',
  88. passwordLength: 'Password length must be between 6 and 20 characters',
  89. passwordStrength: 'Password strength is too low',
  90. termsRequired: 'Please read and accept the terms',
  91. },
  92. divider: {
  93. or: 'or',
  94. },
  95. socialLogin: {
  96. wechatWork: 'WeCom',
  97. dingtalk: 'DingTalk',
  98. },
  99. };