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.

46 lines
1.3 KiB

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