From a692a6762d799c9e444c43578ffbf5dacee8f039 Mon Sep 17 00:00:00 2001 From: Sascha Szott Date: Fri, 26 Jan 2024 14:25:39 +0100 Subject: [PATCH] added german translations (cherry picked from commit 4ca1edfc633dba35c8043d2c124a2afe0ee96994) --- src/assets/i18n/de.json5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/assets/i18n/de.json5 b/src/assets/i18n/de.json5 index 203795453e..e1ec4f5af2 100644 --- a/src/assets/i18n/de.json5 +++ b/src/assets/i18n/de.json5 @@ -1663,7 +1663,11 @@ // "cookies.consent.content-modal.title": "Information that we collect", "cookies.consent.content-modal.title": "Informationen, die wir sammeln", + // "cookies.consent.content-modal.services": "services", + "cookies.consent.content-modal.services": "Dienste", + // "cookies.consent.content-modal.service": "service", + "cookies.consent.content-modal.service": "Dienst", // "cookies.consent.app.title.authentication": "Authentication", "cookies.consent.app.title.authentication": "Authentifizierung",