Skip to content

Commit c1029d0

Browse files
authored
WEB-913 Add Export to PDF translation support for repayment schedule export button (#3490)
1 parent 5262828 commit c1029d0

14 files changed

Lines changed: 14 additions & 1 deletion

File tree

src/app/loans/loans-view/repayment-schedule-tab/repayment-schedule-tab.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@if (!forEditing) {
1111
<div class="layout-row m-t-20 align-end align-items-center">
1212
<button mat-raised-button color="primary" (click)="exportToPDF()">
13-
<fa-icon icon="download" class="m-r-10"></fa-icon>Export to PDF
13+
<fa-icon icon="download" class="m-r-10"></fa-icon>{{ 'labels.buttons.Export to PDF' | translate }}
1414
</button>
1515
</div>
1616
}

src/assets/translations/cs-CS.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,7 @@
613613
"Export to File": "Export do FILE",
614614
"Export CSV": "Vývozní CSV",
615615
"Export XLS": "Vývozní XLS",
616+
"Export to PDF": "Export do PDF",
616617
"Export KYC": "Vývozní KYC",
617618
"Validate Documentation": "Ověřit dokumentaci",
618619
"INCOMPLETE": "NEÚPLNÉ",

src/assets/translations/de-DE.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@
614614
"Export to File": "In eine Datei exportieren",
615615
"Export CSV": "CSV exportieren",
616616
"Export XLS": "XLS exportieren",
617+
"Export to PDF": "Als PDF exportieren",
617618
"Export KYC": "KYC exportieren",
618619
"Validate Documentation": "Dokumentation validieren",
619620
"INCOMPLETE": "UNVOLLSTÄNDIG",

src/assets/translations/en-US.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@
618618
"Export to File": "Export to File",
619619
"Export CSV": "Export CSV",
620620
"Export XLS": "Export XLS",
621+
"Export to PDF": "Export to PDF",
621622
"Export KYC": "Export KYC",
622623
"Validate Documentation": "Validate Documentation",
623624
"INCOMPLETE": "INCOMPLETE",

src/assets/translations/es-CL.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@
612612
"Export to File": "Exportar Archivo",
613613
"Export CSV": "Exportar CSV",
614614
"Export XLS": "Exportar XLS",
615+
"Export to PDF": "Exportar a PDF",
615616
"Export KYC": "Exportar KYC",
616617
"Validate Documentation": "Validar Documentación",
617618
"INCOMPLETE": "INCOMPLETO",

src/assets/translations/es-MX.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@
612612
"Export to File": "Exportar Archivo",
613613
"Export CSV": "Exportar CSV",
614614
"Export XLS": "Exportar XLS",
615+
"Export to PDF": "Exportar a PDF",
615616
"Export KYC": "Exportar KYC",
616617
"Validate Documentation": "Validar Documentación",
617618
"INCOMPLETE": "INCOMPLETO",

src/assets/translations/fr-FR.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@
612612
"Export to File": "Exporter vers un fichier",
613613
"Export CSV": "Exporter au format CSV",
614614
"Export XLS": "Exporter au format XLS",
615+
"Export to PDF": "Exporter en PDF",
615616
"Export KYC": "Exporter KYC",
616617
"Validate Documentation": "Valider la documentation",
617618
"INCOMPLETE": "INCOMPLET",

src/assets/translations/it-IT.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@
612612
"Export to File": "Esporta su file",
613613
"Export CSV": "Esporta CSV",
614614
"Export XLS": "Esporta XLS",
615+
"Export to PDF": "Esporta come PDF",
615616
"Export KYC": "Esporta KYC",
616617
"Validate Documentation": "Convalida Documentazione",
617618
"INCOMPLETE": "INCOMPLETO",

src/assets/translations/ko-KO.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@
612612
"Export to File": "파일로 내보내기",
613613
"Export CSV": "CSV 내보내기",
614614
"Export XLS": "XLS 내보내기",
615+
"Export to PDF": "PDF로 내보내기",
615616
"Export KYC": "KYC 내보내기",
616617
"Validate Documentation": "문서 검증",
617618
"INCOMPLETE": "미완료",

src/assets/translations/lt-LT.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@
612612
"Export to File": "Eksportuoti į failą",
613613
"Export CSV": "Eksportuoti CSV",
614614
"Export XLS": "Eksportuoti XLS",
615+
"Export to PDF": "Eksportuoti kaip PDF",
615616
"Export KYC": "Eksportuoti KYC",
616617
"Validate Documentation": "Patvirtinti dokumentaciją",
617618
"INCOMPLETE": "NEBAIGTA",

0 commit comments

Comments
 (0)