feat(compliance): G1-b frontend DSAR status UI — 4th subtab in ComplianceTab: type selection (Art.15/17/16), person picker, direct GDPR export download, two-step deletion confirmation; uses existing system-settings DSAR endpoints

This commit is contained in:
Agent Zero
2026-08-27 01:49:55 +02:00
parent 4cb5298768
commit 05bc1e2543
3 changed files with 196 additions and 1 deletions
+18
View File
@@ -2051,5 +2051,23 @@
},
"index": {
"seitewirdgeladen": "Seite wird geladen"
},
"compliance": {
"dsar": {
"tab": "DSGVO-Anfragen",
"description": "DSGVO-Anfrage für eine Person auslösen: Auskunft (Art. 15), Löschung (Art. 17) oder Berichtigung (Art. 16). Der Vorgang wird als Hintergrund-Job durch den Worker ausgeführt.",
"person": "Person",
"selectPerson": "-- Bitte wählen --",
"requestType": "Antragsart",
"typeAccess": "Auskunft (Art. 15)",
"typeDeletion": "Löschung (Art. 17)",
"typeRectification": "Berichtigung (Art. 16)",
"downloadExport": "Datenexport herunterladen",
"submit": "Anfrage stellen",
"confirmDeletion": "Wirklich löschen? Unwiderruflich!",
"chooseFirst": "Bitte zuerst eine Person wählen.",
"queued": "Anfrage eingereicht — Job",
"statusQueued": "(in Warteschlange). Die Bearbeitung erfolgt im Hintergrund."
}
}
}