Files
lobehub/locales/en-US/authError.json
2026-01-31 00:50:11 +08:00

40 lines
2.5 KiB
JSON

{
"actions.discord": "Go to Discord for feedback",
"actions.home": "Return to Home",
"actions.retry": "Log in Again",
"codes.ACCOUNT_ALREADY_LINKED_TO_DIFFERENT_USER": "This account is already linked to another user",
"codes.ACCOUNT_NOT_FOUND": "Account not found",
"codes.CREDENTIAL_ACCOUNT_NOT_FOUND": "Credential account does not exist",
"codes.DELETED_ACCOUNT_EMAIL": "This email has been associated with a deleted account and cannot be used for registration",
"codes.EMAIL_CAN_NOT_BE_UPDATED": "Email cannot be updated for this account",
"codes.EMAIL_NOT_ALLOWED": "Email not allowed for registration",
"codes.EMAIL_NOT_FOUND": "No email associated with this account. Please check if your account has an email bound.",
"codes.EMAIL_NOT_VERIFIED": "Please verify your email first",
"codes.FAILED_TO_CREATE_SESSION": "Failed to create session",
"codes.FAILED_TO_CREATE_USER": "Failed to create user",
"codes.FAILED_TO_GET_SESSION": "Failed to retrieve session",
"codes.FAILED_TO_GET_USER_INFO": "Failed to retrieve user information",
"codes.FAILED_TO_UNLINK_LAST_ACCOUNT": "Cannot unlink the last linked account",
"codes.FAILED_TO_UPDATE_USER": "Failed to update user information",
"codes.ID_TOKEN_NOT_SUPPORTED": "The ID token is not supported",
"codes.INVALID_EMAIL": "Invalid email format",
"codes.INVALID_EMAIL_OR_PASSWORD": "Incorrect email or password",
"codes.INVALID_PASSWORD": "Invalid password format",
"codes.INVALID_TOKEN": "Token is invalid or has expired",
"codes.PASSWORD_TOO_LONG": "Password is too long",
"codes.PASSWORD_TOO_SHORT": "Password is too short",
"codes.PROVIDER_NOT_FOUND": "Identity provider configuration not found",
"codes.RATE_LIMIT_EXCEEDED": "Too many requests, please try again later",
"codes.SESSION_EXPIRED": "Session has expired, please log in again",
"codes.SOCIAL_ACCOUNT_ALREADY_LINKED": "This social account is already linked to another user",
"codes.UNEXPECTED_ERROR": "An unexpected error occurred, please try again",
"codes.UNKNOWN": "An unknown error occurred, please try again or contact support",
"codes.USER_ALREADY_EXISTS": "User already exists",
"codes.USER_ALREADY_EXISTS_USE_ANOTHER_EMAIL": "Email is already in use, please try another one",
"codes.USER_ALREADY_HAS_PASSWORD": "This account already has a password set",
"codes.USER_BANNED": "This user has been banned",
"codes.USER_EMAIL_NOT_FOUND": "Email not found",
"codes.USER_NOT_FOUND": "User not found",
"title": "Authentication Error"
}