Browse Source

Task/improve language localization for de 20251214 (#6066)

* Improve language localization
pull/6065/head
Thomas Kaul 5 days ago
committed by GitHub
parent
commit
b2c7f8b3ad
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 12
      apps/client/src/app/pages/portfolio/fire/fire-page.html

12
apps/client/src/app/pages/portfolio/fire/fire-page.html

@ -92,9 +92,8 @@
/> />
<ng-container>&nbsp;</ng-container> <ng-container>&nbsp;</ng-container>
<ng-container i18n>per month</ng-container></span <ng-container i18n>per month</ng-container></span
><ng-container i18n>,</ng-container> >
<ng-container>&nbsp;</ng-container> <ng-container i18n>, based on your total assets of</ng-container>
<ng-container i18n>based on your total assets of</ng-container>
<ng-container>&nbsp;</ng-container> <ng-container>&nbsp;</ng-container>
<span class="font-weight-bold" <span class="font-weight-bold"
><gf-value ><gf-value
@ -143,7 +142,7 @@
user?.settings?.retirementDate ?? retirementDate user?.settings?.retirementDate ?? retirementDate
| date: 'MMMM yyyy' | date: 'MMMM yyyy'
}}</span> }}</span>
<ng-container i18n>,</ng-container> <ng-container i18n="@@page.fire.projected.1">,</ng-container>
<ng-container>&nbsp;</ng-container> <ng-container>&nbsp;</ng-container>
<ng-container i18n>this is projected to increase to</ng-container> <ng-container i18n>this is projected to increase to</ng-container>
<ng-container>&nbsp;</ng-container> <ng-container>&nbsp;</ng-container>
@ -171,9 +170,8 @@
/> />
<ng-container>&nbsp;</ng-container> <ng-container>&nbsp;</ng-container>
<ng-container i18n>per month</ng-container></span <ng-container i18n>per month</ng-container></span
><ng-container i18n>,</ng-container> >
<ng-container>&nbsp;</ng-container> <ng-container i18n>, assuming a</ng-container>
<ng-container i18n>assuming a</ng-container>
<ng-container>&nbsp;</ng-container> <ng-container>&nbsp;</ng-container>
<span class="font-weight-bold" <span class="font-weight-bold"
><gf-value ><gf-value

Loading…
Cancel
Save