From a65f58f4342ef6ed3867dcc0507459a36c070438 Mon Sep 17 00:00:00 2001 From: Richard Fox Date: Tue, 10 Oct 2023 02:21:52 -0700 Subject: [PATCH] Error descriptions for Registration/Login --- en.json | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/en.json b/en.json index 2a171d0..249dc76 100644 --- a/en.json +++ b/en.json @@ -398,36 +398,88 @@ "Indicator.LiveHiddenMessage": "(information hidden while live)", "Login.InvalidCredentials": "Invalid credentials", + "Login.InvalidCredentials.Description": "Double check your credentials and try again or press \"Lost Password?\"", + "Login.InvalidLogin": "Invalid credentials", + "Login.InvalidLogin.Description": "Double check your credentials and try again or press \"Lost Password?\"", "Login.MalformedUID": "Invalid device information", + "Login.MalformedUID.Description": "Try reinstalling, or contact support.", + "Login.MissingUID": "Missing device information", + "Login.MissingUID.Description": "Try reinstalling, or contact support.", + "Register.MissingUID": "Invalid device information", + "Register.MissingUID.Description": "Try reinstalling, or contact support.", + "Register.MalformedUID": "Invalid device information", + "Register.MalformedUID.Description": "Try reinstalling, or contact support.", "Login.MissingLogin": "No credentials provided", + "Login.MissingLogin.Description": "Did you forget to provide credentials?", + "Login.InvalidRecoveryCode": "Invalid recovery code", + "Login.InvalidRecoveryCode.Description": "Check your recovery code and try again.", + "Login.UnsupportedAuthentication": "Unsupported authentication method", + "Login.UnsupportedAuthentication.Description": "We don't support this authentication method. Please try another.", + "Login.EmailNotVerified": "Email not verified", + "Login.EmailNotVerified.Description":"Your email is not verified, check your inbox for an email from us, ensure you check your spam folder.", + "Login.AccountTempLocked": "Your account is locked.", + "Login.AccountTempLocked.Description":"Please contact Moderation at: moderation.resonite.com", + "Login.AccountBanned": "Your account is banned.", + "Login.AccountBanned.Description":"Please contact Moderation at: moderation.resonite.com", + "Login.DuplicateAccount": "Duplicate account", + "Login.DuplicateAccount.Description": "Please contact support at support.resonite.com", "Register.MissingRequest": "Missing registration details", + "Register.MissingRequest.Description":"We couldn't find any registration details. Make sure to include them when registering.", + "Register.InvalidEmail": "Invalid Email address", + "Register.InvalidEmail.Description": "Your email address is invalid.", + "Register.MissingUsername": "Missing username", + "Register.MissingUsername.Description": "Did you specify your username?", + "Register.MissingEmail": "Missing Email", + "Register.MissingEmail.Description": "Did you specify your username?", + "Register.UsernameTooLong": "Username too long", + "Register.UsernameTooLong.Description": "We allow usernames up to 32 characters long.", + "Register.UsernameContainsAmpersand": "Username cannot contain @", + "Register.UsernameContainsAmpersand.Description": "Your username cannot contain @", + "Register.UsernameStartsWithU": "Username cannot start with U-", + "Register.UsernameStartsWithU.Description": "Usernames cannot start with U-.", + "Register.InvalidUsername": "Invalid username", + "Register.InvalidUsername.Description": "Your username is invalid.", + "Register.InvalidDateOfBirth": "Invalid date of birth", + "Register.InvalidDateOfBirth.Description": "Your date of birth is invalid.", + "Register.UserContainsBlockedTerms": "Username contains blocked words", + "Register.UserContainsBlockedTerms.Description": "Your username contains blocked words. If you believe this is an error contact support.resonite.com", + "Register.MissingPassword": "Missing Password", + "Register.MissingPassword.Description": "You did not provide a password.", + "Register.InvalidPassword": "Invalid Password", + "Register.InvalidPassword.Description": "Your password is invalid", + "Register.EmailAlreadyRegistered": "Email already registered", + "Register.EmailAlreadyRegistered.Description": "An account using this email already exists, if you've forgotten your password you can click \"Lost Password\". Or you can contact support at support.resonite.com.", + "Register.UsernameAlreadyRegistered": "Username already registered", + "Register.UsernameAlreadyRegistered.Description": "An account using this username already exists, if you've forgotten your password you can click \"Lost Password\". Or you can contact support at support.resonite.com.", + "Register.ErrorCheckingUserId": "Error checking UserID", + "Register.ErrorCheckingUserId.Description": "Please contact support at support.resonite.com.", "Account.Login": "Login", "Account.Logout": "Logout",