feat(account): add deletion lifecycle
CI and Deploy / test (pull_request) Successful in 5m18s
CI and Deploy / deploy (pull_request) Has been skipped

This commit is contained in:
cesnimda
2026-08-15 19:03:54 +02:00
parent 1ec9dd037e
commit 842e793f69
28 changed files with 4418 additions and 129 deletions
+18
View File
@@ -821,6 +821,15 @@ export const translations = {
backupDownload: "Download encrypted backup",
backupDownloaded: "Backup downloaded.",
backupFailed: "Backup failed.",
accountDeleteTitle: "Delete account",
accountDeleteWarning: "This permanently removes your account, job history, career data, documents, sessions, and connected-account credentials. Export your data first. You will be signed out immediately.",
accountDeletePrompt: "This cannot be undone. Type {confirmation} exactly to continue.",
accountDeleteButton: "Delete my account",
accountDeleteStarting: "Starting deletion...",
accountDeleteConfirmationMismatch: "The confirmation did not match. Your account was not changed.",
accountDeleteFailed: "Account deletion could not be started.",
accountDeletePending: "Account deletion is in progress ({stage}). Access has already been disabled.",
accountDeleteDisabled: "Account deletion is not enabled yet. The deletion workflow remains safely off until retention, restore, and production cache-purge safeguards are approved.",
authStatusTitle: "Authentication",
authStatusNotSignedIn: "Not signed in.",
authStatusRoles: "Roles: {roles}",
@@ -1981,6 +1990,15 @@ export const translations = {
backupDownload: "Last ned kryptert sikkerhetskopi",
backupDownloaded: "Sikkerhetskopi lastet ned.",
backupFailed: "Sikkerhetskopiering mislyktes.",
accountDeleteTitle: "Slett konto",
accountDeleteWarning: "Dette fjerner kontoen, jobbhistorikken, karrieredata, dokumenter, økter og tilkoblede kontolegitimasjoner permanent. Eksporter dataene dine først. Du logges ut umiddelbart.",
accountDeletePrompt: "Dette kan ikke angres. Skriv {confirmation} nøyaktig for å fortsette.",
accountDeleteButton: "Slett kontoen min",
accountDeleteStarting: "Starter sletting...",
accountDeleteConfirmationMismatch: "Bekreftelsen stemte ikke. Kontoen ble ikke endret.",
accountDeleteFailed: "Kontosletting kunne ikke startes.",
accountDeletePending: "Kontosletting pågår ({stage}). Tilgangen er allerede deaktivert.",
accountDeleteDisabled: "Kontosletting er ikke aktivert ennå. Arbeidsflyten forblir trygt avslått til vern for oppbevaring, gjenoppretting og tømming av produksjonsbuffer er godkjent.",
authStatusTitle: "Autentisering",
authStatusNotSignedIn: "Ikke logget inn.",
authStatusRoles: "Roller: {roles}",