diff --git a/app/global-translations/locale-fr.json b/app/global-translations/locale-fr.json index 06cb642f..cf242b8b 100644 --- a/app/global-translations/locale-fr.json +++ b/app/global-translations/locale-fr.json @@ -1233,6 +1233,7 @@ "label.heading.guarantor": "Garant", "label.heading.createguarantor": "Créer Garant", "label.heading.editloanaccount": "Modifier le compte de prêt", + "label.heading.editloanapplication": "Éditer l’application de prêt", "label.heading.collaterals": "Garantie", "label.heading.value": "Valeur", "label.heading.loanamountandbalance": "Montant et solde du prêt", @@ -2431,6 +2432,7 @@ "error.msg.currency.currencyCode.inUse": "La devise que vous essayez de supprimer est utilisée", "error.msg.countInterest": "Intérêt perçu impossible avant la dernière date de transaction", "error.msg.before activation date": "La date d’intérêt perçu {{params[0].value}} doit être postérieure à la date d’activation", + "validation.msg.invalid.dateFormat.format": "Veuillez entrer une date valide", "validation.msg.tax.component.percentage.is.greater.than.max": "Le pourcentage doit être inférieur à 100", "validation.msg.tax.component.startDate.is.less.than.date": "La date de début doit être supérieure ou égale à la date actuelle et à la précédente date de début", "validation.msg.tax.group.taxComponents.not.greater.than.zero": "Les composants de taxe doivent être ici", diff --git a/app/global-translations/locale-ko.json b/app/global-translations/locale-ko.json index ca2fba07..ba393df3 100644 --- a/app/global-translations/locale-ko.json +++ b/app/global-translations/locale-ko.json @@ -52,7 +52,7 @@ "label.heading.savingaccount": "저축 계좌", "label.heading.description": "설명", "label.heading.shortname": "짧은 이름", - "label.heading.approve": "승인", + "label.heading.approve": "승인을 확인합니까?", "label.heading.actions": "동작", "label.heading.loanaccoverview": "대출 계좌 개요", "label.heading.savingsaccoverview": "저축 계좌 개요",