Skip to content

Commit d3a4a99

Browse files
Merge pull request #3595 from Mahesh-Gite-28/fix-share-transaction-typos
fix(shares): correct spelling typos in transaction translations
2 parents 1f9eaad + d83aa86 commit d3a4a99

15 files changed

Lines changed: 18 additions & 31 deletions

File tree

src/app/shares/shares-account-view/transactions-tab/transactions-tab.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h3>{{ 'labels.heading.All Transactions' | translate }}</h3>
3232
</ng-container>
3333

3434
<ng-container matColumnDef="purchasedOrRedeemedPrice">
35-
<th mat-header-cell *matHeaderCellDef>{{ 'labels.inputs.Purhcased/Redeemed Price' | translate }}</th>
35+
<th mat-header-cell *matHeaderCellDef>{{ 'labels.inputs.Purchased/Redeemed Price' | translate }}</th>
3636
<td mat-cell *matCellDef="let transaction">
3737
{{ shareAccountData.currency.displaySymbol }}&nbsp;{{ transaction.purchasedPrice }}
3838
</td>
@@ -47,8 +47,8 @@ <h3>{{ 'labels.heading.All Transactions' | translate }}</h3>
4747
</td>
4848
</ng-container>
4949

50-
<ng-container matColumnDef="amountRecievedOrReturned">
51-
<th mat-header-cell *matHeaderCellDef>{{ 'labels.inputs.Amount Recieved/Returned' | translate }}</th>
50+
<ng-container matColumnDef="amountReceivedOrReturned">
51+
<th mat-header-cell *matHeaderCellDef>{{ 'labels.inputs.Amount Received/Returned' | translate }}</th>
5252
<td mat-cell *matCellDef="let transaction">
5353
{{ shareAccountData.currency.displaySymbol }}&nbsp;{{ transaction.amount }}
5454
</td>

src/app/shares/shares-account-view/transactions-tab/transactions-tab.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export class TransactionsTabComponent implements OnInit {
6464
'totalShares',
6565
'purchasedOrRedeemedPrice',
6666
'chargeAmount',
67-
'amountRecievedOrReturned'
67+
'amountReceivedOrReturned'
6868
];
6969

