1
0
mirror of https://github.com/bitwarden/web synced 2026-01-08 19:44:08 +00:00

export data

This commit is contained in:
Kyle Spearrin
2018-06-20 16:28:56 -04:00
parent 5ffd13e2c8
commit 7979953f33
6 changed files with 72 additions and 9 deletions

View File

@@ -717,5 +717,20 @@
},
"copyVerificationCode": {
"message": "Copy Verification Code"
},
"warning": {
"message": "Warning"
},
"exportWarning": {
"message": "This export contains your unencrypted data in .csv format. You should not store or send it over unsecure channels (such as email). Delete it immediately after your are done using it."
},
"exportMasterPassword": {
"message": "Enter your master password to export your vault data."
},
"exportVault": {
"message": "Export Vault"
},
"exportSuccess": {
"message": "Your vault data has been exported."
}
}