1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

add missing translations for missing website banner (#16348)

This commit is contained in:
Nick Krantz
2025-09-08 14:53:25 -05:00
committed by GitHub
parent 0aaab9fe52
commit 62aad469b9
2 changed files with 12 additions and 1 deletions

View File

@@ -3839,6 +3839,12 @@
"changeAtRiskPassword": {
"message": "Change at-risk password"
},
"changeAtRiskPasswordAndAddWebsite": {
"message": "This login is at-risk and missing a website. Add a website and change the password for stronger security."
},
"missingWebsite": {
"message": "Missing website"
},
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {

View File

@@ -10900,6 +10900,12 @@
"changeAtRiskPassword": {
"message": "Change at-risk password"
},
"changeAtRiskPasswordAndAddWebsite": {
"message": "This login is at-risk and missing a website. Add a website and change the password for stronger security."
},
"missingWebsite": {
"message": "Missing website"
},
"removeUnlockWithPinPolicyTitle": {
"message": "Remove Unlock with PIN"
},
@@ -11240,4 +11246,3 @@
"message": "Confirm Key Connector domain"
}
}