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

feat(extension-login-approvals) [Auth/PM-14939 follow-up] add missing translations to browser when using extension tab (table view) (#15667)

This commit is contained in:
rr-bw
2025-07-17 14:40:57 -07:00
committed by GitHub
parent 9ca265c543
commit 99b1e7adf1

View File

@@ -3479,6 +3479,12 @@
"youDeniedLoginAttemptFromAnotherDevice": { "youDeniedLoginAttemptFromAnotherDevice": {
"message": "You denied a login attempt from another device. If this was you, try to log in with the device again." "message": "You denied a login attempt from another device. If this was you, try to log in with the device again."
}, },
"device": {
"message": "Device"
},
"loginStatus": {
"message": "Login status"
},
"masterPasswordChanged": { "masterPasswordChanged": {
"message": "Master password saved" "message": "Master password saved"
}, },
@@ -3645,6 +3651,31 @@
"loginRequest": { "loginRequest": {
"message": "Login request" "message": "Login request"
}, },
"thisRequestIsNoLongerValid": {
"message": "This request is no longer valid."
},
"areYouTryingToAccessYourAccount": {
"message": "Are you trying to access your account?"
},
"logInConfirmedForEmailOnDevice": {
"message": "Login confirmed for $EMAIL$ on $DEVICE$",
"placeholders": {
"email": {
"content": "$1",
"example": "name@example.com"
},
"device": {
"content": "$2",
"example": "iOS"
}
}
},
"youDeniedALogInAttemptFromAnotherDevice": {
"message": "You denied a login attempt from another device. If this really was you, try to log in with the device again."
},
"loginRequestHasAlreadyExpired": {
"message": "Login request has already expired."
},
"justNow": { "justNow": {
"message": "Just now" "message": "Just now"
}, },