diff --git a/app/global-translations/locale-en.json b/app/global-translations/locale-en.json index d30c8cd4..642ec4f2 100755 --- a/app/global-translations/locale-en.json +++ b/app/global-translations/locale-en.json @@ -1336,6 +1336,8 @@ "validation.msg.loan.submittedOnDate.cannot.be.blank": "Submitted on date is mandatory.", "validation.msg.loan.charges.specific.loancharge.with.calculation.type.interest.not.allowed":"Specific due date charges as a % of interest cannot be used with products supporting interest recalculation", "validation.msg.loan.charges.installment.loancharge.with.calculation.type.principal.not.allowed":"Installment charges as a % of principal cannot be used with products supporting interest recalculation", + "validation.msg.loan.numberOfRepayments.lesser.than.minimumNumberOfRepayments":"The total number of calculated repayments for this loan ( `{{params[0].value}}`) is lesser than the allowed minimum of `{{params[1].value}}`", + "validation.msg.loan.numberOfRepayments.greater.than.maximumNumberOfRepayments":"The total number of calculated repayments for this loan ( `{{params[0].value}}`) is greater than the allowed maximum of `{{params[1].value}}`", "error.msg.loanCharge.cannot.be.added.as.date.is.before.last.transaction.date":"Charges must be added after last transaction date for products supporting interest recalculation", "error.msg.loanCharge.cannot.be.added.as.installment.charge":"Installment charges cannot be added after disbursement for products supporting interest recalculation", "error.msg.loan.submittal.cannot.be.a.future.date": "Submitted on date cannot be in the future.",