wikijs-fork/server/locales/en/auth.json

32 lines
983 B
JSON
Raw Normal View History

2016-11-02 03:02:11 +00:00
{
2017-05-03 00:53:01 +00:00
"loginrequired": "Login required",
"loginusing": "Log in using...",
"loginusingalt": "Or, log in using...",
"fields": {
"emailuser": "Email / Username",
"password": "Password"
},
"actions": {
"login": "Log In"
},
"errors": {
"invalidlogin": "Invalid Login",
"invalidloginmsg": "The email or password is invalid.",
2017-05-03 01:41:22 +00:00
"invaliduseremail": "Invalid User Email",
2017-05-03 00:53:01 +00:00
"loginerror": "Login error",
2017-05-03 01:41:22 +00:00
"notyetauthorized": "You have not been authorized to login to this site yet.",
2017-05-03 00:53:01 +00:00
"toomanyattempts": "Too many attempts!",
"toomanyattemptsmsg": "You've made too many failed attempts in a short period of time, please try again {{time}}.",
"usernotfound": "User not found"
},
"providers": {
"local": "Local",
"windowslive": "Microsoft Account",
"azure": "Azure Active Directory",
"google": "Google ID",
"facebook": "Facebook",
"github": "GitHub",
2017-03-12 04:38:47 +00:00
"slack": "Slack",
"ldap": "LDAP / Active Directory"
}
2017-05-03 02:01:12 +00:00
}