feat(account): add deletion lifecycle
This commit is contained in:
@@ -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}",
|
||||
|
||||
Reference in New Issue
Block a user