Skip to content

Commit

Permalink
add translation to bulk imports page
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar-Nabil committed Aug 10, 2024
1 parent 64f7a76 commit 6874266
Show file tree
Hide file tree
Showing 13 changed files with 221 additions and 17 deletions.
34 changes: 17 additions & 17 deletions src/app/organization/bulk-import/bulk-import.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<h4 matLine [routerLink]="['Offices']">{{'labels.heading.Offices' | translate }}</h4>
<fa-icon (click)="arrowBooleansToggle(0)" *ngIf="!arrowBooleans[0]" icon="arrow-down" size="md"></fa-icon>
<fa-icon (click)="arrowBooleansToggle(0)" *ngIf="arrowBooleans[0]" icon="arrow-up" size="md"></fa-icon>
<p matLine *ngIf="arrowBooleans[0]" [routerLink]="['Offices']">Download, Upload Offices Template</p>
<p matLine *ngIf="arrowBooleans[0]" [routerLink]="['Offices']">{{ 'labels.text.Download, Upload Offices Template' | translate }}</p>
</mat-list-item>

<mat-list-item *mifosxHasPermission="'READ_OFFICE'">
Expand All @@ -26,7 +26,7 @@ <h4 matLine [routerLink]="['Offices']">{{'labels.heading.Offices' | translate }}
<h4 matLine [routerLink]="['Users']">{{'labels.heading.Users' | translate }}</h4>
<fa-icon (click)="arrowBooleansToggle(1)" *ngIf="!arrowBooleans[1]" icon="arrow-down" size="md"></fa-icon>
<fa-icon (click)="arrowBooleansToggle(1)" *ngIf="arrowBooleans[1]" icon="arrow-up" size="md"></fa-icon>
<p matLine *ngIf="arrowBooleans[1]" [routerLink]="['Users']">Download offices template and Upload office excel files</p>
<p matLine *ngIf="arrowBooleans[1]" [routerLink]="['Users']">{{ 'labels.text.Download offices template and Upload office excel files' | translate }}</p>
</mat-list-item>

<mat-list-item *mifosxHasPermission="'READ_OFFICE'">
Expand All @@ -36,7 +36,7 @@ <h4 matLine [routerLink]="['Users']">{{'labels.heading.Users' | translate }}</h4
<h4 matLine [routerLink]="['Groups']">{{'labels.heading.Groups' | translate }}</h4>
<fa-icon (click)="arrowBooleansToggle(2)" *ngIf="!arrowBooleans[2]" icon="arrow-down" size="md"></fa-icon>
<fa-icon (click)="arrowBooleansToggle(2)" *ngIf="arrowBooleans[2]" icon="arrow-up" size="md"></fa-icon>
<p matLine *ngIf="arrowBooleans[2]" [routerLink]="['Groups']">Download groups template and Upload group excel files</p>
<p matLine *ngIf="arrowBooleans[2]" [routerLink]="['Groups']">{{ 'labels.text.Download groups template and Upload group excel files' | translate }}</p>
</mat-list-item>

<mat-list-item *mifosxHasPermission="'READ_OFFICE'">
Expand All @@ -46,7 +46,7 @@ <h4 matLine [routerLink]="['Groups']">{{'labels.heading.Groups' | translate }}</
<h4 matLine [routerLink]="['Loan Accounts']">{{'labels.heading.Loan Accounts' | translate }}</h4>
<fa-icon (click)="arrowBooleansToggle(3)" *ngIf="!arrowBooleans[3]" icon="arrow-down" size="md"></fa-icon>
<fa-icon (click)="arrowBooleansToggle(3)" *ngIf="arrowBooleans[3]" icon="arrow-up" size="md"></fa-icon>
<p matLine *ngIf="arrowBooleans[3]" [routerLink]="['Loan Accounts']">Download loan accounts template and upload loan account excel files</p>
<p matLine *ngIf="arrowBooleans[3]" [routerLink]="['Loan Accounts']">{{ 'labels.text.Download loan accounts template and upload loan account excel files' | translate }}</p>
</mat-list-item>

