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 + Bezahlt apps/client/src/app/components/user-detail-dialog/user-detail-dialog.component.ts 117 @@ -1331,7 +1331,7 @@ Coupon - Coupon + Gutschein apps/client/src/app/components/user-detail-dialog/user-detail-dialog.component.ts 122 @@ -1899,7 +1899,7 @@ Trial - Trial + Testphase apps/client/src/app/components/user-detail-dialog/user-detail-dialog.component.ts 121 @@ -2347,7 +2347,7 @@ Subscriptions - Subscriptions + Abonnements apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html 131 @@ -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.html 249 @@ -3227,7 +3227,7 @@ Price - Price + Preis apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html 166 @@ -3431,7 +3431,7 @@ Expires - Expires + Läuft ab apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html 194 @@ -4415,7 +4415,7 @@ Total - Total + Gesamt apps/client/src/app/components/user-detail-dialog/user-detail-dialog.html 150 @@ -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.ts 52 @@ -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.ts 51 @@ -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.ts 67 @@ -7070,7 +7070,7 @@ Delete - Delete + löschen apps/client/src/app/components/admin-market-data/admin-market-data.html 244