From 02f964c7d9ccd377703b2b85c340c75795cc25f9 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 21 Mar 2019 22:36:29 -0400 Subject: [PATCH] New Crowdin translations (#367) * New translations messages.json (Afrikaans) * New translations messages.json (Italian) * New translations messages.json (Turkish) * New translations messages.json (Swedish) * New translations messages.json (Spanish) * New translations messages.json (Slovak) * New translations messages.json (Russian) * New translations messages.json (Portuguese, Brazilian) * New translations messages.json (Portuguese) * New translations messages.json (Polish) * New translations messages.json (Norwegian Bokmal) * New translations messages.json (Korean) * New translations messages.json (Japanese) * New translations messages.json (Hungarian) * New translations messages.json (Catalan) * New translations messages.json (German) * New translations messages.json (French) * New translations messages.json (Finnish) * New translations messages.json (Estonian) * New translations messages.json (English, United Kingdom) * New translations messages.json (Dutch) * New translations messages.json (Danish) * New translations messages.json (Czech) * New translations messages.json (Croatian) * New translations messages.json (Chinese Traditional) * New translations messages.json (Chinese Simplified) * New translations messages.json (Ukrainian) --- src/locales/af/messages.json | 2830 +++++++++++++++++++++++++++++++ src/locales/ca/messages.json | 14 +- src/locales/cs/messages.json | 14 +- src/locales/da/messages.json | 14 +- src/locales/de/messages.json | 14 +- src/locales/en_GB/messages.json | 14 +- src/locales/es/messages.json | 14 +- src/locales/et/messages.json | 20 +- src/locales/fi/messages.json | 14 +- src/locales/fr/messages.json | 14 +- src/locales/hr/messages.json | 14 +- src/locales/hu/messages.json | 596 +++---- src/locales/it/messages.json | 14 +- src/locales/ja/messages.json | 14 +- src/locales/ko/messages.json | 14 +- src/locales/nb/messages.json | 14 +- src/locales/nl/messages.json | 14 +- src/locales/pl/messages.json | 14 +- src/locales/pt_BR/messages.json | 14 +- src/locales/pt_PT/messages.json | 14 +- src/locales/ru/messages.json | 14 +- src/locales/sk/messages.json | 14 +- src/locales/sv/messages.json | 14 +- src/locales/tr/messages.json | 76 +- src/locales/uk/messages.json | 14 +- src/locales/zh_CN/messages.json | 14 +- src/locales/zh_TW/messages.json | 18 +- 27 files changed, 3495 insertions(+), 353 deletions(-) create mode 100644 src/locales/af/messages.json diff --git a/src/locales/af/messages.json b/src/locales/af/messages.json new file mode 100644 index 0000000000..bf76428b54 --- /dev/null +++ b/src/locales/af/messages.json @@ -0,0 +1,2830 @@ +{ + "pageTitle": { + "message": "$APP_NAME$ Web Vault", + "description": "The title of the website in the browser window.", + "placeholders": { + "app_name": { + "content": "$1", + "example": "Bitwarden" + } + } + }, + "whatTypeOfItem": { + "message": "What type of item is this?" + }, + "name": { + "message": "Name" + }, + "uri": { + "message": "URI" + }, + "uriPosition": { + "message": "URI $POSITION$", + "description": "A listing of URIs. Ex: URI 1, URI 2, URI 3, etc.", + "placeholders": { + "position": { + "content": "$1", + "example": "2" + } + } + }, + "newUri": { + "message": "New URI" + }, + "username": { + "message": "Username" + }, + "password": { + "message": "Password" + }, + "passphrase": { + "message": "Passphrase" + }, + "notes": { + "message": "Notes" + }, + "customFields": { + "message": "Custom Fields" + }, + "cardholderName": { + "message": "Cardholder Name" + }, + "number": { + "message": "Number" + }, + "brand": { + "message": "Brand" + }, + "expiration": { + "message": "Expiration" + }, + "securityCode": { + "message": "Security Code (CVV)" + }, + "identityName": { + "message": "Identity Name" + }, + "company": { + "message": "Company" + }, + "ssn": { + "message": "Social Security Number" + }, + "passportNumber": { + "message": "Passport Number" + }, + "licenseNumber": { + "message": "License Number" + }, + "email": { + "message": "Email" + }, + "phone": { + "message": "Phone" + }, + "january": { + "message": "January" + }, + "february": { + "message": "February" + }, + "march": { + "message": "March" + }, + "april": { + "message": "April" + }, + "may": { + "message": "May" + }, + "june": { + "message": "June" + }, + "july": { + "message": "July" + }, + "august": { + "message": "August" + }, + "september": { + "message": "September" + }, + "october": { + "message": "October" + }, + "november": { + "message": "November" + }, + "december": { + "message": "December" + }, + "title": { + "message": "Title" + }, + "mr": { + "message": "Mr" + }, + "mrs": { + "message": "Mrs" + }, + "ms": { + "message": "Ms" + }, + "dr": { + "message": "Dr" + }, + "expirationMonth": { + "message": "Expiration Month" + }, + "expirationYear": { + "message": "Expiration Year" + }, + "authenticatorKeyTotp": { + "message": "Authenticator Key (TOTP)" + }, + "folder": { + "message": "Folder" + }, + "newCustomField": { + "message": "New Custom Field" + }, + "value": { + "message": "Value" + }, + "cfTypeText": { + "message": "Text" + }, + "cfTypeHidden": { + "message": "Hidden" + }, + "cfTypeBoolean": { + "message": "Boolean" + }, + "remove": { + "message": "Remove" + }, + "unassigned": { + "message": "Unassigned" + }, + "noneFolder": { + "message": "No Folder", + "description": "This is the folder for uncategorized items" + }, + "addFolder": { + "message": "Add Folder" + }, + "editFolder": { + "message": "Edit Folder" + }, + "baseDomain": { + "message": "Base domain" + }, + "host": { + "message": "Host", + "description": "A URL's host value. For example, the host of https:\/\/sub.domain.com:443 is 'sub.domain.com:443'." + }, + "exact": { + "message": "Exact" + }, + "startsWith": { + "message": "Starts with" + }, + "regEx": { + "message": "Regular expression", + "description": "A programming term, also known as 'RegEx'." + }, + "matchDetection": { + "message": "Match Detection", + "description": "URI match detection for auto-fill." + }, + "defaultMatchDetection": { + "message": "Default match detection", + "description": "Default URI match detection for auto-fill." + }, + "never": { + "message": "Never" + }, + "toggleVisibility": { + "message": "Toggle Visibility" + }, + "toggleCollapse": { + "message": "Toggle Collapse", + "description": "Toggling an expand\/collapse state." + }, + "generatePassword": { + "message": "Generate Password" + }, + "checkPassword": { + "message": "Check if password has been exposed." + }, + "passwordExposed": { + "message": "This password has been exposed $VALUE$ time(s) in data breaches. You should change it.", + "placeholders": { + "value": { + "content": "$1", + "example": "2" + } + } + }, + "passwordSafe": { + "message": "This password was not found in any known data breaches. It should be safe to use." + }, + "save": { + "message": "Save" + }, + "cancel": { + "message": "Cancel" + }, + "canceled": { + "message": "Canceled" + }, + "close": { + "message": "Close" + }, + "delete": { + "message": "Delete" + }, + "favorite": { + "message": "Favorite" + }, + "unfavorite": { + "message": "Unfavorite" + }, + "edit": { + "message": "Edit" + }, + "searchCollection": { + "message": "Search Collection" + }, + "searchFolder": { + "message": "Search Folder" + }, + "searchFavorites": { + "message": "Search Favorites" + }, + "searchType": { + "message": "Search Type", + "description": "Search item type" + }, + "searchVault": { + "message": "Search Vault" + }, + "allItems": { + "message": "All Items" + }, + "favorites": { + "message": "Favorites" + }, + "types": { + "message": "Types" + }, + "typeLogin": { + "message": "Login" + }, + "typeCard": { + "message": "Card" + }, + "typeIdentity": { + "message": "Identity" + }, + "typeSecureNote": { + "message": "Secure Note" + }, + "folders": { + "message": "Folders" + }, + "collections": { + "message": "Collections" + }, + "firstName": { + "message": "First Name" + }, + "middleName": { + "message": "Middle Name" + }, + "lastName": { + "message": "Last Name" + }, + "address1": { + "message": "Address 1" + }, + "address2": { + "message": "Address 2" + }, + "address3": { + "message": "Address 3" + }, + "cityTown": { + "message": "City \/ Town" + }, + "stateProvince": { + "message": "State \/ Province" + }, + "zipPostalCode": { + "message": "Zip \/ Postal Code" + }, + "country": { + "message": "Country" + }, + "shared": { + "message": "Shared" + }, + "attachments": { + "message": "Attachments" + }, + "select": { + "message": "Select" + }, + "addItem": { + "message": "Add Item" + }, + "editItem": { + "message": "Edit Item" + }, + "ex": { + "message": "ex.", + "description": "Short abbreviation for 'example'." + }, + "other": { + "message": "Other" + }, + "share": { + "message": "Share" + }, + "valueCopied": { + "message": "$VALUE$ copied", + "description": "Value has been copied to the clipboard.", + "placeholders": { + "value": { + "content": "$1", + "example": "Password" + } + } + }, + "copyValue": { + "message": "Copy Value", + "description": "Copy value to clipboard" + }, + "copyPassword": { + "message": "Copy Password", + "description": "Copy password to clipboard" + }, + "copyUsername": { + "message": "Copy Username", + "description": "Copy username to clipboard" + }, + "copyNumber": { + "message": "Copy Number", + "description": "Copy credit card number" + }, + "copySecurityCode": { + "message": "Copy Security Code", + "description": "Copy credit card security code (CVV)" + }, + "copyUri": { + "message": "Copy URI", + "description": "Copy URI to clipboard" + }, + "myVault": { + "message": "My Vault" + }, + "vault": { + "message": "Vault" + }, + "shareSelected": { + "message": "Share Selected" + }, + "deleteSelected": { + "message": "Delete Selected" + }, + "moveSelected": { + "message": "Move Selected" + }, + "selectAll": { + "message": "Select All" + }, + "unselectAll": { + "message": "Unselect All" + }, + "launch": { + "message": "Launch" + }, + "newAttachment": { + "message": "Add New Attachment" + }, + "deletedAttachment": { + "message": "Deleted attachment" + }, + "deleteAttachmentConfirmation": { + "message": "Are you sure you want to delete this attachment?" + }, + "attachmentSaved": { + "message": "The attachment has been saved." + }, + "file": { + "message": "File" + }, + "selectFile": { + "message": "Select a file." + }, + "maxFileSize": { + "message": "Maximum file size is 100 MB." + }, + "updateKey": { + "message": "You cannot use this feature until you update your encryption key." + }, + "addedItem": { + "message": "Added item" + }, + "editedItem": { + "message": "Edited item" + }, + "sharedItem": { + "message": "Shared item" + }, + "sharedItems": { + "message": "Shared items" + }, + "deleteItem": { + "message": "Delete Item" + }, + "deleteFolder": { + "message": "Delete Folder" + }, + "deleteAttachment": { + "message": "Delete Attachment" + }, + "deleteItemConfirmation": { + "message": "Are you sure you want to delete this item?" + }, + "deletedItem": { + "message": "Deleted item" + }, + "deletedItems": { + "message": "Deleted items" + }, + "movedItems": { + "message": "Moved items" + }, + "overwritePasswordConfirmation": { + "message": "Are you sure you want to overwrite the current password?" + }, + "editedFolder": { + "message": "Edited folder" + }, + "addedFolder": { + "message": "Added folder" + }, + "deleteFolderConfirmation": { + "message": "Are you sure you want to delete this folder?" + }, + "deletedFolder": { + "message": "Deleted folder" + }, + "loggedOut": { + "message": "Logged out" + }, + "loginExpired": { + "message": "Your login session has expired." + }, + "logOutConfirmation": { + "message": "Are you sure you want to log out?" + }, + "logOut": { + "message": "Log Out" + }, + "ok": { + "message": "Ok" + }, + "yes": { + "message": "Yes" + }, + "no": { + "message": "No" + }, + "loginOrCreateNewAccount": { + "message": "Log in or create a new account to access your secure vault." + }, + "createAccount": { + "message": "Create Account" + }, + "logIn": { + "message": "Log In" + }, + "submit": { + "message": "Submit" + }, + "emailAddressDesc": { + "message": "You'll use your email address to log in." + }, + "yourName": { + "message": "Your Name" + }, + "yourNameDesc": { + "message": "What should we call you?" + }, + "masterPass": { + "message": "Master Password" + }, + "masterPassDesc": { + "message": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it." + }, + "masterPassHintDesc": { + "message": "A master password hint can help you remember your password if you forget it." + }, + "reTypeMasterPass": { + "message": "Re-type Master Password" + }, + "masterPassHint": { + "message": "Master Password Hint (optional)" + }, + "masterPassHintLabel": { + "message": "Master Password Hint" + }, + "settings": { + "message": "Settings" + }, + "passwordHint": { + "message": "Password Hint" + }, + "enterEmailToGetHint": { + "message": "Enter your account email address to receive your master password hint." + }, + "getMasterPasswordHint": { + "message": "Get master password hint" + }, + "emailRequired": { + "message": "Email address is required." + }, + "invalidEmail": { + "message": "Invalid email address." + }, + "masterPassRequired": { + "message": "Master password is required." + }, + "masterPassLength": { + "message": "Master password must be at least 8 characters long." + }, + "masterPassDoesntMatch": { + "message": "Master password confirmation does not match." + }, + "newAccountCreated": { + "message": "Your new account has been created! You may now log in." + }, + "masterPassSent": { + "message": "We've sent you an email with your master password hint." + }, + "unexpectedError": { + "message": "An unexpected error has occurred." + }, + "emailAddress": { + "message": "Email Address" + }, + "yourVaultIsLocked": { + "message": "Your vault is locked. Verify your master password to continue." + }, + "unlock": { + "message": "Unlock" + }, + "loggedInAsEmail": { + "message": "Logged in as $EMAIL$.", + "placeholders": { + "email": { + "content": "$1", + "example": "name@example.com" + } + } + }, + "invalidMasterPassword": { + "message": "Invalid master password" + }, + "lockNow": { + "message": "Lock Now" + }, + "noItemsInList": { + "message": "There are no items to list." + }, + "noCollectionsInList": { + "message": "There are no collections to list." + }, + "noGroupsInList": { + "message": "There are no groups to list." + }, + "noUsersInList": { + "message": "There are no users to list." + }, + "noEventsInList": { + "message": "There are no events to list." + }, + "newOrganization": { + "message": "New Organization" + }, + "noOrganizationsList": { + "message": "You do not belong to any organizations. Organizations allow you to securely share items with other users." + }, + "versionNumber": { + "message": "Version $VERSION_NUMBER$", + "placeholders": { + "version_number": { + "content": "$1", + "example": "1.2.3" + } + } + }, + "enterVerificationCodeApp": { + "message": "Enter the 6 digit verification code from your authenticator app." + }, + "enterVerificationCodeEmail": { + "message": "Enter the 6 digit verification code that was emailed to $EMAIL$.", + "placeholders": { + "email": { + "content": "$1", + "example": "example@gmail.com" + } + } + }, + "verificationCodeEmailSent": { + "message": "Verification email sent to $EMAIL$.", + "placeholders": { + "email": { + "content": "$1", + "example": "example@gmail.com" + } + } + }, + "rememberMe": { + "message": "Remember me" + }, + "sendVerificationCodeEmailAgain": { + "message": "Send verification code email again" + }, + "useAnotherTwoStepMethod": { + "message": "Use another two-step login method" + }, + "insertYubiKey": { + "message": "Insert your YubiKey into your computer's USB port, then touch its button." + }, + "insertU2f": { + "message": "Insert your security key into your computer's USB port. If it has a button, touch it." + }, + "loginUnavailable": { + "message": "Login Unavailable" + }, + "noTwoStepProviders": { + "message": "This account has two-step login enabled, however, none of the configured two-step providers are supported by this web browser." + }, + "noTwoStepProviders2": { + "message": "Please use a supported web browser (such as Chrome) and\/or add additional providers that are better supported across web browsers (such as an authenticator app)." + }, + "twoStepOptions": { + "message": "Two-step Login Options" + }, + "recoveryCodeDesc": { + "message": "Lost access to all of your two-factor providers? Use your recovery code to disable all two-factor providers from your account." + }, + "recoveryCodeTitle": { + "message": "Recovery Code" + }, + "authenticatorAppTitle": { + "message": "Authenticator App" + }, + "authenticatorAppDesc": { + "message": "Use an authenticator app (such as Authy or Google Authenticator) to generate time-based verification codes.", + "description": "'Authy' and 'Google Authenticator' are product names and should not be translated." + }, + "yubiKeyTitle": { + "message": "YubiKey OTP Security Key" + }, + "yubiKeyDesc": { + "message": "Use a YubiKey to access your account. Works with YubiKey 4 series, 5 series, and NEO devices." + }, + "duoDesc": { + "message": "Verify with Duo Security using the Duo Mobile app, SMS, phone call, or U2F security key.", + "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." + }, + "duoOrganizationDesc": { + "message": "Verify with Duo Security for your organization using the Duo Mobile app, SMS, phone call, or U2F security key.", + "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." + }, + "u2fDesc": { + "message": "Use any FIDO U2F enabled security key to access your account." + }, + "u2fTitle": { + "message": "FIDO U2F Security Key" + }, + "emailTitle": { + "message": "Email" + }, + "emailDesc": { + "message": "Verification codes will be emailed to you." + }, + "continue": { + "message": "Continue" + }, + "organization": { + "message": "Organization" + }, + "organizations": { + "message": "Organizations" + }, + "shareDesc": { + "message": "Choose an organization that you wish to share this item with. Sharing transfers ownership of the item to the organization. You will no longer be the direct owner of this item once it has been shared." + }, + "shareManyDesc": { + "message": "Choose an organization that you wish to share these items with. Sharing transfers ownership of the items to the organization. You will no longer be the direct owner of these items once they have been shared." + }, + "collectionsDesc": { + "message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item." + }, + "deleteSelectedItemsDesc": { + "message": "You have selected $COUNT$ item(s) to delete. Are you sure you want to delete all of these items?", + "placeholders": { + "count": { + "content": "$1", + "example": "150" + } + } + }, + "moveSelectedItemsDesc": { + "message": "Choose a folder that you would like to move the $COUNT$ selected item(s) to.", + "placeholders": { + "count": { + "content": "$1", + "example": "150" + } + } + }, + "shareSelectedItemsCountDesc": { + "message": "You have selected $COUNT$ item(s). $SHAREABLE_COUNT$ items are sharable, $NONSHAREABLE_COUNT$ are not.", + "placeholders": { + "count": { + "content": "$1", + "example": "10" + }, + "shareable_count": { + "content": "$2", + "example": "8" + }, + "nonshareable_count": { + "content": "$3", + "example": "2" + } + } + }, + "verificationCodeTotp": { + "message": "Verification Code (TOTP)" + }, + "copyVerificationCode": { + "message": "Copy Verification Code" + }, + "warning": { + "message": "Warning" + }, + "exportWarningDesc": { + "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, + "exportMasterPassword": { + "message": "Enter your master password to export your vault data." + }, + "exportVault": { + "message": "Export Vault" + }, + "fileFormat": { + "message": "File Format" + }, + "exportSuccess": { + "message": "Your vault data has been exported." + }, + "passwordGenerator": { + "message": "Password Generator" + }, + "minNumbers": { + "message": "Minimum Numbers" + }, + "minSpecial": { + "message": "Minimum Special", + "description": "Minimum Special Characters" + }, + "ambiguous": { + "message": "Avoid Ambiguous Characters" + }, + "regeneratePassword": { + "message": "Regenerate Password" + }, + "length": { + "message": "Length" + }, + "numWords": { + "message": "Number of Words" + }, + "wordSeparator": { + "message": "Word Separator" + }, + "passwordHistory": { + "message": "Password History" + }, + "noPasswordsInList": { + "message": "There are no passwords to list." + }, + "clear": { + "message": "Clear" + }, + "accountUpdated": { + "message": "Account Updated" + }, + "changeEmail": { + "message": "Change Email" + }, + "newEmail": { + "message": "New Email" + }, + "code": { + "message": "Code" + }, + "changeEmailDesc": { + "message": "We have emailed a verification code to $EMAIL$. Please check your email for this code and enter it below to finalize the email address change.", + "placeholders": { + "email": { + "content": "$1", + "example": "john.smith@example.com" + } + } + }, + "loggedOutWarning": { + "message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour." + }, + "emailChanged": { + "message": "Email Changed" + }, + "logBackIn": { + "message": "Please log back in." + }, + "logBackInOthersToo": { + "message": "Please log back in. If you are using other Bitwarden applications log out and back in to those as well." + }, + "changeMasterPassword": { + "message": "Change Master Password" + }, + "masterPasswordChanged": { + "message": "Master Password Changed" + }, + "currentMasterPass": { + "message": "Current Master Password" + }, + "newMasterPass": { + "message": "New Master Password" + }, + "confirmNewMasterPass": { + "message": "Confirm New Master Password" + }, + "encKeySettings": { + "message": "Encryption Key Settings" + }, + "kdfAlgorithm": { + "message": "KDF Algorithm" + }, + "kdfIterations": { + "message": "KDF Iterations" + }, + "kdfIterationsDesc": { + "message": "Higher KDF iterations can help protect your master password from being brute forced by an attacker. We recommend a value of $VALUE$ or more.", + "placeholders": { + "value": { + "content": "$1", + "example": "100,000" + } + } + }, + "kdfIterationsWarning": { + "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.", + "placeholders": { + "increment": { + "content": "$1", + "example": "50,000" + } + } + }, + "changeKdf": { + "message": "Change KDF" + }, + "encKeySettingsChanged": { + "message": "Encryption Key Settings Changed" + }, + "dangerZone": { + "message": "Danger Zone" + }, + "dangerZoneDesc": { + "message": "Careful, these actions are not reversible!" + }, + "deauthorizeSessions": { + "message": "Deauthorize Sessions" + }, + "deauthorizeSessionsDesc": { + "message": "Concerned your account is logged in on another device? Proceed below to deauthorize all computers or devices that you have previously used. This security step is recommended if you previously used a public computer or accidentally saved your password on a device that isn't yours. This step will also clear all previously remembered two-step login sessions." + }, + "deauthorizeSessionsWarning": { + "message": "Proceeding will also log you out of your current session, requiring you to log back in. You will also be prompted for two-step login again, if enabled. Active sessions on other devices may continue to remain active for up to one hour." + }, + "sessionsDeauthorized": { + "message": "All Sessions Deauthorized" + }, + "purgeVault": { + "message": "Purge Vault" + }, + "purgedOrganizationVault": { + "message": "Purged organization vault." + }, + "purgeVaultDesc": { + "message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted." + }, + "purgeOrgVaultDesc": { + "message": "Proceed below to delete all items in the organization's vault." + }, + "purgeVaultWarning": { + "message": "Purging your vault is permanent. It cannot be undone." + }, + "vaultPurged": { + "message": "Your vault has been purged." + }, + "deleteAccount": { + "message": "Delete Account" + }, + "deleteAccountDesc": { + "message": "Proceed below to delete your account and all associated data." + }, + "deleteAccountWarning": { + "message": "Deleting your account is permanent. It cannot be undone." + }, + "accountDeleted": { + "message": "Account Deleted" + }, + "accountDeletedDesc": { + "message": "Your account has been closed and all associated data has been deleted." + }, + "myAccount": { + "message": "My Account" + }, + "tools": { + "message": "Tools" + }, + "importData": { + "message": "Import Data" + }, + "importSuccess": { + "message": "Data has been successfully imported into your vault." + }, + "importFormatError": { + "message": "Data is not formatted correctly. Please check your import file and try again." + }, + "importNothingError": { + "message": "Nothing was imported." + }, + "selectFormat": { + "message": "Select the format of the import file" + }, + "selectImportFile": { + "message": "Select the import file" + }, + "orCopyPasteFileContents": { + "message": "or copy\/paste the import file contents" + }, + "instructionsFor": { + "message": "$NAME$ Instructions", + "description": "The title for the import tool instructions.", + "placeholders": { + "name": { + "content": "$1", + "example": "LastPass (csv)" + } + } + }, + "options": { + "message": "Options" + }, + "optionsDesc": { + "message": "Customize your web vault experience." + }, + "optionsUpdated": { + "message": "Options updated" + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the web vault." + }, + "disableIcons": { + "message": "Disable Website Icons" + }, + "disableIconsDesc": { + "message": "Website Icons provide a recognizable image next to each login item in your vault." + }, + "enableGravatars": { + "message": "Enable Gravatars", + "description": "'Gravatar' is the name of a service. See www.gravatar.com" + }, + "enableGravatarsDesc": { + "message": "Use avatar images loaded from gravatar.com." + }, + "default": { + "message": "Default" + }, + "domainRules": { + "message": "Domain Rules" + }, + "domainRulesDesc": { + "message": "If you have the same login across multiple different website domains, you can mark the website as \"equivalent\". \"Global\" domains are ones already created for you by Bitwarden." + }, + "globalEqDomains": { + "message": "Global Equivalent Domains" + }, + "customEqDomains": { + "message": "Custom Equivalent Domains" + }, + "exclude": { + "message": "Exclude" + }, + "include": { + "message": "Include" + }, + "customize": { + "message": "Customize" + }, + "newCustomDomain": { + "message": "New Custom Domain" + }, + "newCustomDomainDesc": { + "message": "Enter a list of domains separated by commas. Only \"base\" domains are allowed. Do not enter subdomains. For example, enter \"google.com\" instead of \"www.google.com\". You can also enter \"androidapp:\/\/package.name\" to associate an android app with other website domains." + }, + "customDomainX": { + "message": "Custom Domain $INDEX$", + "placeholders": { + "index": { + "content": "$1", + "example": "2" + } + } + }, + "domainsUpdated": { + "message": "Domains updated" + }, + "twoStepLogin": { + "message": "Two-step Login" + }, + "twoStepLoginDesc": { + "message": "Secure your account by requiring an additional step when logging in." + }, + "twoStepLoginOrganizationDesc": { + "message": "Require two-step login for your organization's users by configuring providers at the organization level." + }, + "twoStepLoginRecoveryWarning": { + "message": "Enabling two-step login can permanently lock you out of your Bitwarden account. A recovery code allows you to access your account in the event that you can no longer use your normal two-step login provider (ex. you lose your device). Bitwarden support will not be able to assist you if you lose access to your account. We recommend you write down or print the recovery code and keep it in a safe place." + }, + "viewRecoveryCode": { + "message": "View Recovery Code" + }, + "providers": { + "message": "Providers", + "description": "Two-step login providers such as YubiKey, Duo, Authenticator apps, Email, etc." + }, + "enable": { + "message": "Enable" + }, + "enabled": { + "message": "Enabled" + }, + "premium": { + "message": "Premium", + "description": "Premium Membership" + }, + "premiumMembership": { + "message": "Premium Membership" + }, + "premiumRequired": { + "message": "Premium Required" + }, + "premiumRequiredDesc": { + "message": "A premium membership is required to use this feature." + }, + "youHavePremiumAccess": { + "message": "You have premium access" + }, + "alreadyPremiumFromOrg": { + "message": "You already have access to premium features because of an organization you are a member of." + }, + "manage": { + "message": "Manage" + }, + "disable": { + "message": "Disable" + }, + "twoStepLoginProviderEnabled": { + "message": "This two-step login provider is enabled on your account." + }, + "twoStepLoginAuthDesc": { + "message": "Enter your master password to modify two-step login settings." + }, + "twoStepAuthenticatorDesc": { + "message": "Follow these steps to set up two-step login with an authenticator app:" + }, + "twoStepAuthenticatorDownloadApp": { + "message": "Download a two-step authenticator app" + }, + "twoStepAuthenticatorNeedApp": { + "message": "Need a two-step authenticator app? Download one of the following" + }, + "iosDevices": { + "message": "iOS devices" + }, + "androidDevices": { + "message": "Android devices" + }, + "windowsDevices": { + "message": "Windows devices" + }, + "twoStepAuthenticatorAppsRecommended": { + "message": "These apps are recommended, however, other authenticator apps will also work." + }, + "twoStepAuthenticatorScanCode": { + "message": "Scan this QR code with your authenticator app" + }, + "key": { + "message": "Key" + }, + "twoStepAuthenticatorEnterCode": { + "message": "Enter the resulting 6 digit verification code from the app" + }, + "twoStepAuthenticatorReaddDesc": { + "message": "In case you need to add it to another device, below is the QR code (or key) required by your authenticator app." + }, + "twoStepDisableDesc": { + "message": "Are you sure you want to disable this two-step login provider?" + }, + "twoStepDisabled": { + "message": "Two-step login provider disabled." + }, + "twoFactorYubikeyAdd": { + "message": "Add a new YubiKey to your account" + }, + "twoFactorYubikeyPlugIn": { + "message": "Plug the YubiKey into your computer's USB port." + }, + "twoFactorYubikeySelectKey": { + "message": "Select the first empty YubiKey input field below." + }, + "twoFactorYubikeyTouchButton": { + "message": "Touch the YubiKey's button." + }, + "twoFactorYubikeySaveForm": { + "message": "Save the form." + }, + "twoFactorYubikeyWarning": { + "message": "Due to platform limitations, YubiKeys cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when YubiKeys cannot be used. Supported platforms:" + }, + "twoFactorYubikeySupportUsb": { + "message": "Web vault, desktop application, CLI, and all browser extensions on a device with a USB port that can accept your YubiKey." + }, + "twoFactorYubikeySupportMobile": { + "message": "Mobile apps on a device with NFC capabilities or a USB port that can accept your YubiKey." + }, + "yubikeyX": { + "message": "YubiKey $INDEX$", + "placeholders": { + "index": { + "content": "$1", + "example": "2" + } + } + }, + "u2fkeyX": { + "message": "U2F Key $INDEX$", + "placeholders": { + "index": { + "content": "$1", + "example": "2" + } + } + }, + "nfcSupport": { + "message": "NFC Support" + }, + "twoFactorYubikeySupportsNfc": { + "message": "One of my keys supports NFC." + }, + "twoFactorYubikeySupportsNfcDesc": { + "message": "If one of your YubiKeys supports NFC (such as a YubiKey NEO), you will be prompted on mobile devices whenever NFC availability is detected." + }, + "yubikeysUpdated": { + "message": "YubiKeys updated" + }, + "disableAllKeys": { + "message": "Disable All Keys" + }, + "twoFactorDuoDesc": { + "message": "Enter the Bitwarden application information from your Duo Admin panel." + }, + "twoFactorDuoIntegrationKey": { + "message": "Integration Key" + }, + "twoFactorDuoSecretKey": { + "message": "Secret Key" + }, + "twoFactorDuoApiHostname": { + "message": "API Hostname" + }, + "twoFactorEmailDesc": { + "message": "Follow these steps to set up two-step login with email:" + }, + "twoFactorEmailEnterEmail": { + "message": "Enter the email that you wish to receive verification codes" + }, + "twoFactorEmailEnterCode": { + "message": "Enter the resulting 6 digit verification code from the email" + }, + "sendEmail": { + "message": "Send Email" + }, + "twoFactorU2fAdd": { + "message": "Add a FIDO U2F security key to your account" + }, + "removeU2fConfirmation": { + "message": "Are you sure you want to remove this security key?" + }, + "readKey": { + "message": "Read Key" + }, + "keyCompromised": { + "message": "Key is compromised." + }, + "twoFactorU2fGiveName": { + "message": "Give the security key a friendly name to identify it." + }, + "twoFactorU2fPlugInReadKey": { + "message": "Plug the security key into your computer's USB port and click the \"Read Key\" button." + }, + "twoFactorU2fTouchButton": { + "message": "If the security key has a button, touch it." + }, + "twoFactorU2fSaveForm": { + "message": "Save the form." + }, + "twoFactorU2fWarning": { + "message": "Due to platform limitations, FIDO U2F cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when FIDO U2F cannot be used. Supported platforms:" + }, + "twoFactorU2fSupportWeb": { + "message": "Web vault and browser extensions on a desktop\/laptop with a U2F enabled browser (Chrome, Opera, Vivaldi, or Firefox with FIDO U2F enabled)." + }, + "twoFactorU2fWaiting": { + "message": "Waiting for you to touch the button on your security key" + }, + "twoFactorU2fClickSave": { + "message": "Click the \"Save\" button below to enable this security key for two-step login." + }, + "twoFactorU2fProblemReadingTryAgain": { + "message": "There was a problem reading the security key. Try again." + }, + "twoFactorRecoveryYourCode": { + "message": "Your Bitwarden two-step login recovery code" + }, + "twoFactorRecoveryNoCode": { + "message": "You have not enabled any two-step login providers yet. After you have enabled a two-step login provider you can check back here for your recovery code." + }, + "printCode": { + "message": "Print Code", + "description": "Print 2FA recovery code" + }, + "reports": { + "message": "Reports" + }, + "unsecuredWebsitesReport": { + "message": "Unsecured Websites Report" + }, + "unsecuredWebsitesReportDesc": { + "message": "Using unsecured websites with the http:\/\/ scheme can be dangerous. If the website allows, you should always access it using the https:\/\/ scheme so that your connection is encrypted." + }, + "unsecuredWebsitesFound": { + "message": "Unsecured Websites Found" + }, + "unsecuredWebsitesFoundDesc": { + "message": "We found $COUNT$ items in your vault with unsecured URIs. You should change their URI scheme to https:\/\/ if the website allows it.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noUnsecuredWebsites": { + "message": "No items in your vault have unsecured URIs." + }, + "inactive2faReport": { + "message": "Inactive 2FA Report" + }, + "inactive2faReportDesc": { + "message": "Two-factor authentication (2FA) is an important security setting that helps secure your accounts. If the website offers it, you should always enable two-factor authentication." + }, + "inactive2faFound": { + "message": "Logins Without 2FA Found" + }, + "inactive2faFoundDesc": { + "message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to twofactorauth.org). To further protect these accounts, you should enable two-factor authentication.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noInactive2fa": { + "message": "No websites were found in your vault with a missing two-factor authentication configuration." + }, + "instructions": { + "message": "Instructions" + }, + "exposedPasswordsReport": { + "message": "Exposed Passwords Report" + }, + "exposedPasswordsReportDesc": { + "message": "Exposed passwords are passwords that have been uncovered in known data breaches that were released publicly or sold on the dark web by hackers." + }, + "exposedPasswordsFound": { + "message": "Exposed Passwords Found" + }, + "exposedPasswordsFoundDesc": { + "message": "We found $COUNT$ items in your vault that have passwords that were exposed in known data breaches. You should change them to use a new password.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noExposedPasswords": { + "message": "No items in your vault have passwords that have been exposed in known data breaches." + }, + "checkExposedPasswords": { + "message": "Check Exposed Passwords" + }, + "exposedXTimes": { + "message": "Exposed $COUNT$ time(s)", + "placeholders": { + "count": { + "content": "$1", + "example": "52" + } + } + }, + "weakPasswordsReport": { + "message": "Weak Passwords Report" + }, + "weakPasswordsReportDesc": { + "message": "Weak passwords can easily be guessed by hackers and automated tools that are used to crack passwords. The Bitwarden password generator can help you create strong passwords." + }, + "weakPasswordsFound": { + "message": "Weak Passwords Found" + }, + "weakPasswordsFoundDesc": { + "message": "We found $COUNT$ items in your vault with passwords that are not strong. You should update them to use stronger passwords.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noWeakPasswords": { + "message": "No items in your vault have weak passwords." + }, + "reusedPasswordsReport": { + "message": "Reused Passwords Report" + }, + "reusedPasswordsReportDesc": { + "message": "If a service that you use is compromised, reusing the same password elsewhere can allow hackers to easily gain access to more of your online accounts. You should use a unique password for every account or service." + }, + "reusedPasswordsFound": { + "message": "Reused Passwords Found" + }, + "reusedPasswordsFoundDesc": { + "message": "We found $COUNT$ passwords that are being reused in your vault. You should change them to a unique value.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noReusedPasswords": { + "message": "No logins in your vault have passwords that are being reused." + }, + "reusedXTimes": { + "message": "Reused $COUNT$ times", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "dataBreachReport": { + "message": "Data Breach Report" + }, + "breachDesc": { + "message": "A \"breach\" is an incident where a site's data has been illegally accessed by hackers and then released publicly. Review the types of data that were compromised (email addresses, passwords, credit cards etc.) and take appropriate action, such as changing passwords." + }, + "breachCheckUsernameEmail": { + "message": "Check any usernames or email addresses that you use." + }, + "checkBreaches": { + "message": "Check Breaches" + }, + "breachUsernameNotFound": { + "message": "$USERNAME$ was not found in any known data breaches.", + "placeholders": { + "username": { + "content": "$1", + "example": "user@example.com" + } + } + }, + "goodNews": { + "message": "Good News", + "description": "ex. Good News, No Breached Accounts Found!" + }, + "breachUsernameFound": { + "message": "$USERNAME$ was found in $COUNT$ different data breaches online.", + "placeholders": { + "username": { + "content": "$1", + "example": "user@example.com" + }, + "count": { + "content": "$2", + "example": "7" + } + } + }, + "breachFound": { + "message": "Breached Accounts Found" + }, + "compromisedData": { + "message": "Compromised data" + }, + "website": { + "message": "Website" + }, + "affectedUsers": { + "message": "Affected Users" + }, + "breachOccurred": { + "message": "Breach Occurred" + }, + "breachReported": { + "message": "Breach Reported" + }, + "reportError": { + "message": "An error occurred trying to load the report. Try again" + }, + "billing": { + "message": "Billing" + }, + "accountCredit": { + "message": "Account Credit", + "description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)." + }, + "accountBalance": { + "message": "Account Balance", + "description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)." + }, + "addCredit": { + "message": "Add Credit", + "description": "Add more credit to your account's balance." + }, + "amount": { + "message": "Amount", + "description": "Dollar amount, or quantity." + }, + "creditDelayed": { + "message": "Added credit will appear on your account after the payment has been fully processed. Some payment methods are delayed and can take longer to process than others." + }, + "makeSureEnoughCredit": { + "message": "Please make sure that your account has enough credit available for this purchase. If your account does not have enough credit available, your default payment method on file will be used for the difference. You can add credit to your account from the Billing page." + }, + "creditAppliedDesc": { + "message": "Your account's credit can be used to make purchases. Any available credit will be automatically applied towards invoices generated for this account." + }, + "goPremium": { + "message": "Go Premium", + "description": "Another way of saying \"Get a premium membership\"" + }, + "premiumUpdated": { + "message": "You've upgraded to premium." + }, + "premiumUpgradeUnlockFeatures": { + "message": "Upgrade your account to a premium membership and unlock some great additional features." + }, + "premiumSignUpStorage": { + "message": "1 GB encrypted storage for file attachments." + }, + "premiumSignUpTwoStep": { + "message": "Additional two-step login options such as YubiKey, FIDO U2F, and Duo." + }, + "premiumSignUpReports": { + "message": "Password hygiene, account health, and data breach reports to keep your vault safe." + }, + "premiumSignUpTotp": { + "message": "TOTP verification code (2FA) generator for logins in your vault." + }, + "premiumSignUpSupport": { + "message": "Priority customer support." + }, + "premiumSignUpFuture": { + "message": "All future premium features. More coming soon!" + }, + "premiumPrice": { + "message": "All for just $PRICE$ \/year!", + "placeholders": { + "price": { + "content": "$1", + "example": "$10" + } + } + }, + "addons": { + "message": "Addons" + }, + "premiumAccess": { + "message": "Premium Access" + }, + "premiumAccessDesc": { + "message": "You can add premium access to all members of your organization for $PRICE$ \/$INTERVAL$.", + "placeholders": { + "price": { + "content": "$1", + "example": "$3.33" + }, + "interval": { + "content": "$2", + "example": "'month' or 'year'" + } + } + }, + "additionalStorageGb": { + "message": "Additional Storage (GB)" + }, + "additionalStorageGbDesc": { + "message": "# of additional GB" + }, + "additionalStorageIntervalDesc": { + "message": "Your plan comes with $SIZE$ of encrypted file storage. You can add additional storage for $PRICE$ per GB \/$INTERVAL$.", + "placeholders": { + "size": { + "content": "$1", + "example": "1 GB" + }, + "price": { + "content": "$2", + "example": "$4.00" + }, + "interval": { + "content": "$3", + "example": "'month' or 'year'" + } + } + }, + "summary": { + "message": "Summary" + }, + "total": { + "message": "Total" + }, + "year": { + "message": "year" + }, + "month": { + "message": "month" + }, + "monthAbbr": { + "message": "mo.", + "description": "Short abbreviation for 'month'" + }, + "paymentChargedAnnually": { + "message": "Your payment method will be charged immediately and then on a recurring basis each year. You may cancel at any time." + }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, + "paymentChargedWithTrial": { + "message": "Your plan comes with a free 7 day trial. Your payment method will not be charged until the trial has ended. Billing will occur on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, + "paymentInformation": { + "message": "Payment Information" + }, + "creditCard": { + "message": "Credit Card" + }, + "paypalClickSubmit": { + "message": "Click the PayPal button to log into your PayPal account, then click the Submit button below to continue." + }, + "cancelSubscription": { + "message": "Cancel Subscription" + }, + "subscriptionCanceled": { + "message": "The subscription has been canceled." + }, + "pendingCancellation": { + "message": "Pending Cancellation" + }, + "subscriptionPendingCanceled": { + "message": "The subscription has been marked for cancellation at the end of the current billing period." + }, + "reinstateSubscription": { + "message": "Reinstate Subscription" + }, + "reinstateConfirmation": { + "message": "Are you sure you want to remove the pending cancellation request and reinstate your subscription?" + }, + "reinstated": { + "message": "The subscription has been reinstated." + }, + "cancelConfirmation": { + "message": "Are you sure you want to cancel? You will lose access to all of this subscription's features at the end of this billing cycle." + }, + "canceledSubscription": { + "message": "The subscription has been canceled." + }, + "neverExpires": { + "message": "Never Expires" + }, + "status": { + "message": "Status" + }, + "nextCharge": { + "message": "Next Charge" + }, + "details": { + "message": "Details" + }, + "downloadLicense": { + "message": "Download License" + }, + "updateLicense": { + "message": "Update License" + }, + "updatedLicense": { + "message": "Updated license" + }, + "manageSubscription": { + "message": "Manage Subscription" + }, + "storage": { + "message": "Storage" + }, + "addStorage": { + "message": "Add Storage" + }, + "removeStorage": { + "message": "Remove Storage" + }, + "subscriptionStorage": { + "message": "Your subscription has a total of $MAX_STORAGE$ GB of encrypted file storage. You are currently using $USED_STORAGE$.", + "placeholders": { + "max_storage": { + "content": "$1", + "example": "4" + }, + "used_storage": { + "content": "$2", + "example": "65 MB" + } + } + }, + "paymentMethod": { + "message": "Payment Method" + }, + "noPaymentMethod": { + "message": "No payment method on file." + }, + "addPaymentMethod": { + "message": "Add Payment Method" + }, + "changePaymentMethod": { + "message": "Change Payment Method" + }, + "invoices": { + "message": "Invoices" + }, + "noInvoices": { + "message": "No invoices." + }, + "paid": { + "message": "Paid", + "description": "Past tense status of an invoice. ex. Paid or unpaid." + }, + "unpaid": { + "message": "Unpaid", + "description": "Past tense status of an invoice. ex. Paid or unpaid." + }, + "transactions": { + "message": "Transactions", + "description": "Payment\/credit transactions." + }, + "noTransactions": { + "message": "No transactions." + }, + "chargeNoun": { + "message": "Charge", + "description": "Noun. A charge from a payment method." + }, + "refundNoun": { + "message": "Refund", + "description": "Noun. A refunded payment that was charged." + }, + "chargesStatement": { + "message": "Any charges will appear on your statement as $STATEMENT_NAME$.", + "placeholders": { + "statement_name": { + "content": "$1", + "example": "BITWARDEN" + } + } + }, + "gbStorageAdd": { + "message": "GB of Storage To Add" + }, + "gbStorageRemove": { + "message": "GB of Storage To Remove" + }, + "storageAddNote": { + "message": "Adding storage will result in adjustments to your billing totals and immediately charge your payment method on file. The first charge will be prorated for the remainder of the current billing cycle." + }, + "storageRemoveNote": { + "message": "Removing storage will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge." + }, + "adjustedStorage": { + "message": "Adjusted $AMOUNT$ GB of storage.", + "placeholders": { + "amount": { + "content": "$1", + "example": "5" + } + } + }, + "contactSupport": { + "message": "Contact Customer Support" + }, + "updatedPaymentMethod": { + "message": "Updated payment method." + }, + "purchasePremium": { + "message": "Purchase Premium" + }, + "licenseFile": { + "message": "License File" + }, + "licenseFileDesc": { + "message": "Your license file will be named something like $FILE_NAME$", + "placeholders": { + "file_name": { + "content": "$1", + "example": "bitwarden_premium_license.json" + } + } + }, + "uploadLicenseFilePremium": { + "message": "To upgrade your account to a premium membership you need to upload a valid license file." + }, + "uploadLicenseFileOrg": { + "message": "To create an on-premise hosted organization you need to upload a valid license file." + }, + "accountEmailMustBeVerified": { + "message": "Your account's email address must be verified." + }, + "newOrganizationDesc": { + "message": "Organizations allow you to share parts of your vault with others as well as manage related users for a specific entity such as a family, small team, or large company." + }, + "generalInformation": { + "message": "General Information" + }, + "organizationName": { + "message": "Organization Name" + }, + "accountOwnedBusiness": { + "message": "This account is owned by a business." + }, + "billingEmail": { + "message": "Billing Email" + }, + "businessName": { + "message": "Business Name" + }, + "chooseYourPlan": { + "message": "Choose Your Plan" + }, + "users": { + "message": "Users" + }, + "userSeats": { + "message": "User Seats" + }, + "additionalUserSeats": { + "message": "Additional User Seats" + }, + "userSeatsDesc": { + "message": "# of user seats" + }, + "userSeatsAdditionalDesc": { + "message": "Your plan comes with $BASE_SEATS$ user seats. You can add additional users for $SEAT_PRICE$ per user \/month.", + "placeholders": { + "base_seats": { + "content": "$1", + "example": "5" + }, + "seat_price": { + "content": "$2", + "example": "$2.00" + } + } + }, + "userSeatsHowManyDesc": { + "message": "How many user seats do you need? You can also add additional seats later if needed." + }, + "planNameFree": { + "message": "Free", + "description": "Free as in 'free beer'." + }, + "planDescFree": { + "message": "For testing or personal users to share with $COUNT$ other user.", + "placeholders": { + "count": { + "content": "$1", + "example": "1" + } + } + }, + "planNameFamilies": { + "message": "Families" + }, + "planDescFamilies": { + "message": "For personal use, to share with family & friends." + }, + "planNameTeams": { + "message": "Teams" + }, + "planDescTeams": { + "message": "For businesses and other team organizations." + }, + "planNameEnterprise": { + "message": "Enterprise" + }, + "planDescEnterprise": { + "message": "For businesses and other large organizations." + }, + "freeForever": { + "message": "Free Forever" + }, + "includesXUsers": { + "message": "includes $COUNT$ users", + "placeholders": { + "count": { + "content": "$1", + "example": "5" + } + } + }, + "additionalUsers": { + "message": "Additional Users" + }, + "costPerUser": { + "message": "$COST$ per user", + "placeholders": { + "cost": { + "content": "$1", + "example": "$3" + } + } + }, + "limitedUsers": { + "message": "Limited to $COUNT$ users (including you)", + "placeholders": { + "count": { + "content": "$1", + "example": "2" + } + } + }, + "limitedCollections": { + "message": "Limited to $COUNT$ collections", + "placeholders": { + "count": { + "content": "$1", + "example": "2" + } + } + }, + "addShareLimitedUsers": { + "message": "Add and share with up to $COUNT$ users", + "placeholders": { + "count": { + "content": "$1", + "example": "5" + } + } + }, + "addShareUnlimitedUsers": { + "message": "Add and share with unlimited users" + }, + "createUnlimitedCollections": { + "message": "Create unlimited collections" + }, + "gbEncryptedFileStorage": { + "message": "$SIZE$ encrypted file storage", + "placeholders": { + "size": { + "content": "$1", + "example": "1 GB" + } + } + }, + "onPremHostingOptional": { + "message": "On-premise hosting (optional)" + }, + "usersGetPremium": { + "message": "Users get access to premium membership features" + }, + "controlAccessWithGroups": { + "message": "Control user access with groups" + }, + "syncUsersFromDirectory": { + "message": "Sync your users and groups from a directory" + }, + "trackAuditLogs": { + "message": "Track user actions with audit logs" + }, + "enforce2faDuo": { + "message": "Enforce 2FA with Duo" + }, + "priorityCustomerSupport": { + "message": "Priority customer support" + }, + "xDayFreeTrial": { + "message": "$COUNT$ day free trial, cancel anytime", + "placeholders": { + "count": { + "content": "$1", + "example": "7" + } + } + }, + "monthly": { + "message": "Monthly" + }, + "annually": { + "message": "Annually" + }, + "basePrice": { + "message": "Base Price" + }, + "organizationCreated": { + "message": "Organization Created" + }, + "organizationReadyToGo": { + "message": "Your new organization is ready to go!" + }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, + "leave": { + "message": "Leave" + }, + "leaveOrganizationConfirmation": { + "message": "Are you sure you want to leave this organization?" + }, + "leftOrganization": { + "message": "You have left the organization." + }, + "defaultCollection": { + "message": "Default Collection" + }, + "getHelp": { + "message": "Get Help" + }, + "getApps": { + "message": "Get the Apps" + }, + "loggedInAs": { + "message": "Logged in as" + }, + "eventLogs": { + "message": "Event Logs" + }, + "people": { + "message": "People" + }, + "groups": { + "message": "Groups" + }, + "newGroup": { + "message": "New Group" + }, + "addGroup": { + "message": "Add Group" + }, + "editGroup": { + "message": "Edit Group" + }, + "deleteGroupConfirmation": { + "message": "Are you sure you want to delete this group?" + }, + "removeUserConfirmation": { + "message": "Are you sure you want to remove this user?" + }, + "externalId": { + "message": "External Id" + }, + "externalIdDesc": { + "message": "The external id can be used as a reference or to link this resource to an external system such as a user directory." + }, + "accessControl": { + "message": "Access Control" + }, + "groupAccessAllItems": { + "message": "This group can access and modify all items." + }, + "groupAccessSelectedCollections": { + "message": "This group can access only the selected collections." + }, + "readOnly": { + "message": "Read Only" + }, + "newCollection": { + "message": "New Collection" + }, + "addCollection": { + "message": "Add Collection" + }, + "editCollection": { + "message": "Edit Collection" + }, + "deleteCollectionConfirmation": { + "message": "Are you sure you want to delete this collection?" + }, + "editUser": { + "message": "Edit User" + }, + "inviteUser": { + "message": "Invite User" + }, + "inviteUserDesc": { + "message": "Invite a new user to your organization by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account." + }, + "inviteMultipleEmailDesc": { + "message": "You can invite up to $COUNT$ users at a time by comma separating a list of email addresses.", + "placeholders": { + "count": { + "content": "$1", + "example": "20" + } + } + }, + "userUsingTwoStep": { + "message": "This user is using two-step login to protect their account." + }, + "userAccessAllItems": { + "message": "This user can access and modify all items." + }, + "userAccessSelectedCollections": { + "message": "This user can access only the selected collections." + }, + "search": { + "message": "Search" + }, + "invited": { + "message": "Invited" + }, + "accepted": { + "message": "Accepted" + }, + "confirmed": { + "message": "Confirmed" + }, + "owner": { + "message": "Owner" + }, + "ownerDesc": { + "message": "The highest access user that can manage all aspects of your organization." + }, + "admin": { + "message": "Admin" + }, + "adminDesc": { + "message": "Admins can access and manage all items, collections and users in your organization." + }, + "user": { + "message": "User" + }, + "userDesc": { + "message": "A regular user with access to assigned collections in your organization." + }, + "manager": { + "message": "Manager" + }, + "managerDesc": { + "message": "Managers can access and manage assigned collections in your organization." + }, + "all": { + "message": "All" + }, + "refresh": { + "message": "Refresh" + }, + "timestamp": { + "message": "Timestamp" + }, + "event": { + "message": "Event" + }, + "unknown": { + "message": "Unknown" + }, + "loadMore": { + "message": "Load More" + }, + "mobile": { + "message": "Mobile", + "description": "Mobile app" + }, + "extension": { + "message": "Extension", + "description": "Browser extension\/addon" + }, + "desktop": { + "message": "Desktop", + "description": "Desktop app" + }, + "webVault": { + "message": "Web Vault" + }, + "loggedIn": { + "message": "Logged in." + }, + "changedPassword": { + "message": "Changed account password." + }, + "enabledUpdated2fa": { + "message": "Enabled\/updated two-step login." + }, + "disabled2fa": { + "message": "Disabled two-step login." + }, + "recovered2fa": { + "message": "Recovered account from two-step login." + }, + "failedLogin": { + "message": "Login attempt failed with incorrect password." + }, + "failedLogin2fa": { + "message": "Login attempt failed with incorrect two-step login." + }, + "editedOrgSettings": { + "message": "Edited organization settings." + }, + "createdItemId": { + "message": "Created item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "editedItemId": { + "message": "Edited item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "deletedItemId": { + "message": "Deleted item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "sharedItemId": { + "message": "Shared item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "'Google'" + } + } + }, + "createdCollectionId": { + "message": "Created collection $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Server Passwords" + } + } + }, + "editedCollectionId": { + "message": "Edited collection $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Server Passwords" + } + } + }, + "deletedCollectionId": { + "message": "Deleted collection $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Server Passwords" + } + } + }, + "createdGroupId": { + "message": "Created group $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Developers" + } + } + }, + "editedGroupId": { + "message": "Edited group $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Developers" + } + } + }, + "deletedGroupId": { + "message": "Deleted group $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Developers" + } + } + }, + "removedUserId": { + "message": "Removed user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "createdAttachmentForItem": { + "message": "Created attachment for item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "deletedAttachmentForItem": { + "message": "Deleted attachment for item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "editedCollectionsForItem": { + "message": "Edited collections for item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "invitedUserId": { + "message": "Invited user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "confirmedUserId": { + "message": "Confirmed user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "editedUserId": { + "message": "Edited user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "editedGroupsForUser": { + "message": "Edited groups for user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "device": { + "message": "Device" + }, + "view": { + "message": "View" + }, + "invalidDateRange": { + "message": "Invalid date range." + }, + "errorOccurred": { + "message": "An error has occurred." + }, + "userAccess": { + "message": "User Access" + }, + "userType": { + "message": "User Type" + }, + "groupAccess": { + "message": "Group Access" + }, + "groupAccessUserDesc": { + "message": "Edit the groups that this user belongs to." + }, + "invitedUsers": { + "message": "Invited user(s)." + }, + "resendInvitation": { + "message": "Resend Invitation" + }, + "hasBeenReinvited": { + "message": "$USER$ has been reinvited.", + "placeholders": { + "user": { + "content": "$1", + "example": "John Smith" + } + } + }, + "confirm": { + "message": "Confirm" + }, + "confirmUser": { + "message": "Confirm User" + }, + "hasBeenConfirmed": { + "message": "$USER$ has been confirmed.", + "placeholders": { + "user": { + "content": "$1", + "example": "John Smith" + } + } + }, + "confirmUsers": { + "message": "Confirm Users" + }, + "usersNeedConfirmed": { + "message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the organization until they are confirmed." + }, + "startDate": { + "message": "Start Date" + }, + "endDate": { + "message": "End Date" + }, + "verifyEmail": { + "message": "Verify Email" + }, + "verifyEmailDesc": { + "message": "Verify your account's email address to unlock access to all features." + }, + "verifyEmailFirst": { + "message": "Your account's email address first must be verified." + }, + "checkInboxForVerification": { + "message": "Check your email inbox for a verification link." + }, + "emailVerified": { + "message": "Your email has been verified." + }, + "emailVerifiedFailed": { + "message": "Unable to verify your email. Try sending a new verification email." + }, + "updateBrowser": { + "message": "Update Browser" + }, + "updateBrowserDesc": { + "message": "You are using an unsupported web browser. The web vault may not function properly." + }, + "joinOrganization": { + "message": "Join Organization" + }, + "joinOrganizationDesc": { + "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." + }, + "inviteAccepted": { + "message": "Invitation Accepted" + }, + "inviteAcceptedDesc": { + "message": "You can access this organization once an administrator confirms your membership. We'll send you an email when that happens." + }, + "inviteAcceptFailed": { + "message": "Unable to accept invitation. Ask an organization admin to send a new invitation." + }, + "rememberEmail": { + "message": "Remember email" + }, + "recoverAccountTwoStepDesc": { + "message": "If you cannot access your account through your normal two-step login methods, you can use your two-step login recovery code to disable all two-step providers on your account." + }, + "recoverAccountTwoStep": { + "message": "Recover Account Two-Step Login" + }, + "twoStepRecoverDisabled": { + "message": "Two-step login has been disabled on your account." + }, + "learnMore": { + "message": "Learn more" + }, + "deleteRecoverDesc": { + "message": "Enter your email address below to recover and delete your account." + }, + "deleteRecoverEmailSent": { + "message": "If your account exists, we've sent you an email with further instructions." + }, + "deleteRecoverConfirmDesc": { + "message": "You have requested to delete your Bitwarden account. Click the button below to confirm." + }, + "myOrganization": { + "message": "My Organization" + }, + "deleteOrganization": { + "message": "Delete Organization" + }, + "deleteOrganizationDesc": { + "message": "Proceed below to delete this organization and all associated data. Individual user accounts will remain, though they will not be associated to this organization anymore. " + }, + "deleteOrganizationWarning": { + "message": "Deleting the organization is permanent. It cannot be undone." + }, + "organizationDeleted": { + "message": "Organization Deleted" + }, + "organizationDeletedDesc": { + "message": "The organization and all associated data has been deleted." + }, + "organizationUpdated": { + "message": "Organization updated" + }, + "taxInformation": { + "message": "Tax Information" + }, + "taxInformationDesc": { + "message": "Please contact support to provide (or update) tax information for your invoices." + }, + "billingPlan": { + "message": "Plan", + "description": "A billing plan\/package. For example: families, teams, enterprise, etc." + }, + "changeBillingPlan": { + "message": "Change Plan", + "description": "A billing plan\/package. For example: families, teams, enterprise, etc." + }, + "changeBillingPlanDesc": { + "message": "Contact customer support if you would like to change your plan. Please ensure that you have an active payment method added to the account.", + "description": "A billing plan\/package. For example: families, teams, enterprise, etc." + }, + "invoiceNumber": { + "message": "Invoice #$NUMBER$", + "description": "ex. Invoice #79C66F0-0001", + "placeholders": { + "number": { + "content": "$1", + "example": "79C66F0-0001" + } + } + }, + "viewInvoice": { + "message": "View Invoice" + }, + "downloadInvoice": { + "message": "Download Invoice" + }, + "verifyBankAccount": { + "message": "Verify Bank Account" + }, + "verifyBankAccountDesc": { + "message": "We have made two micro-deposits to your bank account (it may take 1-2 business days to show up). Enter these amounts to verify the bank account." + }, + "verifyBankAccountInitialDesc": { + "message": "Payment with a bank account is only available to customers in the United States. You will be required to verify your bank account. We will make two micro-deposits within the next 1-2 business days. Enter these amounts on the organization's billing page to verify the bank account." + }, + "verifyBankAccountFailureWarning": { + "message": "Failure to verify the bank account will result in a missed payment and your subscription being disabled." + }, + "verifiedBankAccount": { + "message": "Bank account has been verified." + }, + "bankAccount": { + "message": "Bank Account" + }, + "amountX": { + "message": "Amount $COUNT$", + "description": "Used in bank account verification of micro-deposits. Amount, as in a currency amount. Ex. Amount 1 is $2.00, Amount 2 is $1.50", + "placeholders": { + "count": { + "content": "$1", + "example": "1" + } + } + }, + "routingNumber": { + "message": "Routing Number", + "description": "Bank account routing number" + }, + "accountNumber": { + "message": "Account Number" + }, + "accountHolderName": { + "message": "Account Holder Name" + }, + "bankAccountType": { + "message": "Account Type" + }, + "bankAccountTypeCompany": { + "message": "Company (Business)" + }, + "bankAccountTypeIndividual": { + "message": "Individual (Personal)" + }, + "enterInstallationId": { + "message": "Enter your installation id" + }, + "addSeats": { + "message": "Add Seats", + "description": "Seat = User Seat" + }, + "removeSeats": { + "message": "Remove Seats", + "description": "Seat = User Seat" + }, + "subscriptionUserSeats": { + "message": "Your subscription allows for a total of $COUNT$ users.", + "placeholders": { + "count": { + "content": "$1", + "example": "50" + } + } + }, + "seatsToAdd": { + "message": "Seats To Add" + }, + "seatsToRemove": { + "message": "Seats To Remove" + }, + "seatsAddNote": { + "message": "Adding user seats will result in adjustments to your billing totals and immediately charge your payment method on file. The first charge will be prorated for the remainder of the current billing cycle." + }, + "seatsRemoveNote": { + "message": "Removing user seats will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge." + }, + "adjustedSeats": { + "message": "Adjusted $AMOUNT$ user seats.", + "placeholders": { + "amount": { + "content": "$1", + "example": "15" + } + } + }, + "keyUpdated": { + "message": "Key Updated" + }, + "updateKeyTitle": { + "message": "Update Key" + }, + "updateEncryptionKey": { + "message": "Update Encryption Key" + }, + "updateEncryptionKeyShortDesc": { + "message": "You are currently using an outdated encryption scheme." + }, + "updateEncryptionKeyDesc": { + "message": "We've moved to larger encryption keys that provide better security and access to newer features. Updating your encryption key is quick and easy. Just type your master password below. This update will eventually become mandatory." + }, + "updateEncryptionKeyWarning": { + "message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed." + }, + "subscription": { + "message": "Subscription" + }, + "loading": { + "message": "Loading" + }, + "upgrade": { + "message": "Upgrade" + }, + "upgradeOrganization": { + "message": "Upgrade Organization" + }, + "upgradeOrganizationDesc": { + "message": "This feature is not available for free organizations. Switch to a paid plan to unlock more features." + }, + "createOrganizationStep1": { + "message": "Create Organization: Step 1" + }, + "createOrganizationCreatePersonalAccount": { + "message": "Before creating your organization, you first need to create a free personal account." + }, + "refunded": { + "message": "Refunded" + }, + "nothingSelected": { + "message": "You have not selected anything." + }, + "submitAgreePolicies": { + "message": "By clicking the \"Submit\" button, you agree to the following policies:", + "description": "A policy is something like Terms of Service, Privacy Policy, etc." + }, + "termsOfService": { + "message": "Terms of Service" + }, + "privacyPolicy": { + "message": "Privacy Policy" + }, + "filters": { + "message": "Filters" + }, + "lockOptions": { + "message": "Lock Options" + }, + "lockOptionsDesc": { + "message": "Choose when your vault locks. A locked vault requires that you re-enter your master password to access it again." + }, + "oneMinute": { + "message": "1 minute" + }, + "fiveMinutes": { + "message": "5 minutes" + }, + "fifteenMinutes": { + "message": "15 minutes" + }, + "thirtyMinutes": { + "message": "30 minutes" + }, + "oneHour": { + "message": "1 hour" + }, + "fourHours": { + "message": "4 hours" + }, + "onRefresh": { + "message": "On Browser Refresh" + }, + "dateUpdated": { + "message": "Updated", + "description": "ex. Date this item was updated" + }, + "datePasswordUpdated": { + "message": "Password Updated", + "description": "ex. Date this password was updated" + }, + "organizationIsDisabled": { + "message": "Organization is disabled." + }, + "licenseIsExpired": { + "message": "License is expired." + }, + "updatedUsers": { + "message": "Updated users" + }, + "selected": { + "message": "Selected" + }, + "ownership": { + "message": "Ownership" + }, + "whoOwnsThisItem": { + "message": "Who owns this item?" + }, + "strong": { + "message": "Strong", + "description": "ex. A strong password. Scale: Very Weak -> Weak -> Good -> Strong" + }, + "good": { + "message": "Good", + "description": "ex. A good password. Scale: Very Weak -> Weak -> Good -> Strong" + }, + "weak": { + "message": "Weak", + "description": "ex. A weak password. Scale: Very Weak -> Weak -> Good -> Strong" + }, + "veryWeak": { + "message": "Very Weak", + "description": "ex. A very weak password. Scale: Very Weak -> Weak -> Good -> Strong" + }, + "weakMasterPassword": { + "message": "Weak Master Password" + }, + "weakMasterPasswordDesc": { + "message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?" + }, + "rotateAccountEncKey": { + "message": "Also rotate my account's encryption key" + }, + "rotateEncKeyTitle": { + "message": "Rotate Encryption Key" + }, + "rotateEncKeyConfirmation": { + "message": "Are you sure you want to rotate your account's encryption key?" + }, + "attachmentsNeedFix": { + "message": "This item has old file attachments that need to be fixed." + }, + "attachmentFixDesc": { + "message": "This is an old file attachment the needs to be fixed. Click to learn more." + }, + "fix": { + "message": "Fix", + "description": "This is a verb. ex. 'Fix The Car'" + }, + "oldAttachmentsNeedFixDesc": { + "message": "There are old file attachments in your vault that need to be fixed before you can rotate your account's encryption key." + }, + "yourAccountsFingerprint": { + "message": "Your account's fingerprint phrase", + "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." + }, + "fingerprintEnsureIntegrityVerify": { + "message": "To ensure the integrity of your encryption keys, please verify the user's fingerprint phrase before continuing.", + "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." + }, + "dontAskFingerprintAgain": { + "message": "Don't ask to verify fingerprint phrase again", + "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." + }, + "free": { + "message": "Free", + "description": "Free, as in 'Free beer'" + }, + "apiKey": { + "message": "API Key" + }, + "apiKeyDesc": { + "message": "Your API key can be used to authenticate to the Bitwarden public API." + }, + "apiKeyRotateDesc": { + "message": "Rotating the API key will invalidate the previous key. You can rotate your API key if you believe that the current key is no longer safe to use." + }, + "apiKeyWarning": { + "message": "Your API key has full access to the organization. It should be kept secret." + }, + "oauth2ClientCredentials": { + "message": "OAuth 2.0 Client Credentials", + "description": "'OAuth 2.0' is a programming protocol. It should probably not be translated." + }, + "viewApiKey": { + "message": "View API Key" + }, + "rotateApiKey": { + "message": "Rotate API Key" + } +} \ No newline at end of file diff --git a/src/locales/ca/messages.json b/src/locales/ca/messages.json index a621eb7f2e..db7834db9e 100644 --- a/src/locales/ca/messages.json +++ b/src/locales/ca/messages.json @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "El mètode de pagament es cobrarà de manera immediata i després de forma recurrent cada any. Podeu cancel·lar-ho en qualsevol moment." }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "El vostre pla inclou una prova gratuïta de 7 dies. El mètode de pagament no es cobrarà fins que no s'haja acabat la prova. La facturació es farà de manera recurrent cada $INTERVAL$. Podeu cancel·lar-ho en qualsevol moment.", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "La vostra organització nova està preparada per començar!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "Abandona" }, diff --git a/src/locales/cs/messages.json b/src/locales/cs/messages.json index 71246c39ea..ae64212962 100644 --- a/src/locales/cs/messages.json +++ b/src/locales/cs/messages.json @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "Částka bude stržena okamžitě a poté opakovaně každý rok. Plán můžete kdykoli zrušit." }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "Vybraný plán obsahuje bezplatnou 7denní zkušební dobu. Částka z vašeho účtu nebude stržena, dokud tato zkušební doba neuplyne. Stržení platby a fakturace bude následně probíhat opakovaně každý $INTERVAL$. Plán můžete kdykoli zrušit.", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "Vaše nová organizace je připravena!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "Opustit" }, diff --git a/src/locales/da/messages.json b/src/locales/da/messages.json index 9ad4f6c829..95634655ef 100644 --- a/src/locales/da/messages.json +++ b/src/locales/da/messages.json @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "Din valgte betalingsmetode vil blive opkrævet straks og derefter løbende hvert år. Du kan til enhver tid opsige." }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "Dit abonnement kommer med en gratis 7-dages prøveperiode. Din valgte betalingsmetode vil ikke blive opkrævet, før prøveperioden er afsluttet. Fakturering finder sted hver(t) $INTERVAL$. Du kan til enhver tid opsige.", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "Din nye organisation er klar til brug!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "Forlad" }, diff --git a/src/locales/de/messages.json b/src/locales/de/messages.json index a1286f1278..c584440570 100644 --- a/src/locales/de/messages.json +++ b/src/locales/de/messages.json @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "Ihre Zahlungsmethode wird sofort und jährlich wiederkehrend belastet. Sie können jederzeit kündigen." }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "Ihr Abo beinhaltet eine kostenlose 7-Tage-Testversion. Ihre Karte wird nicht belastet, bis die Testversion beendet. Die Rechnung kommt wiederkehrend jeden\/jedes $INTERVAL$. Sie können jederzeit kündigen.", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "Ihre neue Organisation ist einsatzbereit!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "Verlassen" }, diff --git a/src/locales/en_GB/messages.json b/src/locales/en_GB/messages.json index 4e649b6506..66f86a5947 100644 --- a/src/locales/en_GB/messages.json +++ b/src/locales/en_GB/messages.json @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "Your payment method will be charged immediately and then on a recurring basis each year. You may cancel at any time." }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "Your plan comes with a free 7 day trial. Your payment method will not be charged until the trial has ended. Billing will occur on a recurring basis each $INTERVAL$. You may cancel at any time.", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "Your new organisation is ready to go!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "Leave" }, diff --git a/src/locales/es/messages.json b/src/locales/es/messages.json index 8431c9b39b..60c447bade 100644 --- a/src/locales/es/messages.json +++ b/src/locales/es/messages.json @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "Your payment method will be charged immediately and on a recurring basis each year. You may cancel at any time." }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "Your plan comes with a free 7 day trial. Your card will not be charged until the trial has ended and on a recurring basis each $INTERVAL$. You may cancel at any time.", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "¡Tu nueva organización está lista para comenzar!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "Salir" }, diff --git a/src/locales/et/messages.json b/src/locales/et/messages.json index d4545685fe..9f35289943 100644 --- a/src/locales/et/messages.json +++ b/src/locales/et/messages.json @@ -515,7 +515,7 @@ "message": "Kinnita" }, "emailAddressDesc": { - "message": "Kasutad sisselogimiseks oma e-posti aadressi." + "message": "E-posti aadressi kasutatakse sisselogimiseks." }, "yourName": { "message": "Sinu nimi" @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "Makse sooritatakse kohe pärast tellimuse esitamist. Järgmine makse toimub aasta pärast. Tellimust on võimalik igal ajal tühistada." }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "Sinu valitud pakett sisaldab 7 päevast prooviperioodi. Krediitkaardilt ei debiteerita raha enne, kui prooviperiood otsa lõpeb. Kirjas olev summa debiteeritakse iga $INTERVAL$. Tellimust on võimalik igal ajal tühistada.", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1836,7 +1845,7 @@ "message": "# kasutajaid" }, "userSeatsAdditionalDesc": { - "message": "Sinu pakett sisaldab $BASE_SEATS$ kasutajat. Soovi korral saad lisada kasutajaid juurde hinnaga $SEAT_PRICE$ kasutaja \/kuus.", + "message": "Sinu pakett sisaldab $BASE_SEATS$ kasutajat. Soovi korral saad lisada kasutajaid juurde hinnaga $SEAT_PRICE$ kasutaja \/ kuus.", "placeholders": { "base_seats": { "content": "$1", @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "Uus organisatsioon on kasutamiseks valmis!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "Lahku" }, @@ -2659,7 +2671,7 @@ "message": "Organisatsiooni loomine: Samm 1" }, "createOrganizationCreatePersonalAccount": { - "message": "Enne organisatsiooni loomist pead esmalt registreerima tasuta personaalkonto." + "message": "Enne organisatsiooni loomist pead esmalt looma tasuta konto." }, "refunded": { "message": "Tagasi makstud" diff --git a/src/locales/fi/messages.json b/src/locales/fi/messages.json index 1e49a07710..a6ce8907f4 100644 --- a/src/locales/fi/messages.json +++ b/src/locales/fi/messages.json @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "Your payment method will be charged immediately and then on a recurring basis each year. You may cancel at any time." }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "Your plan comes with a free 7 day trial. Your payment method will not be charged until the trial has ended. Billing will occur on a recurring basis each $INTERVAL$. You may cancel at any time.", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "Uusi organisaatiosi on valmis käytettäväksi!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "Poistu" }, diff --git a/src/locales/fr/messages.json b/src/locales/fr/messages.json index ef52645881..a59d1f1cad 100644 --- a/src/locales/fr/messages.json +++ b/src/locales/fr/messages.json @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "Votre mode de paiement sera facturé immédiatement et de manière récurrente chaque année. Vous pouvez annuler à tout moment." }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "Votre offre comprend un essai gratuit de 7 jours. Votre mode de paiement ne sera pas facturé avant la fin de la période d'essai. La facturation se fera sur une base récurrente chaque $INTERVAL$. Vous pouvez annuler à tout moment.", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "Votre nouvelle organisation est prête !" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "Quitter" }, diff --git a/src/locales/hr/messages.json b/src/locales/hr/messages.json index 80c8d2109f..0f905ca921 100644 --- a/src/locales/hr/messages.json +++ b/src/locales/hr/messages.json @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "Your payment method will be charged immediately and then on a recurring basis each year. You may cancel at any time." }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "Your plan comes with a free 7 day trial. Your payment method will not be charged until the trial has ended. Billing will occur on a recurring basis each $INTERVAL$. You may cancel at any time.", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "Your new organization is ready to go!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "Izađi" }, diff --git a/src/locales/hu/messages.json b/src/locales/hu/messages.json index 2f09f67016..a522820615 100644 --- a/src/locales/hu/messages.json +++ b/src/locales/hu/messages.json @@ -215,10 +215,10 @@ "message": "Jelszó generálása" }, "checkPassword": { - "message": "Check if password has been exposed." + "message": "Ellenőrizd, hogy kompromittálódott-e a jelszó." }, "passwordExposed": { - "message": "This password has been exposed $VALUE$ time(s) in data breaches. You should change it.", + "message": "Ez a jelszó $VALUE$ alkalommal kompromittálódott adatszivárgásban. Változtasd meg!", "placeholders": { "value": { "content": "$1", @@ -227,22 +227,22 @@ } }, "passwordSafe": { - "message": "This password was not found in any known data breaches. It should be safe to use." + "message": "Ez a jelszó nem érintett egyetlen ismert adatszivárgásban sem. Biztonságos a használata." }, "save": { - "message": "Save" + "message": "Mentés" }, "cancel": { - "message": "Cancel" + "message": "Mégse" }, "canceled": { "message": "Canceled" }, "close": { - "message": "Close" + "message": "Bezár" }, "delete": { - "message": "Delete" + "message": "Törlés" }, "favorite": { "message": "Favorite" @@ -251,7 +251,7 @@ "message": "Unfavorite" }, "edit": { - "message": "Edit" + "message": "Szerkesztés" }, "searchCollection": { "message": "Search Collection" @@ -276,25 +276,25 @@ "message": "Favorites" }, "types": { - "message": "Types" + "message": "Típusok" }, "typeLogin": { - "message": "Login" + "message": "Bejelentkezés" }, "typeCard": { - "message": "Card" + "message": "Kártya" }, "typeIdentity": { - "message": "Identity" + "message": "Személyazonosság" }, "typeSecureNote": { "message": "Secure Note" }, "folders": { - "message": "Folders" + "message": "Mappák" }, "collections": { - "message": "Collections" + "message": "Gyűjtemények" }, "firstName": { "message": "First Name" @@ -306,13 +306,13 @@ "message": "Last Name" }, "address1": { - "message": "Address 1" + "message": "Cím 1" }, "address2": { - "message": "Address 2" + "message": "Cím 2" }, "address3": { - "message": "Address 3" + "message": "Cím 3" }, "cityTown": { "message": "City \/ Town" @@ -324,13 +324,13 @@ "message": "Zip \/ Postal Code" }, "country": { - "message": "Country" + "message": "Ország" }, "shared": { - "message": "Shared" + "message": "Megosztott" }, "attachments": { - "message": "Attachments" + "message": "Csatolmányok" }, "select": { "message": "Kijelölés" @@ -497,13 +497,13 @@ "message": "Ok" }, "yes": { - "message": "Yes" + "message": "Igen" }, "no": { - "message": "No" + "message": "Nem" }, "loginOrCreateNewAccount": { - "message": "Log in or create a new account to access your secure vault." + "message": "Jelentkezz be, vagy hozz létre új felhasználói fiókot, hogy hozzáférhess a széfedhez." }, "createAccount": { "message": "Create Account" @@ -512,25 +512,25 @@ "message": "Log In" }, "submit": { - "message": "Submit" + "message": "Mehet" }, "emailAddressDesc": { - "message": "You'll use your email address to log in." + "message": "Az email címeddel tudsz belépni." }, "yourName": { "message": "Your Name" }, "yourNameDesc": { - "message": "What should we call you?" + "message": "Hogy szólíthatunk?" }, "masterPass": { "message": "Master Password" }, "masterPassDesc": { - "message": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it." + "message": "A mesterjelszó az a jelszó amit a széfed eléréséhez fogsz használni. Nagyon fontos, hogy ne felejtsd el a mesterjelszavad, mert ha elfelejted, nem lehetséges visszaállítani." }, "masterPassHintDesc": { - "message": "A master password hint can help you remember your password if you forget it." + "message": "A mesterjelszó emlékeztető segíthet felidézni a jelszavad, ha elfejetetted volna." }, "reTypeMasterPass": { "message": "Re-type Master Password" @@ -542,52 +542,52 @@ "message": "Master Password Hint" }, "settings": { - "message": "Settings" + "message": "Beállítások" }, "passwordHint": { "message": "Password Hint" }, "enterEmailToGetHint": { - "message": "Enter your account email address to receive your master password hint." + "message": "Írd be a felhasználóhoz kötött e-mail címed, hogy megkapd a mesterjelszó emlékeztetőt." }, "getMasterPasswordHint": { - "message": "Get master password hint" + "message": "Kérj mesterjelszó emlékeztetőt" }, "emailRequired": { - "message": "Email address is required." + "message": "E-mail cím megadása kötelező." }, "invalidEmail": { - "message": "Invalid email address." + "message": "Érvénytelen email cím." }, "masterPassRequired": { - "message": "Master password is required." + "message": "Mesterjelszó megadása kötelező." }, "masterPassLength": { - "message": "Master password must be at least 8 characters long." + "message": "A mesterjelszónak legalább 8 karakter hosszúnak kell lennie." }, "masterPassDoesntMatch": { - "message": "Master password confirmation does not match." + "message": "A megadott két jelszó nem egyezik meg." }, "newAccountCreated": { - "message": "Your new account has been created! You may now log in." + "message": "Felhasználói fiókodat létrehoztuk. Most már be tudsz jelentkezni." }, "masterPassSent": { - "message": "We've sent you an email with your master password hint." + "message": "Elküldtük neked a mesterjelszó emlékeztetődet tartalmazó E-mailt." }, "unexpectedError": { - "message": "An unexpected error has occurred." + "message": "Váratlan hiba történt." }, "emailAddress": { "message": "Email Address" }, "yourVaultIsLocked": { - "message": "Your vault is locked. Verify your master password to continue." + "message": "A széfed zárolva van. A folytatáshoz add meg a mesterjelszót." }, "unlock": { - "message": "Unlock" + "message": "Feloldás" }, "loggedInAsEmail": { - "message": "Logged in as $EMAIL$.", + "message": "$EMAIL$ email címmel bejelentkezve.", "placeholders": { "email": { "content": "$1", @@ -596,25 +596,25 @@ } }, "invalidMasterPassword": { - "message": "Invalid master password" + "message": "Érvénytelen mesterjelszó" }, "lockNow": { "message": "Lock Now" }, "noItemsInList": { - "message": "There are no items to list." + "message": "Nincsenek megjeleníthető tételek." }, "noCollectionsInList": { - "message": "There are no collections to list." + "message": "Nincsenek megjeleníthető gyűjtemények." }, "noGroupsInList": { - "message": "There are no groups to list." + "message": "Nincsenek megjeleníthető csoportok." }, "noUsersInList": { - "message": "There are no users to list." + "message": "Nincsenek megjeleníthető felhasználók." }, "noEventsInList": { - "message": "There are no events to list." + "message": "Nincsenek megjeleníthető események." }, "newOrganization": { "message": "New Organization" @@ -623,7 +623,7 @@ "message": "You do not belong to any organizations. Organizations allow you to securely share items with other users." }, "versionNumber": { - "message": "Version $VERSION_NUMBER$", + "message": "Verzió: $VERSION_NUMBER$", "placeholders": { "version_number": { "content": "$1", @@ -632,10 +632,10 @@ } }, "enterVerificationCodeApp": { - "message": "Enter the 6 digit verification code from your authenticator app." + "message": "Add meg a 6 számjegyű ellenőrző kódot a hitelesítő alkalmazásodból." }, "enterVerificationCodeEmail": { - "message": "Enter the 6 digit verification code that was emailed to $EMAIL$.", + "message": "Add meg a $EMAIL$ email címedre küldött 6 karakteres megerősítő kódot.", "placeholders": { "email": { "content": "$1", @@ -644,7 +644,7 @@ } }, "verificationCodeEmailSent": { - "message": "Verification email sent to $EMAIL$.", + "message": "Megerősítő kód elküldve a $EMAIL$ email címre.", "placeholders": { "email": { "content": "$1", @@ -653,19 +653,19 @@ } }, "rememberMe": { - "message": "Remember me" + "message": "Emlékezz rám" }, "sendVerificationCodeEmailAgain": { - "message": "Send verification code email again" + "message": "Megerősítő kód újraküldése email-ben" }, "useAnotherTwoStepMethod": { - "message": "Use another two-step login method" + "message": "Másik kétfaktoros bejelentkezés használata" }, "insertYubiKey": { - "message": "Insert your YubiKey into your computer's USB port, then touch its button." + "message": "Illeszd be a YubiKey-t a számítógéped egyik USB portjába, majd nyomd meg rajta a gombot." }, "insertU2f": { - "message": "Insert your security key into your computer's USB port. If it has a button, touch it." + "message": "Illeszd be biztonsági kulcsod a számítógéped egyik USB portjába. Ha van rajta gomb, nyomd meg." }, "loginUnavailable": { "message": "Login Unavailable" @@ -707,19 +707,19 @@ "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." }, "u2fDesc": { - "message": "Use any FIDO U2F enabled security key to access your account." + "message": "Használj bármilyen FIDO U2F által engedélyezett biztonsági kulcsot a fiókod eléréséhez." }, "u2fTitle": { "message": "FIDO U2F Security Key" }, "emailTitle": { - "message": "Email" + "message": "E-mail" }, "emailDesc": { - "message": "Verification codes will be emailed to you." + "message": "Az ellenőrző kódokat e-mailben kapod meg." }, "continue": { - "message": "Continue" + "message": "Folytatás" }, "organization": { "message": "Organization" @@ -737,7 +737,7 @@ "message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item." }, "deleteSelectedItemsDesc": { - "message": "You have selected $COUNT$ item(s) to delete. Are you sure you want to delete all of these items?", + "message": "$COUNT$ tételt jelöltél ki törlésre. Biztosan törölni szeretnéd az összeset?", "placeholders": { "count": { "content": "$1", @@ -746,7 +746,7 @@ } }, "moveSelectedItemsDesc": { - "message": "Choose a folder that you would like to move the $COUNT$ selected item(s) to.", + "message": "Válassz egy mappát, ahová át szeretnéd helyezni a $COUNT$ kijelölt tételt.", "placeholders": { "count": { "content": "$1", @@ -755,7 +755,7 @@ } }, "shareSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $SHAREABLE_COUNT$ items are sharable, $NONSHAREABLE_COUNT$ are not.", + "message": "$COUNT$ tételt jelöltél ki. Ebből $SHAREABLE_COUNT$ megosztható, $NONSHAREABLE_COUNT$ nem osztható meg.", "placeholders": { "count": { "content": "$1", @@ -778,13 +778,13 @@ "message": "Copy Verification Code" }, "warning": { - "message": "Warning" + "message": "Figyelmeztetés" }, "exportWarningDesc": { "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." }, "exportMasterPassword": { - "message": "Enter your master password to export your vault data." + "message": "Add meg a mesterjelszót a széf adatainak exportálásához." }, "exportVault": { "message": "Export Vault" @@ -793,7 +793,7 @@ "message": "File Format" }, "exportSuccess": { - "message": "Your vault data has been exported." + "message": "A széfed adatai exportálva lettek." }, "passwordGenerator": { "message": "Password Generator" @@ -812,7 +812,7 @@ "message": "Regenerate Password" }, "length": { - "message": "Length" + "message": "Hossz" }, "numWords": { "message": "Number of Words" @@ -824,10 +824,10 @@ "message": "Password History" }, "noPasswordsInList": { - "message": "There are no passwords to list." + "message": "Nincsenek listázható jelszavak." }, "clear": { - "message": "Clear" + "message": "Törlés" }, "accountUpdated": { "message": "Account Updated" @@ -839,7 +839,7 @@ "message": "New Email" }, "code": { - "message": "Code" + "message": "Kód" }, "changeEmailDesc": { "message": "We have emailed a verification code to $EMAIL$. Please check your email for this code and enter it below to finalize the email address change.", @@ -851,13 +851,13 @@ } }, "loggedOutWarning": { - "message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour." + "message": "A folytatásban kiléptetünk a munkamenetből és újra be kell jelentkezned. Más eszközök aktív munkamenetei akár egy óráig is aktívak maradhatnak." }, "emailChanged": { "message": "Email Changed" }, "logBackIn": { - "message": "Please log back in." + "message": "Kérlek jelentkezz be újra." }, "logBackInOthersToo": { "message": "Please log back in. If you are using other Bitwarden applications log out and back in to those as well." @@ -887,7 +887,7 @@ "message": "KDF Iterations" }, "kdfIterationsDesc": { - "message": "Higher KDF iterations can help protect your master password from being brute forced by an attacker. We recommend a value of $VALUE$ or more.", + "message": "A magasabb KDF iterációk segíthetnek a megvédeni a mesterjelszavad az ún. \"brute force\" támadásoktól. Javasoljuk a $VALUE$, vagy magasabb értéket.", "placeholders": { "value": { "content": "$1", @@ -896,7 +896,7 @@ } }, "kdfIterationsWarning": { - "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.", + "message": "A túl magas KDF iterációk lelassíthatják a lassabb CPU-val rendelkező eszközökön a bejelentkezést a Bitwardenbe. Javasoljuk hogy növeld az értéket $INCREMENT$ értékkel és teszteld a teljesítményt az összes készülékeden.", "placeholders": { "increment": { "content": "$1", @@ -905,7 +905,7 @@ } }, "changeKdf": { - "message": "Change KDF" + "message": "KDF megváltoztatása" }, "encKeySettingsChanged": { "message": "Encryption Key Settings Changed" @@ -914,7 +914,7 @@ "message": "Danger Zone" }, "dangerZoneDesc": { - "message": "Careful, these actions are not reversible!" + "message": "Óvatosan! Ez nem visszaállítható!" }, "deauthorizeSessions": { "message": "Deauthorize Sessions" @@ -923,7 +923,7 @@ "message": "Concerned your account is logged in on another device? Proceed below to deauthorize all computers or devices that you have previously used. This security step is recommended if you previously used a public computer or accidentally saved your password on a device that isn't yours. This step will also clear all previously remembered two-step login sessions." }, "deauthorizeSessionsWarning": { - "message": "Proceeding will also log you out of your current session, requiring you to log back in. You will also be prompted for two-step login again, if enabled. Active sessions on other devices may continue to remain active for up to one hour." + "message": "A folytatásban kiléptetünk ebből a munkamenetből és újra be kell jelentkezned. Ha be van kapcsolva, a kétfaktoros azonosítást is újra le kell végezned. Más eszközök aktív munkamenetei akár egy óráig is aktívak maradhatnak." }, "sessionsDeauthorized": { "message": "All Sessions Deauthorized" @@ -941,52 +941,52 @@ "message": "Proceed below to delete all items in the organization's vault." }, "purgeVaultWarning": { - "message": "Purging your vault is permanent. It cannot be undone." + "message": "A széfed kitisztítása végleges. Nem visszafordítható." }, "vaultPurged": { - "message": "Your vault has been purged." + "message": "A széfed ki lett tisztítva." }, "deleteAccount": { "message": "Delete Account" }, "deleteAccountDesc": { - "message": "Proceed below to delete your account and all associated data." + "message": "Folytasd az alábbiakban a felhasználói fiókod és valamennyi kapcsolódó adat törlésével." }, "deleteAccountWarning": { - "message": "Deleting your account is permanent. It cannot be undone." + "message": "A fiókod törlése végleges. Ez nem visszavonható." }, "accountDeleted": { "message": "Account Deleted" }, "accountDeletedDesc": { - "message": "Your account has been closed and all associated data has been deleted." + "message": "A fiókod zárolva lett és minden kapcsolódó adat törlésre került." }, "myAccount": { "message": "My Account" }, "tools": { - "message": "Tools" + "message": "Eszközök" }, "importData": { "message": "Import Data" }, "importSuccess": { - "message": "Data has been successfully imported into your vault." + "message": "Az adatok sikeresen importálva lettek a széfedbe." }, "importFormatError": { - "message": "Data is not formatted correctly. Please check your import file and try again." + "message": "Az adatok formázása nem megfelelő. Kérlek ellenőrizd az import fájlt és próbáld újra." }, "importNothingError": { - "message": "Nothing was imported." + "message": "Semmi nem lett importálva." }, "selectFormat": { - "message": "Select the format of the import file" + "message": "Válaszd ki az import fájl formátumát" }, "selectImportFile": { - "message": "Select the import file" + "message": "Válaszd ki az import fájlt" }, "orCopyPasteFileContents": { - "message": "or copy\/paste the import file contents" + "message": "vagy másold és illeszd be az import fájl tartalmát" }, "instructionsFor": { "message": "$NAME$ Instructions", @@ -999,19 +999,19 @@ } }, "options": { - "message": "Options" + "message": "Beállítások" }, "optionsDesc": { "message": "Customize your web vault experience." }, "optionsUpdated": { - "message": "Options updated" + "message": "A beállítások frissítve" }, "language": { - "message": "Language" + "message": "Nyelv" }, "languageDesc": { - "message": "Change the language used by the web vault." + "message": "A web széf nyelvének megváltoztatása." }, "disableIcons": { "message": "Disable Website Icons" @@ -1020,20 +1020,20 @@ "message": "Website Icons provide a recognizable image next to each login item in your vault." }, "enableGravatars": { - "message": "Enable Gravatars", + "message": "Gravatarok engedélyezése", "description": "'Gravatar' is the name of a service. See www.gravatar.com" }, "enableGravatarsDesc": { - "message": "Use avatar images loaded from gravatar.com." + "message": "Avatar képek használata gravatar.com-ról." }, "default": { - "message": "Default" + "message": "Alapértelmezett" }, "domainRules": { "message": "Domain Rules" }, "domainRulesDesc": { - "message": "If you have the same login across multiple different website domains, you can mark the website as \"equivalent\". \"Global\" domains are ones already created for you by Bitwarden." + "message": "Ha ugyanazokat a bejelentkezési adatokat használod több különböző website domainen, \"azonos\"-nak jelölheted őket. \"Global\" domainek azok, amelyeket a Bitwarden már létrehozott." }, "globalEqDomains": { "message": "Global Equivalent Domains" @@ -1042,10 +1042,10 @@ "message": "Custom Equivalent Domains" }, "exclude": { - "message": "Exclude" + "message": "Kizár" }, "include": { - "message": "Include" + "message": "Belevesz" }, "customize": { "message": "Customize" @@ -1066,13 +1066,13 @@ } }, "domainsUpdated": { - "message": "Domains updated" + "message": "Tartományok frissítve" }, "twoStepLogin": { "message": "Two-step Login" }, "twoStepLoginDesc": { - "message": "Secure your account by requiring an additional step when logging in." + "message": "Biztosítsd a felhasználói fiókodat egy további azonosítási lépéssel bejelentkezéskor." }, "twoStepLoginOrganizationDesc": { "message": "Require two-step login for your organization's users by configuring providers at the organization level." @@ -1084,17 +1084,17 @@ "message": "View Recovery Code" }, "providers": { - "message": "Providers", + "message": "Szolgáltatók", "description": "Two-step login providers such as YubiKey, Duo, Authenticator apps, Email, etc." }, "enable": { - "message": "Enable" + "message": "Engedélyez" }, "enabled": { - "message": "Enabled" + "message": "Engedélyezve" }, "premium": { - "message": "Premium", + "message": "Prémium", "description": "Premium Membership" }, "premiumMembership": { @@ -1104,88 +1104,88 @@ "message": "Premium Required" }, "premiumRequiredDesc": { - "message": "A premium membership is required to use this feature." + "message": "A funkció használatához prémium tagság szükséges." }, "youHavePremiumAccess": { - "message": "You have premium access" + "message": "Prémium tagságod van" }, "alreadyPremiumFromOrg": { "message": "You already have access to premium features because of an organization you are a member of." }, "manage": { - "message": "Manage" + "message": "Kezelés" }, "disable": { - "message": "Disable" + "message": "Kikapcsol" }, "twoStepLoginProviderEnabled": { - "message": "This two-step login provider is enabled on your account." + "message": "Ez a kétlépéses azonosító szolgáltató be lett kapcsolva a felhasználói fiókodon." }, "twoStepLoginAuthDesc": { - "message": "Enter your master password to modify two-step login settings." + "message": "Írd be a mesterjelszavad, hogy módosíthasd a kétlépéses bejelentkezési beállításaidat." }, "twoStepAuthenticatorDesc": { - "message": "Follow these steps to set up two-step login with an authenticator app:" + "message": "Kövesd a következő lépéseket, a kétlépéses azonosítás egy azonosító alkalmazással történő beállításához:" }, "twoStepAuthenticatorDownloadApp": { - "message": "Download a two-step authenticator app" + "message": "Tölts le egy kétlépéses azonosító alkalmazást" }, "twoStepAuthenticatorNeedApp": { - "message": "Need a two-step authenticator app? Download one of the following" + "message": "Szükséged van egy kétlépéses azonosító alkalmazásra? Tölts le egyet a következők közül" }, "iosDevices": { - "message": "iOS devices" + "message": "iOS eszközök" }, "androidDevices": { - "message": "Android devices" + "message": "Android eszközök" }, "windowsDevices": { - "message": "Windows devices" + "message": "Windows eszközök" }, "twoStepAuthenticatorAppsRecommended": { "message": "These apps are recommended, however, other authenticator apps will also work." }, "twoStepAuthenticatorScanCode": { - "message": "Scan this QR code with your authenticator app" + "message": "Olvasd le ezt a QR kódot az azonosító alkalmazásoddal" }, "key": { - "message": "Key" + "message": "Kulcs" }, "twoStepAuthenticatorEnterCode": { - "message": "Enter the resulting 6 digit verification code from the app" + "message": "Add meg a kapott 6 karakteres ellenőrző kódot az alkalmazásból" }, "twoStepAuthenticatorReaddDesc": { - "message": "In case you need to add it to another device, below is the QR code (or key) required by your authenticator app." + "message": "Ha egy másik eszközhöz is hozzáadnád, alább találod az azonosító alkalmazáshoz szükséges a QR kódot (vagy kulcsot)." }, "twoStepDisableDesc": { - "message": "Are you sure you want to disable this two-step login provider?" + "message": "Biztosan ki akarod kapcsolni ezt a kétfaktoros azonosító szolgáltatást?" }, "twoStepDisabled": { - "message": "Two-step login provider disabled." + "message": "Kétlépcsős azonosító szolgáltatás kikapcsolva." }, "twoFactorYubikeyAdd": { - "message": "Add a new YubiKey to your account" + "message": "Adj meg egy új YubiKey-t a fiókodhoz" }, "twoFactorYubikeyPlugIn": { "message": "Plug the YubiKey (NEO or 4 series) into your computer's USB port." }, "twoFactorYubikeySelectKey": { - "message": "Select the first empty YubiKey input field below." + "message": "Válaszd ki az első üres YubiKey beviteli mezőt alább." }, "twoFactorYubikeyTouchButton": { - "message": "Touch the YubiKey's button." + "message": "Érintsd meg a YubiKey gombját." }, "twoFactorYubikeySaveForm": { - "message": "Save the form." + "message": "Űrlap mentése." }, "twoFactorYubikeyWarning": { - "message": "Due to platform limitations, YubiKeys cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when YubiKeys cannot be used. Supported platforms:" + "message": "Platform korlátozások miatt nem lehetséges minden Bitwarden alkalmazásban YubiKey-t használni. Engedélyezz egy másik kétfaktoros azonosítási szolgáltatást, hogy hozzáférhess a felhasználói fiókodhoz, ha a YubiKey nem használható. Támogatott platformok:" }, "twoFactorYubikeySupportUsb": { - "message": "Web vault, desktop application, CLI, and all browser extensions on a device with a USB port that can accept your YubiKey." + "message": "Webes széf, asztali alkalmazás, CLI, és minden egyéb böngésző bővítmény olyan USB porttal rendelkező eszközön, amely támogatja a YubiKey-t." }, "twoFactorYubikeySupportMobile": { - "message": "Mobile apps on a device with NFC capabilities or a USB port that can accept your YubiKey." + "message": "Mobil alkalmazások NFC-vel, vagy USB porttal felszerelt eszközön, amely támogatja a YubiKey-t." }, "yubikeyX": { "message": "YubiKey $INDEX$", @@ -1209,19 +1209,19 @@ "message": "NFC Support" }, "twoFactorYubikeySupportsNfc": { - "message": "One of my keys supports NFC." + "message": "NFC-t támogató kulcsaim egyike." }, "twoFactorYubikeySupportsNfcDesc": { - "message": "If one of your YubiKeys supports NFC (such as a YubiKey NEO), you will be prompted on mobile devices whenever NFC availability is detected." + "message": "Ha van NFC-t támogató YubiKey-ed (pl. YubiKey NEO), a mobil eszközök fel fognak kérni az NFC elérhetőségének észleléskor." }, "yubikeysUpdated": { - "message": "YubiKeys updated" + "message": "YubiKey frissítve" }, "disableAllKeys": { "message": "Disable All Keys" }, "twoFactorDuoDesc": { - "message": "Enter the Bitwarden application information from your Duo Admin panel." + "message": "Add meg a Bitwarden alkalmazás információit a Duo Admin paneledről." }, "twoFactorDuoIntegrationKey": { "message": "Integration Key" @@ -1233,80 +1233,80 @@ "message": "API Hostname" }, "twoFactorEmailDesc": { - "message": "Follow these steps to set up two-step login with email:" + "message": "Kövesd a következő lépéseket, a kétlépéses azonosítás email címmel történő beállításához:" }, "twoFactorEmailEnterEmail": { - "message": "Enter the email that you wish to receive verification codes" + "message": "Add meg azt az email címet, ahová az azonosító kódokat szeretnéd megkapni" }, "twoFactorEmailEnterCode": { - "message": "Enter the resulting 6 digit verification code from the email" + "message": "Add meg a kapott 6 karakteres ellenőrző kódot az emailből" }, "sendEmail": { "message": "Send Email" }, "twoFactorU2fAdd": { - "message": "Add a FIDO U2F security key to your account" + "message": "Adj meg egy FIDO U2F biztonsági kulcsot a felhasználói fiókodhoz" }, "removeU2fConfirmation": { - "message": "Are you sure you want to remove this security key?" + "message": "Biztosan el akarod távolítani ezt a biztonsági kulcsot?" }, "readKey": { "message": "Read Key" }, "keyCompromised": { - "message": "Key is compromised." + "message": "Kompromittálódott kulcs." }, "twoFactorU2fGiveName": { - "message": "Give the security key a friendly name to identify it." + "message": "Adj egy nevet a biztonsági kulcsnak, hogy könnyen azonosíthasd." }, "twoFactorU2fPlugInReadKey": { "message": "Plug the security key into your computer's USB port and click the \"Read Key\" button." }, "twoFactorU2fTouchButton": { - "message": "If the security key has a button, touch it." + "message": "Ha biztonsági kulcsnak van gombja, nyomd meg." }, "twoFactorU2fSaveForm": { - "message": "Save the form." + "message": "Űrlap mentése." }, "twoFactorU2fWarning": { - "message": "Due to platform limitations, FIDO U2F cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when FIDO U2F cannot be used. Supported platforms:" + "message": "Platform korlátozások miatt nem lehetséges minden Bitwarden alkalmazásban FIDO U2F-t használni. Engedélyezz egy másik kétfaktoros azonosítási szolgáltatást, hogy hozzáférhess a felhasználói fiókodhoz, ha a FIDO U2F nem használható. Támogatott platformok:" }, "twoFactorU2fSupportWeb": { - "message": "Web vault and browser extensions on a desktop\/laptop with a U2F enabled browser (Chrome, Opera, Vivaldi, or Firefox with FIDO U2F enabled)." + "message": "Web széf és böngésző kiegészítők asztali gépen \/ laptopon engedélyezett U2F böngészővel (Chrome, Opera, Vivaldi, vagy Firefox bekapcsolt FIDO U2F-fel)." }, "twoFactorU2fWaiting": { - "message": "Waiting for you to touch the button on your security key" + "message": "Várjuk, hogy megérintsd a gombot a biztonsági kulcsodon" }, "twoFactorU2fClickSave": { - "message": "Click the \"Save\" button below to enable this security key for two-step login." + "message": "Klikkelj a \"Mentés\" gombra, hogy bekapcsold ezt a biztonsági kulcsot a kétfaktoros azonosításhoz." }, "twoFactorU2fProblemReadingTryAgain": { - "message": "There was a problem reading the security key. Try again." + "message": "Probléma lépett fel a biztonsági kulcs olvasásakor. Próbáld újra!" }, "twoFactorRecoveryYourCode": { - "message": "Your Bitwarden two-step login recovery code" + "message": "A Bitwarden kétfaktoros bejelentkezés helyreállító kódod" }, "twoFactorRecoveryNoCode": { - "message": "You have not enabled any two-step login providers yet. After you have enabled a two-step login provider you can check back here for your recovery code." + "message": "Még nem állítottál be kétfaktoros azonosítást. Miután beállítottál egy kétfaktoros azonosító szolgáltatást, visszatérhetsz ide, a helyreállító kódodért." }, "printCode": { "message": "Print Code", "description": "Print 2FA recovery code" }, "reports": { - "message": "Reports" + "message": "Jelentések" }, "unsecuredWebsitesReport": { "message": "Unsecured Websites Report" }, "unsecuredWebsitesReportDesc": { - "message": "Using unsecured websites with the http:\/\/ scheme can be dangerous. If the website allows, you should always access it using the https:\/\/ scheme so that your connection is encrypted." + "message": "http:\/\/ kezdetű nem biztonságos honlapok használata veszélyes lehet. Ha a honlap engedi, mindig használd a https:\/\/ kezdetű címet, hogy a kapcsolatod titkosított legyen." }, "unsecuredWebsitesFound": { "message": "Unsecured Websites Found" }, "unsecuredWebsitesFoundDesc": { - "message": "We found $COUNT$ items in your vault with unsecured URIs. You should change their URI scheme to https:\/\/ if the website allows it.", + "message": "$COUNT$ tételt találtunk a széfedben nem biztonságos URI-val. Ha lehetséges, módosítsd őket https:\/\/-re.", "placeholders": { "count": { "content": "$1", @@ -1315,19 +1315,19 @@ } }, "noUnsecuredWebsites": { - "message": "No items in your vault have unsecured URIs." + "message": "A széfedben minden tétel biztonságos URI-val rendelkezik." }, "inactive2faReport": { "message": "Inactive 2FA Report" }, "inactive2faReportDesc": { - "message": "Two-factor authentication (2FA) is an important security setting that helps secure your accounts. If the website offers it, you should always enable two-factor authentication." + "message": "A kétfaktoros azonosítás (2FA) egy fontos beállítás, ami segít a felhasználói fiókod megvédeni. Ha egy honlap felkínálja a használatát, mindig javasolt a használata." }, "inactive2faFound": { "message": "Logins Without 2FA Found" }, "inactive2faFoundDesc": { - "message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to twofactorauth.org). To further protect these accounts, you should enable two-factor authentication.", + "message": "$COUNT$ honlapot találtunk a fiókodban, amelyek (a twofactorauth.org alapján) nincsenek kétfaktoros azonosítással védve. Ezen fiókok további védelme érdekében, javasolt lenne használod a kétfaktoros azonosítást.", "placeholders": { "count": { "content": "$1", @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "Your payment method will be charged immediately and then on a recurring basis each year. You may cancel at any time." }, - "paymentChargedWithTrial": { - "message": "Your plan comes with a free 7 day trial. Your payment method will not be charged until the trial has ended. Billing will occur on a recurring basis each $INTERVAL$. You may cancel at any time.", + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" + } + } + }, + "paymentChargedWithTrial": { + "message": "A terved 7 napos ingyenes kipróbálási időszakot tartalmaz. A választott fizetési mód nem lesz megterhelve a kipróbálási időszak végéig. Az ismétlődő számlázás alapja $INTERVAL$. Ezt bármikor lemondhatod.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" } } }, @@ -1626,7 +1635,7 @@ "message": "Credit Card" }, "paypalClickSubmit": { - "message": "Click the PayPal button to log into your PayPal account, then click the Submit button below to continue." + "message": "Klikkelj a PayPal gombra a PayPal fiókodba történő bejelentkezéshez, majd klikkelj az alábbi Beállít gombra a folytatáshoz." }, "cancelSubscription": { "message": "Cancel Subscription" @@ -1638,19 +1647,19 @@ "message": "Pending Cancellation" }, "subscriptionPendingCanceled": { - "message": "The subscription has been marked for cancellation at the end of the current billing period." + "message": "Az előfizetés törlésre lett kijelölve a jelen számlázási periódus végével." }, "reinstateSubscription": { "message": "Reinstate Subscription" }, "reinstateConfirmation": { - "message": "Are you sure you want to remove the pending cancellation request and reinstate your subscription?" + "message": "Biztos vagy benne, hogy visszavonod az előfizetésed függőben lévő törlését és újra helyreállítod az előfizetésed?" }, "reinstated": { - "message": "The subscription has been reinstated." + "message": "Az előfizetésed helyre lett állítva." }, "cancelConfirmation": { - "message": "Are you sure you want to cancel? You will lose access to all of this subscription's features at the end of this billing cycle." + "message": "Biztosan vissza akarod vonni az előfizetésed? Így a számlázási időszak végével el fogsz veszíteni minden olyan többletképességet, ami az előfizetésedhez kapcsolódik." }, "canceledSubscription": { "message": "The subscription has been canceled." @@ -1659,13 +1668,13 @@ "message": "Never Expires" }, "status": { - "message": "Status" + "message": "Státusz" }, "nextCharge": { "message": "Next Charge" }, "details": { - "message": "Details" + "message": "Részletek" }, "downloadLicense": { "message": "Download License" @@ -1680,7 +1689,7 @@ "message": "Manage Subscription" }, "storage": { - "message": "Storage" + "message": "Tárhely" }, "addStorage": { "message": "Add Storage" @@ -1689,7 +1698,7 @@ "message": "Remove Storage" }, "subscriptionStorage": { - "message": "Your subscription has a total of $MAX_STORAGE$ GB of encrypted file storage. You are currently using $USED_STORAGE$.", + "message": "Az előfizetésedhez összesen $MAX_STORAGE$ GB titkosított tárhely tartozik. Jelenleg $USED_STORAGE$ GB-t használsz.", "placeholders": { "max_storage": { "content": "$1", @@ -1705,7 +1714,7 @@ "message": "Payment Method" }, "noPaymentMethod": { - "message": "No payment method on file." + "message": "Nincs fizetési mód beállítva." }, "addPaymentMethod": { "message": "Add Payment Method" @@ -1714,36 +1723,36 @@ "message": "Change Payment Method" }, "invoices": { - "message": "Invoices" + "message": "Számlák" }, "noInvoices": { - "message": "No invoices." + "message": "Nincs számla." }, "paid": { - "message": "Paid", + "message": "Fizetve", "description": "Past tense status of an invoice. ex. Paid or unpaid." }, "unpaid": { - "message": "Unpaid", + "message": "Fizetésre vár", "description": "Past tense status of an invoice. ex. Paid or unpaid." }, "transactions": { - "message": "Transactions", + "message": "Tranzakciók", "description": "Payment\/credit transactions." }, "noTransactions": { - "message": "No transactions." + "message": "Nincsenek tranzakciók." }, "chargeNoun": { - "message": "Charge", + "message": "Terhelés", "description": "Noun. A charge from a payment method." }, "refundNoun": { - "message": "Refund", + "message": "Visszatérítés", "description": "Noun. A refunded payment that was charged." }, "chargesStatement": { - "message": "Any charges will appear on your statement as $STATEMENT_NAME$.", + "message": "A kivonatodon minden terhelés $STATEMENT_NAME$ néven jelenik meg.", "placeholders": { "statement_name": { "content": "$1", @@ -1758,13 +1767,13 @@ "message": "GB of Storage To Remove" }, "storageAddNote": { - "message": "Adding storage will result in adjustments to your billing totals and immediately charge your payment method on file. The first charge will be prorated for the remainder of the current billing cycle." + "message": "A tárhely bővítése megjelenik a számlaösszesítőben és azonnal terheli a fizetési módodat. Az első díj az aktuális számlázási ciklus időarányos fennmaradó részére kerül számlázásra." }, "storageRemoveNote": { - "message": "Removing storage will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge." + "message": "A tárhely bővítés visszavonása megjelenik a számlaösszesítőben, amely a következő számlázott díjat fogja csökkenteni." }, "adjustedStorage": { - "message": "Adjusted $AMOUNT$ GB of storage.", + "message": "A módosított tárhelyed $AMOUNT$ GB.", "placeholders": { "amount": { "content": "$1", @@ -1773,10 +1782,10 @@ } }, "contactSupport": { - "message": "Contact Customer Support" + "message": "Kérjük forduljon az ügyfélszolgálathoz" }, "updatedPaymentMethod": { - "message": "Updated payment method." + "message": "Frissített fizetési mód." }, "purchasePremium": { "message": "Purchase Premium" @@ -1800,7 +1809,7 @@ "message": "To create an on-premise hosted organization you need to upload a valid license file." }, "accountEmailMustBeVerified": { - "message": "Your account's email address must be verified." + "message": "Kérjük erősítsd meg email címed." }, "newOrganizationDesc": { "message": "Organizations allow you to share parts of your vault with others as well as manage related users for a specific entity such as a family, small team, or large company." @@ -1812,7 +1821,7 @@ "message": "Organization Name" }, "accountOwnedBusiness": { - "message": "This account is owned by a business." + "message": "Ez a felhasználói fiók egy vállalkozás tulajdonában van." }, "billingEmail": { "message": "Billing Email" @@ -1824,7 +1833,7 @@ "message": "Choose Your Plan" }, "users": { - "message": "Users" + "message": "Felhasználók" }, "userSeats": { "message": "User Seats" @@ -1833,10 +1842,10 @@ "message": "Additional User Seats" }, "userSeatsDesc": { - "message": "# of user seats" + "message": "Felhasználói helyek száma" }, "userSeatsAdditionalDesc": { - "message": "Your plan comes with $BASE_SEATS$ user seats. You can add additional users for $SEAT_PRICE$ per user \/month.", + "message": "A terved $BASE_SEATS$ felhasználói helyet tartalmaz. További felhasználókat havi $SEAT_PRICE$ áron vehetsz fel.", "placeholders": { "base_seats": { "content": "$1", @@ -1849,10 +1858,10 @@ } }, "userSeatsHowManyDesc": { - "message": "How many user seats do you need? You can also add additional seats later if needed." + "message": "Mennyi felhasználói helyre van szükséged? A felhasználói helyeket később szükség esetén bővítheted." }, "planNameFree": { - "message": "Free", + "message": "Ingyenes", "description": "Free as in 'free beer'." }, "planDescFree": { @@ -1865,19 +1874,19 @@ } }, "planNameFamilies": { - "message": "Families" + "message": "Családi" }, "planDescFamilies": { - "message": "For personal use, to share with family & friends." + "message": "Személyes használatra, családtagokkal és barátokkal történő megosztásra." }, "planNameTeams": { - "message": "Teams" + "message": "Csoportoknak" }, "planDescTeams": { "message": "For businesses and other team organizations." }, "planNameEnterprise": { - "message": "Enterprise" + "message": "Vállalatoknak" }, "planDescEnterprise": { "message": "For businesses and other large organizations." @@ -1886,7 +1895,7 @@ "message": "Free Forever" }, "includesXUsers": { - "message": "includes $COUNT$ users", + "message": "$COUNT$ felhasználót tartalmaz", "placeholders": { "count": { "content": "$1", @@ -1898,7 +1907,7 @@ "message": "Additional Users" }, "costPerUser": { - "message": "$COST$ per user", + "message": "felhasználónként $COST$", "placeholders": { "cost": { "content": "$1", @@ -1907,7 +1916,7 @@ } }, "limitedUsers": { - "message": "Limited to $COUNT$ users (including you)", + "message": "$COUNT$ felhasználóra korlátozva (veled együtt)", "placeholders": { "count": { "content": "$1", @@ -1916,7 +1925,7 @@ } }, "limitedCollections": { - "message": "Limited to $COUNT$ collections", + "message": "$COUNT$ gyűjteményre korlátozva", "placeholders": { "count": { "content": "$1", @@ -1925,7 +1934,7 @@ } }, "addShareLimitedUsers": { - "message": "Add and share with up to $COUNT$ users", + "message": "Kezdd el és oszd meg $COUNT$ felhasználóval", "placeholders": { "count": { "content": "$1", @@ -1934,13 +1943,13 @@ } }, "addShareUnlimitedUsers": { - "message": "Add and share with unlimited users" + "message": "Kezdd el oszd meg korlátlan számú felhasználóval" }, "createUnlimitedCollections": { - "message": "Create unlimited collections" + "message": "Hozz létre korlátlan gyűjteményt" }, "gbEncryptedFileStorage": { - "message": "$SIZE$ encrypted file storage", + "message": "$SIZE$ GB titkosított tárhely", "placeholders": { "size": { "content": "$1", @@ -1949,28 +1958,28 @@ } }, "onPremHostingOptional": { - "message": "On-premise hosting (optional)" + "message": "On-premise hosting (opcionális)" }, "usersGetPremium": { - "message": "Users get access to premium membership features" + "message": "A felhasználók hozzáférést kapnak a prémium tagság előnyeihez" }, "controlAccessWithGroups": { - "message": "Control user access with groups" + "message": "Szabályozd a felhasználók hozzáférését csoportokon keresztül" }, "syncUsersFromDirectory": { - "message": "Sync your users and groups from a directory" + "message": "Szinkronizáld a felhasználóidat és csoportjaidat egy könyvtárból" }, "trackAuditLogs": { - "message": "Track user actions with audit logs" + "message": "Kövesd nyomon audit logokkal a felhasználói tevékenységeket" }, "enforce2faDuo": { - "message": "Enforce 2FA with Duo" + "message": "2FA kényszerítése Duo-val" }, "priorityCustomerSupport": { - "message": "Priority customer support" + "message": "Elsőbbségi felhasználói támogatás" }, "xDayFreeTrial": { - "message": "$COUNT$ day free trial, cancel anytime", + "message": "$COUNT$ ingyenes napod van még a kipróbálásra. Bármikor lemondhatod.", "placeholders": { "count": { "content": "$1", @@ -1979,10 +1988,10 @@ } }, "monthly": { - "message": "Monthly" + "message": "Havi" }, "annually": { - "message": "Annually" + "message": "Éves" }, "basePrice": { "message": "Base Price" @@ -1993,8 +2002,11 @@ "organizationReadyToGo": { "message": "Your new organization is ready to go!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { - "message": "Leave" + "message": "Kilép" }, "leaveOrganizationConfirmation": { "message": "Are you sure you want to leave this organization?" @@ -2012,16 +2024,16 @@ "message": "Get the Apps" }, "loggedInAs": { - "message": "Logged in as" + "message": "Bejelentkezve mint" }, "eventLogs": { "message": "Event Logs" }, "people": { - "message": "People" + "message": "Emberek" }, "groups": { - "message": "Groups" + "message": "Csoportok" }, "newGroup": { "message": "New Group" @@ -2033,25 +2045,25 @@ "message": "Edit Group" }, "deleteGroupConfirmation": { - "message": "Are you sure you want to delete this group?" + "message": "Biztos, hogy törölni szeretnéd ezt a csoportot?" }, "removeUserConfirmation": { - "message": "Are you sure you want to remove this user?" + "message": "Biztosan törölni szeretnéd ezt a felhasználót?" }, "externalId": { "message": "External Id" }, "externalIdDesc": { - "message": "The external id can be used as a reference or to link this resource to an external system such as a user directory." + "message": "A külső azonosító referenciaként használható, vagy ahhoz, hogy ezt az erőforrást egy külső rendszerhez, például felhasználói könyvtárhoz kapcsold." }, "accessControl": { "message": "Access Control" }, "groupAccessAllItems": { - "message": "This group can access and modify all items." + "message": "Ez a csoport minden elemhez hozzáfér és módosíthatja azokat." }, "groupAccessSelectedCollections": { - "message": "This group can access only the selected collections." + "message": "Ez a csoport csak a kiválasztott gyűjteményekhez fér hozzá." }, "readOnly": { "message": "Read Only" @@ -2066,7 +2078,7 @@ "message": "Edit Collection" }, "deleteCollectionConfirmation": { - "message": "Are you sure you want to delete this collection?" + "message": "Biztosan törölni szeretnéd ezt a gyűjteményt?" }, "editUser": { "message": "Edit User" @@ -2078,7 +2090,7 @@ "message": "Invite a new user to your organization by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account." }, "inviteMultipleEmailDesc": { - "message": "You can invite up to $COUNT$ users at a time by comma separating a list of email addresses.", + "message": "Egymástól vesszővel elválasztott email címek megadásával egyszerre meghívhatsz akár $COUNT$ felhasználót.", "placeholders": { "count": { "content": "$1", @@ -2087,28 +2099,28 @@ } }, "userUsingTwoStep": { - "message": "This user is using two-step login to protect their account." + "message": "Ez a felhasználó kétfaktoros azonosítást használ fiókjának védelmére." }, "userAccessAllItems": { - "message": "This user can access and modify all items." + "message": "Ez a felhasználó minden elemhez hozzáfér és módosítani tudja azokat." }, "userAccessSelectedCollections": { - "message": "This user can access only the selected collections." + "message": "Ez a felhasználó csak a kiválasztott gyűjteményekhez fér hozzá." }, "search": { - "message": "Search" + "message": "Keresés" }, "invited": { - "message": "Invited" + "message": "Meghívva" }, "accepted": { - "message": "Accepted" + "message": "Elfogadva" }, "confirmed": { - "message": "Confirmed" + "message": "Megerősítve" }, "owner": { - "message": "Owner" + "message": "Tulajdonos" }, "ownerDesc": { "message": "The highest access user that can manage all aspects of your organization." @@ -2120,7 +2132,7 @@ "message": " Admins can access and manage all items, collections and users in your organization." }, "user": { - "message": "User" + "message": "Felhasználó" }, "userDesc": { "message": "A regular user with access to your organization's collections." @@ -2132,64 +2144,64 @@ "message": "Managers can access and manage assigned collections in your organization." }, "all": { - "message": "All" + "message": "Mind" }, "refresh": { - "message": "Refresh" + "message": "Frissítés" }, "timestamp": { - "message": "Timestamp" + "message": "Időbélyeg" }, "event": { - "message": "Event" + "message": "Esemény" }, "unknown": { - "message": "Unknown" + "message": "Ismeretlen" }, "loadMore": { "message": "Load More" }, "mobile": { - "message": "Mobile", + "message": "Mobil", "description": "Mobile app" }, "extension": { - "message": "Extension", + "message": "Bővítmény", "description": "Browser extension\/addon" }, "desktop": { - "message": "Desktop", + "message": "Asztal", "description": "Desktop app" }, "webVault": { "message": "Web Vault" }, "loggedIn": { - "message": "Logged in." + "message": "Bejelentkezve." }, "changedPassword": { - "message": "Changed account password." + "message": "A felhasználó fiók jelszava megváltozott." }, "enabledUpdated2fa": { - "message": "Enabled\/updated two-step login." + "message": "Kétlépcsős bejelentkezés bekapcsolva\/frissítve." }, "disabled2fa": { - "message": "Disabled two-step login." + "message": "Kétlépcsős bejelentkezés kikapcsolva." }, "recovered2fa": { - "message": "Recovered account from two-step login." + "message": "38\/5000\nA felhasználói fiók visszaállítva kétlépéses bejelentkezésről." }, "failedLogin": { - "message": "Login attempt failed with incorrect password." + "message": "A bejelentkezési kísérlet meghiúsult hibás jelszó miatt." }, "failedLogin2fa": { - "message": "Login attempt failed with incorrect two-step login." + "message": "A bejelentkezés meghiúsult hibás kétfaktoros azonosítás miatt." }, "editedOrgSettings": { "message": "Edited organization settings." }, "createdItemId": { - "message": "Created item $ID$.", + "message": "$ID$ tétel létrehozva.", "placeholders": { "id": { "content": "$1", @@ -2198,7 +2210,7 @@ } }, "editedItemId": { - "message": "Edited item $ID$.", + "message": "$ID$ tétel szerkesztve.", "placeholders": { "id": { "content": "$1", @@ -2207,7 +2219,7 @@ } }, "deletedItemId": { - "message": "Deleted item $ID$.", + "message": "$ID$ tétel törölve.", "placeholders": { "id": { "content": "$1", @@ -2216,7 +2228,7 @@ } }, "sharedItemId": { - "message": "Shared item $ID$.", + "message": "$ID$ tétel megosztva.", "placeholders": { "id": { "content": "$1", @@ -2225,7 +2237,7 @@ } }, "createdCollectionId": { - "message": "Created collection $ID$.", + "message": "$ID$ gyűjtemény létrehozva.", "placeholders": { "id": { "content": "$1", @@ -2234,7 +2246,7 @@ } }, "editedCollectionId": { - "message": "Edited collection $ID$.", + "message": "$ID$ gyújtemény szerkesztve.", "placeholders": { "id": { "content": "$1", @@ -2243,7 +2255,7 @@ } }, "deletedCollectionId": { - "message": "Deleted collection $ID$.", + "message": "$ID$ gyűjtemény törölve.", "placeholders": { "id": { "content": "$1", @@ -2252,7 +2264,7 @@ } }, "createdGroupId": { - "message": "Created group $ID$.", + "message": "$ID$ csoport létrehozva.", "placeholders": { "id": { "content": "$1", @@ -2261,7 +2273,7 @@ } }, "editedGroupId": { - "message": "Edited group $ID$.", + "message": "$ID$ csoport szerkesztve.", "placeholders": { "id": { "content": "$1", @@ -2270,7 +2282,7 @@ } }, "deletedGroupId": { - "message": "Deleted group $ID$.", + "message": "$ID$ csoport törölve.", "placeholders": { "id": { "content": "$1", @@ -2279,7 +2291,7 @@ } }, "removedUserId": { - "message": "Removed user $ID$.", + "message": "$ID$ felhasználó törölve.", "placeholders": { "id": { "content": "$1", @@ -2288,7 +2300,7 @@ } }, "createdAttachmentForItem": { - "message": "Created attachment for item $ID$.", + "message": "Csatolmány létrehozva $ID$-hoz.", "placeholders": { "id": { "content": "$1", @@ -2297,7 +2309,7 @@ } }, "deletedAttachmentForItem": { - "message": "Deleted attachment for item $ID$.", + "message": "Csatolmány törölve $ID$-ból.", "placeholders": { "id": { "content": "$1", @@ -2306,7 +2318,7 @@ } }, "editedCollectionsForItem": { - "message": "Edited collections for item $ID$.", + "message": "Szerkesztett gyűjtemény $ID$-hez.", "placeholders": { "id": { "content": "$1", @@ -2315,7 +2327,7 @@ } }, "invitedUserId": { - "message": "Invited user $ID$.", + "message": "$ID$ felhasználó meghívva.", "placeholders": { "id": { "content": "$1", @@ -2324,7 +2336,7 @@ } }, "confirmedUserId": { - "message": "Confirmed user $ID$.", + "message": "$ID$ felhasználó megerősítve.", "placeholders": { "id": { "content": "$1", @@ -2333,7 +2345,7 @@ } }, "editedUserId": { - "message": "Edited user $ID$.", + "message": "$ID$ felhasználó szerkesztve.", "placeholders": { "id": { "content": "$1", @@ -2342,7 +2354,7 @@ } }, "editedGroupsForUser": { - "message": "Edited groups for user $ID$.", + "message": "$ID$ felhasználó csoportja szerkesztve.", "placeholders": { "id": { "content": "$1", @@ -2351,16 +2363,16 @@ } }, "device": { - "message": "Device" + "message": "Eszköz" }, "view": { - "message": "View" + "message": "Nézet" }, "invalidDateRange": { - "message": "Invalid date range." + "message": "Érvénytelen időintervallum." }, "errorOccurred": { - "message": "An error has occurred." + "message": "Egy hiba történt." }, "userAccess": { "message": "User Access" @@ -2372,16 +2384,16 @@ "message": "Group Access" }, "groupAccessUserDesc": { - "message": "Edit the groups that this user belongs to." + "message": "Ehhez a felhasználóhoz tartozó csoport szerkesztése." }, "invitedUsers": { - "message": "Invited user(s)." + "message": "Meghívott felhasználó(k)." }, "resendInvitation": { "message": "Resend Invitation" }, "hasBeenReinvited": { - "message": "$USER$ has been reinvited.", + "message": "$USER$ felhasználó meghívva.", "placeholders": { "user": { "content": "$1", @@ -2390,13 +2402,13 @@ } }, "confirm": { - "message": "Confirm" + "message": "Megerősít" }, "confirmUser": { "message": "Confirm User" }, "hasBeenConfirmed": { - "message": "$USER$ has been confirmed.", + "message": "$USER$ felhasználó megerősítve.", "placeholders": { "user": { "content": "$1", @@ -2420,25 +2432,25 @@ "message": "Verify Email" }, "verifyEmailDesc": { - "message": "Verify your account's email address to unlock access to all features." + "message": "Erősítsd meg email címed, hogy minden képességhez hozzáférj." }, "verifyEmailFirst": { "message": "Your account's email address first must be verified." }, "checkInboxForVerification": { - "message": "Check your email inbox for a verification link." + "message": "Ellenőrizd az emailed az ellenőrző kódért." }, "emailVerified": { - "message": "Your email has been verified." + "message": "Email címed megerősítve." }, "emailVerifiedFailed": { - "message": "Unable to verify your email. Try sending a new verification email." + "message": "Nem lehetséges az email címed megerősítése. Próbálj meg új ellenőrző emailt küldeni." }, "updateBrowser": { "message": "Update Browser" }, "updateBrowserDesc": { - "message": "You are using an unsupported web browser. The web vault may not function properly." + "message": "Nem támogatott böngészőt használsz. Előfordulhat, hogy a web széfed nem fog helyesen működni." }, "joinOrganization": { "message": "Join Organization" @@ -2456,28 +2468,28 @@ "message": "Unable to accept invitation. Ask an organization admin to send a new invitation." }, "rememberEmail": { - "message": "Remember email" + "message": "Emlékeztető email" }, "recoverAccountTwoStepDesc": { - "message": "If you cannot access your account through your normal two-step login methods, you can use your two-step login recovery code to disable all two-step providers on your account." + "message": "Ha nem férsz hozzá a felhasználói fiókodhoz a normál kétfaktoros azonosítási mód használatával, használhatod a kétfaktoros azonosítás helyreállító kódodat, hogy kikapcsold az összes kétfaktoros hitelesítő szolgáltatást a fiókodon." }, "recoverAccountTwoStep": { "message": "Recover Account Two-Step Login" }, "twoStepRecoverDisabled": { - "message": "Two-step login has been disabled on your account." + "message": "A kétfaktoros hitelesítés ki lett kapcsolva a felhasználói fiókodon." }, "learnMore": { - "message": "Learn more" + "message": "Tudj meg többet" }, "deleteRecoverDesc": { - "message": "Enter your email address below to recover and delete your account." + "message": "Add meg email címedet lentebb, hogy helyreállítsd és töröld felhasználói fiókodat." }, "deleteRecoverEmailSent": { - "message": "If your account exists, we've sent you an email with further instructions." + "message": "Ha létezik a felhasználói fiókod, akkor küldtünk neked egy emailt a további teendőkről." }, "deleteRecoverConfirmDesc": { - "message": "You have requested to delete your Bitwarden account. Click the button below to confirm." + "message": "A Bitwarden felhasználói fiókod törlését kérted. Kattints a lenti gombra a megerősítéshez." }, "myOrganization": { "message": "My Organization" @@ -2797,22 +2809,22 @@ "message": "API Key" }, "apiKeyDesc": { - "message": "Your API key can be used to authenticate to the Bitwarden public API." + "message": "Az API kulcsod használható azonosításhoz a Bitwarden publikus API-hoz." }, "apiKeyRotateDesc": { - "message": "Rotating the API key will invalidate the previous key. You can rotate your API key if you believe that the current key is no longer safe to use." + "message": "Az API kulcs váltása érvényteleníti a korábbi kulcsot. Az API kulcsodat elfordíthatod, ha úgy gondolod, hogy már nem biztonságos a használata." }, "apiKeyWarning": { - "message": "Your API key has full access to the organization. It should be kept secret." + "message": "Az API kulcsod teljes hozzáférést biztosít a szervezethez. Kezeld bizalmasan!" }, "oauth2ClientCredentials": { "message": "OAuth 2.0 Client Credentials", "description": "'OAuth 2.0' is a programming protocol. It should probably not be translated." }, "viewApiKey": { - "message": "View API Key" + "message": "API kulcs mutatása" }, "rotateApiKey": { - "message": "Rotate API Key" + "message": "API kulcs váltás" } } \ No newline at end of file diff --git a/src/locales/it/messages.json b/src/locales/it/messages.json index 2cd75a4d4f..a4cfec44e2 100644 --- a/src/locales/it/messages.json +++ b/src/locales/it/messages.json @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "Il tuo metodo di pagamento verrà addebitato immediatamente e su base ricorrente ogni anno. È possibile annullare in qualsiasi momento." }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "Il tuo piano include una prova gratuita di 7 giorni. La tua carta non verrà addebitata fino alla fine del periodo di prova e su base ricorrente ogni $INTERVAL$. È possibile annullare in qualsiasi momento.", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "La nuova organizzazione è pronta per essere usata!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "Abbandona" }, diff --git a/src/locales/ja/messages.json b/src/locales/ja/messages.json index 613e324461..0db40bec67 100644 --- a/src/locales/ja/messages.json +++ b/src/locales/ja/messages.json @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "お支払い方法はすぐに変更され、毎年定期的に課金されます。いつでもキャンセルできます。" }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "ご利用のプランでは、7日間の無料トライアルが可能です。トライアル期間が終わるまでは課金されません。トライアル終了後、$INTERVAL$毎に請求されます。いつでもキャンセルできます。", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "新しい組織の準備ができました!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "脱退" }, diff --git a/src/locales/ko/messages.json b/src/locales/ko/messages.json index 383627aea0..05b3812578 100644 --- a/src/locales/ko/messages.json +++ b/src/locales/ko/messages.json @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "Your payment method will be charged immediately and on a recurring basis each year. You may cancel at any time." }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "Your plan comes with a free 7 day trial. Your card will not be charged until the trial has ended and on a recurring basis each $INTERVAL$. You may cancel at any time.", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "Your new organization is ready to go!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "Leave" }, diff --git a/src/locales/nb/messages.json b/src/locales/nb/messages.json index cbeabdcda4..4638f10eb3 100644 --- a/src/locales/nb/messages.json +++ b/src/locales/nb/messages.json @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "Din betalingsmetode vil bli trekt umiddelbart og deretter på en gjentakende basis hvert år. Du kan avbryte det til enhver tid." }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "Funksjonsplanen din kommer med en gratis 7-dagersprøveperiode. Din betalingsmetode vil ikke bli trekt før prøveperiode har utløpt. Regningstrekk vil skje på en gjentakende basis hver(t) $INTERVAL$. Du kan avbryte når som helst.", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "Din nye organisasjon er klar til å begynne!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "Forlat" }, diff --git a/src/locales/nl/messages.json b/src/locales/nl/messages.json index c66bb87264..fc871330fe 100644 --- a/src/locales/nl/messages.json +++ b/src/locales/nl/messages.json @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "Uw betaalmethode wordt onmiddellijk in rekening gebracht en vervolgens jaarlijks op terugkerende basis. U kunt op elk moment annuleren." }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "Uw pakket komt met een gratis proefperiode van 7 dagen. Er worden geen kosten in rekening gebracht op uw betaalmethode voor de proefperiode voorbij is. De betaling gebeurt op een terugkerende basis elk $INTERVAL$. U kunt op elk moment opzeggen.", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "Uw nieuwe organisatie is klaar voor gebruik!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "Verlaten" }, diff --git a/src/locales/pl/messages.json b/src/locales/pl/messages.json index 759e97714b..ddbcb13442 100644 --- a/src/locales/pl/messages.json +++ b/src/locales/pl/messages.json @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "Twoja płatność zostanie zrealizowana natychmiast i będzie powtarzana corocznie. Możesz zrezygnować w dowolnej chwili." }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "Twój plan zawiera 7-dniowy okres próbny. W tym czasie nie poniesiesz żadnych kosztów. Płatność będzie realizowana co $INTERVAL$. Możesz zrezygnować w dowolnym czasie.", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "Twoja nowa organizacja jest gotowa!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "Opuść" }, diff --git a/src/locales/pt_BR/messages.json b/src/locales/pt_BR/messages.json index 1a7ca6a4db..9ca589c0b6 100644 --- a/src/locales/pt_BR/messages.json +++ b/src/locales/pt_BR/messages.json @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "O seu método de pagamento será cobrado imediatamente e de forma recorrente a cada ano. Você pode cancelar a qualquer momento." }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "Seu plano vem com um teste gratuito de 7 dias. Seu cartão não será cobrado até que o período de teste termine e de forma recorrente a cada $INTERVAL$. Você pode cancelar a qualquer momento.", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "A sua nova organização está pronta!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "Sair" }, diff --git a/src/locales/pt_PT/messages.json b/src/locales/pt_PT/messages.json index eb92352d21..0fb0206c58 100644 --- a/src/locales/pt_PT/messages.json +++ b/src/locales/pt_PT/messages.json @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "O seu método de pagamento será imediatamente cobrado e, de forma regular, anualmente. Pode cancelar a qualquer momento." }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "O seu plano inclui um teste gratuito de 7 dias. O seu método de pagamento não irá ser cobrado até o período de teste acabar. A faturação irá ocorreu de forma recorrente a cada $INTERVAL$. Pode cancelar a qualquer momento.", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "A sua nova organização está pronta!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "Sair" }, diff --git a/src/locales/ru/messages.json b/src/locales/ru/messages.json index 7d6dd8a2fa..ceb20d2576 100644 --- a/src/locales/ru/messages.json +++ b/src/locales/ru/messages.json @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "Необходимая сумма с вашего метода оплаты будет списана немедленно, а затем с периодичностью каждый год. Можно отменить в любой момент." }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "Ваш план включает семидневную бесплатную пробную версию. Ваш метод оплаты не будет использован до окончания пробной версии. Оплата будет осуществляться каждый $INTERVAL$. Вы можете отменить в любое время.", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "Ваша новая организация готова к работе!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "Покинуть" }, diff --git a/src/locales/sk/messages.json b/src/locales/sk/messages.json index 9b12e969bf..b2385077ad 100644 --- a/src/locales/sk/messages.json +++ b/src/locales/sk/messages.json @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "Prostredníctvom vašej platobnej metódy bude okamžite zaplatená suma za tento rok a následne sa nastaví automatická ročná platba. Platbu môžete kedykoľvek zrušiť." }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "Váš plán ponúka 7-dňovú skúšobnú dobu zadarmo. Z vašej karty nebude stiahnutý poplatok, kým sa neskončí skúšobná doba. Následne sa platba vykoná každý $INTERVAL$. Plán môžete kedykoľvek zrušiť.", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "Vaša nová organizácia je pripravená!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "Opustiť" }, diff --git a/src/locales/sv/messages.json b/src/locales/sv/messages.json index f7f86fb505..ba91980c15 100644 --- a/src/locales/sv/messages.json +++ b/src/locales/sv/messages.json @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "Your payment method will be charged immediately and on a recurring basis each year. You may cancel at any time." }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "Your plan comes with a free 7 day trial. Your card will not be charged until the trial has ended and on a recurring basis each $INTERVAL$. You may cancel at any time.", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "Din nya organisation är redo att användas!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "Lämna" }, diff --git a/src/locales/tr/messages.json b/src/locales/tr/messages.json index 1fe6ecfa7d..cd6d72a39a 100644 --- a/src/locales/tr/messages.json +++ b/src/locales/tr/messages.json @@ -198,7 +198,7 @@ "description": "URI match detection for auto-fill." }, "defaultMatchDetection": { - "message": "Default match detection", + "message": "Varsayılan eşleme tanıma", "description": "Default URI match detection for auto-fill." }, "never": { @@ -215,10 +215,10 @@ "message": "Generate Password" }, "checkPassword": { - "message": "Check if password has been exposed." + "message": "Parolanız herhangi bir saldırı sonucu açığa çıkmış mı kontrol edin." }, "passwordExposed": { - "message": "This password has been exposed $VALUE$ time(s) in data breaches. You should change it.", + "message": "Bu parola $VALUE$ sefer saldırı sonucu veri ele geçmesiyle açığa çıkmış. Değiştirmeniz gerekiyor.", "placeholders": { "value": { "content": "$1", @@ -227,7 +227,7 @@ } }, "passwordSafe": { - "message": "This password was not found in any known data breaches. It should be safe to use." + "message": "Parolanız, herhangi bir saldırı sonucu ele geçirilen veride bulunmadı. Kullanılması güvenli görünüyor." }, "save": { "message": "Kaydet" @@ -515,22 +515,22 @@ "message": "Gönder" }, "emailAddressDesc": { - "message": "You'll use your email address to log in." + "message": "Email adresinizle oturum açacaksınız." }, "yourName": { "message": "Your Name" }, "yourNameDesc": { - "message": "What should we call you?" + "message": "Size nasıl seslenmeliyiz?" }, "masterPass": { "message": "Master Password" }, "masterPassDesc": { - "message": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it." + "message": "Ana parola, kasanıza ulaşmak için kullanacağınız paroladır. Ana parolanızı unutmamanız çok önemlidir. Ana parolanızı unutmanız durumunda parolanızı geri getirecek herhangi bir yol bulunmuyor." }, "masterPassHintDesc": { - "message": "A master password hint can help you remember your password if you forget it." + "message": "Bir ana parola ipucu, eğer unuttursanız parolanızı hatırlamanıza yardımcı olabilir." }, "reTypeMasterPass": { "message": "Re-type Master Password" @@ -548,40 +548,40 @@ "message": "Password Hint" }, "enterEmailToGetHint": { - "message": "Enter your account email address to receive your master password hint." + "message": "Ana parola ipucunuzu almak istediğiniz e-posta adresinizi girin." }, "getMasterPasswordHint": { - "message": "Get master password hint" + "message": "Ana parola ipucunu al" }, "emailRequired": { - "message": "Email address is required." + "message": "E-posta adresi gereklidir." }, "invalidEmail": { - "message": "Invalid email address." + "message": "Geçersiz e-posta adresi." }, "masterPassRequired": { - "message": "Master password is required." + "message": "Ana parola gereklidir." }, "masterPassLength": { - "message": "Master password must be at least 8 characters long." + "message": "Ana parola en az 8 karakter uzunluğunda olmalıdır." }, "masterPassDoesntMatch": { - "message": "Master password confirmation does not match." + "message": "Ana parola onayı eşleşmiyor." }, "newAccountCreated": { - "message": "Your new account has been created! You may now log in." + "message": "Yeni hesabınız oluşturuldu! Şimdi giriş yapabilirsiniz." }, "masterPassSent": { - "message": "We've sent you an email with your master password hint." + "message": "Size ana parolanızın ipucunu içeren bir e-posta gönderdik." }, "unexpectedError": { - "message": "An unexpected error has occurred." + "message": "Beklenmedik bir hata oluştu." }, "emailAddress": { "message": "Email Address" }, "yourVaultIsLocked": { - "message": "Your vault is locked. Verify your master password to continue." + "message": "Kasan kilitlendi. Devam etmek için ana parolanı doğrula." }, "unlock": { "message": "Kilidi Aç" @@ -602,10 +602,10 @@ "message": "Lock Now" }, "noItemsInList": { - "message": "There are no items to list." + "message": "Görüntülenecek öğe yok." }, "noCollectionsInList": { - "message": "There are no collections to list." + "message": "Listelenecek koleksiyon yok." }, "noGroupsInList": { "message": "There are no groups to list." @@ -665,7 +665,7 @@ "message": "Insert your YubiKey into your computer's USB port, then touch its button." }, "insertU2f": { - "message": "Insert your security key into your computer's USB port. If it has a button, touch it." + "message": "Güvenlik anahtarınızı bilgisayarınızın USB portuna takın. Bir düğmesi varsa dokunun." }, "loginUnavailable": { "message": "Login Unavailable" @@ -778,13 +778,13 @@ "message": "Copy Verification Code" }, "warning": { - "message": "Warning" + "message": "Uyarı" }, "exportWarningDesc": { "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." }, "exportMasterPassword": { - "message": "Enter your master password to export your vault data." + "message": "Kasadaki verilerinizi dışa aktarmak için ana parolanızı girin." }, "exportVault": { "message": "Export Vault" @@ -793,7 +793,7 @@ "message": "File Format" }, "exportSuccess": { - "message": "Your vault data has been exported." + "message": "Kasadaki verileriniz dışa aktarıldı." }, "passwordGenerator": { "message": "Password Generator" @@ -812,7 +812,7 @@ "message": "Regenerate Password" }, "length": { - "message": "Length" + "message": "Uzunluk" }, "numWords": { "message": "Number of Words" @@ -824,7 +824,7 @@ "message": "Password History" }, "noPasswordsInList": { - "message": "There are no passwords to list." + "message": "Listelenecek şifre yok." }, "clear": { "message": "Temizle" @@ -839,7 +839,7 @@ "message": "New Email" }, "code": { - "message": "Code" + "message": "Kod" }, "changeEmailDesc": { "message": "We have emailed a verification code to $EMAIL$. Please check your email for this code and enter it below to finalize the email address change.", @@ -944,7 +944,7 @@ "message": "Purging your vault is permanent. It cannot be undone." }, "vaultPurged": { - "message": "Your vault has been purged." + "message": "Kasanız temizlendi." }, "deleteAccount": { "message": "Delete Account" @@ -1149,7 +1149,7 @@ "message": "Scan this QR code with your authenticator app" }, "key": { - "message": "Key" + "message": "Anahtar" }, "twoStepAuthenticatorEnterCode": { "message": "Enter the resulting 6 digit verification code from the app" @@ -1161,7 +1161,7 @@ "message": "Are you sure you want to disable this two-step login provider?" }, "twoStepDisabled": { - "message": "Two-step login provider disabled." + "message": "İki adım oturum açma sağlayıcısı devre dışı." }, "twoFactorYubikeyAdd": { "message": "Add a new YubiKey to your account" @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "Your payment method will be charged immediately and then on a recurring basis each year. You may cancel at any time." }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "Your plan comes with a free 7 day trial. Your payment method will not be charged until the trial has ended. Billing will occur on a recurring basis each $INTERVAL$. You may cancel at any time.", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "Your new organization is ready to go!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "Leave" }, diff --git a/src/locales/uk/messages.json b/src/locales/uk/messages.json index 2b7d2ea51f..7799b709d3 100644 --- a/src/locales/uk/messages.json +++ b/src/locales/uk/messages.json @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "З вас буде одразу стягнуто плату згідно з обраним способом, а потім так само кожного року. Ви можете скасувати це в будь-який час." }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "Ваш тарифний план має 7 днів безплатного пробного періоду. З вас не буде стягнуто плату до завершення цього періоду. Оплата стягуватиметься автоматично кожен $INTERVAL$. Ви можете скасувати це в будь-який час.", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "Ваша нова організація готова до використання!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "Покинути" }, diff --git a/src/locales/zh_CN/messages.json b/src/locales/zh_CN/messages.json index cf3e155bd5..90070d1fde 100644 --- a/src/locales/zh_CN/messages.json +++ b/src/locales/zh_CN/messages.json @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "将立即从您的支付方式扣款,并且将每年定期扣款。您可以随时取消。" }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "您的计划包含了 7 天的试用期。在试用期结束前,你的卡片不会被扣款。随后将会在每个 $INTERVAL$ 定期扣款。您可以随时取消。", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "你的组织准备好了!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "离开" }, diff --git a/src/locales/zh_TW/messages.json b/src/locales/zh_TW/messages.json index d1bb6933d0..b34eaa8d16 100644 --- a/src/locales/zh_TW/messages.json +++ b/src/locales/zh_TW/messages.json @@ -1510,7 +1510,7 @@ "message": "Please make sure that your account has enough credit available for this purchase. If your account does not have enough credit available, your default payment method on file will be used for the difference. You can add credit to your account from the Billing page." }, "creditAppliedDesc": { - "message": "您帳戶的信用額度可用於進行消費。任何可用的信用額度將自動支付此帳戶的帳單。" + "message": "您的帳戶信用額度可用於進行消費。任何可用的信用額度將自動支付此帳戶的帳單。" }, "goPremium": { "message": "升級至進階版", @@ -1610,12 +1610,21 @@ "paymentChargedAnnually": { "message": "Your payment method will be charged immediately and on a recurring basis each year. You may cancel at any time." }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, "paymentChargedWithTrial": { "message": "Your plan comes with a free 7 day trial. Your card will not be charged until the trial has ended and on a recurring basis each $INTERVAL$. You may cancel at any time.", "placeholders": { "interval": { "content": "$1", - "example": "year" + "example": "month or year" } } }, @@ -1812,7 +1821,7 @@ "message": "組織名稱" }, "accountOwnedBusiness": { - "message": "This account is owned by a business." + "message": "此帳戶為企業所有。" }, "billingEmail": { "message": "電子郵件帳單" @@ -1993,6 +2002,9 @@ "organizationReadyToGo": { "message": "Your new organization is ready to go!" }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, "leave": { "message": "離開" },