diff --git a/src/assets/i18n/de.json5 b/src/assets/i18n/de.json5 index 5e48b3d7e8..e1ec4f5af2 100644 --- a/src/assets/i18n/de.json5 +++ b/src/assets/i18n/de.json5 @@ -1639,6 +1639,12 @@ // "cookies.consent.decline": "Decline", "cookies.consent.decline": "Ablehnen", + // "cookies.consent.ok": "That's ok", + "cookies.consent.ok": "Zustimmen", + + // "cookies.consent.save": "Save", + "cookies.consent.save": "Speichern", + // "cookies.consent.content-notice.description": "We collect and process your personal information for the following purposes: Authentication, Preferences, Acknowledgement and Statistics.
To learn more, please read our {privacyPolicy}.", "cookies.consent.content-notice.description": "Wir sammeln und verarbeiten Ihre personenbezogenen Daten für die folgenden Zwecke: Authentifikation, Einstellungen, Zustimmungen und Statistiken.
Um mehr zu erfahren, lesen Sie bitte unsere {privacyPolicy}.", @@ -1655,9 +1661,13 @@ "cookies.consent.content-modal.privacy-policy.text": "Um mehr zu erfahren, lesen Sie bitte unsere {privacyPolicy}.", // "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.authentication": "Authentication", "cookies.consent.app.title.authentication": "Authentifizierung",