diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8faa1260f..9ee13da19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Extended the account selector options to include the platform and currency
- Improved the error handling of the `AuthGuard`
+- Improved the language localization for German (`de`)
- Improved the language localization for Japanese (`ja`)
- Upgraded `yahoo-finance2` from version `4.0.0` to `4.0.2`
diff --git a/apps/client/src/locales/messages.de.xlf b/apps/client/src/locales/messages.de.xlf
index 791b8cf20..155b622a0 100644
--- a/apps/client/src/locales/messages.de.xlf
+++ b/apps/client/src/locales/messages.de.xlf
@@ -371,7 +371,7 @@
View and manage
- View and manage
+ Ansicht und Verwaltungapps/client/src/app/components/access-table/access-table.component.html23
@@ -651,7 +651,7 @@
Explore our guides to help you get started with investing and managing your finances.
- Explore our guides to help you get started with investing and managing your finances.
+ Entdecke unsere Ratgeber für den Einstieg in das Investieren und die Verwaltung deiner Finanzen.apps/client/src/app/pages/resources/overview/resources-overview.component.ts21
@@ -935,7 +935,7 @@
Find quick answers to commonly asked questions about Ghostfolio in our Frequently Asked Questions (FAQ) section.
- Find quick answers to commonly asked questions about Ghostfolio in our Frequently Asked Questions (FAQ) section.
+ Finde schnelle Antworten auf häufige Fragen zu Ghostfolio in unserem Bereich Häufig gestellte Fragen (FAQ).apps/client/src/app/pages/resources/overview/resources-overview.component.ts16
@@ -3359,7 +3359,7 @@
Find quick answers to commonly asked questions about self-hosting Ghostfolio in our Frequently Asked Questions (FAQ) section.
- Find quick answers to commonly asked questions about self-hosting Ghostfolio in our Frequently Asked Questions (FAQ) section.
+ Finde schnelle Antworten auf häufige Fragen zum Self-Hosting von Ghostfolio in unserem Bereich Häufig gestellte Fragen (FAQ).apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html8
@@ -3459,7 +3459,7 @@
Find quick answers to commonly asked questions about the fully managed Ghostfolio cloud offering in our Frequently Asked Questions (FAQ) section.
- Find quick answers to commonly asked questions about the fully managed Ghostfolio cloud offering in our Frequently Asked Questions (FAQ) section.
+ Finde schnelle Antworten auf häufige Fragen zum vollständig verwalteten Ghostfolio Cloud-Angebot in unserem Bereich Häufig gestellte Fragen (FAQ).apps/client/src/app/pages/faq/saas/saas-page.html8
@@ -5399,7 +5399,7 @@
Learn key financial terms and concepts in our comprehensive glossary.
- Learn key financial terms and concepts in our comprehensive glossary.
+ Lerne wichtige Finanzbegriffe und -konzepte in unserem umfassenden Lexikon kennen.apps/client/src/app/pages/resources/overview/resources-overview.component.ts31
@@ -7106,7 +7106,7 @@
Find quick answers to commonly asked questions about Ghostfolio in our Frequently Asked Questions (FAQ) section. Discover what Ghostfolio is, explore its features, and learn about our privacy practices. Get all the information you need in one place.
- Find quick answers to commonly asked questions about Ghostfolio in our Frequently Asked Questions (FAQ) section. Discover what Ghostfolio is, explore its features, and learn about our privacy practices. Get all the information you need in one place.
+ Finde schnelle Antworten auf häufige Fragen zu Ghostfolio in unserem Bereich Häufig gestellte Fragen (FAQ). Erfahre, was Ghostfolio ist, entdecke die Funktionen und lerne unsere Datenschutzpraktiken kennen. Erhalte alle Informationen, die du brauchst, an einem Ort.apps/client/src/app/pages/faq/overview/faq-overview-page.html8
@@ -7788,7 +7788,7 @@
Access various market resources and tools to stay informed about financial markets.
- Access various market resources and tools to stay informed about financial markets.
+ Greife auf verschiedene Marktressourcen und Tools zu, um über die Finanzmärkte informiert zu bleiben.apps/client/src/app/pages/resources/overview/resources-overview.component.ts26
@@ -8144,7 +8144,7 @@
Additional requests are granted while you are setting up your instance
- Additional requests are granted while you are setting up your instance
+ Während du deine Instanz einrichtest, stehen dir zusätzliche Anfragen zur Verfügung.apps/client/src/app/components/admin-settings/admin-settings.component.ts86