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
1.2 KiB

  1. {
  2. "loginrequired": "로그인이 필요합니다",
  3. "loginusing": "다음을 사용하여 로그인하십시오.",
  4. "loginusingalt": "또는 다음을 사용하여 로그인하십시오.",
  5. "fields": {
  6. "emailuser": "이메일 / 사용자 이름",
  7. "password": "비밀번호"
  8. },
  9. "actions": {
  10. "login": "로그인"
  11. },
  12. "errors": {
  13. "invalidlogin": "로그인 오류",
  14. "invalidloginmsg": "이메일 또는 비밀번호가 잘못 되었습니다.",
  15. "invaliduseremail": "사용자 이메일 오류",
  16. "loginerror": "로그인 오류",
  17. "notyetauthorized": "아직 이 사이트에 로그인 할 수 있는 권한이 없습니다.",
  18. "toomanyattempts": "로그인 시도가 너무 많습니다.",
  19. "toomanyattemptsmsg": "짧은 시간 안에 로그인 오류가 너무 많습니다. {{time}} 후에 다시 시도해주십시오.",
  20. "usernotfound": "사용자를 찾을 수 없습니다"
  21. },
  22. "providers": {
  23. "local": "자체 계정",
  24. "windowslive": "Microsoft 계정",
  25. "azure": "Azure Active Directory",
  26. "google": "Google 계정",
  27. "facebook": "Facebook 계정",
  28. "github": "GitHub 계정",
  29. "slack": "Slack 계정",
  30. "ldap": "LDAP / Active Directory"
  31. }
  32. }