im profil kann ein nutzer nun seine daten exportieren. man kann seinen account löschen. nach 2 jahren werden inaktive accounts gelöscht, 1 monat vorher wird eine email geschickt. Hilfetexte und Legal Pages in der Guest PWA korrigiert und vom layout her optimiert (dark mode).

This commit is contained in:
Codex Agent
2025-11-10 19:55:46 +01:00
parent 447a90a742
commit 2587b2049d
37 changed files with 1650 additions and 50 deletions

66
lang/de/profile.php Normal file
View File

@@ -0,0 +1,66 @@
<?php
return [
'export' => [
'title' => 'Datenexport',
'description' => 'Fordere eine Kopie deiner Profildaten inklusive Events und Rechnungen an. Der Link bleibt 14 Tage gültig.',
'empty' => 'Bisher wurde kein Export erstellt. Du kannst jederzeit einen neuen Export anfordern.',
'table' => [
'status' => 'Status',
'created' => 'Erstellt',
'expires' => 'Ablauf',
'size' => 'Größe',
'action' => 'Aktion',
],
'status' => [
'pending' => 'Geplant',
'processing' => 'In Arbeit',
'ready' => 'Bereit',
'failed' => 'Fehlgeschlagen',
],
'pending_alert_title' => 'Export wird vorbereitet',
'pending_alert_body' => 'Wir stellen deine Daten zusammen. Du erhältst eine Benachrichtigung, sobald der Download bereitsteht.',
'cooldown' => 'Ein neuer Export ist ab dem :date verfügbar.',
'button' => 'Datenexport anfordern',
'download' => 'Download',
'failed_reason' => 'Fehler: :reason',
'messages' => [
'in_progress' => 'Ein Datenexport ist bereits in Arbeit.',
'recent_ready' => 'Du kannst nur alle 24 Stunden einen neuen Export anfordern.',
'started' => 'Wir bereiten deinen Datenexport vor. Du erhältst eine Benachrichtigung, sobald er bereitsteht.',
'not_available' => 'Dieser Export ist nicht mehr verfügbar.',
],
'purge' => [
'none' => 'Keine abgelaufenen Datenexporte gefunden.',
'deleted' => '{1} :count Datenexport gelöscht.|[2,*] :count Datenexporte gelöscht.',
],
'readme' => [
'title' => 'Fotospiel Datenexport',
'description' => 'Dieses Archiv enthält persönliche Daten aus deinem Konto (Profil, Events, Rechnungen).',
'generated' => 'Erstellt am: :date',
'expiry' => 'Der Download-Link ist 14 Tage gültig.',
],
],
'delete' => [
'title' => 'Konto anonymisieren & löschen',
'description' => 'Entfernt alle Fotos, anonymisiert Events und sperrt den Login unwiderruflich. So erfüllst du das Recht auf Vergessenwerden.',
'warning_title' => 'Wichtiger Hinweis',
'warning_body' => 'Alle Medien und Photobooth-Uploads werden dauerhaft gelöscht. Statistiken bleiben lediglich anonymisiert erhalten.',
'confirmation_label' => 'Bestätigung',
'confirmation_placeholder' => 'LÖSCHEN',
'confirmation_hint' => 'Bitte tippe LÖSCHEN ein, um die Anonymisierung zu bestätigen.',
'confirmation_keyword' => 'LÖSCHEN',
'button' => 'Konto anonymisieren',
'validation' => 'Bitte gib ":word" ein, um die Anonymisierung zu bestätigen.',
'started' => 'Wir führen die Anonymisierung deines Kontos jetzt durch. Du wirst nach Abschluss informiert.',
'already' => 'Dein Konto wurde bereits anonymisiert.',
],
'retention' => [
'warning_subject' => 'Dein Fotospiel-Konto wird gelöscht',
'line1' => 'Wir haben in den letzten 24 Monaten keine Aktivität für dein Konto „:name“ festgestellt.',
'line2' => 'Wenn du das Konto weiter nutzen möchtest, logge dich bitte vor dem :date ein oder kontaktiere uns.',
'line3' => 'Nach Ablauf der Frist werden alle Fotos dauerhaft gelöscht und das Konto anonymisiert.',
'action' => 'Jetzt anmelden',
'scan_complete' => 'Retention-Scan abgeschlossen.',
],
];

66
lang/en/profile.php Normal file
View File

@@ -0,0 +1,66 @@
<?php
return [
'export' => [
'title' => 'Data export',
'description' => 'Request a copy of your profile data including events and invoices. The link remains valid for 14 days.',
'empty' => 'No export has been created yet. You can request one at any time.',
'table' => [
'status' => 'Status',
'created' => 'Created',
'expires' => 'Expires',
'size' => 'Size',
'action' => 'Action',
],
'status' => [
'pending' => 'Scheduled',
'processing' => 'Processing',
'ready' => 'Ready',
'failed' => 'Failed',
],
'pending_alert_title' => 'Export in progress',
'pending_alert_body' => 'We are preparing your data. You will be notified as soon as the download is ready.',
'cooldown' => 'A new export is available on :date.',
'button' => 'Request data export',
'download' => 'Download',
'failed_reason' => 'Error: :reason',
'messages' => [
'in_progress' => 'A data export is already in progress.',
'recent_ready' => 'You can request a new export only once every 24 hours.',
'started' => 'We are preparing your data export. You will be notified once it is ready.',
'not_available' => 'This export is no longer available.',
],
'purge' => [
'none' => 'No expired data exports found.',
'deleted' => '{1} :count data export deleted.|[2,*] :count data exports deleted.',
],
'readme' => [
'title' => 'Fotospiel Data Export',
'description' => 'This archive contains personal data from your account (profile, events, invoices).',
'generated' => 'Generated on: :date',
'expiry' => 'The download link stays valid for 14 days.',
],
],
'delete' => [
'title' => 'Anonymise & delete account',
'description' => 'Removes all photos, anonymises events, and permanently blocks login. This fulfils the right to be forgotten.',
'warning_title' => 'Important notice',
'warning_body' => 'All media and photobooth uploads will be permanently deleted. Statistics remain available only in anonymised form.',
'confirmation_label' => 'Confirmation',
'confirmation_placeholder' => 'DELETE',
'confirmation_hint' => 'Please type DELETE to confirm the anonymisation.',
'confirmation_keyword' => 'DELETE',
'button' => 'Anonymise account',
'validation' => 'Please enter ":word" to confirm the anonymisation.',
'started' => 'We are anonymising your account now. You will be notified once the process is finished.',
'already' => 'Your account has already been anonymised.',
],
'retention' => [
'warning_subject' => 'Your Fotospiel account will be deleted',
'line1' => 'We have not detected any activity for your account “:name” during the past 24 months.',
'line2' => 'If you want to keep it, please sign in before :date or contact us.',
'line3' => 'After that deadline all photos will be permanently deleted and the account will be anonymised.',
'action' => 'Sign in now',
'scan_complete' => 'Retention scan completed.',
],
];