1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

[PM-8524] Introduce login details section component

This commit is contained in:
Shane Melton
2024-07-09 15:13:42 -07:00
parent 9dda29fb9c
commit faeda21021
7 changed files with 261 additions and 0 deletions

View File

@@ -636,6 +636,15 @@
"totpCapture": {
"message": "Scan authenticator QR code from current webpage"
},
"totpHelperTitle": {
"message": "Make 2-step verification seamless"
},
"totpHelper": {
"message": "Bitwarden can store and fill 2-step verification codes. Copy and paste the key into this field."
},
"totpHelperWithCapture": {
"message": "Bitwarden can store and fill 2-step verification codes. Select the camera icon to take a screenshot of this website's authenticator QR code, or copy and paste the key into this field."
},
"copyTOTP": {
"message": "Copy Authenticator key (TOTP)"
},
@@ -3625,6 +3634,12 @@
}
}
},
"loginCredentials": {
"message": "Login credentials"
},
"authenticatorKey": {
"message": "Authenticator key"
},
"cardDetails": {
"message": "Card details"
},

View File

@@ -42,6 +42,12 @@
"cardholderName": {
"message": "Cardholder name"
},
"loginCredentials": {
"message": "Login credentials"
},
"authenticatorKey": {
"message": "Authenticator key"
},
"number": {
"message": "Number"
},
@@ -138,6 +144,15 @@
"authenticatorKeyTotp": {
"message": "Authenticator key (TOTP)"
},
"totpHelperTitle": {
"message": "Make 2-step verification seamless"
},
"totpHelper": {
"message": "Bitwarden can store and fill 2-step verification codes. Copy and paste the key into this field."
},
"totpHelperWithCapture": {
"message": "Bitwarden can store and fill 2-step verification codes. Select the camera icon to take a screenshot of this website's authenticator QR code, or copy and paste the key into this field."
},
"folder": {
"message": "Folder"
},