mirror of
https://github.com/bitwarden/web
synced 2026-01-07 19:13:21 +00:00
purge vault and delete account features
This commit is contained in:
@@ -733,6 +733,9 @@
|
||||
"exportVault": {
|
||||
"message": "Export Vault"
|
||||
},
|
||||
"export": {
|
||||
"message": "Export"
|
||||
},
|
||||
"exportSuccess": {
|
||||
"message": "Your vault data has been exported."
|
||||
},
|
||||
@@ -818,6 +821,9 @@
|
||||
"deauthorizeSessions": {
|
||||
"message": "Deauthorize Sessions"
|
||||
},
|
||||
"deauthorize": {
|
||||
"message": "Deauthorize"
|
||||
},
|
||||
"deauthorizeSessionsDesc": {
|
||||
"message": "Concerned your account is logged in on another device? Proceed below to deauthorize all computers or devices that you have previously used. This security step is recommended if you previously used a public PC or accidentally saved your password on a device that isn't yours. This step will also clear all previously remembered two-step login sessions."
|
||||
},
|
||||
@@ -830,10 +836,34 @@
|
||||
"purgeVault": {
|
||||
"message": "Purge Vault"
|
||||
},
|
||||
"purgeVaultDesc": {
|
||||
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted."
|
||||
},
|
||||
"purgeVaultWarning": {
|
||||
"message": "Purging your vault is permanent. It cannot be undone."
|
||||
},
|
||||
"vaultPurged": {
|
||||
"message": "Your vault has been purged."
|
||||
},
|
||||
"deleteAccount": {
|
||||
"message": "Delete Account"
|
||||
},
|
||||
"deleteAccountDesc": {
|
||||
"message": "Proceed below to delete your account and all associated data."
|
||||
},
|
||||
"deleteAccountWarning": {
|
||||
"message": "Deleting your account is permanent. It cannot be undone."
|
||||
},
|
||||
"accountDeleted": {
|
||||
"message": "Account Deleted"
|
||||
},
|
||||
"accountDeletedDesc": {
|
||||
"message": "Your account has been closed and all associated data has been deleted."
|
||||
},
|
||||
"myAccount": {
|
||||
"message": "My Account"
|
||||
},
|
||||
"tools": {
|
||||
"message": "Tools"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user