diff --git a/src/assets/i18n/de.json5 b/src/assets/i18n/de.json5 index bf9471428ab..3c6a46a68c7 100644 --- a/src/assets/i18n/de.json5 +++ b/src/assets/i18n/de.json5 @@ -2468,7 +2468,7 @@ "cookies.consent.decline-all": "Decline all", // "cookies.consent.ok": "That's ok", - "cookies.consent.ok": "Das ist in Ordnung.", + "cookies.consent.ok": "Zustimmen", // "cookies.consent.save": "Save", "cookies.consent.save": "Speichern", @@ -2494,7 +2494,13 @@ "cookies.consent.content-modal.no-privacy-policy.text": "", // "cookies.consent.content-modal.title": "Information that we collect", - "cookies.consent.content-modal.title": "Information, die wir sammeln", + "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.accessibility": "Accessibility Settings", // TODO New key - Add a translation @@ -11112,4 +11118,4 @@ "file-download-link.request-copy": "Request a copy of ", -} \ No newline at end of file +}