hsg_rag_eea / src /const /data_consent_constants.py
Pygmales
synched versions
698965e
raw
history blame
2 kB
PRIVACY_NOTICE = {
"de": """
### Datenschutzhinweis
Wir verwenden Ihre Angaben, um Sie zu **Executive MBA Programmen der Universität St.Gallen** zu beraten.
Dabei verarbeiten wir insbesondere:
- Ihre Gesprächsinhalte und Anfragen
- Kontaktdaten (Name, E-Mail) bei Terminbuchung
- Informationen zu Ihrer Berufserfahrung und Ausbildung
Ihre Daten werden **ausschließlich für die Studienberatung** verwendet und **nicht an Dritte weitergegeben**.
Sie können Ihre Einwilligung **jederzeit widerrufen**.
[Weitere Informationen zur Datenschutzerklärung](https://www.unisg.ch/en/data-protection-declaration/)
""",
"en": """
### Privacy Notice
We use your information to advise you on **Executive MBA programmes at the University of St.Gallen**.
We process in particular:
- Your conversation content and inquiries
- Contact details (name, email) for appointment booking
- Information about your professional experience and education
Your data is used **solely for study advisory purposes** and **is not shared with third parties**.
You may **withdraw your consent at any time**.
[More information in the Privacy Policy](https://www.unisg.ch/en/data-protection-declaration/)
"""
}
ACCEPT = {
"de": "Zustimmen",
"en": "Accept"
}
DECLINE = {
"de": "Ablehnen",
"en": "Decline"
}
DECLINE_MESSAGE = {
"de": "Ohne Ihre Einwilligung können wir Sie leider nicht beraten. "
"Bitte kontaktieren Sie uns direkt unter emba@unisg.ch.",
"en": "Without your consent, we cannot provide advice. "
"Please contact us directly at emba@unisg.ch.",
}
WITHDRAW_CONFIRMATION_MESSAGE = {
"de": "Ihre Einwilligung wurde widerrufen. Ihre Session-Daten wurden gelöscht. Ohne Einwilligung können wir Sie leider nicht beraten.",
"en": "Your consent has been withdrawn. Your session data has been deleted. Without consent, we cannot continue advising you."
}
WITHDRAW_TEXT = {
"de": "Einwilligung widerrufen",
"en": "Withdraw Consent"
}