You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.1 KiB

  1. {
  2. "auth": {
  3. "actions": {
  4. "login": "Log In"
  5. },
  6. "errors": {
  7. "invalidLogin": "Invalid Login",
  8. "invalidLoginMsg": "The email or password is invalid.",
  9. "invalidUserEmail": "Invalid User Email",
  10. "loginError": "Login error",
  11. "notYetAuthorized": "You have not been authorized to login to this site yet.",
  12. "tooManyAttempts": "Too many attempts!",
  13. "tooManyAttemptsMsg": "You've made too many failed attempts in a short period of time, please try again {{time}}.",
  14. "userNotFound": "User not found"
  15. },
  16. "fields": {
  17. "emailUser": "Email / Username",
  18. "password": "Password"
  19. },
  20. "loginRequired": "Login required",
  21. "providers": {
  22. "azure": "Azure Active Directory",
  23. "facebook": "Facebook",
  24. "github": "GitHub",
  25. "google": "Google ID",
  26. "ldap": "LDAP / Active Directory",
  27. "local": "Local",
  28. "slack": "Slack",
  29. "windowslive": "Microsoft Account"
  30. },
  31. "tfa": {
  32. "placeholder": "XXXXXX",
  33. "subtitle": "Security code required:",
  34. "title": "Two Factor Authentication",
  35. "verifyToken": "Verify"
  36. }
  37. }
  38. }