mirror of
https://github.com/bitwarden/browser
synced 2026-01-06 10:33:57 +00:00
Autosync the updated translations (#13501)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
This commit is contained in:
@@ -2162,6 +2162,9 @@
|
||||
"twoStepLoginRecoveryWarning": {
|
||||
"message": "Configurarea unei autentificări în două etape vă poate bloca permanent din contul Bitwarden. Un cod de recuperare vă permite să vă accesați contul în cazul în care nu mai puteți utiliza furnizorul normal de autentificare în două etape (exemplu: vă pierdeți dispozitivul). Serviciul de asistență Bitwarden nu vă va putea ajuta dacă pierdeți accesul la cont. Vă recomandăm să notați sau să imprimați codul de recuperare și să-l păstrați într-un loc sigur."
|
||||
},
|
||||
"yourSingleUseRecoveryCode": {
|
||||
"message": "Your single-use recovery code can be used to turn off two-step login in the event that you lose access to your two-step login provider. Bitwarden recommends you write down the recovery code and keep it in a safe place."
|
||||
},
|
||||
"viewRecoveryCode": {
|
||||
"message": "Afișare cod de recuperare"
|
||||
},
|
||||
@@ -4172,6 +4175,9 @@
|
||||
"recoverAccountTwoStepDesc": {
|
||||
"message": "Dacă nu puteți să vă accesați contul prin metodele obișnuite de autentificare în două etape, puteți utiliza codul de recuperare a autentificării în două etape pentru a dezactiva toți furnizorii de servicii în două etape din cont."
|
||||
},
|
||||
"logInBelowUsingYourSingleUseRecoveryCode": {
|
||||
"message": "Log in below using your single-use recovery code. This will turn off all two-step providers on your account."
|
||||
},
|
||||
"recoverAccountTwoStep": {
|
||||
"message": "Recuperare autentificare în două etape a contului"
|
||||
},
|
||||
@@ -4463,6 +4469,24 @@
|
||||
"encryptionKeyUpdateCannotProceed": {
|
||||
"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": {
|
||||
"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."
|
||||
},
|
||||
@@ -6922,6 +6946,30 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"forwaderInvalidOperation": {
|
||||
"message": "$SERVICENAME$ refused your request. Please contact your service provider for assistance.",
|
||||
"description": "Displayed when the user is forbidden from using the API by the forwarding service.",
|
||||
"placeholders": {
|
||||
"servicename": {
|
||||
"content": "$1",
|
||||
"example": "SimpleLogin"
|
||||
}
|
||||
}
|
||||
},
|
||||
"forwaderInvalidOperationWithMessage": {
|
||||
"message": "$SERVICENAME$ refused your request: $ERRORMESSAGE$",
|
||||
"description": "Displayed when the user is forbidden from using the API by the forwarding service with an error message.",
|
||||
"placeholders": {
|
||||
"servicename": {
|
||||
"content": "$1",
|
||||
"example": "SimpleLogin"
|
||||
},
|
||||
"errormessage": {
|
||||
"content": "$2",
|
||||
"example": "Please verify your email address to continue."
|
||||
}
|
||||
}
|
||||
},
|
||||
"forwarderNoAccountId": {
|
||||
"message": "Unable to obtain $SERVICENAME$ masked email account ID.",
|
||||
"description": "Displayed when the forwarding service fails to return an account ID.",
|
||||
@@ -9246,6 +9294,12 @@
|
||||
"deviceManagementDesc": {
|
||||
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
|
||||
},
|
||||
"desktopRequired": {
|
||||
"message": "Desktop required"
|
||||
},
|
||||
"reopenLinkOnDesktop": {
|
||||
"message": "Reopen this link from your email on a desktop."
|
||||
},
|
||||
"integrationCardTooltip": {
|
||||
"message": "Launch $INTEGRATION$ implementation guide.",
|
||||
"placeholders": {
|
||||
@@ -10239,6 +10293,38 @@
|
||||
"organizationNameMaxLength": {
|
||||
"message": "Organization name cannot exceed 50 characters."
|
||||
},
|
||||
"openingExtension": {
|
||||
"message": "Opening the Bitwarden browser extension"
|
||||
},
|
||||
"somethingWentWrong": {
|
||||
"message": "Something went wrong..."
|
||||
},
|
||||
"openingExtensionError": {
|
||||
"message": "We had trouble opening the Bitwarden browser extension. Click the button to open it now."
|
||||
},
|
||||
"openExtension": {
|
||||
"message": "Open extension"
|
||||
},
|
||||
"doNotHaveExtension": {
|
||||
"message": "Don't have the Bitwarden browser extension?"
|
||||
},
|
||||
"installExtension": {
|
||||
"message": "Install extension"
|
||||
},
|
||||
"openedExtension": {
|
||||
"message": "Opened the browser extension"
|
||||
},
|
||||
"openedExtensionViewAtRiskPasswords": {
|
||||
"message": "Successfully opened the Bitwarden browser extension. You can now review your at-risk passwords."
|
||||
},
|
||||
"openExtensionManuallyPart1": {
|
||||
"message": "We had trouble opening the Bitwarden browser extension. Open the Bitwarden icon",
|
||||
"description": "This will be used as part of a larger sentence, broken up to include the Bitwarden icon. The full sentence will read 'We had trouble opening the Bitwarden browser extension. Open the Bitwarden icon [Bitwarden Icon] from the toolbar.'"
|
||||
},
|
||||
"openExtensionManuallyPart2": {
|
||||
"message": "from the toolbar.",
|
||||
"description": "This will be used as part of a larger sentence, broken up to include the Bitwarden icon. The full sentence will read 'We had trouble opening the Bitwarden browser extension. Open the Bitwarden icon [Bitwarden Icon] from the toolbar.'"
|
||||
},
|
||||
"resellerRenewalWarningMsg": {
|
||||
"message": "Your subscription will renew soon. To ensure uninterrupted service, contact $RESELLER$ to confirm your renewal before $RENEWAL_DATE$.",
|
||||
"placeholders": {
|
||||
|
||||
Reference in New Issue
Block a user