<mat-list-item *mifosxHasPermission="'READ_OFFICE'">
Expand All @@ -56,7 +56,7 @@ <h4 matLine [routerLink]="['Loan Accounts']">{{'labels.heading.Loan Accounts' |
<h4 matLine [routerLink]="['Savings Accounts']">{{'labels.heading.Savings Accounts' | translate }}</h4>
<fa-icon (click)="arrowBooleansToggle(4)" *ngIf="!arrowBooleans[4]" icon="arrow-down" size="md"></fa-icon>
<fa-icon (click)="arrowBooleansToggle(4)" *ngIf="arrowBooleans[4]" icon="arrow-up" size="md"></fa-icon>
<p matLine *ngIf="arrowBooleans[4]" [routerLink]="['Savings Accounts']">Download savings accounts template and upload savings account excel files</p>
<p matLine *ngIf="arrowBooleans[4]" [routerLink]="['Savings Accounts']">{{ 'labels.text.Download savings accounts template and upload savings account excel files' | translate }}</p>
</mat-list-item>

<mat-list-item *mifosxHasPermission="'READ_OFFICE'">
Expand All @@ -66,7 +66,7 @@ <h4 matLine [routerLink]="['Savings Accounts']">{{'labels.heading.Savings Accoun
<h4 matLine [routerLink]="['Fixed Deposit Accounts']">{{'labels.heading.Fixed Deposit Accounts' | translate }}</h4>
<fa-icon (click)="arrowBooleansToggle(5)" *ngIf="!arrowBooleans[5]" icon="arrow-down" size="md"></fa-icon>
<fa-icon (click)="arrowBooleansToggle(5)" *ngIf="arrowBooleans[5]" icon="arrow-up" size="md"></fa-icon>
<p matLine *ngIf="arrowBooleans[5]" [routerLink]="['Fixed Deposit Accounts']">Download fixed deposit accounts template and upload fixed deposit account excel files</p>
<p matLine *ngIf="arrowBooleans[5]" [routerLink]="['Fixed Deposit Accounts']">{{ 'labels.text.Download fixed deposit accounts template and upload fixed deposit account excel files' | translate }}</p>
</mat-list-item>

<mat-list-item *mifosxHasPermission="'READ_OFFICE'">
Expand All @@ -76,7 +76,7 @@ <h4 matLine [routerLink]="['Fixed Deposit Accounts']">{{'labels.heading.Fixed De
<h4 matLine [routerLink]="['Chart of Accounts']">{{'labels.heading.Chart of Accounts' | translate }}</h4>
<fa-icon (click)="arrowBooleansToggle(6)" *ngIf="!arrowBooleans[6]" icon="arrow-down" size="md"></fa-icon>
<fa-icon (click)="arrowBooleansToggle(6)" *ngIf="arrowBooleans[6]" icon="arrow-up" size="md"></fa-icon>
<p matLine *ngIf="arrowBooleans[6]" [routerLink]="['Chart of Accounts']">Download chart of accounts template and upload chart of account excel files</p>
<p matLine *ngIf="arrowBooleans[6]" [routerLink]="['Chart of Accounts']">{{ 'labels.text.Download chart of accounts template and upload chart of account excel files' | translate }}</p>
</mat-list-item>

<mat-list-item *mifosxHasPermission="'READ_OFFICE'">
Expand All @@ -86,7 +86,7 @@ <h4 matLine [routerLink]="['Chart of Accounts']">{{'labels.heading.Chart of Acco
<h4 matLine [routerLink]="['Share Accounts']">{{'labels.heading.Share Accounts' | translate }}</h4>
<fa-icon (click)="arrowBooleansToggle(7)" *ngIf="!arrowBooleans[7]" icon="arrow-down" size="md"></fa-icon>
<fa-icon (click)="arrowBooleansToggle(7)" *ngIf="arrowBooleans[7]" icon="arrow-up" size="md"></fa-icon>
<p matLine *ngIf="arrowBooleans[7]" [routerLink]="['Share Accounts']">Download share accounts template and upload share account excel files</p>
<p matLine *ngIf="arrowBooleans[7]" [routerLink]="['Share Accounts']">{{ 'labels.text.Download share accounts template and upload share account excel files' | translate }}</p>
</mat-list-item>

</mat-nav-list>
Expand All @@ -104,7 +104,7 @@ <h4 matLine [routerLink]="['Share Accounts']">{{'labels.heading.Share Accounts'
<h4 matLine [routerLink]="['Employees']">{{'labels.heading.Employees' | translate }}</h4>
<fa-icon (click)="arrowBooleansToggle(8)" *ngIf="!arrowBooleans[8]" icon="arrow-down" size="md"></fa-icon>
<fa-icon (click)="arrowBooleansToggle(8)" *ngIf="arrowBooleans[8]" icon="arrow-up" size="md"></fa-icon>
<p matLine *ngIf="arrowBooleans[8]" [routerLink]="['Employees']">Download employees template and upload employees excel files</p>
<p matLine *ngIf="arrowBooleans[8]" [routerLink]="['Employees']">{{ 'labels.text.Download loan accounts template and upload loan account excel files' | translate }}</p>
</mat-list-item>


Expand All @@ -115,7 +115,7 @@ <h4 matLine [routerLink]="['Employees']">{{'labels.heading.Employees' | translat
<h4 matLine [routerLink]="['Clients']">{{'labels.heading.Clients' | translate }}</h4>
<fa-icon (click)="arrowBooleansToggle(9)" *ngIf="!arrowBooleans[9]" icon="arrow-down" size="md"></fa-icon>
<fa-icon (click)="arrowBooleansToggle(9)" *ngIf="arrowBooleans[9]" icon="arrow-up" size="md"></fa-icon>
<p matLine *ngIf="arrowBooleans[9]" [routerLink]="['Clients']">Download clients template and upload clients excel files</p>
<p matLine *ngIf="arrowBooleans[9]" [routerLink]="['Clients']">{{ 'labels.text.Download clients template and upload clients excel files' | translate }}</p>
</mat-list-item>

<mat-list-item *mifosxHasPermission="'READ_OFFICE'">
Expand All @@ -125,7 +125,7 @@ <h4 matLine [routerLink]="['Clients']">{{'labels.heading.Clients' | translate }}
<h4 matLine [routerLink]="['Centers']">{{'labels.heading.Centers' | translate }}</h4>
<fa-icon (click)="arrowBooleansToggle(10)" *ngIf="!arrowBooleans[10]" icon="arrow-down" size="md"></fa-icon>
<fa-icon (click)="arrowBooleansToggle(10)" *ngIf="arrowBooleans[10]" icon="arrow-up" size="md"></fa-icon>
<p matLine *ngIf="arrowBooleans[10]" [routerLink]="['Centers']">Download centers template and upload centers excel files</p>
<p matLine *ngIf="arrowBooleans[10]" [routerLink]="['Centers']">{{ 'labels.text.Download centers template and upload centers excel files' | translate }}</p>
</mat-list-item>

<mat-list-item *mifosxHasPermission="'READ_OFFICE'">
Expand All @@ -135,7 +135,7 @@ <h4 matLine [routerLink]="['Centers']">{{'labels.heading.Centers' | translate }}
<h4 matLine [routerLink]="['Loan Repayments']">{{'labels.heading.Loan Repayments' | translate }}</h4>
<fa-icon (click)="arrowBooleansToggle(11)" *ngIf="!arrowBooleans[11]" icon="arrow-down" size="md"></fa-icon>
<fa-icon (click)="arrowBooleansToggle(11)" *ngIf="arrowBooleans[11]" icon="arrow-up" size="md"></fa-icon>
<p matLine *ngIf="arrowBooleans[11]" [routerLink]="['Loan Repayments']">Download loan repayments template and upload loan repayment excel files</p>
<p matLine *ngIf="arrowBooleans[11]" [routerLink]="['Loan Repayments']">{{ 'labels.text.Download loan repayments template and upload loan repayment excel files' | translate }}</p>
</mat-list-item>

<mat-list-item *mifosxHasPermission="'READ_OFFICE'">
Expand All @@ -145,7 +145,7 @@ <h4 matLine [routerLink]="['Loan Repayments']">{{'labels.heading.Loan Repayments
<h4 matLine [routerLink]="['Savings Transactions']">{{'labels.heading.Savings Transactions' | translate }}</h4>
<fa-icon (click)="arrowBooleansToggle(12)" *ngIf="!arrowBooleans[12]" icon="arrow-down" size="md"></fa-icon>
<fa-icon (click)="arrowBooleansToggle(12)" *ngIf="arrowBooleans[12]" icon="arrow-up" size="md"></fa-icon>
<p matLine *ngIf="arrowBooleans[12]" [routerLink]="['Savings Transactions']">Download savings transactions template and upload savings transaction excel files</p>
<p matLine *ngIf="arrowBooleans[12]" [routerLink]="['Savings Transactions']">{{ 'labels.text.Download savings transactions template and upload savings transaction excel files' | translate }}</p>
</mat-list-item>

<mat-list-item *mifosxHasPermission="'READ_OFFICE'">
Expand All @@ -155,7 +155,7 @@ <h4 matLine [routerLink]="['Savings Transactions']">{{'labels.heading.Savings Tr
<h4 matLine [routerLink]="['Fixed Deposit Transactions']">{{'labels.heading.Fixed Deposit Transactions' | translate }}</h4>
<fa-icon (click)="arrowBooleansToggle(13)" *ngIf="!arrowBooleans[13]" icon="arrow-down" size="md"></fa-icon>
<fa-icon (click)="arrowBooleansToggle(13)" *ngIf="arrowBooleans[13]" icon="arrow-up" size="md"></fa-icon>
<p matLine *ngIf="arrowBooleans[13]" [routerLink]="['Fixed Deposit Transactions']">Download fixed deposit transactions template and upload fixed deposit transaction excel files</p>
<p matLine *ngIf="arrowBooleans[13]" [routerLink]="['Fixed Deposit Transactions']">{{ 'labels.text.Download fixed deposit transactions template and upload fixed deposit transaction excel files' | translate }}</p>
</mat-list-item>

<mat-list-item *mifosxHasPermission="'READ_OFFICE'">
Expand All @@ -165,7 +165,7 @@ <h4 matLine [routerLink]="['Fixed Deposit Transactions']">{{'labels.heading.Fixe
<h4 matLine [routerLink]="['Recurring Deposit Transactions']">{{'labels.heading.Recurring Deposit Transactions' | translate }}</h4>
<fa-icon (click)="arrowBooleansToggle(14)" *ngIf="!arrowBooleans[14]" icon="arrow-down" size="md"></fa-icon>
<fa-icon (click)="arrowBooleansToggle(14)" *ngIf="arrowBooleans[14]" icon="arrow-up" size="md"></fa-icon>
<p matLine *ngIf="arrowBooleans[14]" [routerLink]="['Recurring Deposit Transactions']">Download recurring deposit transactions template and upload recurring deposit transaction excel files</p>
<p matLine *ngIf="arrowBooleans[14]" [routerLink]="['Recurring Deposit Transactions']">{{ 'labels.text.Download recurring deposit transactions template and upload recurring deposit transaction excel files' | translate }}</p>
</mat-list-item>

<mat-list-item *mifosxHasPermission="'READ_OFFICE'">
Expand All @@ -175,7 +175,7 @@ <h4 matLine [routerLink]="['Recurring Deposit Transactions']">{{'labels.heading.
<h4 matLine [routerLink]="['Journal Entries']">{{'labels.heading.Journal Entries' | translate }}</h4>
<fa-icon (click)="arrowBooleansToggle(15)" *ngIf="!arrowBooleans[15]" icon="arrow-down" size="md"></fa-icon>
<fa-icon (click)="arrowBooleansToggle(15)" *ngIf="arrowBooleans[15]" icon="arrow-up" size="md"></fa-icon>
<p matLine *ngIf="arrowBooleans[15]" [routerLink]="['Journal Entries']">Download journal entries template and upload journal entries excel files</p>
<p matLine *ngIf="arrowBooleans[15]" [routerLink]="['Journal Entries']">{{ 'labels.text.Download journal entries template and upload journal entries excel files' | translate }}</p>
</mat-list-item>

<mat-list-item *mifosxHasPermission="'READ_OFFICE'">
Expand All @@ -185,7 +185,7 @@ <h4 matLine [routerLink]="['Journal Entries']">{{'labels.heading.Journal Entries
<h4 matLine [routerLink]="['Guarantors']">{{'labels.heading.Guarantors' | translate }}</h4>
<fa-icon (click)="arrowBooleansToggle(16)" *ngIf="!arrowBooleans[16]" icon="arrow-down" size="md"></fa-icon>
<fa-icon (click)="arrowBooleansToggle(16)" *ngIf="arrowBooleans[16]" icon="arrow-up" size="md"></fa-icon>
<p matLine *ngIf="arrowBooleans[16]" [routerLink]="['Guarantors']">Download guarantors template and upload guarantor excel files</p>
<p matLine *ngIf="arrowBooleans[16]" [routerLink]="['Guarantors']">{{ 'labels.text.Download guarantors template and upload guarantor excel files' | translate }}</p>
</mat-list-item>

</mat-nav-list>
Expand Down
17 changes: 17 additions & 0 deletions src/assets/translations/cs-CS.json
Original file line number Diff line number Diff line change
Expand Up @@ -2746,6 +2746,23 @@
"Current Business Date": "Aktuální obchodní datum",
"Dashboard": "Přístrojová deska",
"Data Table View": "Zobrazení tabulky dat",
"Download, Upload Offices Template": "Stáhnout, nahrát šablonu kanceláře",
"Download offices template and Upload office excel files": "Stáhněte si šablonu kanceláře a nahrajte soubory Office Excel",
"Download groups template and Upload group excel files": "Stáhněte si šablonu skupin a nahrajte soubory Excel skupiny",
"Download loan accounts template and upload loan account excel files": "Stáhněte si šablonu úvěrových účtů a nahrajte excelové soubory úvěrového účtu",
"Download savings accounts template and upload savings account excel files": "Stáhněte si šablonu spořicích účtů a nahrajte excelové soubory spořicího účtu",
"Download fixed deposit accounts template and upload fixed deposit account excel files": "Stáhněte si šablonu účtů s pevným vkladem a nahrajte excelové soubory účtu s pevným vkladem",
"Download chart of accounts template and upload chart of account excel files": "Stáhněte si šablonu účetní osnovy a nahrajte excelové soubory účetní osnovy",
"Download share accounts template and upload share account excel files": "Stáhněte si šablonu sdílených účtů a nahrajte excelové soubory sdíleného účtu",
"Download employees template and upload employees excel files": "Stáhněte si šablonu zaměstnanců a nahrajte soubory Excel zaměstnanců",
"Download clients template and upload clients excel files": "Stáhněte si šablonu klientů a nahrajte excelové soubory klientů",
"Download centers template and upload centers excel files": "Šablona center stahování a soubory excelových center stahování",
"Download loan repayments template and upload loan repayment excel files": "Stáhněte si šablonu splátek půjčky a nahrajte excelové soubory splácení půjčky",
"Download savings transactions template and upload savings transaction excel files": "Stáhněte si šablonu spořících transakcí a nahrajte excelové soubory spořicích transakcí",
"Download fixed deposit transactions template and upload fixed deposit transaction excel files": "Stáhněte si šablonu transakcí s pevným vkladem a nahrajte excelové soubory transakcí s pevným vkladem",
"Download recurring deposit transactions template and upload recurring deposit transaction excel files": "Stáhněte si šablonu opakujících se vkladových transakcí a nahrajte excelové soubory pro opakované vkladové transakce",
"Download journal entries template and upload journal entries excel files": "Stáhněte si šablonu deníkových záznamů a nahrajte excelové soubory deníkových záznamů",
"Download guarantors template and upload guarantor excel files": "Stáhněte si šablonu garantů a nahrajte soubory Excelu garanta",
"Days": "Dny",
"Declining Balance": "Klesající zůstatek",
"Define AdHocQuery for Organization": "Definujte AdHocQuery pro organizaci",
Expand Down
Loading

0 comments on commit 6874266

Please sign in to comment.