mirror of
https://github.com/bitwarden/browser
synced 2026-01-09 03:53:53 +00:00
Autosync the updated translations (#16716)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
This commit is contained in:
@@ -1499,6 +1499,15 @@
|
||||
"invalidMasterPassword": {
|
||||
"message": "Invalid master password"
|
||||
},
|
||||
"invalidMasterPasswordConfirmEmailAndHost": {
|
||||
"message": "Invalid master password. Confirm your email is correct and your account was created on $HOST$.",
|
||||
"placeholders": {
|
||||
"host": {
|
||||
"content": "$1",
|
||||
"example": "vault.bitwarden.com"
|
||||
}
|
||||
}
|
||||
},
|
||||
"invalidFilePassword": {
|
||||
"message": "Invalid file password, please use the password you entered when you created the export file."
|
||||
},
|
||||
@@ -7034,6 +7043,24 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"exportingOrganizationVaultFromPasswordManagerWithDataOwnershipDesc": {
|
||||
"message": "Only the organization vault associated with $ORGANIZATION$ will be exported.",
|
||||
"placeholders": {
|
||||
"organization": {
|
||||
"content": "$1",
|
||||
"example": "My Org Name"
|
||||
}
|
||||
}
|
||||
},
|
||||
"exportingOrganizationVaultFromAdminConsoleWithDataOwnershipDesc": {
|
||||
"message": "Only the organization vault associated with $ORGANIZATION$ will be exported. My items collections will not be included.",
|
||||
"placeholders": {
|
||||
"organization": {
|
||||
"content": "$1",
|
||||
"example": "My Org Name"
|
||||
}
|
||||
}
|
||||
},
|
||||
"accessDenied": {
|
||||
"message": "Access denied. You do not have permission to view this page."
|
||||
},
|
||||
@@ -11195,6 +11222,12 @@
|
||||
"bitwardenExtensionInstalled": {
|
||||
"message": "Bitwarden extension installed!"
|
||||
},
|
||||
"openTheBitwardenExtension": {
|
||||
"message": "Open the Bitwarden extension"
|
||||
},
|
||||
"bitwardenExtensionInstalledOpenExtension": {
|
||||
"message": "The Bitwarden extension is installed! Open the extension to log in and start autofilling."
|
||||
},
|
||||
"openExtensionToAutofill": {
|
||||
"message": "Open the extension to log in and start autofilling."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user