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
934 B

  1. {
  2. "loginrequired": "需要登录",
  3. "loginusing": "使用以下帐号登录",
  4. "loginusingalt": "或者使用以下账户登录",
  5. "fields": {
  6. "emailuser": "Email /用户名",
  7. "password": "密码"
  8. },
  9. "actions": {
  10. "login": "登录"
  11. },
  12. "errors": {
  13. "invalidlogin": "登录失败",
  14. "invalidloginmsg": "Email 与密码不匹配",
  15. "invaliduseremail": "用户的 Email 无效",
  16. "loginerror": "登陆错误",
  17. "notyetauthorized": "你暂无权访问此网站。",
  18. "toomanyattempts": "过多的尝试!",
  19. "toomanyattemptsmsg": "短时间内失败次数过多,请 {{time}} 后再尝试。",
  20. "usernotfound": "未找到用户"
  21. },
  22. "providers": {
  23. "local": "本地的",
  24. "windowslive": "Microsoft 账户",
  25. "azure": "Azure 活动目录",
  26. "google": "Google ID",
  27. "facebook": "Facebook",
  28. "github": "Github",
  29. "slack": "Slack",
  30. "ldap": "LDAP/活动目录"
  31. }
  32. }