en_US.js 597 B

1234567891011121314151617
  1. export default {
  2. title: 'Login',
  3. appTitle: 'Intelligent ETMF System',
  4. welcome: 'Welcome',
  5. phonePlaceholder: 'Enter phone number',
  6. passwordPlaceholder: 'Enter password',
  7. loginButton: 'Login',
  8. phoneError: 'Please enter a valid phone number',
  9. passwordError: 'Password must be at least 6 characters',
  10. loginSuccess: 'Login successful',
  11. loggingIn: 'Logging in...',
  12. agreePrefix: 'I have read and agree to',
  13. userAgreement: 'User Agreement',
  14. and: 'and',
  15. privacyPolicy: 'Privacy Agreement',
  16. agreementError: 'Please read and agree to the User Agreement and Privacy Agreement'
  17. }