1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-08 05:47:50 +02:00

Add missing translation strings. (#11274)

This commit is contained in:
Alec Rippberger 2024-09-30 21:46:36 -05:00 committed by GitHub
parent 9a9b41a5da
commit 0ae672fc0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6591,6 +6591,18 @@
} }
} }
}, },
"singleFieldNeedsAttention": {
"message": "1 field needs your attention."
},
"multipleFieldsNeedAttention": {
"message": "$COUNT$ fields need your attention.",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"duoHealthCheckResultsInNullAuthUrlError": { "duoHealthCheckResultsInNullAuthUrlError": {
"message": "Error connecting with the Duo service. Use a different two-step login method or contact Duo for assistance." "message": "Error connecting with the Duo service. Use a different two-step login method or contact Duo for assistance."
}, },