Browse Source

Task/improve language localization for DE (20260803) (#7526)

* Update translations

* Update changelog
pull/7527/head
Thomas Kaul 5 days ago
committed by GitHub
parent
commit
bb9399e837
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 12
      apps/client/src/locales/messages.de.xlf

1
CHANGELOG.md

@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the usability of the admin control panel by eliminating the page reload on deleting an asset profile - Improved the usability of the admin control panel by eliminating the page reload on deleting an asset profile
- Improved the usability of the admin control panel by eliminating the page reload on flushing the cache - Improved the usability of the admin control panel by eliminating the page reload on flushing the cache
- Improved the usability of the admin control panel by eliminating the page reload on gathering historical market data - Improved the usability of the admin control panel by eliminating the page reload on gathering historical market data
- Improved the language localization for German (`de`)
### Fixed ### Fixed

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

@ -439,7 +439,7 @@
</trans-unit> </trans-unit>
<trans-unit id="2671970132878857664" datatype="html"> <trans-unit id="2671970132878857664" datatype="html">
<source>Splits</source> <source>Splits</source>
<target state="new">Splits</target> <target state="translated">Splits</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html</context> <context context-type="sourcefile">apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html</context>
<context context-type="linenumber">512</context> <context context-type="linenumber">512</context>
@ -855,7 +855,7 @@
</trans-unit> </trans-unit>
<trans-unit id="504959340312049745" datatype="html"> <trans-unit id="504959340312049745" datatype="html">
<source>Split Ratio</source> <source>Split Ratio</source>
<target state="new">Split Ratio</target> <target state="translated">Split-Verhältnis</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html</context> <context context-type="sourcefile">apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html</context>
<context context-type="linenumber">526</context> <context context-type="linenumber">526</context>
@ -4191,7 +4191,7 @@
</trans-unit> </trans-unit>
<trans-unit id="4344577155823592293" datatype="html"> <trans-unit id="4344577155823592293" datatype="html">
<source>Cache has been flushed.</source> <source>Cache has been flushed.</source>
<target state="new">Cache has been flushed.</target> <target state="translated">Der Cache wurde geleert.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/components/admin-overview/admin-overview.component.ts</context> <context context-type="sourcefile">apps/client/src/app/components/admin-overview/admin-overview.component.ts</context>
<context context-type="linenumber">281</context> <context context-type="linenumber">281</context>
@ -4347,7 +4347,7 @@
</trans-unit> </trans-unit>
<trans-unit id="6718883297275862532" datatype="html"> <trans-unit id="6718883297275862532" datatype="html">
<source>Shares After</source> <source>Shares After</source>
<target state="new">Shares After</target> <target state="translated">Anteile nachher</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html</context> <context context-type="sourcefile">apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html</context>
<context context-type="linenumber">584</context> <context context-type="linenumber">584</context>
@ -5781,7 +5781,7 @@
</trans-unit> </trans-unit>
<trans-unit id="3430061313424019324" datatype="html"> <trans-unit id="3430061313424019324" datatype="html">
<source>Data gathering has been started.</source> <source>Data gathering has been started.</source>
<target state="new">Data gathering has been started.</target> <target state="translated">Finanzmarktdaten synchronisieren wurde gestartet.</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/components/admin-market-data/admin-market-data.component.ts</context> <context context-type="sourcefile">apps/client/src/app/components/admin-market-data/admin-market-data.component.ts</context>
<context context-type="linenumber">413</context> <context context-type="linenumber">413</context>
@ -7390,7 +7390,7 @@
</trans-unit> </trans-unit>
<trans-unit id="4604813705660070247" datatype="html"> <trans-unit id="4604813705660070247" datatype="html">
<source>Shares Before</source> <source>Shares Before</source>
<target state="new">Shares Before</target> <target state="translated">Anteile vorher</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html</context> <context context-type="sourcefile">apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html</context>
<context context-type="linenumber">597</context> <context context-type="linenumber">597</context>

Loading…
Cancel
Save