Skip to content

Commit

Permalink
Merge branch 'fiter/fb/dev' into FBR-182
Browse files Browse the repository at this point in the history
Signed-off-by: Magezi Arthur <[email protected]>
  • Loading branch information
MageziArthur authored Jun 21, 2023
2 parents 2d88183 + 8f2fe9c commit 50db15a
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 276 deletions.
15 changes: 15 additions & 0 deletions app/global-translations/locale-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@
"label.addnewportfolioormodifyportfolio": "Add new or modify portfolio",
"label.anchor.portfoliosplanning": "Portfolios Planning",
"label.portfolioplanning": "Portfolios Planning",
"label.anchor.manageportfoliosplanning": "Manage Portfolios Planning",
"#Inputs": "..",
"label.input.name": "Name",
"label.input.unittype": "Unit Type",
Expand Down Expand Up @@ -588,6 +589,11 @@
"label.heading.language": "Language",
"label.heading.primaryemail": "Primary Email",
"label.heading.categoryname": "Category Name",
"label.heading.centers": "Centers",
"label.heading.centerName": "Center Name",
"label.heading.centereditegroups": "Edit Groups",
"label.heading.editportfoliocenter": "Edit Potfolio Center",
"label.heading.center.groups": "Center Groups",
"#Menu Links": "..",
"label.menu.office": "Office",
"#Anchors": "..",
Expand Down Expand Up @@ -749,6 +755,10 @@
"label.input.reopeneddate": "Re-Opened Date",
"label.input.legalformentity":"Entity",
"label.input.legalformperson":"Person",
"label.input.groupname":"Group Name",
"label.input.meetingStartTime":"Meeting Start Time",
"label.input.meetingEndTime":"Meeting End Time",
"label.input.transfergroup":"Transfer Group",
"#Buttons": "..",
"label.button.createclient": "Create Client",
"label.button.showall": "Show Closed",
Expand Down Expand Up @@ -989,6 +999,7 @@
"validation.msg.group.officeId.cannot.be.blank": "Office is mandatory.",
"error.msg.center.activate.date.cannot.be.before.office.activation.date": "The center activation date cannot be before the office activation date.",
"error.msg.center.not.active.exception": "The Center with id `{{params[0].value}}` is not active.",
"error.msg.center.group.meeting.times.collision": "Center group `{{params[0].value}}` with id `{{params[1].value}}` In the destination center has a meeting in given time: `{{params[2].value}}` - {{params[3].value}}",
"error.msg.Center.close.active.groups.exist": "Cannot close. Active groups exists",
"validation.msg.calendar.cannot.be.before.centers.activation.date": "Meeting date cannot be before center activation date",
"warning.msg.calendar.update.note": " Note: 'Repeats' and 'Repeats every' cannot not be modified if there are active accounts (JLG Loans, Recurring Deposits etc) dependent on this meeting",
Expand Down Expand Up @@ -1073,6 +1084,10 @@
"label.heading.openingbalances.migration": "Opening Balances Migration",
"label.anchor.define.openingbalances": "Migrate Opening Balances",
"label.heading.daterange": "Date Range",
"label.heading.transfergroup": "Transfer Group",
"label.heading.centermeetingtimes": "Center Meeting times",
"label.heading.availability.centers": "Available Centers",
"label.input.centerName": "Center Name",
"label.create.provisioning.entries": "Create Provisioning Entries",
"#Menu Links": "..",
"label.menu.filterbyoffice": "Filter by office",
Expand Down
1 change: 1 addition & 0 deletions app/global-translations/locale-es.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@
"error.msg.loan.writeoff.cannot.be.undone.before.client.transfer.date": "La fecha en la cual se hace una escritura no puede ser anterior a la fecha de transferencia del cliente de ({{params[0].value}})",
"error.msg.loan.close.cannot.be.undone.before.client.transfer.date": "La fecha en que el préstamo es pagado en su totalidad no puede ser anterior a la fecha de transferencia del cliente de ({{params[0].value}})",
"error.msg.loan.repayment.or.waiver.account.is.not.active": "Cuenta de préstamo no está activa",
"error.msg.center.group.meeting.times.collision": "Grupo central `{{params[0].value}}` con id `{{params[1].value}}` En el centro de destino tiene una reunión colisionante en un tiempo determinado: `{{params[2].value}}` - {{params[3].value}}",
"validation.msg.floatingrate.ratePeriods.cannot.be.empty": "Flotante de periodos de tasa no puede estar vacío",
"validation.msg.floatingrate.fromDate.is.less.than.date": "Flotante de tarifas por períodos de fecha debe ser mayor que fecha actual",
"validation.msg.floatingrate.isBaseLendingRate.baselendingrate.duplicate": "Tasa de interés ya está definida",
Expand Down
Loading

0 comments on commit 50db15a

Please sign in to comment.