diff --git a/CHANGELOG.md b/CHANGELOG.md
index 476480307..d685ff7d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Extended the holdings table by the date of first activity in the _Copy portfolio data to clipboard for AI prompt_ action on the analysis page (experimental)
- Added a server of the Model Context Protocol (MCP) with a tool to get the holdings of the portfolio (experimental)
- Added the `type` to the `Access` database schema
+- 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 e5df20f0b..74f902a3e 100644
--- a/apps/client/src/locales/messages.de.xlf
+++ b/apps/client/src/locales/messages.de.xlf
@@ -99,7 +99,7 @@
Any person who has the link can view the data.
- Any person who has the link can view the data.
+ Jede Person mit diesem Link kann die Daten einsehen.apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html42
@@ -1263,7 +1263,7 @@
Identifier has been copied to the clipboard
- Identifier has been copied to the clipboard
+ Identifizierungszeichen wurde in die Zwischenablage kopiertapps/client/src/app/components/access-table/access-table.component.ts122
@@ -1367,7 +1367,7 @@
Remove
- Remove
+ Entfernenapps/client/src/app/components/access-table/access-table.component.html114
@@ -2191,7 +2191,7 @@
Copy identifier to clipboard
- Copy identifier to clipboard
+ Identifizierungszeichen in die Zwischenablage kopierenapps/client/src/app/components/access-table/access-table.component.html99
@@ -4267,7 +4267,7 @@
Do you really want to remove this received access?
- Do you really want to remove this received access?
+ Möchtest du diese erhaltene Zugangsberechtigung wirklich entfernen?apps/client/src/app/components/access-table/access-table.component.ts149
@@ -8100,7 +8100,7 @@
Oops! Could not remove the received access.
- Oops! Could not remove the received access.
+ Ups! Die erhaltene Zugangsberechtigung konnte nicht entfernt werden.apps/client/src/app/components/user-account-access/user-account-access.component.ts183
@@ -9321,7 +9321,7 @@
Oops! Could not revoke the granted access.
- Oops! Could not revoke the granted access.
+ Ups! Die gewährte Zugangsberechtigung konnte nicht widerrufen werden.apps/client/src/app/components/user-account-access/user-account-access.component.ts162