Browse Source
Task/improve localization of various components (#6074)
* Improve localization
pull/5843/merge
Thomas Kaul
5 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with
13 additions and
14 deletions
-
apps/client/src/app/components/admin-platform/admin-platform.component.html
-
apps/client/src/app/components/admin-tag/admin-tag.component.html
-
apps/client/src/app/components/admin-users/admin-users.html
-
apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html
-
apps/client/src/app/pages/portfolio/analysis/analysis-page.html
|
|
|
@ -57,7 +57,7 @@ |
|
|
|
</ng-container> |
|
|
|
|
|
|
|
<ng-container matColumnDef="actions" stickyEnd> |
|
|
|
<th *matHeaderCellDef class="px-1 text-center" i18n mat-header-cell></th> |
|
|
|
<th *matHeaderCellDef class="px-1 text-center" mat-header-cell></th> |
|
|
|
<td *matCellDef="let element" class="px-1 text-center" mat-cell> |
|
|
|
<button |
|
|
|
class="mx-1 no-min-width px-2" |
|
|
|
|
|
|
|
@ -50,7 +50,7 @@ |
|
|
|
</ng-container> |
|
|
|
|
|
|
|
<ng-container matColumnDef="actions" stickyEnd> |
|
|
|
<th *matHeaderCellDef class="px-1 text-center" i18n mat-header-cell></th> |
|
|
|
<th *matHeaderCellDef class="px-1 text-center" mat-header-cell></th> |
|
|
|
<td *matCellDef="let element" class="px-1 text-center" mat-cell> |
|
|
|
<button |
|
|
|
class="mx-1 no-min-width px-2" |
|
|
|
|
|
|
|
@ -7,10 +7,9 @@ |
|
|
|
<th |
|
|
|
*matHeaderCellDef |
|
|
|
class="mat-mdc-header-cell px-1 py-2" |
|
|
|
i18n |
|
|
|
mat-header-cell |
|
|
|
> |
|
|
|
User |
|
|
|
<ng-container i18n>User</ng-container> |
|
|
|
</th> |
|
|
|
<td |
|
|
|
*matCellDef="let element" |
|
|
|
|
|
|
|
@ -327,8 +327,8 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="flex-nowrap px-3 py-1 row"> |
|
|
|
<div class="flex-grow-1 ml-3 text-truncate" i18n> |
|
|
|
Annualized Performance |
|
|
|
<div class="flex-grow-1 ml-3 text-truncate"> |
|
|
|
<ng-container i18n>Annualized Performance</ng-container> |
|
|
|
</div> |
|
|
|
<div class="flex-column flex-wrap justify-content-end"> |
|
|
|
<gf-value |
|
|
|
|
|
|
|
@ -120,8 +120,8 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="d-flex mb-3 ml-3 py-1"> |
|
|
|
<div class="flex-grow-1 mr-2 text-truncate" i18n> |
|
|
|
Asset Performance |
|
|
|
<div class="flex-grow-1 mr-2 text-truncate"> |
|
|
|
<ng-container i18n>Asset Performance</ng-container> |
|
|
|
</div> |
|
|
|
<div class="d-flex justify-content-end"> |
|
|
|
<gf-value |
|
|
|
@ -166,8 +166,8 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="d-flex ml-3 py-1"> |
|
|
|
<div class="flex-grow-1 mr-2 text-truncate" i18n> |
|
|
|
Currency Performance |
|
|
|
<div class="flex-grow-1 mr-2 text-truncate"> |
|
|
|
<ng-container i18n>Currency Performance</ng-container> |
|
|
|
</div> |
|
|
|
<div class="d-flex justify-content-end"> |
|
|
|
<gf-value |
|
|
|
@ -189,8 +189,8 @@ |
|
|
|
</div> |
|
|
|
<div><hr /></div> |
|
|
|
<div class="d-flex py-1"> |
|
|
|
<div class="flex-grow-1 mr-2 text-truncate" i18n> |
|
|
|
Absolute Net Performance |
|
|
|
<div class="flex-grow-1 mr-2 text-truncate"> |
|
|
|
<ng-container i18n>Absolute Net Performance</ng-container> |
|
|
|
</div> |
|
|
|
<div class="d-flex justify-content-end"> |
|
|
|
<gf-value |
|
|
|
@ -208,8 +208,8 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="d-flex ml-3 py-1"> |
|
|
|
<div class="flex-grow-1 mr-2 text-truncate" i18n> |
|
|
|
Net Performance |
|
|
|
<div class="flex-grow-1 mr-2 text-truncate"> |
|
|
|
<ng-container i18n>Net Performance</ng-container> |
|
|
|
</div> |
|
|
|
<div class="d-flex justify-content-end"> |
|
|
|
<gf-value |
|
|
|
|