1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-07 19:13:39 +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:
bw-ghapp[bot]
2025-10-03 14:12:06 +00:00
committed by GitHub
parent 33dc57890a
commit f2cde04014
63 changed files with 2152 additions and 73 deletions

View File

@@ -1499,6 +1499,15 @@
"invalidMasterPassword": {
"message": "Parolă principală incorectă"
},
"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": "Parola fișierului nu este validă, utilizați parola introdusă atunci când ați creat fișierul de export."
},
@@ -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": "Acces refuzat. Nu aveți permisiunea de a vizualiza această pagină."
},
@@ -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."
},