Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ES-1667] Updated the error messages in the i18n files. #13

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 37 additions & 37 deletions artifacts/src/i18n/esignet-signup-i18n-bundle/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,59 +204,59 @@
"loading_title": "Please wait while we finalize the process…"
},
"error_response": {
"invalid_transaction": "The transaction has timed out. Please try again.",
"invalid_otp_channel": "Invalid OTP Channel Provided",
"invalid_captcha": "Invalid captcha found.",
"send_otp_failed": "Send OTP failed",
"active_otp_found": "Active OTP Found",
"unknown_error": "Unknown Error",
"challenge_failed": "Entered OTP is incorrect. Please try again.",
"challenge_expired": "Entered OTP has expired. Please try again.",
"invalid_transaction": "The request took too long to process. Please try again later.",
"invalid_otp_channel": "Please provide a valid OTP notification channel and try again.",
"invalid_captcha": "The captcha you entered is incorrect. Please try again.",
"send_otp_failed": "Unable to send OTP. Please try again.",
"active_otp_found": "An active OTP is already in use. Please enter the existing OTP or wait for it to expire before requesting a new one.",
"unknown_error": "An unknown error has occurred. Please try again later.",
"challenge_failed": "OTP authentication failed. Please try again.",
"challenge_expired": "OTP expired. Please request a new one and try again.",
"invalid_challenge_type": "Invalid Challenge Type",
"invalid_challenge_format": "Invalid Challenge Format",
"invalid_phone_number": "Invalid Mobile Number",
"invalid_phone_number": "Please Enter Valid Phone Number and try again.",
"unsupported_language": "Unsupported Language",
"invalid_value": "Invalid Value",
"invalid_value": "Please Enter Valid Value and try again.",
"add_identity_failed": "Add Identity Failed",
"hash_generate_failed": "Fail to generate secret HASH",
"get_uin_failed": "Fail to obtain UIN",
"invalid_fullname": "Invalid Fullname",
"invalid_challenge": "Invalid Challenge",
"generate_challenge_failed": "Fail to generate challenge",
"get_uin_failed": "Unable to retrieve your UIN. Please try again later or contact support for assistance.",
"invalid_fullname": "Please Enter Valid Name and try again.",
"invalid_challenge": "Challenge is invalid. Please try again.",
"generate_challenge_failed": "Failed to generate the challenge. Please try again.",
"active_challenge_found": "An active challenge found",
"unsupported_challenge_type": "Unsupported Challenge Type",
"invalid_challenge_info": "Invalid Challenge Info",
"invalid_identifier": "Invalid Identifier",
"invalid_username": "Invalid Username",
"invalid_password": "Invalid Password",
"invalid_identifier": "Please Enter Valid Individual ID.",
"invalid_username": "Please Enter Valid Username and try again.",
"invalid_password": "Please Enter Valid Password and try again.",
"invalid_consent": "Invalid Consent",
"identifier_mismatch": "Identifier Mismatch",
"consent_required": "Consent Required",
"too_many_attempts": "Request OTP too many attempts",
"too_many_verify_attempts": "Too many verification attempts, Kindly generate new OTP",
"too_early_attempt": "Request OTP too early attempts",
"invalid_request": "Invalid Request",
"already-registered": "Already Registered",
"timed_out": "Timedout",
"timeout_transaction": "Transaction Timeout",
"request_limit": "It is taking time to fetch your account status. Please try login after 5 minutes.",
"reset_pwd_request_limit": "Delay in fetching status of your request. Try logging in with a new password after 5 minutes.",
"not_registered": "Not Registered",
"reset_pwd_failed": "Reset Password Failed",
"identifier_already_registered": "Identifier already registered",
"identifier_not_found": "Invalid number or name. Please enter a registered mobile number and full name.",
"too_many_attempts": "Too many OTP requests received. Please wait a moment before trying again.",
"too_many_verify_attempts": "Maximum number of verification attempts reached. Please generate new OTP and try again.",
"too_early_attempt": "OTP request made frequently. Please wait before requesting a new OTP.",
"invalid_request": "Request is invalid. Please try again.",
"already-registered": "User is registered already. Please try to login.",
"timed_out": "The request took too long to process. Please try again later.",
"timeout_transaction": "The transaction took too long to process. Please try again later.",
"request_limit": "It is taking time to fetch your account status. Please try to login after some time.",
"reset_pwd_request_limit": "Limit exceeded for reset password request. Please try again after some time.",
"not_registered": "User is not registered. Please register and then try to login.",
"reset_pwd_failed": "Password reset was unsuccessful. Please try again.",
"identifier_already_registered": "The mobile number is already registered. Please try with different mobile number.",
"identifier_not_found": "The mobile number or name entered is invalid. Please enter valid credentials associated with your account and try again.",
"invalid_kba_challenge": "Invalid number or name. Please enter a registered mobile number and full name.",
"kba_challenge_not_found": "Invalid number or name. Please enter a registered mobile number and full name.",
"invalid_kbi_challenge": "Invalid number or name. Please enter a registered mobile number and full name.",
"kbi_challenge_not_found": "Invalid number or name. Please enter a registered mobile number and full name.",
"invalid_kbi_challenge": "The mobile number or name entered is invalid. Please enter valid credentials associated with your account and try again.",
"kbi_challenge_not_found": "The mobile number or name entered is invalid. Please enter valid credentials associated with your account and try again.",
"identity_inactive": "Identifier inactive",
"fetch_identity_failed": "Fetch Identifier Failed",
"challenge_format_and_type_mismatch": "Challenge format and type mismatch",
"knowledgebase_mismatch": "Invalid number or name. Please enter a registered mobile number and full name.",
"identifier_blocked": "User is blocked. Please try again after 5 minutes.",
"unsupported_purpose": "Invalid Request",
"server_unreachable": "We are unable to process your request, please try again later.",
"otp_notification_failed": "Failed to send the otp",
"knowledgebase_mismatch": "The mobile number or name entered is invalid. Please enter valid credentials associated with your account and try again.",
"identifier_blocked": "The user account is currently blocked. Please try again after some time.",
"unsupported_purpose": "Request is invalid. Please try again.",
"server_unreachable": "Unable to process your request. Please try again after some time.",
"otp_notification_failed": "Unable to send OTP. Please try again after some time.",
"IDR-IDC-001": "Missing Input Parameter",
"IDR-IDC-002": "Invalid Input Parameter",
"IDR-IDC-003": "Invalid Request",
Expand Down
Loading
Loading