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.

31 lines
983 B

8 years ago
  1. {
  2. "loginrequired": "Login required",
  3. "loginusing": "Log in using...",
  4. "loginusingalt": "Or, log in using...",
  5. "fields": {
  6. "emailuser": "Email / Username",
  7. "password": "Password"
  8. },
  9. "actions": {
  10. "login": "Log In"
  11. },
  12. "errors": {
  13. "invalidlogin": "Invalid Login",
  14. "invalidloginmsg": "The email or password is invalid.",
  15. "invaliduseremail": "Invalid User Email",
  16. "loginerror": "Login error",
  17. "notyetauthorized": "You have not been authorized to login to this site yet.",
  18. "toomanyattempts": "Too many attempts!",
  19. "toomanyattemptsmsg": "You've made too many failed attempts in a short period of time, please try again {{time}}.",
  20. "usernotfound": "User not found"
  21. },
  22. "providers": {
  23. "local": "Local",
  24. "windowslive": "Microsoft Account",
  25. "azure": "Azure Active Directory",
  26. "google": "Google ID",
  27. "facebook": "Facebook",
  28. "github": "GitHub",
  29. "slack": "Slack",
  30. "ldap": "LDAP / Active Directory"
  31. }
  32. }