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:
@@ -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."
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user