From f337bf6a38190cb0d6b4bc9bd71d24d318522815 Mon Sep 17 00:00:00 2001
From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
Date: Sat, 20 Jun 2026 15:24:10 +0200
Subject: [PATCH] Task/improve language localization for DE (20260620) (#7082)
* Update translations
* Update changelog
---
CHANGELOG.md | 1 +
apps/client/src/locales/messages.de.xlf | 24 ++++++++++++------------
2 files changed, 13 insertions(+), 12 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 361499e58..d4afa84a9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added the selected asset profile count to the deletion confirmation dialog of the historical market data table in the admin control panel
- Improved the sorting to be case-insensitive in the platform management of the admin control panel
- Improved the sorting to be case-insensitive in the tag management of the admin control panel
+- Improved the language localization for German (`de`)
- Upgraded `yahoo-finance2` from version `3.14.2` to `3.15.3`
### Fixed
diff --git a/apps/client/src/locales/messages.de.xlf b/apps/client/src/locales/messages.de.xlf
index 5de30f80f..3c8ed9e93 100644
--- a/apps/client/src/locales/messages.de.xlf
+++ b/apps/client/src/locales/messages.de.xlf
@@ -311,7 +311,7 @@
Paid
- Paid
+ Bezahltapps/client/src/app/components/user-detail-dialog/user-detail-dialog.component.ts117
@@ -1331,7 +1331,7 @@
Coupon
- Coupon
+ Gutscheinapps/client/src/app/components/user-detail-dialog/user-detail-dialog.component.ts122
@@ -1899,7 +1899,7 @@
Trial
- Trial
+ Testphaseapps/client/src/app/components/user-detail-dialog/user-detail-dialog.component.ts121
@@ -2347,7 +2347,7 @@
Subscriptions
- Subscriptions
+ Abonnementsapps/client/src/app/components/user-detail-dialog/user-detail-dialog.html131
@@ -2443,7 +2443,7 @@
{VAR_PLURAL, plural, =1 {Profile} other {Profiles}}
- {VAR_PLURAL, plural, =1 {Profile} other {Profiles}}
+ {VAR_PLURAL, plural, =1 {Profil} other {Profile}}apps/client/src/app/components/admin-market-data/admin-market-data.html249
@@ -3227,7 +3227,7 @@
Price
- Price
+ Preisapps/client/src/app/components/user-detail-dialog/user-detail-dialog.html166
@@ -3431,7 +3431,7 @@
Expires
- Expires
+ Läuft abapps/client/src/app/components/user-detail-dialog/user-detail-dialog.html194
@@ -4415,7 +4415,7 @@
Total
- Total
+ Gesamtapps/client/src/app/components/user-detail-dialog/user-detail-dialog.html150
@@ -5183,7 +5183,7 @@
Oops! Could not delete the asset profiles.
- Oops! Could not delete the asset profiles.
+ Ups! Die Anlageprofile konnten nicht gelöscht werden.apps/client/src/app/components/admin-market-data/admin-market-data.service.ts52
@@ -6614,7 +6614,7 @@
Oops! Could not delete the asset profile.
- Oops! Could not delete the asset profile.
+ Ups! Das Anlageprofil konnte nicht gelöscht werden.apps/client/src/app/components/admin-market-data/admin-market-data.service.ts51
@@ -6718,7 +6718,7 @@
Do you really want to delete these asset profiles?
- Do you really want to delete these asset profiles?
+ Möchtest du diese Anlageprofile wirklich löschen?apps/client/src/app/components/admin-market-data/admin-market-data.service.ts67
@@ -7070,7 +7070,7 @@
Delete
- Delete
+ löschenapps/client/src/app/components/admin-market-data/admin-market-data.html244