1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-30 23:23:52 +00:00

i18n for totp

This commit is contained in:
Kyle Spearrin
2017-07-11 14:13:10 -04:00
parent 21feb653cb
commit 2ae21eef82
4 changed files with 19 additions and 6 deletions

View File

@@ -702,5 +702,17 @@
"learnMore": {
"message": "Learn more",
"description": "Learn more"
},
"authenticatorKeyTotp": {
"message": "Authenticator Key (TOTP)",
"description": "Authenticator Key (TOTP)"
},
"verificationCodeTotp": {
"message": "Verification Code (TOTP)",
"description": "Verification Code (TOTP)"
},
"copyVerificationCode": {
"message": "Copy Verification Code",
"description": "Copy Verification Code"
}
}