Skip to content

Commit

Permalink
Merge branch 'ES-393' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ase-101 committed Jan 17, 2024
2 parents e49c662 + ab3ed10 commit 5d5b896
Show file tree
Hide file tree
Showing 15 changed files with 1,093 additions and 228 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- 1.*
- MOSIP*
- release*
- ES-393

jobs:
build-docker-artifactory-server:
Expand Down
127 changes: 84 additions & 43 deletions artifacts/src/i18n/esignet-i18n-bundle/ar.json

Large diffs are not rendered by default.

12 changes: 3 additions & 9 deletions artifacts/src/i18n/esignet-i18n-bundle/default.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
{
"languages_2Letters": {
"en": "English",
"hi": "हिंदी",
"ar": "عربى",
"kn": "ಕನ್ನಡ",
"ta": "தமிழ்"
"km": "ខ្មែរ"
},
"rtlLanguages": ["ar"],
"rtlLanguages": [],
"langCodeMapping": {
"eng": "en",
"hin": "hi",
"ara": "ar",
"kan": "kn",
"tam": "ta"
"khm": "km"
}
}
130 changes: 85 additions & 45 deletions artifacts/src/i18n/esignet-i18n-bundle/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
"consent_request_rejected": "Consent Request Rejected",
"consent_request_msg": "{{clientName}} is requesting access to the following: ",
"transaction_timeout_msg": "Please take appropriate action in",
"transaction_timeout": "The transaction has timed out. Please try again.",
"authorize_scope": "Authorize Scopes",
"essential_claims": "Essential Claims",
"voluntary_claims": "Voluntary Claims",
"cancel": "Cancel",
"allow": "Allow",
"continue": "Continue",
"resident-service": "Resident Service",
"name": "Name",
"name": "Full Name",
"given_name": "Name",
"middle_name": "Middle Name",
"preferred_username": "Preferred User Name",
Expand Down Expand Up @@ -40,7 +41,13 @@
"Manage-Authentication": "Allow access to manage Authentication",
"Manage-Service-Requests": "Allow access to manage Service Requests",
"Manage-Credentials": "Allow access to manage Credentials",
"individual_id": "UIN/VID used in login"
"individual_id": "UIN/VID used in login",
"cancelpopup": {
"confirm_header": "Please confirm",
"confirm_text": "Are you sure you want to discontinue the login process?",
"stay_btn": "Stay",
"discontinue_btn": "Discontinue"
}
},
"l1Biometrics": {
"scan_and_verify": "Scan and Verify",
Expand All @@ -65,11 +72,12 @@
"password": {
"sign_in_with_password": "Login with Password",
"remember_me": "Remember Me",
"login": "Login",
"uin_label_text": "Enter your VID",
"password_label_text": "Enter Password",
"uin_placeholder": "VID",
"password_placeholder": "Password"
"login": "Continue",
"uin_label_text": "Username",
"password_label_text": "Password",
"uin_placeholder": "Enter 8-9 digit mobile number",
"password_placeholder": "Enter password",
"forgot_password": "Forgot Password?"
},
"Form": {
"sign_in_with_details": "Login with Details",
Expand Down Expand Up @@ -129,14 +137,21 @@
"wellknown_api": ".wellknown API"
},
"header": {
"login_heading": "Login with e-Signet",
"login_heading": "Login",
"login_subheading": "Please enter your registered username and password",
"login_linkName": "Preregister",
"more_ways_to_sign_in": "More Ways to Login",
"invalid_auth_factor": "Invalid Auth Factors. Please Try Again...",
"download_now": "Download Now",
"logo_alt": "e-Signet",
"backgroud_image_alt": "Sign in with e-Signet",
"language": "Language"
"language": "Language",
"noAccount": "Don't have an account?",
"signup_for_unified_login": "Sign Up with Unified Login"
},
"footer": {
"powered_by": "Powered by",
"logo_alt": "Footer logo"
},
"tabs": {
"pin_tab_name": "Login with PIN",
Expand All @@ -152,15 +167,15 @@
"loading_msg": "Loading. Please wait..."
},
"tooltips": {
"vid_tooltip": "Please fill in this field"
"vid_info": "Please fill in this field",
"username_info": "Enter your 8-9 digit registered mobile number and ensure it does not begin with \"0\""
},
"errors": {
"username_not_valid": "Enter valid username",
"password_not_valid": "Enter valid password",
"no_response_msg": "No Response",
"no_devices_found_msg": "Device Not Found. Please Check the Connectivity and Retry.",
"link_code_refresh_failed": "Failed to Load",
"link_code_status_failed": "Failed to Load",
"failed_to_link": "Failed to Link",
"qr_code_expired": "QR Code Expired",
"authorization_failed": "Failed to authorize",
"device_disc_failed": "Device discovery failed",
"device_not_found_msg": "Device Not Found",
Expand All @@ -186,7 +201,6 @@
"invalid_assertion": "Invalid Client Assertion",
"invalid_acr": "Invalid/Unsupported Authentication Context Class Refs",
"invalid_token": "Invalid/Expired Access token",
"auth_failed": "Authentication Failed",
"auth_passed": "Authentication Success",
"acr_amr_mapping_not_found": "ACR-AMR Mapping File Not Found",
"no_acr_registered": "No Authentication Context Class References(ACR) Registered",
Expand Down Expand Up @@ -255,7 +269,6 @@
"invalid_client_name_value": "Invalid client name value",
"duplicate_individual_id": "Individual ID already exists.",
"password_error_msg": "Invalid Password",
"invalid_qrcode_config": "Invalid QRCode configuration. Please report to the site admin.",
"data_exchange_failed": "KYC data exchange failed.",
"kyc_signing_certificate_failed": "Failed to get KYC signing certificates(authenticator system).",
"binding_auth_failed": "Key bound authentication (linked-wallet) failed.",
Expand Down Expand Up @@ -298,35 +311,19 @@
"IDA-MLC-004": "Invalid VID",
"IDA-MLC-005": "Invalid ID",
"IDA-MLC-014": "Notification Channel not registered. Individual has to register and try again",
"IDA-OTA-001": "Innumerous OTP requests received",
"IDA-OTA-002": "Could not generate/send OTP",
"IDA-OTA-003": "OTP has expired",
"IDA-OTA-004": "OTP is invalid",
"IDA-OTA-005": "Input transactionID does not match transactionID of OTP Request",
"IDA-MLC-006": "Missing Input parameter",
"IDA-MLC-007": "Request could not be processed. Please try again",
"IDA-DEA-001": "Demographic data did not match",
"IDA-MLC-001": "Request to be received at MOSIP within<x> hrs/min",
"IDA-DEA-002": "Unsupported Language Code",
"IDA-MLC-013": "Missing attributes",
"IDA-BIA-001": "Biometric data did not match",
"IDA-BIA-002": "Duplicate fingers in request",
"IDA-BIA-003": "Number of FMR should not exceed 2.",
"IDA-BIA-004": "Device not registered with MOSIP",
"IDA-BIA-005": "Device provider not registered with MOSIP",
"IDA-BIA-006": "Biometric data not available.",
"IDA-BIA-007": "Duplicate Irises in request",
"IDA-BIA-008": "Number of IIR should not exceed 2.",
"IDA-DEA-003": "Demographic data not available.",
"IDA-EKA-002": "Invalid value in print format request",
"IDA-MPA-013": "Partner is unauthorised for eKYC",
"IDA-MPA-001": "Digital signature verification failed.",
"IDA-MPA-002": "Invalid certificate in digital signature.",
"IDA-MPA-003": "Unable to decrypt Request.",
"IDA-MLC-009": "Invalid Input parameter",
"IDA-OTA-006": "UIN is locked for OTP generation. Please try again later",
"IDA-OTA-007": "UIN is locked for OTP validation due to exceeding no of invalid OTP trials",
"IDA-BIA-009": "Number of FID records should not exceed 1.",
"IDA-MLC-008": "No authentication type selected",
"IDA-MLC-010": "VID has been deactivated",
"IDA-MLC-011": "Unsupported Authentication Type",
Expand All @@ -343,36 +340,23 @@
"IDA-MPA-014": "Partner is not assigned with any policy",
"IDA-MPA-015": "Mandatory Authentiation as per policy not performed",
"IDA-MPA-016": "HMAC Validation failed",
"IDA-OTA-008": "OTP Notification Channel not provided.",
"IDA-BIA-010": "Single FMR record contains more than one finger.",
"IDA-BIA-011": "Invalid biometric data",
"IDA-MPA-017": "License key of MISP is blocked",
"IDA-MLC-015": "Identity Type not supported",
"IDA-OTA-009": "Notification Channel not configured",
"IDA-MLC-016": "Transaction ID parameters in the request does not match",
"IDA-BIA-013": "Number of FMR should not exceed 10.",
"IDA-EKA-001": "Unable to encrypt eKYC response",
"IDA-OTA-010": "Input Identity Type does not match Identity Type of OTP Request",
"IDA-MLC-017": "Invalid UserID",
"IDA-MLC-018": "User data not available",
"IDA-MLC-019": "Authentication modality is Locked",
"IDA-MLC-020": "Unable to encrypt data",
"IDA-BIA-014": "Hash Validation Failed",
"IDA-DPM-001": "Device is not registered with MOSIP",
"IDA-DPM-002": "MDS is not registered with MOSIP",
"IDA-DPM-003": "Device Provider is not registered with MOSIP",
"IDA-MPA-018": "Policy ID does not belong to a registered Partner",
"IDA-BIA-016": "Unable to Perform Quality Check due to a Technical Issue",
"IDA-BIA-017": "Unable to Perform Biometric Match due to a Technical Issue",
"IDA-BIA-018": "Unable to Process the Request due to a Technical Issue",
"IDA-BIA-015": "Signature Validation Failed",
"IDA-MLC-021": "Failed to fetch key from HSM",
"IDA-MLC-022": "UIN is deactivated/blocked",
"IDA-MLC-023": "VID is expired/deactivated",
"IDA-DPM-004": "Device Type and Biometric Type do not match",
"IDA-MLC-024": "Domain of request is not matching with Domain of biometrics",
"IDA-MLC-025": "Partner Certificate is not available",
"IDA-OTA-011": "Input Partner-ID does not match Partner-ID of OTP Request",
"IDA-MPA-019": "Partner policy is not active",
"IDA-IDV-001": "Input Data Validation Failed",
"IDA-RST-001": "URI should not be empty",
Expand All @@ -385,6 +369,62 @@
"IDA-RST-008": "Connection timed out",
"IDA-KBT-001": "Bound certificate not found",
"IDA-KBT-002": "Signed token issued at (iat) is not in allowed time range.",
"IDA-KBT-003": "Error verifying key binded token."
"IDA-KBT-003": "Error verifying key binded token.",
"otp": {
"IDA-OTA-001": "Innumerous OTP requests received",
"IDA-OTA-002": "Could not generate/send OTP",
"IDA-OTA-003": "OTP has expired",
"IDA-OTA-004": "OTP is invalid",
"IDA-OTA-005": "Input transactionID does not match transactionID of OTP Request","IDA-OTA-006": "UIN is locked for OTP generation. Please try again later",
"IDA-OTA-007": "UIN is locked for OTP validation due to exceeding no of invalid OTP trials",
"IDA-OTA-008": "OTP Notification Channel not provided.",
"IDA-OTA-009": "Notification Channel not configured",
"IDA-OTA-010": "Input Identity Type does not match Identity Type of OTP Request",
"IDA-OTA-011": "Input Partner-ID does not match Partner-ID of OTP Request",
"send_otp_failed": "Send OTP Failed. Invalid/Unknown IndividualId.",
"send_otp_failed_msg": "Failed to Send OTP",
"invalid_otp_channel": "Invalid OTP Channel Provided.",
"auth_failed": "Incorrect OTP. Please try again.",
"IDA-MLC-018": "Incorrect OTP. Please try again."
},
"biometrics": {
"IDA-BIA-001": "Biometric data did not match",
"IDA-BIA-002": "Duplicate fingers in request",
"IDA-BIA-003": "Number of FMR should not exceed 2.",
"IDA-BIA-004": "Device not registered with MOSIP",
"IDA-BIA-005": "Device provider not registered with MOSIP",
"IDA-BIA-006": "Biometric data not available.",
"IDA-BIA-007": "Duplicate Irises in request",
"IDA-BIA-008": "Number of IIR should not exceed 2.",
"IDA-BIA-009": "Number of FID records should not exceed 1.",
"IDA-BIA-010": "Single FMR record contains more than one finger.",
"IDA-BIA-011": "Invalid biometric data",
"IDA-BIA-013": "Number of FMR should not exceed 10.",
"IDA-BIA-014": "Hash Validation Failed",
"IDA-BIA-015": "Signature Validation Failed",
"IDA-BIA-016": "Unable to Perform Quality Check due to a Technical Issue",
"IDA-BIA-017": "Unable to Perform Biometric Match due to a Technical Issue",
"IDA-BIA-018": "Unable to Process the Request due to a Technical Issue",
"auth_failed": "Biometric data not available. Please try again.",
"IDA-MLC-018": "Biometric data not available. Please try again."
},
"pin": {
"invalid_pin": "Invalid Pin",
"auth_failed": "Incorrect pin. Please try again.",
"IDA-MLC-018": "Incorrect pin. Please try again."
},
"wallet": {
"failed_to_link": "Failed to Link",
"qr_code_expired": "QR Code Expired",
"invalid_qrcode_config": "Invalid QRCode configuration. Please report to the site admin.",
"link_code_refresh_failed": "Failed to Load",
"auth_failed": "Wallet local authentication failed. Please try again.",
"IDA-MLC-018": "Wallet local authentication failed. Please try again."
},
"password": {
"auth_failed": "Incorrect username or password. Please try again.",
"password_error_msg": "Invalid Password",
"IDA-MLC-018": "Incorrect username or password. Please try again."
}
}
}
Loading

0 comments on commit 5d5b896

Please sign in to comment.