1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

add missing i18n keys (#13489)

Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com>
This commit is contained in:
Jordan Aasen
2025-02-20 01:51:29 -08:00
committed by GitHub
parent aa2b0a9fe8
commit 1fdb88da63

View File

@@ -4490,6 +4490,24 @@
"encryptionKeyUpdateCannotProceed": { "encryptionKeyUpdateCannotProceed": {
"message": "Encryption key update cannot proceed" "message": "Encryption key update cannot proceed"
}, },
"editFieldLabel": {
"message": "Edit $LABEL$",
"placeholders": {
"label": {
"content": "$1",
"example": "Custom field"
}
}
},
"reorderToggleButton": {
"message": "Reorder $LABEL$. Use arrow key to move item up or down.",
"placeholders": {
"label": {
"content": "$1",
"example": "Custom field"
}
}
},
"keyUpdateFoldersFailed": { "keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed." "message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
}, },