7070
/**

src/assets/translations/cs-CS.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@
16401640
"Amount Range": "Rozsah množství",
16411641
"Amount Range From": "Rozsah částky Od",
16421642
"Amount Range To": "Rozsah částky do",
1643-
"Amount Recieved/Returned": "Částka přijatá/vrácená",
1643+
"Amount Received/Returned": "Částka přijatá/vrácená",
16441644
"Amount to be Reserved": "Částka, která má být rezervována",
16451645
"Annual Fees Transaction Date": "Roční poplatky Datum transakce",
16461646
"Applicable From Date": "Platné od data",
@@ -2660,7 +2660,6 @@
26602660
"Provisioning Criteria": "Kritéria poskytování",
26612661
"Purchase Price Ratio": "Poměr kupní ceny",
26622662
"Purchased/Redeemed Price": "Kupovaná/uplatněná cena",
2663-
"Purhcased/Redeemed Price": "Kupovaná/uplatněná cena",
26642663
"Qualification": "Kvalifikace",
26652664
"Quantity": "Množství",
26662665
"Quantity can not be more than": "Množství nemůže být větší než",

src/assets/translations/de-DE.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@
16411641
"Amount Range": "Betragsbereich",
16421642
"Amount Range From": "Betragsbereich von",
16431643
"Amount Range To": "Betragsbereich bis",
1644-
"Amount Recieved/Returned": "Erhaltener/zurückgegebener Betrag",
1644+
"Amount Received/Returned": "Erhaltener/zurückgegebener Betrag",
16451645
"Amount to be Reserved": "Zu reservierender Betrag",
16461646
"Annual Fees Transaction Date": "Transaktionsdatum der Jahresgebühren",
16471647
"Applicable From Date": "Gültig ab Datum",
@@ -2662,7 +2662,6 @@
26622662
"Provisioning Criteria": "Bereitstellungskriterien",
26632663
"Purchase Price Ratio": "Kaufpreisverhältnis",
26642664
"Purchased/Redeemed Price": "Gekaufter/eingelöster Preis",
2665-
"Purhcased/Redeemed Price": "Gekaufter/eingelöster Preis",
26662665
"Qualification": "Qualifikation",
26672666
"Quantity": "Menge",
26682667
"Quantity can not be more than": "Die Menge darf nicht mehr als betragen",

src/assets/translations/en-US.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"APP_NAME": "Mifos® X WebApp",
33
"Logged in as": "Logged in as",
44
"Remember me": "Remember me",
@@ -1645,7 +1645,7 @@
16451645
"Amount Range": "Amount Range",
16461646
"Amount Range From": "Amount Range From",
16471647
"Amount Range To": "Amount Range To",
1648-
"Amount Recieved/Returned": "Amount Received/Returned",
1648+
"Amount Received/Returned": "Amount Received/Returned",
16491649
"Amount to be Reserved": "Amount to be Reserved",
16501650
"Annual Fees Transaction Date": "Annual Fees Transaction Date",
16511651
"Applicable From Date": "Applicable From Date",
@@ -2658,7 +2658,6 @@
26582658
"Provisioning Criteria": "Provisioning Criteria",
26592659
"Purchase Price Ratio": "Purchase Price Ratio",
26602660
"Purchased/Redeemed Price": "Purchased/Redeemed Price",
2661-
"Purhcased/Redeemed Price": "Purchased/Redeemed Price",
26622661
"Qualification": "Qualification",
26632662
"Quantity": "Quantity",
26642663
"Quantity can not be more than": "Quantity can not be more than",

src/assets/translations/es-CL.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,7 @@
16391639
"Amount Range": "Rango de Monto",
16401640
"Amount Range From": "Monto desde",
16411641
"Amount Range To": "Monto hasta",
1642-
"Amount Recieved/Returned": "Monto recibida/devuelta",
1642+
"Amount Received/Returned": "Monto recibido/devuelto",
16431643
"Amount to be Reserved": "Monto a reservar",
16441644
"Annual Fees Transaction Date": "Fecha de transacción de comisiones anuales",
16451645
"Applicable From Date": "Aplicable desde la fecha",
@@ -2660,7 +2660,6 @@
26602660
"Provisioning Criteria": "Criterios de aprovisionamiento",
26612661
"Purchase Price Ratio": "Relación de precio de compra",
26622662
"Purchased/Redeemed Price": "Precio comprado/canjeado",
2663-
"Purhcased/Redeemed Price": "Precio comprado/canjeado",
26642663
"Qualification": "Calificación",
26652664
"Quantity": "Cantidad",
26662665
"Quantity can not be more than": "La cantidad no puede ser más que",

src/assets/translations/es-MX.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@
16411641
"Amount Range": "Rango de Monto",
16421642
"Amount Range From": "Monto desde",
16431643
"Amount Range To": "Monto hasta",
1644-
"Amount Recieved/Returned": "Monto recibida/devuelta",
1644+
"Amount Received/Returned": "Monto recibido/devuelto",
16451645
"Amount to be Reserved": "Monto a reservar",
16461646
"Annual Fees Transaction Date": "Fecha de transacción de comisiones anuales",
16471647
"Applicable From Date": "Aplicable desde la fecha",
@@ -2654,7 +2654,6 @@
26542654
"Provisioning Criteria": "Criterios de aprovisionamiento",
26552655
"Purchase Price Ratio": "Relación de precio de compra",
26562656
"Purchased/Redeemed Price": "Precio comprado/canjeado",
2657-
"Purhcased/Redeemed Price": "Precio comprado/canjeado",
26582657
"Qualification": "Calificación",
26592658
"Quantity": "Cantidad",
26602659
"Quantity can not be more than": "La cantidad no puede ser más que",

src/assets/translations/fr-FR.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,7 +1642,7 @@
16421642
"Amount Range": "Fourchette de montant",
16431643
"Amount Range From": "Fourchette de montant",
16441644
"Amount Range To": "Fourchette de montant à",
1645-
"Amount Recieved/Returned": "Montant reçu/retourné",
1645+
"Amount Received/Returned": "Montant reçu/retourné",
16461646
"Amount to be Reserved": "Montant à réserver",
16471647
"Annual Fees Transaction Date": "Date de transaction des frais annuels",
16481648
"Applicable From Date": "Applicable à partir de la date",
@@ -2663,7 +2663,6 @@
26632663
"Provisioning Criteria": "Critères d'approvisionnement",
26642664
"Purchase Price Ratio": "Ratio du prix d'achat",
26652665
"Purchased/Redeemed Price": "Prix ​​d'achat/de rachat",
2666-
"Purhcased/Redeemed Price": "Prix ​​d'achat/de rachat",
26672666
"Qualification": "Qualification",
26682667
"Quantity": "Quantité",
26692668
"Quantity can not be more than": "La quantité ne peut pas dépasser",

src/assets/translations/it-IT.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,7 @@
16391639
"Amount Range": "Intervallo di importo",
16401640
"Amount Range From": "Intervallo di importo da",
16411641
"Amount Range To": "Intervallo di importo fino a",
1642-
"Amount Recieved/Returned": "Importo ricevuto/restituito",
1642+
"Amount Received/Returned": "Importo ricevuto/restituito",
16431643
"Amount to be Reserved": "Importo da riservare",
16441644
"Annual Fees Transaction Date": "Data della transazione relativa alle tariffe annuali",
16451645
"Applicable From Date": "Applicabile dalla data",
@@ -2660,7 +2660,6 @@
26602660
"Provisioning Criteria": "Criteri di fornitura",
26612661
"Purchase Price Ratio": "Rapporto prezzo d'acquisto",
26622662
"Purchased/Redeemed Price": "Prezzo acquistato/riscattato",
2663-
"Purhcased/Redeemed Price": "Prezzo acquistato/riscattato",
26642663
"Qualification": "Qualificazione",
26652664
"Quantity": "Quantità",
26662665
"Quantity can not be more than": "La quantità non può essere superiore a",

src/assets/translations/ko-KO.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@
16401640
"Amount Range": "금액 범위",
16411641
"Amount Range From": "금액 범위: 부터",
16421642
"Amount Range To": "금액 범위:",
1643-
"Amount Recieved/Returned": "수령/반품 금액",
1643+
"Amount Received/Returned": "수령/반품 금액",
16441644
"Amount to be Reserved": "예약 금액",
16451645
"Annual Fees Transaction Date": "연회비 거래일",
16461646
"Applicable From Date": "적용일자부터",
@@ -2661,7 +2661,6 @@
26612661
"Provisioning Criteria": "프로비저닝 기준",
26622662
"Purchase Price Ratio": "구매 가격 비율",
26632663
"Purchased/Redeemed Price": "구매/상환 가격",
2664-
"Purhcased/Redeemed Price": "구매/상환 가격",
26652664
"Qualification": "자격",
26662665
"Quantity": "수량",
26672666
"Quantity can not be more than": "수량은 다음을 초과할 수 없습니다.",

0 commit comments

Comments
 (0)