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.

30 lines
855 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. "loginerror": "Login error",
  16. "toomanyattempts": "Too many attempts!",
  17. "toomanyattemptsmsg": "You've made too many failed attempts in a short period of time, please try again {{time}}.",
  18. "usernotfound": "User not found"
  19. },
  20. "providers": {
  21. "local": "Local",
  22. "windowslive": "Microsoft Account",
  23. "azure": "Azure Active Directory",
  24. "google": "Google ID",
  25. "facebook": "Facebook",
  26. "github": "GitHub",
  27. "slack": "Slack",
  28. "ldap": "LDAP / Active Directory"
  29. }
  30. }