diff --git a/CHANGELOG.md b/CHANGELOG.md
index 509009e6f..d45f93e66 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the check for duplicates in the preview step of the import dividends dialog (regardless of the account)
- Extended the activities import to reuse an existing account of the user by name and currency
- Extended the activities import to resolve an ISIN to the symbol of the data provider
+- Improved the language localization for German (`de`)
### Fixed
diff --git a/apps/client/src/locales/messages.de.xlf b/apps/client/src/locales/messages.de.xlf
index 69463c59e..ab44d5ad9 100644
--- a/apps/client/src/locales/messages.de.xlf
+++ b/apps/client/src/locales/messages.de.xlf
@@ -8234,7 +8234,7 @@
Coverage
- Coverage
+ Deckungapps/client/src/app/pages/i18n/i18n-page.html145
@@ -8242,7 +8242,7 @@
The assets tagged as emergency fund exceed your emergency fund of ${emergencyFund} ${baseCurrency}
- The assets tagged as emergency fund exceed your emergency fund of ${emergencyFund} ${baseCurrency}
+ Die als Notfallfonds getaggten Vermögenswerte übersteigen deinen Notfallfonds von ${emergencyFund} ${baseCurrency}apps/client/src/app/pages/i18n/i18n-page.html147
@@ -8250,7 +8250,7 @@
Your emergency fund of ${emergencyFund} ${baseCurrency} is not covered
- Your emergency fund of ${emergencyFund} ${baseCurrency} is not covered
+ Dein Notfallfonds von ${emergencyFund} ${baseCurrency} ist nicht gedecktapps/client/src/app/pages/i18n/i18n-page.html151
@@ -8258,7 +8258,7 @@
No emergency fund amount has been set to determine the coverage
- No emergency fund amount has been set to determine the coverage
+ Es wurde kein Betrag für den Notfallfonds festgelegt, um die Deckung zu bestimmenapps/client/src/app/pages/i18n/i18n-page.html155
@@ -8266,7 +8266,7 @@
Your emergency fund of ${emergencyFund} ${baseCurrency} is covered
- Your emergency fund of ${emergencyFund} ${baseCurrency} is covered
+ Dein Notfallfonds von ${emergencyFund} ${baseCurrency} ist gedecktapps/client/src/app/pages/i18n/i18n-page.html158
@@ -8274,7 +8274,7 @@
Setup
- Einrichtung
+ Einrichtungapps/client/src/app/pages/i18n/i18n-page.html161