From 49362bffa1670fb4661abdc0320dc199569e72df Mon Sep 17 00:00:00 2001 From: Mazdak Gibran <141390141+mazdakgibran@users.noreply.github.com> Date: Fri, 30 Jan 2026 10:09:52 +0500 Subject: [PATCH] transaction log table update --- .../transaction-logs.component.html | 8 +- src/assets/i18n/English.json | 616 +++++++++--------- 2 files changed, 306 insertions(+), 318 deletions(-) diff --git a/src/app/transaction-logs/transaction-logs.component.html b/src/app/transaction-logs/transaction-logs.component.html index 639b069..6572cc2 100644 --- a/src/app/transaction-logs/transaction-logs.component.html +++ b/src/app/transaction-logs/transaction-logs.component.html @@ -184,9 +184,9 @@ {{ "crAccount" | translate }} {{ "drPcaGlacode" | translate }} {{ "crPcaglacode" | translate }} - {{ "transactionUri" | translate }} {{ "transactionCode" | translate }} - {{ "paymentMode" | translate }} + {{ "transactionUri" | translate }} + {{ "date" | translate }} {{ "channel" | translate }} {{ "createdAt" | translate }} @@ -203,7 +203,7 @@ 'crPcaglacode', 'transactionUri', 'transactionCode', - 'ppmPymdcode', + 'sgtGntrdate', 'channelCode', 'createdAt' @@ -217,7 +217,7 @@ {{ log.crPcaglacode || '-' }} {{ log.transactionUri || 'N/A' }} {{ log.transactionCode || 'N/A' }} - {{ log.ppmPymdcode || '-' }} + {{ log.sgtGntrdate | date: 'MMM dd, yyyy' }} {{ log.channelCode || '-' }} {{ log.createdAt | date: 'MMM dd, yyyy HH:mm' }} diff --git a/src/assets/i18n/English.json b/src/assets/i18n/English.json index a65b0f0..95e6c6a 100644 --- a/src/assets/i18n/English.json +++ b/src/assets/i18n/English.json @@ -1,316 +1,304 @@ { - "logintoAccount": "Login to your account", - "userName": "Username", - "userNamePlaceHolder": "Enter Username", - "password": "Password", - "passwordPlaceHolder": "Enter Password", - "defaultPassword": "Default Password", - "rememberMe": "Remember me", - "forgotPassword": "Forgot password?", - "login": "Login", - "dashboardTitle": "Dashboard", - "monthlyReqTitle": "Monthly Requests", - "monthlySmsTitle": "Monthly SMS", - "dashboard": "Dashboard", - "UserManagement": "User Management", - "thirdPartyRegistration": "Third Party Registration", - "setupUser": "Setup User", - "resetPassword": "Reset User Password", - "changePassword": "Change Password", - "Logging": "Logging", - "loggerManager": "Logger Manager", - "loggerManagerDetails": "Logger Manager Details", - "SMSBanking": "SMS Banking", - "smsLogger": "SMS Logger", - "smsLoggerDetails": "SMS Logger Details", - "smsGateway": "SMS Gateway", - "ibUnblockUser": "UnBlock IB User", - "ibSupport": "IB Support", - "Permissions": "Permissions", - "permissions": "Permission Manager", - "TodayTotalRequests": "Today Total Requests", - "TodayTotalSms": "Today Total Sms", - "DescriptionUserPermission": "Description", - "PermissionsUserPermission": "Permissions", - "SaveUserPermission": "Save", - "UpdateUserPermission": "Update", - "DeleteUserPermission": "Delete", - "ViewUserPermission": "View", - "SelectUser": "Select User", - "SelectAUser": "Select a User", - "loggingTitle": "Logging", - "IBChildTitle": "UnBlock User", - "unblockUserDetails": "Unblock User Details", - "IBTitle": "Internet Banking Support", - "loggingChildTitle": "Logger Manager", - "fromDate": "From Date", - "custId": "Customer Identity Value", - "toDate": "To Date", - "findLogs": "Find Logs", - "unBlockCustomer": "UnBlock Customer", - "fetchCustomer": "Find Customer", - "loggingID": "Id", - "firstName": "First Name", - "lastName": "Last Name", - "cmpCuststatus": "Customer Status", - "cmpCustlastlogin": "Last Login", - "accountNonLocked": "Account Locked", - "lockTime": "Lock Time", - "accountno": "Account No", - "phoneno": "Phone No", - "loggingRequestUri": "Request Uri", - "loggingResponseCode": "Response code", - "loggingRemoteIP": "Remote IP", - "loggingTimeTaken": "Time Taken", - "loggingDate": "Date", - "loggingDateTime": "Date and Time", - "loggingMethod": "Method", - "DataAnalysis": "Data Analysis", - "Analysis": "Analysis", - "smsBankingTitle": "SMS Banking", - "smsBankingChildTitle": "SMS Logger", - "smsTrackingID": "Tracking ID", - "smsMessage": "Message", - "message": "Message", - "template": "Template", - "smsNo": "Phone Number", - "smsOrgaCode": "Organization Code", - "smsDate": "Date", - "smsStatus": "Status", - "language": "Language", - "viewThirdPartyAccounts": "View Accounts", - "ThirdPartyID": "Third Party ID", - "name": "Name", - "EnterThirdPartyName": "Enter Third Party Name", - "email": "Email", - "Address": "Address", - "phoneNumber": "Phone Number", - "PhoneNumberPlaceHolder": "Enter Phone Number", - "regPhoneNo": "Phone number must be 10 digits", - "NewNoOfAccounts": "New No of Accounts", - "EnterNewNumberOfAccounts": "Enter New Number of Accounts", - "TotalNoOfAccounts": "Total No of Accounts", - "gridSearch": "Search:", - "gridShow": "Show", - "gridEntries": "entries", - "gridFilter": "Filter", - "gridNum10": "10", - "gridNum25": "25", - "gridNum50": "50", - "gridNum100": "100", - "userID": "User ID", - "userId": "User ID", - "userContactNumber": "Enter User Contact Number", - "SelectHomeBranch": "Select Home Branch", - "SelectRole": "Select Role", - "HomeBranch": "Home Branch", - "Role": "Role", - "ResetPassword": "Reset Password", - "enterNewPassword": "Enter New Password", - "oldPassword": "Old Password", - "newPasswordStatic": "New Password", - "savePassword": "Save", - "passwordPattern": "Password must be 8–20 characters and include uppercase, lowercase, number, and special character", - "SMSGatewaySelect": "Select Gateway", - "selectIdentValueType": "Select Type", - "IdTypeSelect": "Select Select Type", - "SMSGatewaySyriatel": "Syriatel", - "SMSGatewayTwillio": "Twilio", - "SMSGatewayJazz": "Jazz", - "syriatelCredentials": "Syriatel Credentials", - "twilioCredentials": "Twilio Credentials", - "jazzCredentials": "Jazz Credentials", - "accountSID": "Account SID", - "authToken": "Auth Token", - "fromNumber": "From Number", - "notificationType": "Notification Type", - "sinceLastDay": "Since last day", - "TodayTotalErrorRequest": "Today Total Error Request", - "TodayTotalPendingSms": "Today Total Pending Sms", - "selectTheDates": "Please Select the Dates", - "selectIdentValue": "Please Select the Identity No", - "selectIdentityValue": "Identity No is Required", - "noLogsFound": "No Logs Found Between these Dates", - "loginSuccess": "Successfully Logged In", - "passwordNotMatched": "Password Does Not Match", - "passwordPatternNotMatched": "Password Pattern Not Matched", - "successDeleted": "Successfully Deleted", - "passwordNotSame": "Password Cannot be same as Old Password", - "passwordTooShort": "Password is too short.", - "passwordsDoNotMatch": "Passwords do not match.", - "SuccessSave": "Successfully Saved", - "SuccessFind": "Successfully Find", - "customerAlreadyUnblocked": "Customer Already UnBlocked", - "SuccessUpdate": "Successfully Updated", - "UpdateFailed": "Unable to update", - "formInvalid": "Form is Invalid", - "ServerError": "Server Error", - "fieldsMissing": "Required Fields are missing or invalid", - "selectAll": "Select All ", - "logoutSuccess": "Successfully Logout", - "smsGateWayChanged": "SMS Gateway Successfully Changed", - "cnic_scnic": "CNIC/SCNIC", - "poc": "POC", - "nicop": "S/NICOP", - "passport": "PASSPORT", - "senderNamePlaceHolder": "Enter Sender Name", - "enterIdentityValue": "Enter Identity Value", - "senderName": "Sender Name", - "passwordChangeRequired": "Password Change Required", - "Next": "Next", - "ERR_APP_B_0001": "Internal Server Error", - "ERR_APP_B_0002": "Possible connection error with {{value1}} module", - "ERR_APP_B_0003": "Bad Request on {{value1}} module", - "ERR_APP_B_0004": "Session timed out", - "ERR_APP_B_0005": "Unauthorized: {{value1}}.", - "ERR_MDL_B_0001": "Purpose Code already exists", - "feedbackSetup": "Feedback Setup", - "credentials": "Credentials", - "credentialsTitle": "Feedback Credentials Setup", - "passwordPlaceholder": "Enter Password", - "confirmPasswordPlaceholder": "Enter confirm password", - "newPasswordPlaceholder": "Enter new password", - "confirmPassword": "Confirm Password", - "fieldRequired": "Field Required", - "emailLabel": "Email", - "emailRequiredError": "Email is required.", - "invalidEmailFormatError": "Invalid email format.", - "invalidEmail": "Enter a valid email with @", - "passNotMatch": "Password does not match", - "POR_ORGACODE": "Organization ID", - "purposeSetup": "Configure Transaction Purpose", - "purpcodeLabel": "Purpose Code", - "purpdescLabel": "Purpose Description", - "purpcodePlaceholder": "Enter Purpose Code", - "purpdescPlaceholder": "Enter Purpose Description", - "transactionDetails": "Transaction Details", - "invalidField": "Invalid Input", - "lengthExceed": "Length exceeded", - "transactionLogs": "Transaction Logs", - "loadingTransactionLogs": "Loading transaction logs...", - "noTransactionLogsFound": "No transaction logs found.", - "logID": "Log ID", - "organization": "Organization", - "transactionID": "Transaction ID", - "drAccount": "DR Account", - "crAccount": "CR Account", - "crPcaglacode": "CR GL Account", - "drPcaGlacode": "DR GL Account", - "paymentMode": "Payment Mode", - "channel": "Channel", - "createdAt": "Created At", - "refresh": "Refresh", - "loading": "Loading", - "action": "Action", - "recordNotFound": "Record not found", - "confirmDelete": "Are you sure you want to delete?", - "confirmSave": "Are you sure you want to save?", - "2-stepAppPassword": "Enter 2-step verification Generated - App Password", - "english": "English", - "arabic": "Arabic", - "userNameRequired": "User name is required", - "userNamePattterenError": "Only lower case alphabets and numbers are allowed", - "PasswordRequired": "Password is required", - "copyRightsReserved": "Copyright © {{currentYearLong}} MFSYS Technologies. All rights reserved.", - "versionAndBuildNumber": "Version {{versionNumber}} Build {{buildNumber}}", - "versionBuildDate": "+ Build Date {{date}}", - "date": "Date", - "logout": "Log Out", - "save": "Save", - "update": "Update", - "cancel": "Cancel", - "thirdPartyRegistrationDetails": "Third Party Registration Details", - "SetupUserDetails": "Setup User Details", - "search": "Search", - "thirdPartyNamePlaceholder": "Enter Third Party Name", - "phoneNumberPlaceholder": "Enter Phone Number", - "newNoOfAccountsPlaceholder": "Enter New Number of Accounts", - "page": "Page", - "of": "of", - "totalItems": "Records", - "record": "Record", - "previous": "Previous", - "next": "Next", - "LOGIN_SUCCESSFULLY": "Login SucessFully", - "RESET_PASSWORD_SUCCESS": "Password Reset Successfully", - "CHANGE_PASSWORD_SUCCESS": "Password Changed Successfully", - "ALREADY_LOGGED_IN": "User Already Logged In", - "ACCESS_DENIED": "Access Denied", - "INTERNAL_SERVER_ERROR": "Internal Server Error", - "CONNECTION_ERROR": "Connection Error", - "BAD_REQUEST": "Bad Request", - "FORBIDDEN_REQUEST": "Forbidden Request", - "UNAUTHORIZED_REQUEST": "Unauthorized Request", - "edit": "Edit", - "delete": "Delete", - "deleteUser": "Delete User", - "permissionManagement": "Permission Managment", - "userCode": "User", - "choose": "Choose", - "allow": "Allow", - "toDateInvalidError": "To Date must be greater than or equal to From Date", - "noLoggingDetailsFound": "No Activity Log Details found", - "noUserDetailsFound": "No User Details found", - "noThirdPartyRegFound": "No Third Party Registration Details Found", - "ERR_SEC_0001": "Email already exists", - "ERR_SEC_0007": "New password cannot be same as old password", - "ERR_SEC_0002": "User ID already exists", - "ERR_SEC_0003": "Old Password is not correct", - "ERR_SEC_0004": "Invalid credentials", - "ERR_SEC_0005": "User not found", - "ERR_SEC_0006": "Incorrect password", - "toDateGreaterThanToday": "To Date must be less than Current Date", - "fromDateGreaterThanToday": "From Date must be less than Current Date", - "userIdMinLength": "User ID must be at least 5 characters", - "nameMinLength": "Name must be at least 5 characters", - "emptySpaceRestriction": "Empty spaces & capital letters are not allowed", - "USER_CREATED_SUCCESS": "User Created", - "USER_UPDATE_SUCCESS": "User Updated", - "USER_DELETE_SUCCESS": "User Deleted", - "SAVED_SUCCESSFULLY": "Saved Successfully", - "oldAndNewPass": "Old password and new password cannot be the same", - "activityLogs": "Activity Logs", - "activityLogDetails": "Activity Log Details", - "transactionCode": "Transaction Code", - "transactionUri": "Transaction URI", - "resetPasswordButton": "Reset Password", - "dateTime": "Date Time", - "responseCode": "Response Code", - "remoteIp": "Remote IP", - "requestBody": "Request Body", - "requestUri": "Request URI", - "method": "Method", - "id": "Id", - "logId": "Log ID", - "porOrgacode": "Organization Code", - "drMbmbkmsnumber": "Debit Account Number", - "crMbmbkmsnumber": "Credit Account Number", - "ppmPymdcode": "Payment Code", - "sgtGntrdate": "Transaction Date", - "sgtGntrcreateat": "Creation Date", - "updatedAt": "Updated At", - "channelCode": "Channel Code", - "userFullname": "Full Name", - "show": "Show", - "entries": "entries", - "tableCollapsed": "Table collapsed", - "showTable": "Show Table", - "collapse": "Collapse", - "expand": "Expand", - "dateFilter": "Date Filter", - "clearFilter": "Clear Filter", - "activeFilter": "Active Filter", - "from": "From", - "to": "to", - "last7Days": "Last 7 Days", - "last30Days": "Last 30 Days", - "thisMonth": "This Month", - "last3Months": "Last 3 Months", - "hideDateFilters": "Hide Date Filters", - "showDateFilters": "Show Date Filters", - "filteringByDate": "Filtering by date range...", - "tryAdjustingFilters": "Try adjusting your date filters or search terms", - "noDataInRange": "No transactions found in the selected date range", - "dateRangeError": "Please select a valid date range", - "exportAllData": "Export All Data" + + "logintoAccount":"Login to your account", + "userName":"Username", + "userNamePlaceHolder":"Enter Username", + "password":"Password", + "passwordPlaceHolder":"Enter Password", + "defaultPassword":"Default Password", + "rememberMe":"Remember me", + "forgotPassword":"Forgot password?", + "login":"Login", + "dashboardTitle":"Dashboard", + "monthlyReqTitle":"Monthly Requests", + "monthlySmsTitle":"Monthly SMS", + "dashboard":"Dashboard", + "UserManagement":"User Management", + "thirdPartyRegistration":"Third Party Registration", + "setupUser":"Setup User", + "resetPassword":"Reset User Password", + "changePassword":"Change Password", + "Logging":"Logging", + "loggerManager":"Logger Manager", + "loggerManagerDetails":"Logger Manager Details", + "SMSBanking":"SMS Banking", + "smsLogger":"SMS Logger", + "smsLoggerDetails": "SMS Logger Details", + "smsGateway":"SMS Gateway", + "ibUnblockUser": "UnBlock IB User", + "ibSupport": "IB Support", + "Permissions":"Permissions", + "permissions":"Permission Manager", + "TodayTotalRequests":"Today Total Requests", + "TodayTotalSms":"Today Total Sms", + "DescriptionUserPermission":"Description", + "PermissionsUserPermission":"Permissions", + "SaveUserPermission":"Save", + "UpdateUserPermission":"Update", + "DeleteUserPermission":"Delete", + "ViewUserPermission":"View", + "SelectUser":"Select User", + "SelectAUser":"Select a User", + "loggingTitle":"Logging", + "IBChildTitle":"UnBlock User", + "unblockUserDetails": "Unblock User Details", + "IBTitle":"Internet Banking Support", + "loggingChildTitle":"Logger Manager", + "fromDate":"From Date", + "custId":"Customer Identity Value", + "toDate":"To Date", + "findLogs":"Find Logs", + "unBlockCustomer":"UnBlock Customer", + "fetchCustomer":"Find Customer", + "loggingID":"Id", + "firstName":"First Name", + "lastName": "Last Name", + "cmpCuststatus":"Customer Status", + "cmpCustlastlogin": "Last Login", + "accountNonLocked":"Account Locked", + "lockTime":"Lock Time", + "accountno":"Account No", + "phoneno":"Phone No", + "loggingRequestUri":"Request Uri", + "loggingResponseCode":"Response code", + "loggingRemoteIP":"Remote IP", + "loggingTimeTaken":"Time Taken", + "loggingDate":"Date", + "loggingDateTime":"Date and Time", + "loggingMethod":"Method", + "DataAnalysis":"Data Analysis", + "Analysis":"Analysis", + "smsBankingTitle":"SMS Banking", + "smsBankingChildTitle":"SMS Logger", + "smsTrackingID":"Tracking ID", + "smsMessage":"Message", + "message": "Message", + "template": "Template", + "smsNo":"Phone Number", + "smsOrgaCode":"Organization Code", + "smsDate":"Date", + "smsStatus":"Status", + "language":"Language", + "viewThirdPartyAccounts":"View Accounts", + "ThirdPartyID":"Third Party ID", + "name":"Name", + "EnterThirdPartyName":"Enter Third Party Name", + "email":"Email", + "Address":"Address", + "phoneNumber":"Phone Number", + "PhoneNumberPlaceHolder":"Enter Phone Number", + "regPhoneNo": "Phone number must be 10 digits", + "NewNoOfAccounts":"New No of Accounts", + "EnterNewNumberOfAccounts":"Enter New Number of Accounts", + "TotalNoOfAccounts":"Total No of Accounts", + "gridSearch":"Search:", + "gridShow":"Show", + "gridEntries":"entries", + "gridFilter":"Filter", + "gridNum10":"10", + "gridNum25":"25", + "gridNum50":"50", + "gridNum100":"100", + "userID":"User ID", + "userId":"User ID", + "userContactNumber":"Enter User Contact Number", + "SelectHomeBranch":"Select Home Branch", + "SelectRole":"Select Role", + "HomeBranch":"Home Branch", + "Role":"Role", + "ResetPassword":"Reset Password", + "enterNewPassword":"Enter New Password", + "oldPassword":"Old Password", + "newPasswordStatic":"New Password", + "savePassword":"Save", + "passwordPattern":"Password must be 8–20 characters and include uppercase, lowercase, number, and special character", + "SMSGatewaySelect":"Select Gateway", + "selectIdentValueType": "Select Type", + "IdTypeSelect":"Select Select Type", + "SMSGatewaySyriatel":"Syriatel", + "SMSGatewayTwillio":"Twilio", + "SMSGatewayJazz":"Jazz", + "syriatelCredentials":"Syriatel Credentials", + "twilioCredentials":"Twilio Credentials", + "jazzCredentials":"Jazz Credentials", + "accountSID":"Account SID", + "authToken":"Auth Token", + "fromNumber":"From Number", + "notificationType":"Notification Type", + "sinceLastDay":"Since last day", + "TodayTotalErrorRequest":"Today Total Error Request", + "TodayTotalPendingSms":"Today Total Pending Sms", + "selectTheDates":"Please Select the Dates", + "selectIdentValue":"Please Select the Identity No", + "selectIdentityValue":"Identity No is Required", + "noLogsFound":"No Logs Found Between these Dates", + "loginSuccess":"Successfully Logged In", + "passwordNotMatched":"Password Does Not Match", + "passwordPatternNotMatched":"Password Pattern Not Matched", + "successDeleted":"Successfully Deleted", + "passwordNotSame":"Password Cannot be same as Old Password", + "passwordTooShort": "Password is too short.", + "passwordsDoNotMatch": "Passwords do not match.", + "SuccessSave":"Successfully Saved", + "SuccessFind":"Successfully Find", + "customerAlreadyUnblocked": "Customer Already UnBlocked", + "SuccessUpdate":"Successfully Updated", + "UpdateFailed":"Unable to update", + "formInvalid":"Form is Invalid", + "ServerError":"Server Error", + "fieldsMissing":"Required Fields are missing or invalid", + "selectAll":"Select All ", + "logoutSuccess":"Successfully Logout", + "smsGateWayChanged":"SMS Gateway Successfully Changed", + "cnic_scnic": "CNIC/SCNIC", + "poc": "POC", + "nicop": "S/NICOP", + "passport": "PASSPORT", + "senderNamePlaceHolder":"Enter Sender Name", + "enterIdentityValue":"Enter Identity Value", + "senderName":"Sender Name", + "passwordChangeRequired": "Password Change Required", + "Next": "Next", + "ERR_APP_B_0001":"Internal Server Error", + "ERR_APP_B_0002":"Possible connection error with {{value1}} module", + "ERR_APP_B_0003":"Bad Request on {{value1}} module", + "ERR_APP_B_0004":"Session timed out", + "ERR_APP_B_0005":"Unauthorized: {{value1}}.", + "ERR_MDL_B_0001": "Purpose Code already exists", + "feedbackSetup": "Feedback Setup", + "credentials": "Credentials", + "credentialsTitle": "Feedback Credentials Setup", + "passwordPlaceholder": "Enter Password", + "confirmPasswordPlaceholder": "Enter confirm password", + "newPasswordPlaceholder": "Enter new password", + "confirmPassword": "Confirm Password", + "fieldRequired": "Field Required", + "emailLabel": "Email", + "emailRequiredError": "Email is required.", + "invalidEmailFormatError": "Invalid email format.", + "invalidEmail": "Enter a valid email with @", + "passNotMatch": "Password does not match", + "POR_ORGACODE": "Organization ID", + "purposeSetup": "Configure Transaction Purpose", + "purpcodeLabel": "Purpose Code", + "purpdescLabel": "Purpose Description", + "purpcodePlaceholder": "Enter Purpose Code", + "purpdescPlaceholder": "Enter Purpose Description", + "transactionDetails": "Transaction Details", + "invalidField": "Invalid Input", + "lengthExceed": "Length exceeded", + "transactionLogs": "Transaction Logs", + "loadingTransactionLogs": "Loading transaction logs...", + "noTransactionLogsFound": "No transaction logs found.", + "logID": "Log ID", + "organization": "Organization", + "transactionID": "Tran ID", + "drAccount": "DR Account", + "crAccount": "CR Account", + "crPcaglacode": "CR GL", + "drPcaGlacode": "DR GL", + "paymentMode": "Payment Mode", + "channel": "Channel", + "createdAt": "Created At", + "refresh": "Refresh", + "loading": "Loading", + "action": "Action", + "recordNotFound": "Record not found", + "confirmDelete":"Are you sure you want to delete?", + "confirmSave":"Are you sure you want to save?", + "2-stepAppPassword": "Enter 2-step verification Generated - App Password", + "english": "English", + "arabic": "Arabic", + "userNameRequired" : "User name is required", + "userNamePattterenError": "Only lower case alphabets and numbers are allowed", + "PasswordRequired": "Password is required", + "copyRightsReserved": "Copyright © {{currentYearLong}} MFSYS Technologies. All rights reserved.", + "versionAndBuildNumber": "Version {{versionNumber}} Build {{buildNumber}}", + "versionBuildDate": "+ Build Date {{date}}", + "date" : "Date", + "logout": "Log Out", + "save": "Save", + "update": "Update", + "cancel": "Cancel", + "thirdPartyRegistrationDetails": "Third Party Registration Details", + "SetupUserDetails":"Setup User Details", + "search": "Search", + "thirdPartyNamePlaceholder": "Enter Third Party Name", + "phoneNumberPlaceholder": "Enter Phone Number", + "newNoOfAccountsPlaceholder": "Enter New Number of Accounts", + "page": "Page", + "of": "of", + "totalItems": "Records", + "record": "Record", + "previous": "Previous", + "next": "Next", + "LOGIN_SUCCESSFULLY":"Login SucessFully", + "RESET_PASSWORD_SUCCESS":"Password Reset Successfully", + "CHANGE_PASSWORD_SUCCESS":"Password Changed Successfully", + "ALREADY_LOGGED_IN": "User Already Logged In", + "ACCESS_DENIED" : "Access Denied", + "INTERNAL_SERVER_ERROR": "Internal Server Error", + "CONNECTION_ERROR": "Connection Error", + "BAD_REQUEST": "Bad Request", + "FORBIDDEN_REQUEST": "Forbidden Request", + "UNAUTHORIZED_REQUEST": "Unauthorized Request", + "edit": "Edit", + "delete": "Delete", + "deleteUser": "Delete User", + "permissionManagement": "Permission Managment", + "userCode": "User", + "choose" : "Choose", + "allow": "Allow", + "toDateInvalidError": "To Date must be greater than or equal to From Date", + "noLoggingDetailsFound": "No Activity Log Details found", + "noUserDetailsFound":"No User Details found", + "noThirdPartyRegFound":"No Third Party Registration Details Found", + "ERR_SEC_0001": "Email already exists", + "ERR_SEC_0007": "New password cannot be same as old password", + "ERR_SEC_0002": "User ID already exists", + "ERR_SEC_0003": "Old Password is not correct", + "ERR_SEC_0004":"Invalid credentials", + "ERR_SEC_0005": "User not found", + "ERR_SEC_0006": "Incorrect password", + "toDateGreaterThanToday": "To Date must be less than Current Date", + "fromDateGreaterThanToday": "From Date must be less than Current Date", + "userIdMinLength" : "User ID must be at least 5 characters", + "nameMinLength" : "Name must be at least 5 characters", + "emptySpaceRestriction" : "Empty spaces & capital letters are not allowed", + "USER_CREATED_SUCCESS": "User Created", + "USER_UPDATE_SUCCESS": "User Updated", + "USER_DELETE_SUCCESS": "User Deleted", + "SAVED_SUCCESSFULLY" :"Saved Successfully", + "oldAndNewPass":"Old password and new password cannot be the same", + "activityLogs": "Activity Logs", + "activityLogDetails": "Activity Log Details", + "transactionCode": "Tran Code", + "transactionUri": "Tran URI", + "resetPasswordButton": "Reset Password", + "dateTime": "Date Time", + "responseCode": "Response Code", + "remoteIp": "Remote IP", + "requestBody": "Request Body", + "requestUri": "Request URI", + "method": "Method", + "id": "Id", + "logId": "Log ID", + "porOrgacode": "Organization Code", + "drMbmbkmsnumber": "Debit Account Number", + "crMbmbkmsnumber": "Credit Account Number", + "ppmPymdcode": "Payment Code", + "sgtGntrdate": "Transaction Date", + "sgtGntrcreateat": "Creation Date", + "updatedAt": "Updated At", + "channelCode": "Channel Code", + "userFullname" : "Full Name", + "show": "Show", + "entries": "entries", + "tableCollapsed": "Table collapsed", + "showTable": "Show Table", + "collapse": "Collapse", + "expand": "Expand", + "dateFilter": "Date Filter", + "showDateFilters":"Show Date Filter", + "hideDateFilters":"Hide Date Filter" } -- 2.32.0