Browse Source

Feature/improve language localization for NL 20250712 (#5161)

* Improve language localization for NL

* Updated changelog
pull/5157/head^2
Hash Palak 1 week ago
committed by GitHub
parent
commit
7f686b38e0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 12
      apps/client/src/locales/messages.nl.xlf

1
CHANGELOG.md

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Improved the language localization for Dutch (`nl`)
- Improved the language localization for Portuguese (`pt`)
## 2.181.0 - 2025-07-11

12
apps/client/src/locales/messages.nl.xlf

@ -7626,7 +7626,7 @@
</trans-unit>
<trans-unit id="rule.emergencyFundSetup" datatype="html">
<source>Set up</source>
<target state="new">Noodfonds: opgezet</target>
<target state="translated">Opgezet</target>
<context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/pages/i18n/i18n-page.html</context>
<context context-type="linenumber">81</context>
@ -8039,8 +8039,8 @@
<source>
<x id="INTERPOLATION" equiv-text="{{ `Expires ${formatDistanceToNow( element.subscription.expiresAt )} (${ (element.subscription.expiresAt | date: defaultDateFormat) })` }}"/>
</source>
<target state="new">
<x id="INTERPOLATION" equiv-text="{{ `Expires ${formatDistanceToNow( element.subscription.expiresAt )} (${ (element.subscription.expiresAt | date: defaultDateFormat) })` }}"/>
<target state="translated">
<x id="INTERPOLATION" equiv-text="{{ `Verloopt ${formatDistanceToNow( element.subscription.expiresAt )} (${ (element.subscription.expiresAt | date: defaultDateFormat) })` }}"/>
</target>
<context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/components/admin-users/admin-users.html</context>
@ -8049,7 +8049,7 @@
</trans-unit>
<trans-unit id="61c6a7fddc76f4d72eda9551defde5de2e026989" datatype="html">
<source>Manage Asset Profile</source>
<target state="new">Manage Asset Profile</target>
<target state="translated">Beheer activaprofiel</target>
<context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html</context>
<context context-type="linenumber">434</context>
@ -8057,7 +8057,7 @@
</trans-unit>
<trans-unit id="2978009302056542263" datatype="html">
<source>Alternative Investment</source>
<target state="new">Alternative Investment</target>
<target state="translated">Alternatieve belegging</target>
<context-group purpose="location">
<context context-type="sourcefile">libs/ui/src/lib/i18n.ts</context>
<context context-type="linenumber">44</context>
@ -8065,7 +8065,7 @@
</trans-unit>
<trans-unit id="5795124554973640871" datatype="html">
<source>Collectible</source>
<target state="new">Collectible</target>
<target state="translated">Verzamelobject</target>
<context-group purpose="location">
<context context-type="sourcefile">libs/ui/src/lib/i18n.ts</context>
<context context-type="linenumber">54</context>

Loading…
Cancel
Save