diff --git a/src/locales/az/messages.json b/src/locales/az/messages.json new file mode 100644 index 0000000000..1a9da41616 --- /dev/null +++ b/src/locales/az/messages.json @@ -0,0 +1,4021 @@ +{ + "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" + }, + "newPassword": { + "message": "New 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" + }, + "dragToSort": { + "message": "Drag to sort" + }, + "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" + }, + "viewItem": { + "message": "View Item" + }, + "ex": { + "message": "ex.", + "description": "Short abbreviation for 'example'." + }, + "other": { + "message": "Other" + }, + "share": { + "message": "Share" + }, + "moveToOrganization": { + "message": "Move to Organization" + }, + "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" + }, + "moveSelectedToOrg": { + "message": "Move Selected to Organization" + }, + "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 500 MB." + }, + "updateKey": { + "message": "You cannot use this feature until you update your encryption key." + }, + "addedItem": { + "message": "Added item" + }, + "editedItem": { + "message": "Edited item" + }, + "movedItemToOrg": { + "message": "$ITEMNAME$ moved to $ORGNAME$", + "placeholders": { + "itemname": { + "content": "$1", + "example": "Secret Item" + }, + "orgname": { + "content": "$2", + "example": "Company Name" + } + } + }, + "movedItemsToOrg": { + "message": "Selected items moved to $ORGNAME$", + "placeholders": { + "orgname": { + "content": "$1", + "example": "Company Name" + } + } + }, + "deleteItem": { + "message": "Delete Item" + }, + "deleteFolder": { + "message": "Delete Folder" + }, + "deleteAttachment": { + "message": "Delete Attachment" + }, + "deleteItemConfirmation": { + "message": "Do you really want to send to the trash?" + }, + "deletedItem": { + "message": "Item sent to trash" + }, + "deletedItems": { + "message": "Items sent to trash" + }, + "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" + }, + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", + "placeholders": { + "email": { + "content": "$1", + "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.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" + }, + "webAuthnTitle": { + "message": "FIDO2 WebAuthn" + }, + "webAuthnDesc": { + "message": "Use any WebAuthn enabled security key to access your account." + }, + "webAuthnMigrated": { + "message": "(Migrated from FIDO)" + }, + "emailTitle": { + "message": "Email" + }, + "emailDesc": { + "message": "Verification codes will be emailed to you." + }, + "continue": { + "message": "Continue" + }, + "organization": { + "message": "Organization" + }, + "organizations": { + "message": "Organizations" + }, + "moveToOrgDesc": { + "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + }, + "moveManyToOrgDesc": { + "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + }, + "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" + } + } + }, + "moveSelectedItemsCountDesc": { + "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "placeholders": { + "count": { + "content": "$1", + "example": "10" + }, + "moveable_count": { + "content": "$2", + "example": "8" + }, + "nonmoveable_count": { + "content": "$3", + "example": "2" + } + } + }, + "verificationCodeTotp": { + "message": "Verification Code (TOTP)" + }, + "copyVerificationCode": { + "message": "Copy Verification Code" + }, + "warning": { + "message": "Warning" + }, + "confirmVaultExport": { + "message": "Confirm Vault Export" + }, + "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." + }, + "encExportKeyWarningDesc": { + "message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file." + }, + "encExportAccountWarningDesc": { + "message": "Account encryption keys are unique to each Bitwarden user account, so you can't import an encrypted export into a different account." + }, + "exportMasterPassword": { + "message": "Enter your master password to export your vault data." + }, + "export": { + "message": "Export" + }, + "exportVault": { + "message": "Export Vault" + }, + "fileFormat": { + "message": "File Format" + }, + "exportSuccess": { + "message": "Your vault data has been exported." + }, + "passwordGenerator": { + "message": "Password Generator" + }, + "minComplexityScore": { + "message": "Minimum Complexity Score" + }, + "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" + }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, + "passwordHistory": { + "message": "Password History" + }, + "noPasswordsInList": { + "message": "There are no passwords to list." + }, + "clear": { + "message": "Clear", + "description": "To clear something out. example: To clear browser history." + }, + "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" + }, + "importError": { + "message": "Import Error" + }, + "importErrorDesc": { + "message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again." + }, + "importSuccess": { + "message": "Data has been successfully imported into your vault." + }, + "importWarning": { + "message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?", + "placeholders": { + "organization": { + "content": "$1", + "example": "My Org Name" + } + } + }, + "importFormatError": { + "message": "Data is not formatted correctly. Please check your import file and try again." + }, + "importNothingError": { + "message": "Nothing was imported." + }, + "importEncKeyError": { + "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." + }, + "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." + }, + "enableFullWidth": { + "message": "Enable Full Width Layout", + "description": "Allows scaling the web vault UI's width" + }, + "enableFullWidthDesc": { + "message": "Allow the web vault to expand the full width of the browser window." + }, + "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 data 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" + } + } + }, + "webAuthnkeyX": { + "message": "WebAuthn 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?" + }, + "twoFactorWebAuthnAdd": { + "message": "Add a WebAuthn security key to your account" + }, + "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." + }, + "twoFactorWebAuthnWarning": { + "message": "Due to platform limitations, WebAuthn cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when WebAuthn cannot be used. Supported platforms:" + }, + "twoFactorWebAuthnSupportWeb": { + "message": "Web vault and browser extensions on a desktop/laptop with a WebAuthn enabled browser (Chrome, Opera, Vivaldi, or Firefox with FIDO U2F enabled)." + }, + "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 2fa.directory). 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." + }, + "premiumSignUpEmergency": { + "message": "Emergency Access" + }, + "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" + }, + "billingInformation": { + "message": "Billing 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-premises 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 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" + }, + "policies": { + "message": "Policies" + }, + "editPolicy": { + "message": "Edit Policy" + }, + "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." + }, + "exportedVault": { + "message": "Exported vault." + }, + "exportedOrganizationVault": { + "message": "Exported organization vault." + }, + "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": "Sent item $ID$ to trash.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "movedItemIdToOrg": { + "message": "Moved item $ID$ to an organization.", + "placeholders": { + "id": { + "content": "$1", + "example": "'Google'" + } + } + }, + "viewedItemId": { + "message": "Viewed item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "viewedPasswordItemId": { + "message": "Viewed password for item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "viewedHiddenFieldItemId": { + "message": "Viewed hidden field for item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "viewedSecurityCodeItemId": { + "message": "Viewed security code for item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "copiedPasswordItemId": { + "message": "Copied password for item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "copiedHiddenFieldItemId": { + "message": "Copied hidden field for item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "copiedSecurityCodeItemId": { + "message": "Copied security code for item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "autofilledItemId": { + "message": "Auto-filled 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" + } + } + }, + "editedPolicyId": { + "message": "Edited policy $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Master Password" + } + } + }, + "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" + } + } + }, + "unlinkedSsoUser": { + "message": "Unlinked SSO 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." + }, + "emailVerificationRequired": { + "message": "Email Verification Required" + }, + "emailVerificationRequiredDesc": { + "message": "You must verify your email to use this feature." + }, + "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." + }, + "inviteAcceptFailedShort": { + "message": "Unable to accept invitation. $DESCRIPTION$", + "placeholders": { + "description": { + "content": "$1", + "example": "You must enable 2FA on your user account before you can join this organization." + } + } + }, + "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": "For customers within the US, ZIP code is required to satisfy sales tax requirements, for other countries you may optionally provide a tax identification number (VAT/GST) and/or address to appear on 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." + }, + "changeBillingPlanUpgrade": { + "message": "Upgrade your account to another plan by providing the information below. Please ensure that you have an active payment method added to the account.", + "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." + }, + "updateEncryptionKeyExportWarning": { + "message": "Any encrypted exports that you have saved will also become invalid." + }, + "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." + }, + "acceptPolicies": { + "message": "By checking this box you agree to the following:" + }, + "acceptPoliciesError": { + "message": "Terms of Service and Privacy Policy have not been acknowledged." + }, + "termsOfService": { + "message": "Terms of Service" + }, + "privacyPolicy": { + "message": "Privacy Policy" + }, + "filters": { + "message": "Filters" + }, + "vaultTimeout": { + "message": "Vault Timeout" + }, + "vaultTimeoutDesc": { + "message": "Choose when your vault will timeout and perform the selected action." + }, + "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." + }, + "userApiKeyDesc": { + "message": "Your API key can be used to authenticate in the Bitwarden CLI." + }, + "userApiKeyWarning": { + "message": "Your API key is an alternative authentication mechanism. 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" + }, + "selectOneCollection": { + "message": "You must select at least one collection." + }, + "couldNotChargeCardPayInvoice": { + "message": "We were not able to charge your card. Please view and pay the unpaid invoice listed below." + }, + "inAppPurchase": { + "message": "In-app Purchase" + }, + "cannotPerformInAppPurchase": { + "message": "You cannot perform this action while using an in-app purchase payment method." + }, + "manageSubscriptionFromStore": { + "message": "You must manage your subscription from the store where your in-app purchase was made." + }, + "minLength": { + "message": "Minimum Length" + }, + "clone": { + "message": "Clone" + }, + "masterPassPolicyDesc": { + "message": "Set minimum requirements for master password strength." + }, + "twoStepLoginPolicyDesc": { + "message": "Require users to set up two-step login on their personal accounts." + }, + "twoStepLoginPolicyWarning": { + "message": "Organization members who are not Owners or Administrators and do not have two-step login enabled for their personal account will be removed from the organization and will receive an email notifying them about the change." + }, + "twoStepLoginPolicyUserWarning": { + "message": "You are a member of an organization that requires two-step login to be enabled on your user account. If you disable all two-step login providers you will be automatically removed from these organizations." + }, + "passwordGeneratorPolicyDesc": { + "message": "Set minimum requirements for password generator configuration." + }, + "passwordGeneratorPolicyInEffect": { + "message": "One or more organization policies are affecting your generator settings." + }, + "masterPasswordPolicyInEffect": { + "message": "One or more organization policies require your master password to meet the following requirements:" + }, + "policyInEffectMinComplexity": { + "message": "Minimum complexity score of $SCORE$", + "placeholders": { + "score": { + "content": "$1", + "example": "4" + } + } + }, + "policyInEffectMinLength": { + "message": "Minimum length of $LENGTH$", + "placeholders": { + "length": { + "content": "$1", + "example": "14" + } + } + }, + "policyInEffectUppercase": { + "message": "Contain one or more uppercase characters" + }, + "policyInEffectLowercase": { + "message": "Contain one or more lowercase characters" + }, + "policyInEffectNumbers": { + "message": "Contain one or more numbers" + }, + "policyInEffectSpecial": { + "message": "Contain one or more of the following special characters $CHARS$", + "placeholders": { + "chars": { + "content": "$1", + "example": "!@#$%^&*" + } + } + }, + "masterPasswordPolicyRequirementsNotMet": { + "message": "Your new master password does not meet the policy requirements." + }, + "minimumNumberOfWords": { + "message": "Minimum Number of Words" + }, + "defaultType": { + "message": "Default Type" + }, + "userPreference": { + "message": "User Preference" + }, + "vaultTimeoutAction": { + "message": "Vault Timeout Action" + }, + "vaultTimeoutActionLockDesc": { + "message": "A locked vault requires that you re-enter your master password to access it again." + }, + "vaultTimeoutActionLogOutDesc": { + "message": "A logged out vault requires that you re-authenticate to access it again." + }, + "lock": { + "message": "Lock", + "description": "Verb form: to make secure or inaccesible by" + }, + "trash": { + "message": "Trash", + "description": "Noun: A special folder for holding deleted items that have not yet been permanently deleted" + }, + "searchTrash": { + "message": "Search Trash" + }, + "permanentlyDelete": { + "message": "Permanently Delete" + }, + "permanentlyDeleteSelected": { + "message": "Permanently Delete Selected" + }, + "permanentlyDeleteItem": { + "message": "Permanently Delete Item" + }, + "permanentlyDeleteItemConfirmation": { + "message": "Are you sure you want to permanently delete this item?" + }, + "permanentlyDeletedItem": { + "message": "Permanently Deleted item" + }, + "permanentlyDeletedItems": { + "message": "Permanently Deleted items" + }, + "permanentlyDeleteSelectedItemsDesc": { + "message": "You have selected $COUNT$ item(s) to permanently delete. Are you sure you want to permanently delete all of these items?", + "placeholders": { + "count": { + "content": "$1", + "example": "150" + } + } + }, + "permanentlyDeletedItemId": { + "message": "Permanently Deleted item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "restore": { + "message": "Restore" + }, + "restoreSelected": { + "message": "Restore Selected" + }, + "restoreItem": { + "message": "Restore Item" + }, + "restoredItem": { + "message": "Restored Item" + }, + "restoredItems": { + "message": "Restored Items" + }, + "restoreItemConfirmation": { + "message": "Are you sure you want to restore this item?" + }, + "restoreItems": { + "message": "Restore items" + }, + "restoreSelectedItemsDesc": { + "message": "You have selected $COUNT$ item(s) to restore. Are you sure you want to restore all of these items?", + "placeholders": { + "count": { + "content": "$1", + "example": "150" + } + } + }, + "restoredItemId": { + "message": "Restored item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "vaultTimeoutLogOutConfirmation": { + "message": "Logging out will remove all access to your vault and requires online authentication after the timeout period. Are you sure you want to use this setting?" + }, + "vaultTimeoutLogOutConfirmationTitle": { + "message": "Timeout Action Confirmation" + }, + "hidePasswords": { + "message": "Hide Passwords" + }, + "countryPostalCodeRequiredDesc": { + "message": "We require this information for calculating sales tax and financial reporting only." + }, + "includeVAT": { + "message": "Include VAT/GST Information (optional)" + }, + "taxIdNumber": { + "message": "VAT/GST Tax ID" + }, + "taxInfoUpdated": { + "message": "Tax information updated." + }, + "setMasterPassword": { + "message": "Set Master Password" + }, + "ssoCompleteRegistration": { + "message": "In order to complete logging in with SSO, please set a master password to access and protect your vault." + }, + "identifier": { + "message": "Identifier" + }, + "organizationIdentifier": { + "message": "Organization Identifier" + }, + "ssoLogInWithOrgIdentifier": { + "message": "Log in using your organization's single sign-on portal. Please enter your organization's identifier to begin." + }, + "enterpriseSingleSignOn": { + "message": "Enterprise Single Sign-On" + }, + "ssoHandOff": { + "message": "You may now close this tab and continue in the extension." + }, + "businessPortal": { + "message": "Business Portal", + "description": "The web portal used by business organizations for configuring certain features." + }, + "includeAllTeamsFeatures": { + "message": "All Teams features, plus:" + }, + "includeSsoAuthentication": { + "message": "SSO Authentication via SAML2.0 and OpenID Connect" + }, + "includeEnterprisePolicies": { + "message": "Enterprise Policies" + }, + "ssoValidationFailed": { + "message": "SSO Validation Failed" + }, + "ssoIdentifierRequired": { + "message": "Organization Identifier is required." + }, + "unlinkSso": { + "message": "Unlink SSO" + }, + "linkSso": { + "message": "Link SSO" + }, + "webPoliciesDeprecationWarning": { + "message": "Policy configuration has been moved, and this page will soon be deprecated. Please click below to use the Business Portal policies page instead." + }, + "singleOrg": { + "message": "Single Organization" + }, + "singleOrgDesc": { + "message": "Restrict users from being able to join any other organizations." + }, + "singleOrgBlockCreateMessage": { + "message": "Your current organization has a policy that does not allow you to join more than one organization. Please contact your organization admins or sign up from a different Bitwarden account." + }, + "singleOrgPolicyWarning": { + "message": "Organization members who are not Owners or Administrators and are already a member of another organization will be removed from your organization." + }, + "requireSso": { + "message": "Single Sign-On Authentication" + }, + "requireSsoPolicyDesc": { + "message": "Require users to log in with the Enterprise Single Sign-On method." + }, + "prerequisite": { + "message": "Prerequisite" + }, + "requireSsoPolicyReq": { + "message": "The Single Organization enterprise policy must be enabled before activating this policy." + }, + "requireSsoPolicyReqError": { + "message": "Single Organization policy not enabled." + }, + "requireSsoExemption": { + "message": "Organization Owners and Administrators are exempt from this policy's enforcement." + }, + "sendTypeFile": { + "message": "File" + }, + "sendTypeText": { + "message": "Text" + }, + "createSend": { + "message": "Create New Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "editSend": { + "message": "Edit Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "createdSend": { + "message": "Created Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "editedSend": { + "message": "Edited Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "deletedSend": { + "message": "Deleted Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "deleteSend": { + "message": "Delete Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "deleteSendConfirmation": { + "message": "Are you sure you want to delete this Send?", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "whatTypeOfSend": { + "message": "What type of Send is this?", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "deletionDate": { + "message": "Deletion Date" + }, + "deletionDateDesc": { + "message": "The Send will be permanently deleted on the specified date and time.", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "expirationDate": { + "message": "Expiration Date" + }, + "expirationDateDesc": { + "message": "If set, access to this Send will expire on the specified date and time.", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "maxAccessCount": { + "message": "Maximum Access Count" + }, + "maxAccessCountDesc": { + "message": "If set, users will no longer be able to access this Send once the maximum access count is reached.", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "currentAccessCount": { + "message": "Current Access Count" + }, + "sendPasswordDesc": { + "message": "Optionally require a password for users to access this Send.", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "sendNotesDesc": { + "message": "Private notes about this Send.", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "disabled": { + "message": "Disabled" + }, + "sendLink": { + "message": "Send link", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "copySendLink": { + "message": "Copy Send Link", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "removePassword": { + "message": "Remove Password" + }, + "removedPassword": { + "message": "Removed Password" + }, + "removePasswordConfirmation": { + "message": "Are you sure you want to remove the password?" + }, + "hideEmail": { + "message": "Hide my email address from recipients." + }, + "disableThisSend": { + "message": "Disable this Send so that no one can access it.", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "allSends": { + "message": "All Sends" + }, + "maxAccessCountReached": { + "message": "Max access count reached" + }, + "pendingDeletion": { + "message": "Pending deletion" + }, + "expired": { + "message": "Expired" + }, + "searchSends": { + "message": "Search Sends", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "sendProtectedPassword": { + "message": "This Send is protected with a password. Please type the password below to continue.", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "sendProtectedPasswordDontKnow": { + "message": "Don't know the password? Ask the Sender for the password needed to access this Send.", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "sendHiddenByDefault": { + "message": "This send is hidden by default. You can toggle its visibility using the button below.", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "downloadFile": { + "message": "Download File" + }, + "sendAccessUnavailable": { + "message": "The Send you are trying to access does not exist or is no longer available.", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "missingSendFile": { + "message": "The file associated with this Send could not be found.", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "noSendsInList": { + "message": "There are no Sends to list.", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "emergencyAccess": { + "message": "Emergency Access" + }, + "emergencyAccessDesc": { + "message": "Grant and manage emergency access for trusted contacts. Trusted contacts may request access to either View or Takeover your account in case of an emergency. Visit our help page for more information and details into how zero knowledge sharing works." + }, + "emergencyAccessOwnerWarning": { + "message": "You are an Owner of one or more organizations. If you give takeover access to an emergency contact, they will be able to use all your permissions as Owner after a takeover." + }, + "trustedEmergencyContacts": { + "message": "Trusted emergency contacts" + }, + "noTrustedContacts": { + "message": "You have not added any emergency contacts yet, invite a trusted contact to get started." + }, + "addEmergencyContact": { + "message": "Add emergency contact" + }, + "designatedEmergencyContacts": { + "message": "Designated as emergency contact" + }, + "noGrantedAccess": { + "message": "You have not been designated as an emergency contact for anyone yet." + }, + "inviteEmergencyContact": { + "message": "Invite emergency contact" + }, + "editEmergencyContact": { + "message": "Edit emergency contact" + }, + "inviteEmergencyContactDesc": { + "message": "Invite a new emergency contact 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." + }, + "emergencyAccessRecoveryInitiated": { + "message": "Emergency Access Initiated" + }, + "emergencyAccessRecoveryApproved": { + "message": "Emergency Access Approved" + }, + "viewDesc": { + "message": "Can view all items in your own vault." + }, + "takeover": { + "message": "Takeover" + }, + "takeoverDesc": { + "message": "Can reset your account with a new master password." + }, + "waitTime": { + "message": "Wait Time" + }, + "waitTimeDesc": { + "message": "Time required before automatically granting access." + }, + "oneDay": { + "message": "1 day" + }, + "days": { + "message": "$DAYS$ days", + "placeholders": { + "days": { + "content": "$1", + "example": "1" + } + } + }, + "invitedUser": { + "message": "Invited user." + }, + "acceptEmergencyAccess": { + "message": "You've been invited to become an emergency contact for the user listed above. To accept the invitation, you need to log in or create a new Bitwarden account." + }, + "emergencyInviteAcceptFailed": { + "message": "Unable to accept invitation. Ask the user to send a new invitation." + }, + "emergencyInviteAcceptFailedShort": { + "message": "Unable to accept invitation. $DESCRIPTION$", + "placeholders": { + "description": { + "content": "$1", + "example": "You must enable 2FA on your user account before you can join this organization." + } + } + }, + "emergencyInviteAcceptedDesc": { + "message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens." + }, + "requestAccess": { + "message": "Request Access" + }, + "requestAccessConfirmation": { + "message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.", + "placeholders": { + "waittime": { + "content": "$1", + "example": "1" + } + } + }, + "requestSent": { + "message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.", + "placeholders": { + "user": { + "content": "$1", + "example": "John Smith" + } + } + }, + "approve": { + "message": "Approve" + }, + "reject": { + "message": "Reject" + }, + "approveAccessConfirmation": { + "message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.", + "placeholders": { + "user": { + "content": "$1", + "example": "John Smith" + }, + "action": { + "content": "$2", + "example": "View" + } + } + }, + "emergencyApproved": { + "message": "Emergency access approved." + }, + "emergencyRejected": { + "message": "Emergency access rejected" + }, + "passwordResetFor": { + "message": "Password reset for $USER$. You can now login using the new password.", + "placeholders": { + "user": { + "content": "$1", + "example": "John Smith" + } + } + }, + "personalOwnership": { + "message": "Personal Ownership" + }, + "personalOwnershipPolicyDesc": { + "message": "Require users to save vault items to an organization by removing the personal ownership option." + }, + "personalOwnershipExemption": { + "message": "Organization Owners and Administrators are exempt from this policy's enforcement." + }, + "personalOwnershipSubmitError": { + "message": "Due to an enterprise policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections." + }, + "disableSend": { + "message": "Disable Send" + }, + "disableSendPolicyDesc": { + "message": "Do not allow users to create or edit a Bitwarden Send. Deleting an existing Send is still allowed.", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "disableSendExemption": { + "message": "Organization users that can manage the organization's policies are exempt from this policy's enforcement." + }, + "sendDisabled": { + "message": "Send disabled", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "sendDisabledWarning": { + "message": "Due to an enterprise policy, you are only able to delete an existing Send.", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "sendOptions": { + "message": "Send Options", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "sendOptionsPolicyDesc": { + "message": "Set options for creating and editing Sends.", + "description": "'Sends' is a plural noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "sendOptionsExemption": { + "message": "Organization users that can manage the organization's policies are exempt from this policy's enforcement." + }, + "disableHideEmail": { + "message": "Do not allow users to hide their email address from recipients when creating or editing a Send.", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "sendOptionsPolicyInEffect": { + "message": "The following organization policies are currently in effect:" + }, + "sendDisableHideEmailInEffect": { + "message": "Users are not allowed to hide their email address from recipients when creating or editing a Send.", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "modifiedPolicyId": { + "message": "Modified policy $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Master Password" + } + } + }, + "planPrice": { + "message": "Plan price" + }, + "estimatedTax": { + "message": "Estimated tax" + }, + "custom": { + "message": "Custom" + }, + "customDesc": { + "message": "Allows more granular control of user permissions for advanced configurations." + }, + "permissions": { + "message": "Permissions" + }, + "accessBusinessPortal": { + "message": "Access Business Portal" + }, + "accessEventLogs": { + "message": "Access Event Logs" + }, + "accessImportExport": { + "message": "Access Import/Export" + }, + "accessReports": { + "message": "Access Reports" + }, + "manageAllCollections": { + "message": "Manage All Collections" + }, + "manageAssignedCollections": { + "message": "Manage Assigned Collections" + }, + "manageGroups": { + "message": "Manage Groups" + }, + "managePolicies": { + "message": "Manage Policies" + }, + "manageSso": { + "message": "Manage SSO" + }, + "manageUsers": { + "message": "Manage Users" + }, + "manageResetPassword": { + "message": "Manage Password Reset" + }, + "disableRequireSsoError": { + "message": "You must manually disable the Single Sign-On Authentication policy before this policy can be disabled." + }, + "personalOwnershipPolicyInEffect": { + "message": "An organization policy is affecting your ownership options." + }, + "personalOwnershipCheckboxDesc": { + "message": "Disable personal ownership for organization users" + }, + "textHiddenByDefault": { + "message": "When accessing the Send, hide the text by default", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "sendNameDesc": { + "message": "A friendly name to describe this Send.", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "sendTextDesc": { + "message": "The text you want to send." + }, + "sendFileDesc": { + "message": "The file you want to send." + }, + "copySendLinkOnSave": { + "message": "Copy the link to share this Send to my clipboard upon save." + }, + "sendLinkLabel": { + "message": "Send link", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "send": { + "message": "Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "sendAccessTaglineProductDesc": { + "message": "Bitwarden Send transmits sensitive, temporary information to others easily and securely.", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "sendAccessTaglineLearnMore": { + "message": "Learn more about", + "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read '**Learn more about** Bitwarden Send or sign up to try it today.'" + }, + "sendVaultCardProductDesc": { + "message": "Share text or files directly with anyone." + }, + "sendVaultCardLearnMore": { + "message": "Learn more", + "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read '**Learn more**, see how it works, or try it now. '" + }, + "sendVaultCardSee": { + "message": "see", + "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more, **see** how it works, or try it now.'" + }, + "sendVaultCardHowItWorks": { + "message": "how it works", + "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more, see **how it works**, or try it now.'" + }, + "sendVaultCardOr": { + "message": "or", + "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more, see how it works, **or** try it now.'" + }, + "sendVaultCardTryItNow": { + "message": "try it now", + "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more, see how it works, or **try it now**.'" + }, + "sendAccessTaglineOr": { + "message": "or", + "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more about Bitwarden Send **or** sign up to try it today.'" + }, + "sendAccessTaglineSignUp": { + "message": "sign up", + "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more about Bitwarden Send or **sign up** to try it today.'" + }, + "sendAccessTaglineTryToday": { + "message": "to try it today.", + "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more about Bitwarden Send or sign up to **try it today.**'" + }, + "sendCreatorIdentifier": { + "message": "Bitwarden user $USER_IDENTIFIER$ shared the following with you", + "placeholders": { + "user_identifier": { + "content": "$1", + "example": "An email address" + } + } + }, + "viewSendHiddenEmailWarning": { + "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, + "expirationDateIsInvalid": { + "message": "The expiration date provided is not valid." + }, + "deletionDateIsInvalid": { + "message": "The deletion date provided is not valid." + }, + "expirationDateAndTimeRequired": { + "message": "An expiration date and time are required." + }, + "deletionDateAndTimeRequired": { + "message": "A deletion date and time are required." + }, + "dateParsingError": { + "message": "There was an error saving your deletion and expiration dates." + }, + "webAuthnFallbackMsg": { + "message": "To verify your 2FA please click the button below." + }, + "webAuthnAuthenticate": { + "message": "Authenticate WebAuthn" + }, + "webAuthnNotSupported": { + "message": "WebAuthn is not supported in this browser." + }, + "webAuthnSuccess": { + "message": "WebAuthn verified successfully! You may close this tab." + }, + "hintEqualsPassword": { + "message": "Your password hint cannot be the same as your password." + }, + "enrollPasswordReset": { + "message": "Enroll in Password Reset" + }, + "enrolledPasswordReset": { + "message": "Enrolled in Password Reset" + }, + "withdrawPasswordReset": { + "message": "Withdraw from Password Reset" + }, + "enrollPasswordResetSuccess": { + "message": "Enrollment success!" + }, + "withdrawPasswordResetSuccess": { + "message": "Withdrawal success!" + }, + "eventEnrollPasswordReset": { + "message": "User $ID$ enrolled in password reset assistance.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "eventWithdrawPasswordReset": { + "message": "User $ID$ withdrew from password reset assistance.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "eventAdminPasswordReset": { + "message": "Master password reset for user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "resetPassword": { + "message": "Reset Password" + }, + "resetPasswordLoggedOutWarning": { + "message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.", + "placeholders": { + "name": { + "content": "$1", + "example": "John Smith" + } + } + }, + "thisUser": { + "message": "this user" + }, + "resetPasswordMasterPasswordPolicyInEffect": { + "message": "One or more organization policies require the master password to meet the following requirements:" + }, + "resetPasswordSuccess": { + "message": "Password reset success!" + }, + "resetPasswordEnrollmentWarning": { + "message": "Enrollment will allow organization administrators to change your master password. Are you sure you want to enroll?" + }, + "resetPasswordPolicy": { + "message": "Master Password Reset" + }, + "resetPasswordPolicyDescription": { + "message": "Allow administrators in the organization to reset organization users' master password." + }, + "resetPasswordPolicyWarning": { + "message": "Users in the organization will need to self-enroll or be auto-enrolled before administrators can reset their master password." + }, + "resetPasswordPolicyAutoEnroll": { + "message": "Automatic Enrollment" + }, + "resetPasswordPolicyAutoEnrollDescription": { + "message": "All users will be automatically enrolled in password reset once their invite is accepted." + }, + "resetPasswordPolicyAutoEnrollWarning": { + "message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password." + }, + "resetPasswordPolicyAutoEnrollCheckbox": { + "message": "Automatically enroll new users" + }, + "resetPasswordAutoEnrollInviteWarning": { + "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." + }, + "resetPasswordOrgKeysError": { + "message": "Organization Keys response is null" + }, + "resetPasswordDetailsError": { + "message": "Reset Password Details response is null" + }, + "trashCleanupWarning": { + "message": "Items that have been in Trash more than 30 days will be automatically deleted." + }, + "trashCleanupWarningSelfHosted": { + "message": "Items that have been in Trash for a while will be automatically deleted." + }, + "passwordPrompt": { + "message": "Master password re-prompt" + }, + "passwordConfirmation": { + "message": "Master password confirmation" + }, + "passwordConfirmationDesc": { + "message": "This action is protected. To continue, please re-enter your master password to verify your identity." + }, + "reinviteSelected": { + "message": "Resend Invitations" + }, + "noSelectedUsersApplicable": { + "message": "This action is not applicable to any of the selected users." + }, + "removeUsersWarning": { + "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled." + }, + "confirmSelected": { + "message": "Confirm Selected" + }, + "bulkConfirmStatus": { + "message": "Bulk action status" + }, + "bulkConfirmMessage": { + "message": "Confirmed successfully." + }, + "bulkReinviteMessage": { + "message": "Reinvited successfully." + }, + "bulkRemovedMessage": { + "message": "Removed successfully" + }, + "bulkFilteredMessage": { + "message": "Excluded, not applicable for this action." + }, + "fingerprint": { + "message": "Fingerprint" + }, + "removeUsers": { + "message": "Remove Users" + }, + "error": { + "message": "Error" + }, + "resetPasswordManageUsers": { + "message": "Manage Users must also be enabled with the Manage Password Reset permission" + } +} diff --git a/src/locales/bg/messages.json b/src/locales/bg/messages.json index fc48f8541b..2db4551bbe 100644 --- a/src/locales/bg/messages.json +++ b/src/locales/bg/messages.json @@ -361,7 +361,7 @@ "message": "Споделяне" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "Преместване в организация" }, "valueCopied": { "message": "$VALUE$ — копирано", @@ -404,7 +404,7 @@ "message": "Трезор" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "Преместване на избраните в организация" }, "deleteSelected": { "message": "Изтриване на избраното" @@ -452,7 +452,7 @@ "message": "Елементът е редактиран" }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "$ITEMNAME$ се премести в $ORGNAME$", "placeholders": { "itemname": { "content": "$1", @@ -465,7 +465,7 @@ } }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "Избраните записи бяха преместени в $ORGNAME$", "placeholders": { "orgname": { "content": "$1", @@ -769,10 +769,10 @@ "message": "Организации" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "Изберете организацията, в която искате да преместите записа. Преместването прехвърля собствеността му към новата организация. След това няма вече директно да го притежавате." }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "Изберете организацията, в която искате да преместите избраните записи. Преместването прехвърля собствеността им към новата организация. След това няма вече директно да ги притежавате." }, "collectionsDesc": { "message": "Редактиране на колекциите, с които записът е споделен. Само потребителите на организациите, с които колекцията е споделена, ще виждат записа." @@ -796,7 +796,7 @@ } }, "moveSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "message": "Избрали сте $COUNT$ запис(а). От тях могат да се преместят: $MOVEABLE_COUNT$, не могат да се преместят: $NONMOVEABLE_COUNT$.", "placeholders": { "count": { "content": "$1", @@ -837,7 +837,7 @@ "message": "Въведете главната парола, за да изнесете данните." }, "export": { - "message": "Export" + "message": "Изнасяне" }, "exportVault": { "message": "Изнасяне на трезора" @@ -1059,7 +1059,7 @@ "message": "Нищо не бе внесено." }, "importEncKeyError": { - "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." + "message": "Грешка при дешифрирането на изнесения файл. Ключът за шифриране не отговаря на този, който е използван за изнасянето на данните." }, "selectFormat": { "message": "Избор на форма̀та на файла за внасяне" @@ -2353,7 +2353,7 @@ } }, "movedItemIdToOrg": { - "message": "Moved item $ID$ to an organization.", + "message": "Записът $ID$ беше преместен в организация.", "placeholders": { "id": { "content": "$1", @@ -3902,7 +3902,7 @@ } }, "eventAdminPasswordReset": { - "message": "Master password reset for user $ID$.", + "message": "Главната парола на потребителя $ID$ беше сменена.", "placeholders": { "id": { "content": "$1", @@ -3911,10 +3911,10 @@ } }, "resetPassword": { - "message": "Reset Password" + "message": "Смяна на паролата" }, "resetPasswordLoggedOutWarning": { - "message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.", + "message": "Действието ще прекрати текущата сесия на $NAME$, след което ще се наложи той отново да се впише. Активните сесии на другите устройства може да останат такива до един час.", "placeholders": { "name": { "content": "$1", @@ -3923,46 +3923,46 @@ } }, "thisUser": { - "message": "this user" + "message": "този потребител" }, "resetPasswordMasterPasswordPolicyInEffect": { - "message": "One or more organization policies require the master password to meet the following requirements:" + "message": "Поне една политика на организация има следните изисквания към главната парола:" }, "resetPasswordSuccess": { - "message": "Password reset success!" + "message": "Успешна смяна на паролата!" }, "resetPasswordEnrollmentWarning": { - "message": "Enrollment will allow organization administrators to change your master password. Are you sure you want to enroll?" + "message": "Включването ще позволи на администраторите на организацията да променят главната Ви парола. Наистина ли искате да се включите?" }, "resetPasswordPolicy": { - "message": "Master Password Reset" + "message": "Смяна на главната парола" }, "resetPasswordPolicyDescription": { - "message": "Allow administrators in the organization to reset organization users' master password." + "message": "Позволяване на администраторите на организацията да сменят главните пароли на участващите потребители." }, "resetPasswordPolicyWarning": { - "message": "Users in the organization will need to self-enroll or be auto-enrolled before administrators can reset their master password." + "message": "Потребителите в организацията ще трябва да се включат сами или да бъдат включени автоматично, преди администраторите да могат да сменят главните им пароли." }, "resetPasswordPolicyAutoEnroll": { - "message": "Automatic Enrollment" + "message": "Автоматично включване" }, "resetPasswordPolicyAutoEnrollDescription": { - "message": "All users will be automatically enrolled in password reset once their invite is accepted." + "message": "Всички потребители ще бъдат включени автоматично в смяната на пароли след като приемат поканите си." }, "resetPasswordPolicyAutoEnrollWarning": { - "message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password." + "message": "Потребителите, които вече са част от организацията, няма да бъдат включени в смяната на паролите. Те ще трябва да се включат сами, преди администраторите да могат да сменят главните им пароли." }, "resetPasswordPolicyAutoEnrollCheckbox": { - "message": "Automatically enroll new users" + "message": "Автоматично включване на новите потребители" }, "resetPasswordAutoEnrollInviteWarning": { - "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." + "message": "Тази организация включва автоматично новите си потребители в смяната на пароли. Това означава, че администраторите на организацията ще могат да променят главната Ви парола." }, "resetPasswordOrgKeysError": { - "message": "Organization Keys response is null" + "message": "Празен отговор на заявката за ключовете на организацията" }, "resetPasswordDetailsError": { - "message": "Reset Password Details response is null" + "message": "Празен отговор на заявката за детайли относно смяната на паролата" }, "trashCleanupWarning": { "message": "Записите, които са били в кошчето за повече от 30 дни, ще бъдат изтривани автоматично." @@ -3980,42 +3980,42 @@ "message": "Това действие е защитено. За да продължите, въведете отново главната си парола, за да потвърдите самоличността си." }, "reinviteSelected": { - "message": "Resend Invitations" + "message": "Изпращане на поканите наново" }, "noSelectedUsersApplicable": { - "message": "This action is not applicable to any of the selected users." + "message": "Това действие не може да се изпълни за никого от избраните потребители." }, "removeUsersWarning": { - "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled." + "message": "Наистина ли искате да премахнете следните потребители? Процесът може да отнеме няколко секунди и не може да бъде прекъснат или отменен." }, "confirmSelected": { - "message": "Confirm Selected" + "message": "Потвърждаване на избраните" }, "bulkConfirmStatus": { - "message": "Bulk action status" + "message": "Състояние на груповото действие" }, "bulkConfirmMessage": { - "message": "Confirmed successfully." + "message": "Успешно потвърдено." }, "bulkReinviteMessage": { - "message": "Reinvited successfully." + "message": "Успешно изпратени наново покани." }, "bulkRemovedMessage": { - "message": "Removed successfully" + "message": "Успешно премахване" }, "bulkFilteredMessage": { - "message": "Excluded, not applicable for this action." + "message": "Изключени като неподходящи за това действие." }, "fingerprint": { - "message": "Fingerprint" + "message": "Отпечатък" }, "removeUsers": { - "message": "Remove Users" + "message": "Премахване на потребителите" }, "error": { - "message": "Error" + "message": "Грешка" }, "resetPasswordManageUsers": { - "message": "Manage Users must also be enabled with the Manage Password Reset permission" + "message": "Управлението на потребителите трябва също да бъде включено с разрешението за „Управление на помощта при смяната на паролата“" } } diff --git a/src/locales/ca/messages.json b/src/locales/ca/messages.json index b2c16d17d6..b35f017c94 100644 --- a/src/locales/ca/messages.json +++ b/src/locales/ca/messages.json @@ -361,7 +361,7 @@ "message": "Comparteix" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "Desplaça a l'organització" }, "valueCopied": { "message": "S'ha copiat $VALUE$", @@ -404,7 +404,7 @@ "message": "Caixa forta" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "Desplaça la selecció a l'organització" }, "deleteSelected": { "message": "Suprimeix selecció" @@ -452,7 +452,7 @@ "message": "Element editat" }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "$ITEMNAME$ desplaçat a $ORGNAME$", "placeholders": { "itemname": { "content": "$1", @@ -465,7 +465,7 @@ } }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "Els elements seleccionats s'han desplaçat a $ORGNAME$", "placeholders": { "orgname": { "content": "$1", @@ -769,10 +769,10 @@ "message": "Organitzacions" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "Trieu una organització a la qual vulgueu desplaçar aquest element. El trasllat a una organització transfereix la propietat de l'element a aquesta organització. Ja no sereu el propietari directe d'aquest element una vegada s'haja mogut." }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "Trieu una organització a la qual vulgueu desplaçar aquests elements. El trasllat a una organització transfereix la propietat dels elements a aquesta organització. Ja no sereu el propietari directe d'aquests elements una vegada s'hagen mogut." }, "collectionsDesc": { "message": "Editeu les col·leccions amb les què es comparteix aquest element. Només els usuaris de l'organització que tinguen accés a aquestes col·leccions podran veure'l." @@ -796,7 +796,7 @@ } }, "moveSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "message": "Heu seleccionat $COUNT$ elements. $MOVEABLE_COUNT$ elements es poden desplaçar a una organització, $NONMOVEABLE_COUNT$ no.", "placeholders": { "count": { "content": "$1", @@ -837,7 +837,7 @@ "message": "Introduïu la contrasenya mestra per exportar les dades de la caixa forta." }, "export": { - "message": "Export" + "message": "Exporta" }, "exportVault": { "message": "Exporta la caixa forta" @@ -1059,7 +1059,7 @@ "message": "No s'ha importat res." }, "importEncKeyError": { - "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." + "message": "Error en desxifrar el fitxer exportat. La vostra clau de xifratge no coincideix amb la clau de xifratge utilitzada per exportar les dades." }, "selectFormat": { "message": "Seleccioneu el format del fitxer d'importació" @@ -2353,7 +2353,7 @@ } }, "movedItemIdToOrg": { - "message": "Moved item $ID$ to an organization.", + "message": "Desplaça l'element $ID$ a una organització.", "placeholders": { "id": { "content": "$1", @@ -3413,7 +3413,7 @@ "message": "Recompte màxim d'accés" }, "maxAccessCountDesc": { - "message": "Si s’estableix, els usuaris ja no podran accedir a aquest enviament una vegada s’assolisca el nombre màxim d’accessos.", + "message": "Si s’estableix, els usuaris ja no podran accedir a aquest Send una vegada s’assolisca el nombre màxim d’accessos.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "currentAccessCount": { @@ -3857,13 +3857,13 @@ "message": "Per verificar el vostre 2FA, feu clic al botó següent." }, "webAuthnAuthenticate": { - "message": "Autenticar WebAutn" + "message": "Autenticar WebAuthn" }, "webAuthnNotSupported": { "message": "WebAuthn no és compatible amb aquest navegador." }, "webAuthnSuccess": { - "message": " WebAuthn s'ha verificat correctament!
Podeu tancar aquesta pestanya." + "message": "WebAuthn s'ha verificat correctament! Podeu tancar aquesta pestanya." }, "hintEqualsPassword": { "message": "El vostre suggeriment de contrasenya no pot ser el mateix que la vostra contrasenya." @@ -3902,7 +3902,7 @@ } }, "eventAdminPasswordReset": { - "message": "Master password reset for user $ID$.", + "message": "Restabliment de la contrasenya mestra per a l'usuari $ID$.", "placeholders": { "id": { "content": "$1", @@ -3911,10 +3911,10 @@ } }, "resetPassword": { - "message": "Reset Password" + "message": "Restableix la contrasenya" }, "resetPasswordLoggedOutWarning": { - "message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.", + "message": "En continuar, es tancarà $NAME$ de la sessió actual, cosa que requereix que torneu a iniciar la sessió. Les sessions actives en altres dispositius poden continuar estant actives fins a una hora.", "placeholders": { "name": { "content": "$1", @@ -3923,52 +3923,52 @@ } }, "thisUser": { - "message": "this user" + "message": "aquest usuari" }, "resetPasswordMasterPasswordPolicyInEffect": { - "message": "One or more organization policies require the master password to meet the following requirements:" + "message": "Una o més polítiques d’organització requereixen que la vostra contrasenya principal complisca els requisits següents:" }, "resetPasswordSuccess": { - "message": "Password reset success!" + "message": "S'ha restablert la contrasenya correctament!" }, "resetPasswordEnrollmentWarning": { - "message": "Enrollment will allow organization administrators to change your master password. Are you sure you want to enroll?" + "message": "La inscripció permetrà als administradors de l’organització canviar la vostra contrasenya mestra. Esteu segur que voleu inscriure-vos?" }, "resetPasswordPolicy": { - "message": "Master Password Reset" + "message": "Restabliment de la contrasenya mestra" }, "resetPasswordPolicyDescription": { - "message": "Allow administrators in the organization to reset organization users' master password." + "message": "Permetre als administradors de l'organització restablir la contrasenya mestra dels seus usuaris." }, "resetPasswordPolicyWarning": { - "message": "Users in the organization will need to self-enroll or be auto-enrolled before administrators can reset their master password." + "message": "Els usuaris de l’organització hauran de registrar-se o ser registrats abans que els administradors puguen restablir la seua contrasenya mestra." }, "resetPasswordPolicyAutoEnroll": { - "message": "Automatic Enrollment" + "message": "Inscripció automàtica" }, "resetPasswordPolicyAutoEnrollDescription": { - "message": "All users will be automatically enrolled in password reset once their invite is accepted." + "message": "Una vegada s'accepte la invitació, tots els usuaris s'inscriuran automàticament al restabliment de la contrasenya." }, "resetPasswordPolicyAutoEnrollWarning": { - "message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password." + "message": "Els usuaris que ja formen part de l’organització no s’inscriuran retroactivament al restabliment de la contrasenya. Hauran de registrar-se abans que els administradors puguen restablir la seua contrasenya mestra." }, "resetPasswordPolicyAutoEnrollCheckbox": { - "message": "Automatically enroll new users" + "message": "Inscriviu automàticament usuaris nous" }, "resetPasswordAutoEnrollInviteWarning": { - "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." + "message": "Aquesta organització té una política empresarial que us inscriurà automàticament al restabliment de la contrasenya. La inscripció permetrà als administradors de l’organització canviar la vostra contrasenya mestra." }, "resetPasswordOrgKeysError": { - "message": "Organization Keys response is null" + "message": "La resposta de les claus d’organització és nul·la" }, "resetPasswordDetailsError": { - "message": "Reset Password Details response is null" + "message": "La resposta Restableix detalls de contrasenya és nul·la" }, "trashCleanupWarning": { - "message": "Els xifratges que porten més de 30 dies a la paperera se suprimiran automàticament." + "message": "Els elements que porten més de 30 dies a la paperera se suprimiran automàticament." }, "trashCleanupWarningSelfHosted": { - "message": "Els xifratges que porten un temps a la paperera se suprimiran automàticament." + "message": "Els elements que porten un temps a la paperera se suprimiran automàticament." }, "passwordPrompt": { "message": "Sol·licitud de la contrasenya mestra" @@ -3980,42 +3980,42 @@ "message": "Aquesta acció està protegida. Per continuar, torneu a introduir la contrasenya principal per verificar la vostra identitat." }, "reinviteSelected": { - "message": "Resend Invitations" + "message": "Tornar a enviar invitacions" }, "noSelectedUsersApplicable": { - "message": "This action is not applicable to any of the selected users." + "message": "Aquesta acció no és aplicable a cap dels usuaris seleccionats." }, "removeUsersWarning": { - "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled." + "message": "Esteu segur que voleu eliminar els usuaris següents? El procés pot tardar uns segons a completar-se i no es pot interrompre ni cancel·lar." }, "confirmSelected": { - "message": "Confirm Selected" + "message": "Confirma la selecció" }, "bulkConfirmStatus": { - "message": "Bulk action status" + "message": "Estat de l'acció en bloc" }, "bulkConfirmMessage": { - "message": "Confirmed successfully." + "message": "Confirmat correctament." }, "bulkReinviteMessage": { - "message": "Reinvited successfully." + "message": "Reconvidat correctament." }, "bulkRemovedMessage": { - "message": "Removed successfully" + "message": "Suprimit correctament" }, "bulkFilteredMessage": { - "message": "Excluded, not applicable for this action." + "message": "Exclòs, no aplicable per a aquesta acció." }, "fingerprint": { - "message": "Fingerprint" + "message": "Empremta digital" }, "removeUsers": { - "message": "Remove Users" + "message": "Suprimeix usuaris" }, "error": { "message": "Error" }, "resetPasswordManageUsers": { - "message": "Manage Users must also be enabled with the Manage Password Reset permission" + "message": "L'administració d'usuaris també ha d'estar habilitada amb el permís de l'administració de restabliment de contrasenyes" } } diff --git a/src/locales/cs/messages.json b/src/locales/cs/messages.json index 86d11d98e0..57df9c4403 100644 --- a/src/locales/cs/messages.json +++ b/src/locales/cs/messages.json @@ -361,7 +361,7 @@ "message": "Sdílet" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "Přesunout do organizace" }, "valueCopied": { "message": "$VALUE$ zkopírováno", @@ -404,7 +404,7 @@ "message": "Trezor" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "Přesunout vybrané do organizace" }, "deleteSelected": { "message": "Smazat vybrané" @@ -452,7 +452,7 @@ "message": "Položka byla upravena" }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "$ITEMNAME$ přesunut do $ORGNAME$", "placeholders": { "itemname": { "content": "$1", @@ -465,7 +465,7 @@ } }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "Vybrané položky přesunuty do $ORGNAME$", "placeholders": { "orgname": { "content": "$1", @@ -769,10 +769,10 @@ "message": "Organizace" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "Vyberte organizaci, do které chcete tuto položku přesunout. Přesun do organizace převede vlastnictví položky této organizaci. Po přesunutí této položky již nebudete přímým vlastníkem této položky." }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "Vyberte organizaci, do které chcete tyto položky přesunout. Přesun do organizace převede vlastnictví položek této organizaci. Po přesunutí již nebudete přímým vlastníkem těchto položek." }, "collectionsDesc": { "message": "Upravit kolekce, ve kterých je tato položka sdílená. Pouze uživatelé organizace, kteří mají přístup k těmto kolekcím, budou moci tuto položku vidět." @@ -796,7 +796,7 @@ } }, "moveSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "message": "Vybrali jste $COUNT$ položku(ek). $MOVEABLE_COUNT$ položku(ek) lze přesunout do organizace, $NONMOVEABLE_COUNT$ nelze.", "placeholders": { "count": { "content": "$1", @@ -837,7 +837,7 @@ "message": "Zadejte své hlavní heslo pro export dat." }, "export": { - "message": "Export" + "message": "Exportovat" }, "exportVault": { "message": "Exportovat přihlašovací údaje" @@ -1059,7 +1059,7 @@ "message": "Nic nebylo importováno" }, "importEncKeyError": { - "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." + "message": "Chyba při dešifrování exportovaného souboru. Váš šifrovací klíč se neshoduje s klíčem použitým během exportu dat." }, "selectFormat": { "message": "Vyberte formát importovaného souboru" @@ -2353,7 +2353,7 @@ } }, "movedItemIdToOrg": { - "message": "Moved item $ID$ to an organization.", + "message": "Položka $ID$ přesunuta do organizace.", "placeholders": { "id": { "content": "$1", @@ -3902,7 +3902,7 @@ } }, "eventAdminPasswordReset": { - "message": "Master password reset for user $ID$.", + "message": "Hlavní heslo uživatele $ID$ obnoveno.", "placeholders": { "id": { "content": "$1", @@ -3911,10 +3911,10 @@ } }, "resetPassword": { - "message": "Reset Password" + "message": "Obnovit heslo" }, "resetPasswordLoggedOutWarning": { - "message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.", + "message": "Pokračováním odhlásíte $NAME$ z aktuální relace, což znamená, že se budou muset znovu přihlásit. Aktivní relace na jiných zařízeních mohou zůstat aktivní až po dobu jedné hodiny.", "placeholders": { "name": { "content": "$1", @@ -3923,46 +3923,46 @@ } }, "thisUser": { - "message": "this user" + "message": "tento uživatel" }, "resetPasswordMasterPasswordPolicyInEffect": { - "message": "One or more organization policies require the master password to meet the following requirements:" + "message": "Jedna nebo více zásad organizace vyžaduje, aby hlavní heslo splňovalo následující požadavky:" }, "resetPasswordSuccess": { - "message": "Password reset success!" + "message": "Heslo bylo úspěšně obnoveno!" }, "resetPasswordEnrollmentWarning": { - "message": "Enrollment will allow organization administrators to change your master password. Are you sure you want to enroll?" + "message": "Registrace umožní správcům organizace změnit vaše hlavní heslo. Opravdu se chcete zaregistrovat?" }, "resetPasswordPolicy": { - "message": "Master Password Reset" + "message": "Obnovení hlavního hesla" }, "resetPasswordPolicyDescription": { - "message": "Allow administrators in the organization to reset organization users' master password." + "message": "Povolte správcům v organizaci resetovat hlavní heslo uživatelů organizace." }, "resetPasswordPolicyWarning": { - "message": "Users in the organization will need to self-enroll or be auto-enrolled before administrators can reset their master password." + "message": "Uživatelé v organizaci se budou muset sami zaregistrovat nebo být automaticky zaregistrovaní předtím, než budou moct správcové resetovat jejich hlavní heslo." }, "resetPasswordPolicyAutoEnroll": { - "message": "Automatic Enrollment" + "message": "Automatická registrace" }, "resetPasswordPolicyAutoEnrollDescription": { - "message": "All users will be automatically enrolled in password reset once their invite is accepted." + "message": "Jakmile bude jejich pozvání přijato, všichni uživatelé budou automaticky zaregistrováni do obnovení hesla." }, "resetPasswordPolicyAutoEnrollWarning": { - "message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password." + "message": "Uživatelé, kteří jsou již v organizaci, nebudou zpětně zaregistrováni do obnovení hesla. Než budou moci správci obnovit hlavní heslo, budou se muset zaregistrovat sami." }, "resetPasswordPolicyAutoEnrollCheckbox": { - "message": "Automatically enroll new users" + "message": "Automaticky zaregistrovat nové uživatele" }, "resetPasswordAutoEnrollInviteWarning": { - "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." + "message": "Tato organizace má podnikové zásady, které vás automaticky zaregistrují k obnovení hesla. Registrace umožní správcům organizace změnit vaše hlavní heslo." }, "resetPasswordOrgKeysError": { - "message": "Organization Keys response is null" + "message": "Odpověď klíčů organizace je prázdná" }, "resetPasswordDetailsError": { - "message": "Reset Password Details response is null" + "message": "Odpověď na obnovení hesla je prázdná" }, "trashCleanupWarning": { "message": "Položky, které byly v koši déle než 30 dní, budou automaticky smazány." @@ -3980,42 +3980,42 @@ "message": "Tato akce je chráněna. Chcete-li pokračovat, zadejte znovu vaše hlavní heslo, abychom ověřili vaší totožnost." }, "reinviteSelected": { - "message": "Resend Invitations" + "message": "Znovu odeslat pozvánky" }, "noSelectedUsersApplicable": { - "message": "This action is not applicable to any of the selected users." + "message": "Tuto akci nelze použít na žádného z vybraných uživatelů." }, "removeUsersWarning": { - "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled." + "message": "Opravdu chcete odebrat následující uživatele? Proces může trvat několik sekund a nelze jej přerušit ani zrušit." }, "confirmSelected": { - "message": "Confirm Selected" + "message": "Potvrdit vybrané" }, "bulkConfirmStatus": { - "message": "Bulk action status" + "message": "Stav hromadné akce" }, "bulkConfirmMessage": { - "message": "Confirmed successfully." + "message": "Úspěšně potvrzeno." }, "bulkReinviteMessage": { - "message": "Reinvited successfully." + "message": "Znovu úspěšně pozváno." }, "bulkRemovedMessage": { - "message": "Removed successfully" + "message": "Úspěšně odstraněno" }, "bulkFilteredMessage": { - "message": "Excluded, not applicable for this action." + "message": "Vyloučené, neplatí pro tuto akci." }, "fingerprint": { - "message": "Fingerprint" + "message": "Otisk prstu" }, "removeUsers": { - "message": "Remove Users" + "message": "Odebrat uživatele" }, "error": { - "message": "Error" + "message": "Chyba" }, "resetPasswordManageUsers": { - "message": "Manage Users must also be enabled with the Manage Password Reset permission" + "message": "Správa uživatelů musí být také povolena s oprávněním spravovat obnovení hesla" } } diff --git a/src/locales/da/messages.json b/src/locales/da/messages.json index 07efc53ef2..4eff5dcbb1 100644 --- a/src/locales/da/messages.json +++ b/src/locales/da/messages.json @@ -361,7 +361,7 @@ "message": "Del" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "Flyt til organisation" }, "valueCopied": { "message": "$VALUE$ kopieret", @@ -404,7 +404,7 @@ "message": "Boks" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "Flyt valgte til organisation" }, "deleteSelected": { "message": "Slet valgte" @@ -452,7 +452,7 @@ "message": "Redigerede element" }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "$ITEMNAME$ flyttet til $ORGNAME$", "placeholders": { "itemname": { "content": "$1", @@ -465,7 +465,7 @@ } }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "Valgte emner flyttet til $ORGNAME$", "placeholders": { "orgname": { "content": "$1", @@ -769,10 +769,10 @@ "message": "Organisationer" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "Vælg den organisation, som du vil flytte dette emne til. Flytning overfører ejerskab af emnet til organisationen, og du vil efter flytningen ikke længere være den direkte ejer af emnet." }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "Vælg en organisation, som du vil flytte disse emner til. Flytning overfører ejerskabet af emnerne til organisationen, og du vil efter flytningen ikke længere være den direkte ejer af disse emner." }, "collectionsDesc": { "message": "Redigér de samlinger, som dette element deles med. Kun organisationsbrugere med adgang til disse samlinger vil kunne se dette element." @@ -796,7 +796,7 @@ } }, "moveSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "message": "Du har valgt $COUNT$ emne(r). $MOVEABLE_COUNT$ emne(r) kan flyttes til en organisation, $NONMOVEABLE_COUNT$ kan ikke.", "placeholders": { "count": { "content": "$1", @@ -837,7 +837,7 @@ "message": "Indtast din hovedadgangskode for at eksportere dine data fra boksen." }, "export": { - "message": "Export" + "message": "Eksportér" }, "exportVault": { "message": "Eksportér boks" @@ -1059,7 +1059,7 @@ "message": "Intet blev importeret." }, "importEncKeyError": { - "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." + "message": "Fejl ved dekryptering af den eksporterede fil. Din krypteringsnøglen matcher ikke den krypteringsnøgle, som blev anvendt til dataeksporten." }, "selectFormat": { "message": "Vælg formatet for importfilen" @@ -2353,7 +2353,7 @@ } }, "movedItemIdToOrg": { - "message": "Moved item $ID$ to an organization.", + "message": "Flyttede emnet $ID$ til en organisation.", "placeholders": { "id": { "content": "$1", @@ -3863,7 +3863,7 @@ "message": "Denne browser understøtter ikke WebAuthn." }, "webAuthnSuccess": { - "message": "WebAuthn bekræftet!
Denne fane kan lukkes." + "message": "WebAuthn bekræftet Du kan lukke denne fane." }, "hintEqualsPassword": { "message": "Dit kodeordstip må ikke være identisk med din adgangskode." @@ -3902,7 +3902,7 @@ } }, "eventAdminPasswordReset": { - "message": "Master password reset for user $ID$.", + "message": "Hovedadgangskode nulstillet for bruger $ID$.", "placeholders": { "id": { "content": "$1", @@ -3911,10 +3911,10 @@ } }, "resetPassword": { - "message": "Reset Password" + "message": "Nulstil adgangskode" }, "resetPasswordLoggedOutWarning": { - "message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.", + "message": "Ved at fortsætte logges $NAME$ ud af sin nuværende session, hvilket kræver, at vedkommende logger ind igen. Aktive sessioner på andre enheder forbliver muligvis aktive i op til en time.", "placeholders": { "name": { "content": "$1", @@ -3923,52 +3923,52 @@ } }, "thisUser": { - "message": "this user" + "message": "denne bruger" }, "resetPasswordMasterPasswordPolicyInEffect": { - "message": "One or more organization policies require the master password to meet the following requirements:" + "message": "Én eller flere organisationspolitikker kræver, at hovedadgangskoden opfylder følgende krav:" }, "resetPasswordSuccess": { - "message": "Password reset success!" + "message": "Adgangskode nulstillet!" }, "resetPasswordEnrollmentWarning": { - "message": "Enrollment will allow organization administrators to change your master password. Are you sure you want to enroll?" + "message": "Indrullering vil tillade organisationsadministratorer at ændre din hovedadgangskode. Er du sikker på, at du vil indrullere dig?" }, "resetPasswordPolicy": { - "message": "Master Password Reset" + "message": "Nulstil hovedadgangskode" }, "resetPasswordPolicyDescription": { - "message": "Allow administrators in the organization to reset organization users' master password." + "message": "Tillad administratorer i organisationen at nulstille organisationsbrugeres hovedadgangskode." }, "resetPasswordPolicyWarning": { - "message": "Users in the organization will need to self-enroll or be auto-enrolled before administrators can reset their master password." + "message": "Brugere i organisationen skal selvindrullere eller være auto-indrulleret, før administratorer kan nulstille deres hovedadgangskode." }, "resetPasswordPolicyAutoEnroll": { - "message": "Automatic Enrollment" + "message": "Auto-indrullering" }, "resetPasswordPolicyAutoEnrollDescription": { - "message": "All users will be automatically enrolled in password reset once their invite is accepted." + "message": "Alle brugere opsættes automatisk til adgangskodenulstilling, når deres invitation er accepteret." }, "resetPasswordPolicyAutoEnrollWarning": { - "message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password." + "message": "Brugere, som allerede er i organisationen, opsættes ikke med tilbagevirkende kraft til adgangskodenulstilling. De skal selvindrullere, før administratorer kan nulstille deres hovedadgangskode." }, "resetPasswordPolicyAutoEnrollCheckbox": { - "message": "Automatically enroll new users" + "message": "Auto-indrullér nye brugere" }, "resetPasswordAutoEnrollInviteWarning": { - "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." + "message": "Denne organisation har en virksomhedspolitik, der auto-opsætter dig til adgangskodenulstilling. Opsætningen giver organisationsadministratorer mulighed for at ændre din hovedadgangskode." }, "resetPasswordOrgKeysError": { - "message": "Organization Keys response is null" + "message": "Organisationsnøgler svar er null" }, "resetPasswordDetailsError": { - "message": "Reset Password Details response is null" + "message": "Nulstil adgangskode detaljer svar er null" }, "trashCleanupWarning": { - "message": "Koder, som har været i papirkurven i mere end 30 dage, slettes automatisk." + "message": "Elementer, som har været i papirkurven i mere end 30 dage, slettes automatisk." }, "trashCleanupWarningSelfHosted": { - "message": "Koder, som har været i papirkurven i et stykke tid, slettes automatisk." + "message": "Elementer, som har været i papirkurven i et stykke tid, slettes automatisk." }, "passwordPrompt": { "message": "Genanmodning om hovedadgangskode" @@ -3980,42 +3980,42 @@ "message": "Denne handling er beskyttet. For at fortsætte, angiv din hovedadgangskode igen for at bekræfte din identitet." }, "reinviteSelected": { - "message": "Resend Invitations" + "message": "Gensend invitationer" }, "noSelectedUsersApplicable": { - "message": "This action is not applicable to any of the selected users." + "message": "Denne handling er ikke anvendelig for nogen af de valgte brugere." }, "removeUsersWarning": { - "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled." + "message": "Er du sikker på, at du vil fjerne følgende brugere? Processen kan tage et par sekunder at fuldføre og kan ikke afbrydes eller annulleres." }, "confirmSelected": { - "message": "Confirm Selected" + "message": "Bekræft valgte" }, "bulkConfirmStatus": { - "message": "Bulk action status" + "message": "Status for massehandling" }, "bulkConfirmMessage": { - "message": "Confirmed successfully." + "message": "Bekræftet med succes." }, "bulkReinviteMessage": { - "message": "Reinvited successfully." + "message": "Geninviteret med succes." }, "bulkRemovedMessage": { - "message": "Removed successfully" + "message": "Fjernet med succes" }, "bulkFilteredMessage": { - "message": "Excluded, not applicable for this action." + "message": "Udelukket, ikke anvendeligt til denne handling." }, "fingerprint": { - "message": "Fingerprint" + "message": "Fingeraftryk" }, "removeUsers": { - "message": "Remove Users" + "message": "Fjern brugere" }, "error": { - "message": "Error" + "message": "Fejl" }, "resetPasswordManageUsers": { - "message": "Manage Users must also be enabled with the Manage Password Reset permission" + "message": "Administrér brugere skal også være aktiveret med tilladelsen Håndtér adgangskodenulstilling" } } diff --git a/src/locales/de/messages.json b/src/locales/de/messages.json index e8c0ba3e85..72d301d03f 100644 --- a/src/locales/de/messages.json +++ b/src/locales/de/messages.json @@ -361,7 +361,7 @@ "message": "Teilen" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "In Organisation verschieben" }, "valueCopied": { "message": "$VALUE$ kopiert", @@ -404,7 +404,7 @@ "message": "Tresor" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "Auswahl zur Organisation verschieben" }, "deleteSelected": { "message": "Auswahl löschen" @@ -452,7 +452,7 @@ "message": "Eintrag bearbeitet" }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "$ITEMNAME$ verschoben nach $ORGNAME$", "placeholders": { "itemname": { "content": "$1", @@ -465,7 +465,7 @@ } }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "Ausgewählte Einträge nach $ORGNAME$ verschoben", "placeholders": { "orgname": { "content": "$1", @@ -769,10 +769,10 @@ "message": "Organisationen" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "Wähle eine Organisation aus, in die du diesen Eintrag verschieben möchtest. Das Verschieben in eine Organisation überträgt das Eigentum an diese Organisation. Du bist nicht mehr der direkte Besitzer dieses Eintrags, sobald er verschoben wurde." }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "Wähle eine Organisation aus, in die du diese Einträge verschieben möchtest. Das Verschieben in eine Organisation überträgt das Eigentum der Einträge an diese Organisation. Du bist nicht mehr der direkte Besitzer dieser Einträge, sobald sie verschoben wurden." }, "collectionsDesc": { "message": "Bearbeiten Sie die Sammlungen, mit denen dieser Eintrag geteilt wird. Nur Organisationsmitglieder mit Zugriff auf diese Sammlungen werden diesen Eintrag sehen können." @@ -796,7 +796,7 @@ } }, "moveSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "message": "Du hast $COUNT$ Element(e) ausgewählt. $MOVEABLE_COUNT$ Element(e) können in eine Organisation verschoben werden, $NONMOVEABLE_COUNT$ nicht.", "placeholders": { "count": { "content": "$1", @@ -1059,7 +1059,7 @@ "message": "Es wurde nichts importiert." }, "importEncKeyError": { - "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." + "message": "Fehler beim Entschlüsseln der exportierten Datei. Dein Verschlüsselungscode stimmt nicht mit dem beim Export verwendeten Verschlüsselungscode überein." }, "selectFormat": { "message": "Wählen Sie das Format Ihrer Import-Datei" @@ -2353,7 +2353,7 @@ } }, "movedItemIdToOrg": { - "message": "Moved item $ID$ to an organization.", + "message": "Eintrag $ID$ wurde in eine Organisation verschoben.", "placeholders": { "id": { "content": "$1", @@ -3902,7 +3902,7 @@ } }, "eventAdminPasswordReset": { - "message": "Master password reset for user $ID$.", + "message": "Master-Passwort für Benutzer $ID$ zurückgesetzt.", "placeholders": { "id": { "content": "$1", @@ -3911,10 +3911,10 @@ } }, "resetPassword": { - "message": "Reset Password" + "message": "Passwort zurücksetzen" }, "resetPasswordLoggedOutWarning": { - "message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.", + "message": "Wenn du fortfährst, wird $NAME$ aus seiner aktuellen Sitzung ausgeloggt und muss sich erneut einloggen. Aktive Sitzungen auf anderen Geräten können bis zu einer Stunde weiterhin aktiv bleiben.", "placeholders": { "name": { "content": "$1", @@ -3923,46 +3923,46 @@ } }, "thisUser": { - "message": "this user" + "message": "dieser Benutzer" }, "resetPasswordMasterPasswordPolicyInEffect": { - "message": "One or more organization policies require the master password to meet the following requirements:" + "message": "Eine oder mehrere Organisationsrichtlinien erfordern, dass dein Master-Passwort die folgenden Anforderungen erfüllt:" }, "resetPasswordSuccess": { - "message": "Password reset success!" + "message": "Passwort erfolgreich zurückgesetzt!" }, "resetPasswordEnrollmentWarning": { - "message": "Enrollment will allow organization administrators to change your master password. Are you sure you want to enroll?" + "message": "Die Registrierung erlaubt Administratoren der Organisation, dein Master-Passwort zu ändern. Bist du sicher, dass du dich registrieren möchtest?" }, "resetPasswordPolicy": { - "message": "Master Password Reset" + "message": "Master-Passwort zurücksetzen" }, "resetPasswordPolicyDescription": { - "message": "Allow administrators in the organization to reset organization users' master password." + "message": "Administratoren in der Organisation erlauben, das Master-Passwort der Organisationsbenutzer zurückzusetzen." }, "resetPasswordPolicyWarning": { - "message": "Users in the organization will need to self-enroll or be auto-enrolled before administrators can reset their master password." + "message": "Benutzer in der Organisation müssen sich selbst registrieren oder automatisch registriert sein, bevor Administratoren deren Master-Passwort zurücksetzen können." }, "resetPasswordPolicyAutoEnroll": { - "message": "Automatic Enrollment" + "message": "Automatische Registrierung" }, "resetPasswordPolicyAutoEnrollDescription": { - "message": "All users will be automatically enrolled in password reset once their invite is accepted." + "message": "Alle Benutzer werden automatisch für das Zurücksetzen des Passworts registriert, sobald ihre Einladung angenommen wurde." }, "resetPasswordPolicyAutoEnrollWarning": { - "message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password." + "message": "Benutzer, die bereits in der Organisation sind, werden nicht rückwirkend für das Zurücksetzen des Passworts registriert. Sie müssen sich selbst registrieren, bevor Administratoren deren Master-Passwort zurücksetzen können." }, "resetPasswordPolicyAutoEnrollCheckbox": { - "message": "Automatically enroll new users" + "message": "Neue Benutzer automatisch registrieren" }, "resetPasswordAutoEnrollInviteWarning": { - "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." + "message": "Diese Organisation hat eine Unternehmensrichtlinie, die dich automatisch zum Zurücksetzen deines Passworts registriert. Die Registrierung wird es Administratoren der Organisation erlauben, dein Master-Passwort zu ändern." }, "resetPasswordOrgKeysError": { - "message": "Organization Keys response is null" + "message": "Die Rückmeldung der Organisationsschlüssel ist null" }, "resetPasswordDetailsError": { - "message": "Reset Password Details response is null" + "message": "Die Rückmeldung der Passwort Details Zurücksetzung ist null" }, "trashCleanupWarning": { "message": "Chiffren, die länger als 30 Tage im Papierkorb waren, werden automatisch gelöscht." @@ -3980,42 +3980,42 @@ "message": "Diese Aktion ist geschützt. Um fortzufahren, geben Sie bitte Ihr Master-Passwort erneut ein, um Ihre Identität zu bestätigen." }, "reinviteSelected": { - "message": "Resend Invitations" + "message": "Einladungen erneut senden" }, "noSelectedUsersApplicable": { - "message": "This action is not applicable to any of the selected users." + "message": "Diese Aktion ist für keinen der ausgewählten Benutzer anwendbar." }, "removeUsersWarning": { - "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled." + "message": "Bist du sicher, dass du die folgenden Benutzer entfernen möchtest? Der Prozess kann einige Sekunden dauern und kann nicht unterbrochen oder abgebrochen werden." }, "confirmSelected": { - "message": "Confirm Selected" + "message": "Auswahl bestätigen" }, "bulkConfirmStatus": { - "message": "Bulk action status" + "message": "Multi-Aktion Status" }, "bulkConfirmMessage": { - "message": "Confirmed successfully." + "message": "Erfolgreich bestätigt." }, "bulkReinviteMessage": { - "message": "Reinvited successfully." + "message": "Erfolgreich wieder eingeladen." }, "bulkRemovedMessage": { - "message": "Removed successfully" + "message": "Erfolgreich entfernt" }, "bulkFilteredMessage": { - "message": "Excluded, not applicable for this action." + "message": "Ausgeschlossen, nicht anwendbar für diese Aktion." }, "fingerprint": { - "message": "Fingerprint" + "message": "Fingerabdruck" }, "removeUsers": { - "message": "Remove Users" + "message": "Benutzer entfernen" }, "error": { - "message": "Error" + "message": "Fehler" }, "resetPasswordManageUsers": { - "message": "Manage Users must also be enabled with the Manage Password Reset permission" + "message": "Benutzer verwalten muss ebenfalls mit der Passwort zurücksetzen Berechtigung aktiviert werden" } } diff --git a/src/locales/en_GB/messages.json b/src/locales/en_GB/messages.json index 48d940820e..efe6374a01 100644 --- a/src/locales/en_GB/messages.json +++ b/src/locales/en_GB/messages.json @@ -361,7 +361,7 @@ "message": "Share" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "Move to Organisation" }, "valueCopied": { "message": "$VALUE$ copied", @@ -404,7 +404,7 @@ "message": "Vault" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "Move Selected to Organisation" }, "deleteSelected": { "message": "Delete selected" @@ -769,10 +769,10 @@ "message": "Organisations" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "Choose an organisation that you wish to move this item to. Moving to an organisation transfers ownership of the item to that organisation. You will no longer be the direct owner of this item once it has been moved." }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "Choose an organisation that you wish to move these items to. Moving to an organisation transfers ownership of the items to that organisation. You will no longer be the direct owner of these items once they have been moved." }, "collectionsDesc": { "message": "Edit the collections that this item is being shared with. Only organisation users with access to these collections will be able to see this item." @@ -796,7 +796,7 @@ } }, "moveSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organisation, $NONMOVEABLE_COUNT$ cannot.", "placeholders": { "count": { "content": "$1", @@ -2353,7 +2353,7 @@ } }, "movedItemIdToOrg": { - "message": "Moved item $ID$ to an organization.", + "message": "Moved item $ID$ to an organisation.", "placeholders": { "id": { "content": "$1", @@ -3926,22 +3926,22 @@ "message": "this user" }, "resetPasswordMasterPasswordPolicyInEffect": { - "message": "One or more organization policies require the master password to meet the following requirements:" + "message": "One or more organisation policies require the master password to meet the following requirements:" }, "resetPasswordSuccess": { "message": "Password reset success!" }, "resetPasswordEnrollmentWarning": { - "message": "Enrollment will allow organization administrators to change your master password. Are you sure you want to enroll?" + "message": "Enrollment will allow organisation administrators to change your master password. Are you sure you want to enroll?" }, "resetPasswordPolicy": { "message": "Master Password Reset" }, "resetPasswordPolicyDescription": { - "message": "Allow administrators in the organization to reset organization users' master password." + "message": "Allow administrators in the organisation to reset organisation users' master password." }, "resetPasswordPolicyWarning": { - "message": "Users in the organization will need to self-enroll or be auto-enrolled before administrators can reset their master password." + "message": "Users in the organisation will need to self-enroll or be auto-enrolled before administrators can reset their master password." }, "resetPasswordPolicyAutoEnroll": { "message": "Automatic Enrollment" @@ -3950,16 +3950,16 @@ "message": "All users will be automatically enrolled in password reset once their invite is accepted." }, "resetPasswordPolicyAutoEnrollWarning": { - "message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password." + "message": "Users already in the organisation will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password." }, "resetPasswordPolicyAutoEnrollCheckbox": { "message": "Automatically enroll new users" }, "resetPasswordAutoEnrollInviteWarning": { - "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." + "message": "This organisation has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organisation administrators to change your master password." }, "resetPasswordOrgKeysError": { - "message": "Organization Keys response is null" + "message": "Organisation Keys response is null" }, "resetPasswordDetailsError": { "message": "Reset Password Details response is null" @@ -3986,7 +3986,7 @@ "message": "This action is not applicable to any of the selected users." }, "removeUsersWarning": { - "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled." + "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or cancelled." }, "confirmSelected": { "message": "Confirm Selected" diff --git a/src/locales/et/messages.json b/src/locales/et/messages.json index 2cd16d2196..b5bda751da 100644 --- a/src/locales/et/messages.json +++ b/src/locales/et/messages.json @@ -361,7 +361,7 @@ "message": "Jaga" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "Teisalda organisatsioonile" }, "valueCopied": { "message": "$VALUE$ on kopeeritud", @@ -404,7 +404,7 @@ "message": "Hoidla" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "Teisalda valitud organisatsioonile" }, "deleteSelected": { "message": "Kustuta valitud" @@ -452,7 +452,7 @@ "message": "Kirje on muudetud" }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "$ITEMNAME$ teisaldati $ORGNAME$", "placeholders": { "itemname": { "content": "$1", @@ -465,7 +465,7 @@ } }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "Valitud kirjed teisaldati $ORGNAME$-le", "placeholders": { "orgname": { "content": "$1", @@ -769,10 +769,10 @@ "message": "Organisatsioon" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "Vali organisatsioon, kuhu soovid seda kirjet teisaldada. Teisaldamisega saab kirje omanikuks organisatsioon. Pärast kirje teisaldamist ei ole sa enam selle otsene omanik." }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "Vali organisatsioon, kuhu soovid seda kirjet teisaldada. Teisaldamisega saab kirje omanikuks organisatsioon. Pärast kirje teisaldamist ei ole sa enam selle otsene omanik." }, "collectionsDesc": { "message": "Muuda kollektsioone, millega seda kirjet jagatakse. Seda kirjet näevad üksnes organisatsiooni kasutajad, kes omavad nendele kollektsioonidele ligipääsu." @@ -796,7 +796,7 @@ } }, "moveSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "message": "Valisid $COUNT$ kirje(t). $MOVEABLE_COUNT$ kirje(t) saab teisaldada organisatsioonile, $NONMOVEABLE_COUNT$ ei saa.", "placeholders": { "count": { "content": "$1", @@ -837,7 +837,7 @@ "message": "Hoidlas olevate andmete eksportimiseks on vajalik ülemparooli sisestamine." }, "export": { - "message": "Export" + "message": "Ekspordi" }, "exportVault": { "message": "Hoidla sisu eksportimine" @@ -1059,7 +1059,7 @@ "message": "Midagi ei imporditud." }, "importEncKeyError": { - "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." + "message": "Eksporditud faili dekrüpteerimine nurjus. Sinu krüpteerimisvõti ei ühti selle võtmega, mida kasutati andmete eksportimisel." }, "selectFormat": { "message": "Vali imporditava faili vorming" @@ -2353,7 +2353,7 @@ } }, "movedItemIdToOrg": { - "message": "Moved item $ID$ to an organization.", + "message": "Kirje $ID$ on teisaldatud organisatsioonile.", "placeholders": { "id": { "content": "$1", @@ -2704,7 +2704,7 @@ "message": "Kui sa ei pääse oma kontole ühegi kaheastmeliste kinnitamise meetodi abiga ligi, saad selle välja lülitada. Selleks kasuta kaheastmelise kinnitamise tühistamise koodi." }, "recoverAccountTwoStep": { - "message": "Taasta ligipääs kaheastmelise kinnitamiseta" + "message": "Taasta kaheastmelise kinnitamise ligipääs" }, "twoStepRecoverDisabled": { "message": "Sinu konto kaheastmeline kinnitamine on välja lülitatud." @@ -3631,7 +3631,7 @@ "message": "Hädaolukorra ligipääsust keelduti" }, "passwordResetFor": { - "message": "$USER$ parool on taastatud. Saad nüüd uue parooliga sisse logida.", + "message": "$USER$ parool on lähtestatud. Saad nüüd uue parooliga sisse logida.", "placeholders": { "user": { "content": "$1", @@ -3746,7 +3746,7 @@ "message": "Kasutajate haldamine" }, "manageResetPassword": { - "message": "Parooli taastamise haldamine" + "message": "Parooli lähtestamise haldamine" }, "disableRequireSsoError": { "message": "Enne selle poliitika keelamist pead Single Sign-On autentimise käsitsi välja lülitama." @@ -3762,7 +3762,7 @@ "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendNameDesc": { - "message": "Sisesta Sendi nimi.", + "message": "Sisesta Sendi nimi (kohustuslik).", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendTextDesc": { @@ -3869,13 +3869,13 @@ "message": "Parooli vihje ei saa olla sama mis parool ise." }, "enrollPasswordReset": { - "message": "Liitu parooli taastamise valikuga" + "message": "Liitu parooli lähtestamise valikuga" }, "enrolledPasswordReset": { - "message": "Parooli taastamise valikuga liitunud" + "message": "Liitusid parooli lähtestamise valikuga" }, "withdrawPasswordReset": { - "message": "Tühista parooli taastamise valik" + "message": "Tühista nõusolek parooli lähtestamiseks" }, "enrollPasswordResetSuccess": { "message": "Liitumine õnnestus!" @@ -3884,7 +3884,7 @@ "message": "Tühistamine õnnestus!" }, "eventEnrollPasswordReset": { - "message": "Kasutaja $ID$ liitus parooli taastamise valikuga.", + "message": "Kasutaja $ID$ liitus parooli lähtestamise valikuga.", "placeholders": { "id": { "content": "$1", @@ -3893,7 +3893,7 @@ } }, "eventWithdrawPasswordReset": { - "message": "Kasutaja $ID$ tühistas parooli taastamise valiku.", + "message": "Kasutaja $ID$ tühistas parooli taastamise valiku nõusuoleku.", "placeholders": { "id": { "content": "$1", @@ -3902,7 +3902,7 @@ } }, "eventAdminPasswordReset": { - "message": "Master password reset for user $ID$.", + "message": "Kasutaja $ID$ ülemparool on lähtestatud.", "placeholders": { "id": { "content": "$1", @@ -3911,10 +3911,10 @@ } }, "resetPassword": { - "message": "Reset Password" + "message": "Lähtesta parool" }, "resetPasswordLoggedOutWarning": { - "message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.", + "message": "Jätkates logitakse $NAME$ praegusest sessioonis välja, mistõttu peavad nad kontosse uuesti sisse logima. Teised kontoga ühendatud seadmed võivad jääda sisselogituks kuni üheks tunniks.", "placeholders": { "name": { "content": "$1", @@ -3923,40 +3923,40 @@ } }, "thisUser": { - "message": "this user" + "message": "see kasutaja" }, "resetPasswordMasterPasswordPolicyInEffect": { - "message": "One or more organization policies require the master password to meet the following requirements:" + "message": "Üks või enam organisatsiooni eeskirja nõuavad, et ülemparool vastaks nendele nõudmistele:" }, "resetPasswordSuccess": { - "message": "Password reset success!" + "message": "Parool on edukalt lähtestatud!" }, "resetPasswordEnrollmentWarning": { - "message": "Enrollment will allow organization administrators to change your master password. Are you sure you want to enroll?" + "message": "Liitumine võimaldab organisatsiooni administraatoritel sinu ülemparooli muuta. Oled kindel, et soovid liituda?" }, "resetPasswordPolicy": { - "message": "Master Password Reset" + "message": "Ülemparooli lähtestamine" }, "resetPasswordPolicyDescription": { - "message": "Allow administrators in the organization to reset organization users' master password." + "message": "Võimalda organisatsiooni administraatoritel kasutajate ülemparooli lähtestada." }, "resetPasswordPolicyWarning": { - "message": "Users in the organization will need to self-enroll or be auto-enrolled before administrators can reset their master password." + "message": "Organisatsiooni kuuluvad kasutajad peavad ise liituma või nad liidetakse automaatselt, enne kui nende ülemparooli lähtestada saab." }, "resetPasswordPolicyAutoEnroll": { - "message": "Automatic Enrollment" + "message": "Automaatne liitumine" }, "resetPasswordPolicyAutoEnrollDescription": { - "message": "All users will be automatically enrolled in password reset once their invite is accepted." + "message": "Kõik kasutajad, kes aktsepteerivad kutse, liidetakse automaatselt parooli lähtestamise funktsiooniga." }, "resetPasswordPolicyAutoEnrollWarning": { - "message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password." + "message": "Kasutajad, kes on juba organisatsiooni liikmed, liidetakse parooli lähtestamise valikuga tagasiulatuvalt. Nad peavad selle ise üle kinnitama, enne kui administraatoritel tekib võimalus nende paroole lähtestada." }, "resetPasswordPolicyAutoEnrollCheckbox": { - "message": "Automatically enroll new users" + "message": "Liida uued kasutajad automaatselt" }, "resetPasswordAutoEnrollInviteWarning": { - "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." + "message": "Selle organisatsiooni poliitika kohaselt liidetakse sind automaatselt ülemparooli lähtestamise funktsiooniga. Liitumisel saavad organisatsiooni administraatorid sinu ülemparooli muuta." }, "resetPasswordOrgKeysError": { "message": "Organization Keys response is null" @@ -3980,42 +3980,42 @@ "message": "See tegevus on kaitstud. Jätkamiseks sisesta oma ülemparool." }, "reinviteSelected": { - "message": "Resend Invitations" + "message": "Saada kutsed uuesti" }, "noSelectedUsersApplicable": { - "message": "This action is not applicable to any of the selected users." + "message": "See valik rakendub mistahes valitud kasutajatele." }, "removeUsersWarning": { - "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled." + "message": "Oled kindel, et soovid järgnevaid kasutajaid eemaldada? See tegevus võib võtta paar sekundit ning seda ei saa katkestada." }, "confirmSelected": { - "message": "Confirm Selected" + "message": "Kinnita valitud" }, "bulkConfirmStatus": { - "message": "Bulk action status" + "message": "Masstegevuse staatus" }, "bulkConfirmMessage": { - "message": "Confirmed successfully." + "message": "Edukalt kinnitatud." }, "bulkReinviteMessage": { - "message": "Reinvited successfully." + "message": "Edukalt uuesti kutsutud." }, "bulkRemovedMessage": { - "message": "Removed successfully" + "message": "Edukalt eemaldatud" }, "bulkFilteredMessage": { - "message": "Excluded, not applicable for this action." + "message": "Välja jäetud, ei rakendu sellel tegevuse puhul." }, "fingerprint": { - "message": "Fingerprint" + "message": "Sõrmejälg" }, "removeUsers": { - "message": "Remove Users" + "message": "Kasutajate eemaldamine" }, "error": { - "message": "Error" + "message": "Viga" }, "resetPasswordManageUsers": { - "message": "Manage Users must also be enabled with the Manage Password Reset permission" + "message": "\"Parooli lähtestamise haldamine\" nõuab ka valiku \"Kasutajate haldamine\" sisselülitamist" } } diff --git a/src/locales/fi/messages.json b/src/locales/fi/messages.json index ec93ac592f..0c8acf29e2 100644 --- a/src/locales/fi/messages.json +++ b/src/locales/fi/messages.json @@ -361,7 +361,7 @@ "message": "Jaa" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "Siirrä organisaatioon" }, "valueCopied": { "message": "$VALUE$ kopioitiin", @@ -404,7 +404,7 @@ "message": "Holvi" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "Siirrä valitut organisaatioon" }, "deleteSelected": { "message": "Poista valitut" @@ -452,7 +452,7 @@ "message": "Muokattiin kohdetta" }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "$ITEMNAME$ siirrettiin organisaatioon $ORGNAME$", "placeholders": { "itemname": { "content": "$1", @@ -465,7 +465,7 @@ } }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "Valitut kohteet siirrettiin organisaatioon $ORGNAME$", "placeholders": { "orgname": { "content": "$1", @@ -731,7 +731,7 @@ "message": "Käytä YubiKey-todennuslaitetta tilisi avaukseen. Toimii YubiKey 4 ja 5 -sarjojen sekä NEO -laitteiden kanssa." }, "duoDesc": { - "message": "Vahvista Duo Securityn avulla käyttäen Duo Mobile ‑sovellusta, tekstiviestiä, puhelua tai U2F-todennuslaitetta.", + "message": "Vahvista kirjautuminen Duo Securityn avulla käyttäen Duo Mobile ‑sovellusta, tekstiviestiä, puhelua tai U2F-todennuslaitetta.", "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." }, "duoOrganizationDesc": { @@ -751,7 +751,7 @@ "message": "Käytä mitä tahansa WebAuthn‑yhteensopivaa todennuslaitetta päästäksesi käsiksi tiliisi." }, "webAuthnMigrated": { - "message": "(Siirretty FIDO:sta)" + "message": "(siirretty FIDO:sta)" }, "emailTitle": { "message": "Sähköpostiosoite" @@ -769,10 +769,10 @@ "message": "Organisaatiot" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "Valitse organisaatio, johon haluat siirtää kohteen. Tämä siirtää kohteen organisaation omistukseen, etkä tämän jälkeen ole enää sen suora omistaja." }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "Valitse organisaatio, johon haluat siirtää kohteet. Tämä siirtää kohteet organisaation omistukseen, etkä tämän jälkeen ole enää niiden suora omistaja." }, "collectionsDesc": { "message": "Muokkaa kokoelmia, joihin tämä kohde on jaettu. Kohteen näkevät vain ne organisaation käyttäjät, joilla on käyttöoikeus näihin kokoelmiin." @@ -796,7 +796,7 @@ } }, "moveSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "message": "Olet valinnut $COUNT$ kohdetta. $MOVEABLE_COUNT$ kohdetta voidaan siirtää organisaatioon, $NONMOVEABLE_COUNT$ ei.", "placeholders": { "count": { "content": "$1", @@ -837,7 +837,7 @@ "message": "Syötä pääsalasanasi viedäksesi holvisi tiedot." }, "export": { - "message": "Export" + "message": "Vie" }, "exportVault": { "message": "Vie holvi" @@ -1059,7 +1059,7 @@ "message": "Mitään ei tuotu." }, "importEncKeyError": { - "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." + "message": "Virhe purettaessa viedyn tiedoston salausta. Salausavaimesi ei vastaa viennissä käytettyä salausavainta." }, "selectFormat": { "message": "Valitse tuotavan tiedoston muoto" @@ -1122,7 +1122,7 @@ "message": "Verkkotunnusten säännöt" }, "domainRulesDesc": { - "message": "Jos kirjautumistietosi ovat samat useille verkkotunnuksille, voit merkata sivustot vastaavanlaisiksi. Bitwarden on luonut sinulle valmiiksi globaaleita verkkotunnuksia." + "message": "Jos kirjautumistietosi ovat samat useille verkkotunnuksille, voit merkata sivustot vastaavanlaisiksi. Bitwarden on luonut sinulle valmiiksi joitakin globaaleja verkkotunnuksia." }, "globalEqDomains": { "message": "Globaalit vastaavat verkkotunnukset" @@ -1660,7 +1660,7 @@ } }, "addons": { - "message": "Lisäykset" + "message": "Laajennukset" }, "premiumAccess": { "message": "Premium-käyttöoikeus" @@ -1679,7 +1679,7 @@ } }, "additionalStorageGb": { - "message": "Lisättävä tallennustila, Gt" + "message": "Lisää tallennustilaa (Gt)" }, "additionalStorageGbDesc": { "message": "Gigatavujen määrä" @@ -1874,7 +1874,7 @@ } }, "gbStorageAdd": { - "message": "Lisättävä tallennustila, Gt" + "message": "Lisättävän tallennustilan määrä (Gt)" }, "gbStorageRemove": { "message": "Poistettava tallennustila, Gt" @@ -1934,7 +1934,7 @@ "message": "Organisaation nimi" }, "accountOwnedBusiness": { - "message": "Tämän tilin omistaa yritys." + "message": "Tlin omistaa yritys." }, "billingEmail": { "message": "Laskutuksen sähköpostiosoite" @@ -2353,7 +2353,7 @@ } }, "movedItemIdToOrg": { - "message": "Moved item $ID$ to an organization.", + "message": "Kohde $ID$ siirrettiin organisaatioon.", "placeholders": { "id": { "content": "$1", @@ -3857,13 +3857,13 @@ "message": "Vahvista kaksivaiheinen kirjautuminen (2FA) klikkaamalla alla olevaa painiketta." }, "webAuthnAuthenticate": { - "message": "Todenna WebAuthn" + "message": "WebAuthn-todennus" }, "webAuthnNotSupported": { "message": "WebAuthn ei ole tuettu tässä selaimessa." }, "webAuthnSuccess": { - "message": "WebAuthn vahvistettiin onnistuneesti!
Voit sulkea välilehden." + "message": "WebAuthn-todennus onnistui! Voit sulkea välilehden." }, "hintEqualsPassword": { "message": "Salasanavihjeesi ei voi olla sama kuin salasanasi." @@ -3902,7 +3902,7 @@ } }, "eventAdminPasswordReset": { - "message": "Master password reset for user $ID$.", + "message": "Pääsalasanan palautus käyttäjälle $ID$.", "placeholders": { "id": { "content": "$1", @@ -3911,10 +3911,10 @@ } }, "resetPassword": { - "message": "Reset Password" + "message": "Palauta salasana" }, "resetPasswordLoggedOutWarning": { - "message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.", + "message": "Jatkamalla kirjataan käyttäjät $NAME$ ulos nykyisistä istunnoistaan, jonka jälkeen heidän on kirjauduttava uudelleen. Aktiiviset istunnot toisilla laitteilla saattavat pysyä aktiivisina vielä tunnin ajan.", "placeholders": { "name": { "content": "$1", @@ -3923,52 +3923,52 @@ } }, "thisUser": { - "message": "this user" + "message": "tämä käyttäjä" }, "resetPasswordMasterPasswordPolicyInEffect": { - "message": "One or more organization policies require the master password to meet the following requirements:" + "message": "Yksi tai useampi organisaatiokäytäntö edellyttää, että pääsalasanasi täyttää seuraavat vaatimukset:" }, "resetPasswordSuccess": { - "message": "Password reset success!" + "message": "Salasanan palautus onnistui!" }, "resetPasswordEnrollmentWarning": { - "message": "Enrollment will allow organization administrators to change your master password. Are you sure you want to enroll?" + "message": "Liittyminen sallii organisaation ylläpitäjien vaihtaa pääsalasanasi. Haluatko varmasti liittyä?" }, "resetPasswordPolicy": { - "message": "Master Password Reset" + "message": "Pääsalasanan palautus" }, "resetPasswordPolicyDescription": { - "message": "Allow administrators in the organization to reset organization users' master password." + "message": "Salli organisaation ylläpitäjien palauttaa organisaation käyttäjien pääsalasana." }, "resetPasswordPolicyWarning": { - "message": "Users in the organization will need to self-enroll or be auto-enrolled before administrators can reset their master password." + "message": "Organisaation käyttäjien on liityttävä itse tai automaattisen liitännän välityksellä ennen kuin ylläpitäjät voivat palauttaa heidän pääsalasanansa." }, "resetPasswordPolicyAutoEnroll": { - "message": "Automatic Enrollment" + "message": "Automaattinen liittyminen" }, "resetPasswordPolicyAutoEnrollDescription": { - "message": "All users will be automatically enrolled in password reset once their invite is accepted." + "message": "Kaikki käyttäjät liitetään salasanan palautukseen automaattisesti kun heidän kutsunsa hyväksytään." }, "resetPasswordPolicyAutoEnrollWarning": { - "message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password." + "message": "Vanhoja organisaation käyttäjiä ei liitetä salasanan palautukseen takautuvasti, vaan heidän on itse liityttävä siihen ennen kuin järjestelmänvalvojat voivat palauttaa heidän pääsalasanaansa." }, "resetPasswordPolicyAutoEnrollCheckbox": { - "message": "Automatically enroll new users" + "message": "Liitä uudet käyttäjät automaattisesti" }, "resetPasswordAutoEnrollInviteWarning": { - "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." + "message": "Organisaatiolla on käytäntö, joka liittää sinut automaattisesti salasanan palautukseen. Liitos sallii organisaation ylläpitäjien vaihtaa pääsalasanasi." }, "resetPasswordOrgKeysError": { - "message": "Organization Keys response is null" + "message": "Organisaatioavainten vastaus on tyhjä" }, "resetPasswordDetailsError": { - "message": "Reset Password Details response is null" + "message": "Salasanan palautuksen tietojen vastaus on tyhjä" }, "trashCleanupWarning": { - "message": "Roskakorissa yli 30 päivää olleet salausavaimet poistetaan automaattisesti." + "message": "Roskakorissa yli 30 päivää olleet kohteet poistetaan automaattisesti." }, "trashCleanupWarningSelfHosted": { - "message": "Roskakorissa jonkin aikaa olleet salausavaimet poistetaan automaattisesti." + "message": "Roskakorissa jonkin aikaa olleet kohteet poistetaan automaattisesti." }, "passwordPrompt": { "message": "Pääsalasanan uudelleenkysely" @@ -3980,42 +3980,42 @@ "message": "Toiminto on suojattu. Jatkaaksesi, syötä pääsalasanasi uudelleen vahvistaaksesi henkilöllisyytesi." }, "reinviteSelected": { - "message": "Resend Invitations" + "message": "Lähetä kutsut uudelleen" }, "noSelectedUsersApplicable": { - "message": "This action is not applicable to any of the selected users." + "message": "Toiminto ei koske valittuja käyttäjiä." }, "removeUsersWarning": { - "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled." + "message": "Haluatko varmasti poistaa poistaa seuraavat käyttäjät? Toiminto saattaa kestää muutamia sekunteja, eikä sitä voi keskeyttää tai peruuttaa." }, "confirmSelected": { - "message": "Confirm Selected" + "message": "Vahvista valitut" }, "bulkConfirmStatus": { - "message": "Bulk action status" + "message": "Joukkotoiminnon tila" }, "bulkConfirmMessage": { - "message": "Confirmed successfully." + "message": "Vahvistettu onnistuneesti." }, "bulkReinviteMessage": { - "message": "Reinvited successfully." + "message": "Kutsuttu uudelleen onnistuneesti." }, "bulkRemovedMessage": { - "message": "Removed successfully" + "message": "Poistettu onnistuneesti" }, "bulkFilteredMessage": { - "message": "Excluded, not applicable for this action." + "message": "Ohitettu, ei koske tätä toimintoa." }, "fingerprint": { - "message": "Fingerprint" + "message": "Sormenjälki" }, "removeUsers": { - "message": "Remove Users" + "message": "Poista käyttäjiä" }, "error": { - "message": "Error" + "message": "Virhe" }, "resetPasswordManageUsers": { - "message": "Manage Users must also be enabled with the Manage Password Reset permission" + "message": "Käyttäjien hallinnan on myös oltava käytössä \"Hallinnoi salasanan palautusta\" -oikeuden kanssa" } } diff --git a/src/locales/fr/messages.json b/src/locales/fr/messages.json index 52b920aedc..a613f4099a 100644 --- a/src/locales/fr/messages.json +++ b/src/locales/fr/messages.json @@ -361,7 +361,7 @@ "message": "Partager" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "Déplacer vers l'Organisation" }, "valueCopied": { "message": "$VALUE$ copié", @@ -404,7 +404,7 @@ "message": "Coffre" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "Déplacer la Sélection vers l'Organisation" }, "deleteSelected": { "message": "Supprimer les éléments sélectionnés" @@ -452,7 +452,7 @@ "message": "Élément modifié" }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "$ITEMNAME$ déplacés vers $ORGNAME$", "placeholders": { "itemname": { "content": "$1", @@ -465,7 +465,7 @@ } }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "Les éléments sélectionnés ont été déplacés vers $ORGNAME$", "placeholders": { "orgname": { "content": "$1", @@ -769,10 +769,10 @@ "message": "Organisations" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "Choisissez une organisation vers laquelle vous souhaitez déplacer cet élément. Déplacer vers une organisation transfère la propriété de l'élément à cette organisation. Vous ne serez plus le propriétaire direct de cet objet une fois qu'il a été déplacé." }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "Choisissez une organisation vers laquelle vous souhaitez déplacer ces éléments. Le déplacement vers une organisation transfère la propriété des éléments à cette organisation. Vous ne serez plus le propriétaire direct de ces objets une fois qu'ils ont été déplacés." }, "collectionsDesc": { "message": "Modifier les collections avec lesquelles cet élément est partagé. Seuls les utilisateurs de l'organisation avec un accès à ces collections pourront voir cet élément." @@ -796,7 +796,7 @@ } }, "moveSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "message": "Vous avez sélectionné $COUNT$ élément(s). $MOVEABLE_COUNT$ élément(s) peuvent être déplacés vers une organisation, $NONMOVEABLE_COUNT$ ne peuvent pas.", "placeholders": { "count": { "content": "$1", @@ -837,7 +837,7 @@ "message": "Saisissez votre mot de passe maître pour exporter les données de votre coffre." }, "export": { - "message": "Export" + "message": "Exporter" }, "exportVault": { "message": "Exporter le coffre" @@ -1059,7 +1059,7 @@ "message": "Rien à importer." }, "importEncKeyError": { - "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." + "message": "Erreur lors du déchiffrement du fichier exporté. Votre clé de chiffrement ne correspond pas à la clé de chiffrement utilisée pour exporter les données." }, "selectFormat": { "message": "Sélectionnez le format du fichier à importer" @@ -2353,7 +2353,7 @@ } }, "movedItemIdToOrg": { - "message": "Moved item $ID$ to an organization.", + "message": "L'élément $ID$ a été déplacé vers une organisation.", "placeholders": { "id": { "content": "$1", @@ -3902,7 +3902,7 @@ } }, "eventAdminPasswordReset": { - "message": "Master password reset for user $ID$.", + "message": "Réinitialisation du mot de passe maître pour l'utilisateur $ID$.", "placeholders": { "id": { "content": "$1", @@ -3911,10 +3911,10 @@ } }, "resetPassword": { - "message": "Reset Password" + "message": "Réinitialiser le Mot de Passe" }, "resetPasswordLoggedOutWarning": { - "message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.", + "message": "En continuant, $NAME$ seront déconnectés de leur session actuelle, ce qui leur demandera de se reconnecter. Les sessions actives sur d'autres appareils peuvent rester actives jusqu'à une heure.", "placeholders": { "name": { "content": "$1", @@ -3923,46 +3923,46 @@ } }, "thisUser": { - "message": "this user" + "message": "cet utilisateur" }, "resetPasswordMasterPasswordPolicyInEffect": { - "message": "One or more organization policies require the master password to meet the following requirements:" + "message": "Une ou plusieurs politiques d'organisation requièrent le mot de passe maître pour répondre aux exigences suivantes :" }, "resetPasswordSuccess": { - "message": "Password reset success!" + "message": "Réinitialisation du Mot de Passe réussie!" }, "resetPasswordEnrollmentWarning": { - "message": "Enrollment will allow organization administrators to change your master password. Are you sure you want to enroll?" + "message": "L'inscription permettra aux administrateurs de l'organisation de changer votre mot de passe principal. Êtes-vous sûr de vouloir vous inscrire ?" }, "resetPasswordPolicy": { - "message": "Master Password Reset" + "message": "Réinitialisation du Mot de Passe Maître" }, "resetPasswordPolicyDescription": { - "message": "Allow administrators in the organization to reset organization users' master password." + "message": "Permettre aux administrateurs de l'organisation de réinitialiser le mot de passe maître des utilisateurs de l'organisation." }, "resetPasswordPolicyWarning": { - "message": "Users in the organization will need to self-enroll or be auto-enrolled before administrators can reset their master password." + "message": "Les utilisateurs de l'organisation devront s'inscrire personnellement ou être inscrits automatiquement avant que les administrateurs puissent réinitialiser leur mot de passe principal." }, "resetPasswordPolicyAutoEnroll": { - "message": "Automatic Enrollment" + "message": "Inscription Automatique" }, "resetPasswordPolicyAutoEnrollDescription": { - "message": "All users will be automatically enrolled in password reset once their invite is accepted." + "message": "Tous les utilisateurs seront automatiquement inscrits à la réinitialisation du mot de passe une fois leur invitation acceptée." }, "resetPasswordPolicyAutoEnrollWarning": { - "message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password." + "message": "Les utilisateurs déjà dans l'organisation ne seront pas inscrits rétroactivement à la réinitialisation du mot de passe. Ils devront s'inscrire personnellement avant que les administrateurs puissent réinitialiser leur mot de passe maître." }, "resetPasswordPolicyAutoEnrollCheckbox": { - "message": "Automatically enroll new users" + "message": "Inscrire automatiquement les nouveaux utilisateurs" }, "resetPasswordAutoEnrollInviteWarning": { - "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." + "message": "Cette organisation a une politique d'entreprise qui vous inscrira automatiquement dans la réinitialisation du mot de passe. L'inscription permettra aux administrateurs de l'organisation de changer votre mot de passe principal." }, "resetPasswordOrgKeysError": { - "message": "Organization Keys response is null" + "message": "La réponse des Clés de l'Organisation est nulle" }, "resetPasswordDetailsError": { - "message": "Reset Password Details response is null" + "message": "La réponse aux Détails de Réinitialisation du Mot de Passe est nulle" }, "trashCleanupWarning": { "message": "Items that have been in Trash more than 30 days will be automatically deleted." @@ -3980,42 +3980,42 @@ "message": "Cette action est protégée. Pour continuer, veuillez ressaisir votre mot de passe maître pour vérifier votre identité." }, "reinviteSelected": { - "message": "Resend Invitations" + "message": "Renvoyer les Invitations" }, "noSelectedUsersApplicable": { - "message": "This action is not applicable to any of the selected users." + "message": "Cette action n'est applicable à aucun des utilisateurs sélectionnés." }, "removeUsersWarning": { - "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled." + "message": "Êtes-vous sûr de vouloir supprimer les utilisateurs suivants ? Le processus peut prendre quelques secondes et ne peut être interrompu ou annulé." }, "confirmSelected": { - "message": "Confirm Selected" + "message": "Confirmer la Sélection" }, "bulkConfirmStatus": { - "message": "Bulk action status" + "message": "Statut de l'action groupée" }, "bulkConfirmMessage": { - "message": "Confirmed successfully." + "message": "Confirmé avec succès." }, "bulkReinviteMessage": { - "message": "Reinvited successfully." + "message": "Réinvité avec succès." }, "bulkRemovedMessage": { - "message": "Removed successfully" + "message": "Supprimé avec succès" }, "bulkFilteredMessage": { - "message": "Excluded, not applicable for this action." + "message": "Exclu, non applicable pour cette action." }, "fingerprint": { - "message": "Fingerprint" + "message": "Empreinte digitale" }, "removeUsers": { - "message": "Remove Users" + "message": "Supprimer les utilisateurs" }, "error": { - "message": "Error" + "message": "Erreur" }, "resetPasswordManageUsers": { - "message": "Manage Users must also be enabled with the Manage Password Reset permission" + "message": "La Gestion des Utilisateurs doit également être activée avec Gérer la Permission de Réinitialisation du Mot de Passe" } } diff --git a/src/locales/hu/messages.json b/src/locales/hu/messages.json index 3b2639bb62..6c31ee1a54 100644 --- a/src/locales/hu/messages.json +++ b/src/locales/hu/messages.json @@ -361,7 +361,7 @@ "message": "Megosztás" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "Áthelyezés szervezetbe" }, "valueCopied": { "message": "$VALUE$ másolásra került.", @@ -404,7 +404,7 @@ "message": "Széf" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "A kiválasztott áthelyezése szervezetbe" }, "deleteSelected": { "message": "Kijelöltek törlése" @@ -452,7 +452,7 @@ "message": "Az elem szerkesztésre került." }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "$ITEMNAME$ átkerült $ORGNAME$ szervezethez", "placeholders": { "itemname": { "content": "$1", @@ -465,7 +465,7 @@ } }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "A kiválasztott elemek átkerültek $ORGNAME$ szervezethez", "placeholders": { "orgname": { "content": "$1", @@ -769,10 +769,10 @@ "message": "Szervezetek" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "Válasszunk egy szervezetet, ahová áthelyezni szeretnénk ezt az elemet. A szervezetbe áthelyezés átruházza az elem tulajdonjogát az adott szervezetre. Az áthelyezés után többé nem leszünk az elem közvetlen tulajdonosa." }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "Válasszunk egy szervezetet, ahová áthelyezni szeretnénk ezeket az elemeket. A szervezetbe áthelyezés átruházza az elemek tulajdonjogát az adott szervezetre. Az áthelyezés után többé nem leszünk az elemek közvetlen tulajdonosa." }, "collectionsDesc": { "message": "A megosztásra kerülő elem gyűjteményének szerkesztése. Csak az ezeket a gyűjteményeket elérő szervezeti felhasználók látják ezt az elemet." @@ -796,7 +796,7 @@ } }, "moveSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "message": "$COUNT$ elem került kiválasztásra. $MOVEABLE_COUNT$ elem áthelyezhető szervezethezi, $NONMOVEABLE_COUNT$ nem.", "placeholders": { "count": { "content": "$1", @@ -837,7 +837,7 @@ "message": "A mesterjelszó megadása a széfadatok exportálásához." }, "export": { - "message": "Export" + "message": "Exportálás" }, "exportVault": { "message": "Széf exportálása" @@ -1059,7 +1059,7 @@ "message": "Semmi nem lett importálva." }, "importEncKeyError": { - "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." + "message": "Hiba történt az exportált fájl visszafejtése során. A titkosítási kulcs nem egyezik meg az adatok exportálásához használt titkosítási kulccsal." }, "selectFormat": { "message": "Válasszuk ki az import fájl formátumát." @@ -2353,7 +2353,7 @@ } }, "movedItemIdToOrg": { - "message": "Moved item $ID$ to an organization.", + "message": "$ID$ elem átkerült egy szervezethez.", "placeholders": { "id": { "content": "$1", @@ -3902,7 +3902,7 @@ } }, "eventAdminPasswordReset": { - "message": "Master password reset for user $ID$.", + "message": "A mesterjelszó alaphelyzetbe került $ID$ felhasználónál.", "placeholders": { "id": { "content": "$1", @@ -3911,10 +3911,10 @@ } }, "resetPassword": { - "message": "Reset Password" + "message": "Jelszó visszaállítása" }, "resetPasswordLoggedOutWarning": { - "message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.", + "message": "A folytatással $NAME$ kijelentkezik az aktuális munkamenetből és újra be kell jelentkeznie. A más eszközökön végzett aktív munkamenetek akár egy órán keresztül is aktívak maradhatnak.", "placeholders": { "name": { "content": "$1", @@ -3923,46 +3923,46 @@ } }, "thisUser": { - "message": "this user" + "message": "ez a felhasználó" }, "resetPasswordMasterPasswordPolicyInEffect": { - "message": "One or more organization policies require the master password to meet the following requirements:" + "message": "Egy vagy több szervezeti rendszabályhoz mesterjelszó szükséges a következő követelmények megfeleléséhez:" }, "resetPasswordSuccess": { - "message": "Password reset success!" + "message": "A jelszó alaphelyzetbe állítása sikeres volt." }, "resetPasswordEnrollmentWarning": { - "message": "Enrollment will allow organization administrators to change your master password. Are you sure you want to enroll?" + "message": "A regisztráció lehetővé teszi a szervezet adminisztrátorainak a saját mesterjelszó megváltoztatását. Biztosan feliratkozunk?" }, "resetPasswordPolicy": { - "message": "Master Password Reset" + "message": "Mesterjelszó alaphelyzetbe állítás" }, "resetPasswordPolicyDescription": { - "message": "Allow administrators in the organization to reset organization users' master password." + "message": "A szervezet adminisztrátorai alaphelyzetbe állíthatják a szervezet mesterjelszavát." }, "resetPasswordPolicyWarning": { - "message": "Users in the organization will need to self-enroll or be auto-enrolled before administrators can reset their master password." + "message": "A szervezet felhasználóinak regisztrálniuk kell magukat vagy automatikus regisztrálás szükséges mielőtt az adminisztrátorok alaphelyzetbe állíthatják a mesterjelszavukat." }, "resetPasswordPolicyAutoEnroll": { - "message": "Automatic Enrollment" + "message": "Automatikus regisztráció" }, "resetPasswordPolicyAutoEnrollDescription": { - "message": "All users will be automatically enrolled in password reset once their invite is accepted." + "message": "A meghívó elfogadását követően minden felhasználó automatikusan regisztrálásra kerül a jelszó alaphelyzetbe állításnál." }, "resetPasswordPolicyAutoEnrollWarning": { - "message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password." + "message": "A szervezetben már szereplő felhasználók nem kerülnek visszamenőleg regisztrálva a jelszó alaphelyzetbe állításnál. Regisztráln kell magunkat, mielőtt az adminisztrátorok alaphelyzetbe állíthatják a mesterjelszavukat." }, "resetPasswordPolicyAutoEnrollCheckbox": { - "message": "Automatically enroll new users" + "message": "Új felhasználók automatikus regisztrálása" }, "resetPasswordAutoEnrollInviteWarning": { - "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." + "message": "Ennek a szervezetnek van egy vállalati házirendje, amely automatikusan regisztrál a jelszó alaphelyzetbe állítására. A regisztráció lehetővé teszi a szervezet adminisztrátorainak a mesterjelszó megváltoztatását." }, "resetPasswordOrgKeysError": { - "message": "Organization Keys response is null" + "message": "A szervezeti kulcs válasza null" }, "resetPasswordDetailsError": { - "message": "Reset Password Details response is null" + "message": "A jelszó alaphelyzetbe állítás válasza null" }, "trashCleanupWarning": { "message": "A 30 napnál régebben lomtárba került elemek automatikusan törlésre kerülnek." @@ -3980,42 +3980,42 @@ "message": "A művelet védett. A személyazonosság igazolásához adjuk meg ismét a mesterjelszót." }, "reinviteSelected": { - "message": "Resend Invitations" + "message": "Meghívó újraküldése" }, "noSelectedUsersApplicable": { - "message": "This action is not applicable to any of the selected users." + "message": "Ez a művelet a kiválasztott felhasználók egyikére sem alkalmazható." }, "removeUsersWarning": { - "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled." + "message": "Biztosan eltávolításra kerüljenek a következő felhasználók? A folyamat néhány másodpercet vehet igénybe és nem szakítható meg vagy törölhető." }, "confirmSelected": { - "message": "Confirm Selected" + "message": "Kiválasztás megerősítése" }, "bulkConfirmStatus": { - "message": "Bulk action status" + "message": "Tömeges művelet állapot" }, "bulkConfirmMessage": { - "message": "Confirmed successfully." + "message": "A megerősítés sikeres volt." }, "bulkReinviteMessage": { - "message": "Reinvited successfully." + "message": "Az ismételt meghívás sikeres volt." }, "bulkRemovedMessage": { - "message": "Removed successfully" + "message": "Az eltávolítás sikeres volt." }, "bulkFilteredMessage": { - "message": "Excluded, not applicable for this action." + "message": "Kizárva, nem alkalmazható erre a műveletre." }, "fingerprint": { - "message": "Fingerprint" + "message": "Ujjlenyomat" }, "removeUsers": { - "message": "Remove Users" + "message": "Felhasználók eltávolítása" }, "error": { - "message": "Error" + "message": "Hiba" }, "resetPasswordManageUsers": { - "message": "Manage Users must also be enabled with the Manage Password Reset permission" + "message": "A felhasználók kezelését engedélyezni kell a Jelszó visszaállításának kezelése jogosultsággal is." } } diff --git a/src/locales/it/messages.json b/src/locales/it/messages.json index b280404db8..e8c0552c19 100644 --- a/src/locales/it/messages.json +++ b/src/locales/it/messages.json @@ -361,7 +361,7 @@ "message": "Condividi" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "Sposta in organizzazione" }, "valueCopied": { "message": "$VALUE$ copiato", @@ -404,7 +404,7 @@ "message": "Cassaforte" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "Sposta selezionati in organizzazione" }, "deleteSelected": { "message": "Elimina selezionati" @@ -452,7 +452,7 @@ "message": "Elemento modificato" }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "$ITEMNAME$ spostato in $ORGNAME$", "placeholders": { "itemname": { "content": "$1", @@ -465,7 +465,7 @@ } }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "Elementi selezionati spostati in $ORGNAME$", "placeholders": { "orgname": { "content": "$1", @@ -769,10 +769,10 @@ "message": "Organizzazioni" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "Scegli un'organizzazione in cui desideri spostare questo elemento. Spostare in un'organizzazione trasferisce la proprietà dell'elemento all'organizzazione. Non sarai più il proprietario diretto di questo elemento una volta spostato." }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "Scegli un'organizzazione in cui desideri spostare questo elemento. Spostare in un'organizzazione trasferisce la proprietà dell'elemento all'organizzazione. Non sarai più il proprietario diretto di questo elemento una volta spostato." }, "collectionsDesc": { "message": "Modifica le raccolte con le quali questo elemento viene condiviso. Solo gli utenti di organizzazioni che hanno accesso a queste raccolte saranno in grado di visualizzare questo elemento." @@ -796,7 +796,7 @@ } }, "moveSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "message": "Hai selezionato $COUNT$ elementi. $MOVEABLE_COUNT$ elementi possono essere spostati in un'organizzazione, $NONMOVEABLE_COUNT$ no.", "placeholders": { "count": { "content": "$1", @@ -837,7 +837,7 @@ "message": "Inserisci la tua password principale per esportare i dati della tua cassaforte." }, "export": { - "message": "Export" + "message": "Esporta" }, "exportVault": { "message": "Esporta cassaforte" @@ -1059,7 +1059,7 @@ "message": "Non è stato importato nulla." }, "importEncKeyError": { - "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." + "message": "Errore durante la decifratura del file esportato. La chiave di cifratura non corrisponde alla chiave di cifratura utilizzata per esportare i dati." }, "selectFormat": { "message": "Seleziona il formato del file da importare" @@ -2353,7 +2353,7 @@ } }, "movedItemIdToOrg": { - "message": "Moved item $ID$ to an organization.", + "message": "Spostato l'elemento $ID$ in un'organizzazione.", "placeholders": { "id": { "content": "$1", @@ -3543,7 +3543,7 @@ "message": "Entra in possesso" }, "takeoverDesc": { - "message": "Puoi reimpostare il tuo account con una nuova password principale." + "message": "Puoi ripristinare il tuo account con una nuova password principale." }, "waitTime": { "message": "Tempo di attesa" @@ -3902,7 +3902,7 @@ } }, "eventAdminPasswordReset": { - "message": "Master password reset for user $ID$.", + "message": "Ripristino della password principale per l'utente $ID$.", "placeholders": { "id": { "content": "$1", @@ -3911,10 +3911,10 @@ } }, "resetPassword": { - "message": "Reset Password" + "message": "Ripristina password" }, "resetPasswordLoggedOutWarning": { - "message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.", + "message": "Procedendo $NAME$ verranno disconnessi dalla sessione corrente, richiedendo loro di rieffettuare l'accesso. Le sessioni attive su altri dispositivi potrebbero rimanere attive per un massimo di un'ora.", "placeholders": { "name": { "content": "$1", @@ -3923,46 +3923,46 @@ } }, "thisUser": { - "message": "this user" + "message": "questo utente" }, "resetPasswordMasterPasswordPolicyInEffect": { - "message": "One or more organization policies require the master password to meet the following requirements:" + "message": "La password principale deve avere i seguenti requisiti, stabiliti da una o più regole dell'organizzazione:" }, "resetPasswordSuccess": { - "message": "Password reset success!" + "message": "Password ripristinata con successo!" }, "resetPasswordEnrollmentWarning": { - "message": "Enrollment will allow organization administrators to change your master password. Are you sure you want to enroll?" + "message": "L'iscrizione consentirà agli amministratori dell'organizzazione di cambiare la tua password principale. Sei sicuro di voler iscriverti?" }, "resetPasswordPolicy": { - "message": "Master Password Reset" + "message": "Ripristino password principale" }, "resetPasswordPolicyDescription": { - "message": "Allow administrators in the organization to reset organization users' master password." + "message": "Consenti agli amministratori dell'organizzazione di ripristinare la password principale degli utenti dell'organizzazione." }, "resetPasswordPolicyWarning": { - "message": "Users in the organization will need to self-enroll or be auto-enrolled before administrators can reset their master password." + "message": "Gli utenti dell'organizzazione dovranno auto-iscriversi o essere iscritti automaticamente prima che gli amministratori possano ripristinare la loro password principale." }, "resetPasswordPolicyAutoEnroll": { - "message": "Automatic Enrollment" + "message": "Iscrizione automatica" }, "resetPasswordPolicyAutoEnrollDescription": { - "message": "All users will be automatically enrolled in password reset once their invite is accepted." + "message": "Tutti gli utenti saranno automaticamente iscritti alla procedura di reimpostazione della password una volta accettato l'invito." }, "resetPasswordPolicyAutoEnrollWarning": { - "message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password." + "message": "Gli utenti già presenti nell'organizzazione non saranno iscritti retroattivamente al ripristino della password. Essi dovranno auto-iscriversi prima che gli amministratori possano ripristinare la loro password principale." }, "resetPasswordPolicyAutoEnrollCheckbox": { - "message": "Automatically enroll new users" + "message": "Iscrivi automaticamente i nuovi utenti" }, "resetPasswordAutoEnrollInviteWarning": { - "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." + "message": "Questa organizzazione ha una politica aziendale che ti iscriverà automaticamente al reset della password. Ciò permetterà agli amministratori dell'organizzazione di cambiare la tua password principale." }, "resetPasswordOrgKeysError": { - "message": "Organization Keys response is null" + "message": "La risposta delle chiavi dell'organizzazione è nulla" }, "resetPasswordDetailsError": { - "message": "Reset Password Details response is null" + "message": "La risposta ai dettagli del ripristino della password è nulla" }, "trashCleanupWarning": { "message": "Gli elementi nel Cestino più vecchi di 30 giorni saranno automaticamente eliminati." @@ -3980,42 +3980,42 @@ "message": "Questa azione è protetta. Per continuare, inserisci nuovamente la tua password principale per verificare la tua identità." }, "reinviteSelected": { - "message": "Resend Invitations" + "message": "Invia nuovamente l'invito" }, "noSelectedUsersApplicable": { - "message": "This action is not applicable to any of the selected users." + "message": "Questa azione non è applicabile a nessuno degli utenti selezionati." }, "removeUsersWarning": { - "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled." + "message": "Sei sicuro di voler rimuovere i seguenti utenti? Il processo potrebbe richiedere alcuni secondi per essere completato e non può essere interrotto o annullato." }, "confirmSelected": { - "message": "Confirm Selected" + "message": "Conferma selezionati" }, "bulkConfirmStatus": { - "message": "Bulk action status" + "message": "Stato dell'azione in blocco" }, "bulkConfirmMessage": { - "message": "Confirmed successfully." + "message": "Confermato correttamente." }, "bulkReinviteMessage": { - "message": "Reinvited successfully." + "message": "Re-invitato correttamente." }, "bulkRemovedMessage": { - "message": "Removed successfully" + "message": "Rimosso correttamente" }, "bulkFilteredMessage": { - "message": "Excluded, not applicable for this action." + "message": "Escluso, non applicabile per questa azione." }, "fingerprint": { - "message": "Fingerprint" + "message": "Impronta" }, "removeUsers": { - "message": "Remove Users" + "message": "Rimuovi utenti" }, "error": { - "message": "Error" + "message": "Errore" }, "resetPasswordManageUsers": { - "message": "Manage Users must also be enabled with the Manage Password Reset permission" + "message": "Gestisci utenti deve essere abilitato con il permesso di gestione del ripristino delle password" } } diff --git a/src/locales/ja/messages.json b/src/locales/ja/messages.json index ca90ccb0e2..795f258c58 100644 --- a/src/locales/ja/messages.json +++ b/src/locales/ja/messages.json @@ -361,7 +361,7 @@ "message": "共有" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "組織に移動" }, "valueCopied": { "message": "$VALUE$ をコピーしました", @@ -404,7 +404,7 @@ "message": "保管庫" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "選択したものを組織に移動" }, "deleteSelected": { "message": "選択したものを削除" @@ -452,7 +452,7 @@ "message": "編集されたアイテム" }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "$ITEMNAME$ を $ORGNAME$ に移動しました", "placeholders": { "itemname": { "content": "$1", @@ -465,7 +465,7 @@ } }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "選択したアイテムを $ORGNAME$ に移動しました", "placeholders": { "orgname": { "content": "$1", @@ -769,10 +769,10 @@ "message": "組織" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "このアイテムを移動する組織を選択してください。組織に移動すると、アイテムの所有権がその組織に移行します。 このアイテムが移動された後、あなたはこのアイテムの直接の所有者にはなりません。" }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "このアイテムを移動する組織を選択してください。組織に移動すると、アイテムの所有権がその組織に移行します。 このアイテムが移動された後、あなたはこのアイテムの直接の所有者にはなりません。" }, "collectionsDesc": { "message": "このアイテムを共有するコレクションを編集します。共有したアイテムは、当該コレクションにアクセスできる組織ユーザーにのみ表示されます。" @@ -796,7 +796,7 @@ } }, "moveSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "message": "$COUNT$ アイテムを選択しました。 $MOVEABLE_COUNT$ アイテムは組織に移動できます。 $NONMOVEABLE_COUNT$ アイテムはできません。", "placeholders": { "count": { "content": "$1", @@ -837,7 +837,7 @@ "message": "保管庫のデータをエクスポートするにはマスターパスワードを入力してください。" }, "export": { - "message": "Export" + "message": "エクスポート" }, "exportVault": { "message": "保管庫のエクスポート" @@ -1059,7 +1059,7 @@ "message": "何もインポートされませんでした。" }, "importEncKeyError": { - "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." + "message": "エクスポートされたファイルの復号でエラーが発生しました。暗号化キーが、データをエクスポートするために使用された暗号化キーと一致しません。" }, "selectFormat": { "message": "インポートするファイルの形式を選択" @@ -2353,7 +2353,7 @@ } }, "movedItemIdToOrg": { - "message": "Moved item $ID$ to an organization.", + "message": "アイテム $ID$ を組織に移動しました。", "placeholders": { "id": { "content": "$1", @@ -3902,7 +3902,7 @@ } }, "eventAdminPasswordReset": { - "message": "Master password reset for user $ID$.", + "message": "ユーザー $ID$ のマスターパスワードをリセット", "placeholders": { "id": { "content": "$1", @@ -3911,10 +3911,10 @@ } }, "resetPassword": { - "message": "Reset Password" + "message": "パスワードをリセット" }, "resetPasswordLoggedOutWarning": { - "message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.", + "message": "続行すると、現在のセッションから $NAME$ をログアウトし、再度ログインする必要があります。 他のデバイスでのアクティブなセッションは、最大1時間アクティブになり続けます。", "placeholders": { "name": { "content": "$1", @@ -3923,46 +3923,46 @@ } }, "thisUser": { - "message": "this user" + "message": "このユーザー\n" }, "resetPasswordMasterPasswordPolicyInEffect": { - "message": "One or more organization policies require the master password to meet the following requirements:" + "message": "組織ポリシーの要件を満たすためにマスターパスワードが必要です:" }, "resetPasswordSuccess": { - "message": "Password reset success!" + "message": "パスワードをリセットしました" }, "resetPasswordEnrollmentWarning": { - "message": "Enrollment will allow organization administrators to change your master password. Are you sure you want to enroll?" + "message": "登録すると、組織管理者はマスターパスワードを変更できます。登録してもよろしいですか?" }, "resetPasswordPolicy": { - "message": "Master Password Reset" + "message": "マスターパスワードのリセット" }, "resetPasswordPolicyDescription": { - "message": "Allow administrators in the organization to reset organization users' master password." + "message": "組織内の管理者に組織ユーザーのマスターパスワードのリセットを許可します。" }, "resetPasswordPolicyWarning": { - "message": "Users in the organization will need to self-enroll or be auto-enrolled before administrators can reset their master password." + "message": "管理者がマスターパスワードをリセットするには、組織内のユーザーは自己登録または自動登録する必要があります。" }, "resetPasswordPolicyAutoEnroll": { - "message": "Automatic Enrollment" + "message": "自動登録" }, "resetPasswordPolicyAutoEnrollDescription": { - "message": "All users will be automatically enrolled in password reset once their invite is accepted." + "message": "招待が承認されると、すべてのユーザーは自動的にパスワードリセットに登録されます。" }, "resetPasswordPolicyAutoEnrollWarning": { - "message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password." + "message": "すでに組織にいるユーザーは、パスワードリセットに遡って登録されません。管理者がマスターパスワードをリセットできるようにするには、自己登録する必要があります。" }, "resetPasswordPolicyAutoEnrollCheckbox": { - "message": "Automatically enroll new users" + "message": "自動的に新規ユーザーを登録する" }, "resetPasswordAutoEnrollInviteWarning": { - "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." + "message": "この組織には自動的にパスワードリセットに登録するポリシーがあります。登録すると、組織の管理者はマスターパスワードを変更できます。" }, "resetPasswordOrgKeysError": { - "message": "Organization Keys response is null" + "message": "組織鍵の応答が null です" }, "resetPasswordDetailsError": { - "message": "Reset Password Details response is null" + "message": "パスワードリセットの詳細な応答が null です" }, "trashCleanupWarning": { "message": "Items that have been in Trash more than 30 days will be automatically deleted." @@ -3980,42 +3980,42 @@ "message": "This action is protected. To continue, please re-enter your master password to verify your identity." }, "reinviteSelected": { - "message": "Resend Invitations" + "message": "招待を再送信" }, "noSelectedUsersApplicable": { - "message": "This action is not applicable to any of the selected users." + "message": "この操作は、選択されたユーザーには適用されません。" }, "removeUsersWarning": { - "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled." + "message": "次のユーザーを削除してもよろしいですか?プロセスは完了まで数秒かかることがあり、中断またはキャンセルすることはできません。" }, "confirmSelected": { - "message": "Confirm Selected" + "message": "選択を確認" }, "bulkConfirmStatus": { - "message": "Bulk action status" + "message": "一括操作の状態" }, "bulkConfirmMessage": { - "message": "Confirmed successfully." + "message": "確認に成功しました" }, "bulkReinviteMessage": { - "message": "Reinvited successfully." + "message": "再招待に成功しました" }, "bulkRemovedMessage": { - "message": "Removed successfully" + "message": "削除しました " }, "bulkFilteredMessage": { - "message": "Excluded, not applicable for this action." + "message": "除外します。このアクションには適用されません。" }, "fingerprint": { - "message": "Fingerprint" + "message": "指紋" }, "removeUsers": { - "message": "Remove Users" + "message": "ユーザーを削除" }, "error": { - "message": "Error" + "message": "エラー" }, "resetPasswordManageUsers": { - "message": "Manage Users must also be enabled with the Manage Password Reset permission" + "message": "パスワードリセットの管理権限を持つユーザーの管理も有効にする必要があります" } } diff --git a/src/locales/kn/messages.json b/src/locales/kn/messages.json index 1a9da41616..c39b2849dc 100644 --- a/src/locales/kn/messages.json +++ b/src/locales/kn/messages.json @@ -1,6 +1,6 @@ { "pageTitle": { - "message": "$APP_NAME$ Web Vault", + "message": "$APP_NAME$ ವೆಬ್ ವಾಲ್ಟ್", "description": "The title of the website in the browser window.", "placeholders": { "app_name": { @@ -10,16 +10,16 @@ } }, "whatTypeOfItem": { - "message": "What type of item is this?" + "message": "ಇದು ಯಾವ ರೀತಿಯ ಐಟಂ?" }, "name": { - "message": "Name" + "message": "ಹೆಸರು" }, "uri": { - "message": "URI" + "message": "ಯು ಆರ್ ಐ" }, "uriPosition": { - "message": "URI $POSITION$", + "message": "ಯು ಆರ್ ಐ $POSITION$", "description": "A listing of URIs. Ex: URI 1, URI 2, URI 3, etc.", "placeholders": { "position": { @@ -29,202 +29,202 @@ } }, "newUri": { - "message": "New URI" + "message": "ಹೊಸ ಯು ಆರ್ ಐ" }, "username": { - "message": "Username" + "message": "ಬಳಕೆದಾರ ಹೆಸರು" }, "password": { - "message": "Password" + "message": "ಪಾಸ್ವರ್ಡ್" }, "newPassword": { - "message": "New Password" + "message": "ಹೊಸ ಪಾಸ್‌ವರ್ಡ್" }, "passphrase": { - "message": "Passphrase" + "message": "ಪಾಸ್ಫ್ರೇಸ್" }, "notes": { - "message": "Notes" + "message": "ಟಿಪ್ಪಣಿಗಳು" }, "customFields": { - "message": "Custom Fields" + "message": "ಕಸ್ಟಮ್ ಕ್ಷೇತ್ರಗಳು" }, "cardholderName": { - "message": "Cardholder Name" + "message": "ಕಾರ್ಡುದಾರನ ಹೆಸರು" }, "number": { - "message": "Number" + "message": "ಸಂಖ್ಯೆ" }, "brand": { - "message": "Brand" + "message": "ಬ್ರ್ಯಾಂಡ್" }, "expiration": { - "message": "Expiration" + "message": "ಮುಕ್ತಾಯ" }, "securityCode": { - "message": "Security Code (CVV)" + "message": "ಭದ್ರತಾ ಕೋಡ್ (ಸಿವಿವಿ)" }, "identityName": { - "message": "Identity Name" + "message": "ಹೆಸರು ಗುರುತು" }, "company": { - "message": "Company" + "message": "ಕಂಪನಿ" }, "ssn": { - "message": "Social Security Number" + "message": "ಸಾಮಾಜಿಕ ಭದ್ರತೆ ಸಂಖ್ಯೆ" }, "passportNumber": { - "message": "Passport Number" + "message": "ಪಾಸ್ಪೋರ್ಟ್ ಸಂಖ್ಯೆ" }, "licenseNumber": { - "message": "License Number" + "message": "ಪರವಾನಗಿ ಸಂಖ್ಯೆ" }, "email": { - "message": "Email" + "message": "ಇಮೇಲ್" }, "phone": { - "message": "Phone" + "message": "ಫೋನ್‌" }, "january": { - "message": "January" + "message": "ಜನವರಿ" }, "february": { - "message": "February" + "message": "ಫೆಬ್ರವರಿ" }, "march": { - "message": "March" + "message": "ಮಾರ್ಚ್" }, "april": { - "message": "April" + "message": "ಏಪ್ರಿಲ್" }, "may": { - "message": "May" + "message": "ಮೇ" }, "june": { - "message": "June" + "message": "ಜೂನ್" }, "july": { - "message": "July" + "message": "ಜುಲೈ" }, "august": { - "message": "August" + "message": "ಆಗಸ್ಟ್" }, "september": { - "message": "September" + "message": "ಸೆಪ್ಟೆಂಬರ್" }, "october": { - "message": "October" + "message": "ಅಕ್ಟೋಬರ್" }, "november": { - "message": "November" + "message": "ನವೆಂಬರ್" }, "december": { - "message": "December" + "message": "ಡಿಸೆಂಬರ್" }, "title": { - "message": "Title" + "message": "ಶೀರ್ಷಿಕೆ" }, "mr": { - "message": "Mr" + "message": "ಶ್ರೀ" }, "mrs": { - "message": "Mrs" + "message": "ಶ್ರೀಮತಿ" }, "ms": { - "message": "Ms" + "message": "ಮಿಸ್" }, "dr": { "message": "Dr" }, "expirationMonth": { - "message": "Expiration Month" + "message": "ಮುಕ್ತಾಯ ತಿಂಗಳು" }, "expirationYear": { - "message": "Expiration Year" + "message": "ಮುಕ್ತಾಯ ವರ್ಷ" }, "authenticatorKeyTotp": { - "message": "Authenticator Key (TOTP)" + "message": "ದೃಢೀಕರಣ ಕೀ (TOTP)" }, "folder": { - "message": "Folder" + "message": "ಫೋಲ್ಡರ್" }, "newCustomField": { - "message": "New Custom Field" + "message": "ಹೊಸ ಕಸ್ಟಮ್ ಕ್ಷೇತ್ರ" }, "value": { - "message": "Value" + "message": "ಮೌಲ್ಯ" }, "dragToSort": { - "message": "Drag to sort" + "message": "ವಿಂಗಡಿಸಲು ಎಳೆಯಿರಿ" }, "cfTypeText": { - "message": "Text" + "message": "ಪಠ್ಯ" }, "cfTypeHidden": { - "message": "Hidden" + "message": "ಮರೆಮಾಡಲಾಗಿದೆ" }, "cfTypeBoolean": { - "message": "Boolean" + "message": "ಬೂಲಿಯನ್" }, "remove": { - "message": "Remove" + "message": "ತೆಗೆ" }, "unassigned": { - "message": "Unassigned" + "message": "ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ" }, "noneFolder": { - "message": "No Folder", + "message": "ಫೋಲ್ಡರ್ ಇಲ್ಲ", "description": "This is the folder for uncategorized items" }, "addFolder": { - "message": "Add Folder" + "message": "ಫೋಲ್ಡರ್ ಸೇರಿಸಿ" }, "editFolder": { - "message": "Edit Folder" + "message": "ಫೋಲ್ಡರ್ ಸಂಪಾದಿಸಿ" }, "baseDomain": { - "message": "Base domain" + "message": "ಮೂಲ ಡೊಮೇನ್" }, "host": { - "message": "Host", + "message": "ಅತಿಥೆಯ", "description": "A URL's host value. For example, the host of https://sub.domain.com:443 is 'sub.domain.com:443'." }, "exact": { - "message": "Exact" + "message": "ನಿಖರವಾಗಿ" }, "startsWith": { - "message": "Starts with" + "message": "ಇದರೊಂದಿಗೆ ಪ್ರಾರಂಭವಾಗುತ್ತದೆ" }, "regEx": { - "message": "Regular expression", + "message": "ನಿಯಮಿತ ಅಭಿವ್ಯಕ್ತಿ", "description": "A programming term, also known as 'RegEx'." }, "matchDetection": { - "message": "Match Detection", + "message": "ಹೊಂದಾಣಿಕೆ ಪತ್ತೆ", "description": "URI match detection for auto-fill." }, "defaultMatchDetection": { - "message": "Default match detection", + "message": "ಡೀಫಾಲ್ಟ್ ಪಂದ್ಯ ಪತ್ತೆ", "description": "Default URI match detection for auto-fill." }, "never": { - "message": "Never" + "message": "ಇಲ್ಲವೇ ಇಲ್ಲ" }, "toggleVisibility": { - "message": "Toggle Visibility" + "message": "ಗೋಚರತೆಯನ್ನು ಟಾಗಲ್ ಮಾಡಿ" }, "toggleCollapse": { - "message": "Toggle Collapse", + "message": "ಟಾಗಲ್ ಕುಸಿತ", "description": "Toggling an expand/collapse state." }, "generatePassword": { - "message": "Generate Password" + "message": "ಪಾಸ್ವರ್ಡ್ ರಚಿಸಿ" }, "checkPassword": { - "message": "Check if password has been exposed." + "message": "ಪಾಸ್ವರ್ಡ್ ಬಹಿರಂಗಗೊಂಡಿದೆಯೇ ಎಂದು ಪರಿಶೀಲಿಸಿ." }, "passwordExposed": { - "message": "This password has been exposed $VALUE$ time(s) in data breaches. You should change it.", + "message": "ಈ ಗುಪ್ತಪದವು ಡೇಟಾ ಉಲ್ಲಂಘನೆಯಲ್ಲಿ $VALUE$ ಮೌಲ್ಯವನ್ನು (ಗಳು) ಬಹಿರಂಗಪಡಿಸಲಾಗಿದೆ. ನೀವು ಅದನ್ನು ಬದಲಾಯಿಸಬೇಕು.", "placeholders": { "value": { "content": "$1", @@ -233,138 +233,138 @@ } }, "passwordSafe": { - "message": "This password was not found in any known data breaches. It should be safe to use." + "message": "ತಿಳಿದಿರುವ ಯಾವುದೇ ಡೇಟಾ ಉಲ್ಲಂಘನೆಗಳಲ್ಲಿ ಈ ಪಾಸ್‌ವರ್ಡ್ ಕಂಡುಬಂದಿಲ್ಲ. ಅದನ್ನು ಬಳಸಲು ಸುರಕ್ಷಿತವಾಗಿರಬೇಕು." }, "save": { - "message": "Save" + "message": "ಉಳಿಸಿ" }, "cancel": { - "message": "Cancel" + "message": "ರದ್ದು" }, "canceled": { - "message": "Canceled" + "message": "ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ" }, "close": { - "message": "Close" + "message": "ಮುಚ್ಚಿ" }, "delete": { - "message": "Delete" + "message": "ಅಳಿಸು" }, "favorite": { - "message": "Favorite" + "message": "ಮೆಚ್ಚಿನ" }, "unfavorite": { - "message": "Unfavorite" + "message": "ಮೆಚ್ಚಿನದಲ್ಲದ" }, "edit": { - "message": "Edit" + "message": "ಎಡಿಟ್" }, "searchCollection": { - "message": "Search Collection" + "message": "ಸಂಗ್ರಹಣೆ ಹುಡುಕಿ" }, "searchFolder": { - "message": "Search Folder" + "message": "ಫೋಲ್ಡರ್ ಹುಡುಕಿ" }, "searchFavorites": { - "message": "Search Favorites" + "message": "ಮೆಚ್ಚುಗೆಗಳಲ್ಲಿ ಶೋಧ" }, "searchType": { - "message": "Search Type", + "message": "ಹುಡುಕಾಟ ಪ್ರಕಾರ", "description": "Search item type" }, "searchVault": { - "message": "Search Vault" + "message": "ವಾಲ್ಟ್ ಹುಡುಕಿ" }, "allItems": { - "message": "All Items" + "message": "ಎಲ್ಲಾ ವಸ್ತುಗಳು" }, "favorites": { - "message": "Favorites" + "message": "ಮೆಚ್ಚುಗೆಗಳು" }, "types": { - "message": "Types" + "message": "ರೀತಿಯ" }, "typeLogin": { - "message": "Login" + "message": "ಲಾಗಿನ್" }, "typeCard": { - "message": "Card" + "message": "ಕಾರ್ಡ್" }, "typeIdentity": { - "message": "Identity" + "message": "ಗುರುತಿಸುವಿಕೆ" }, "typeSecureNote": { - "message": "Secure Note" + "message": "ಸುರಕ್ಷಿತ ಟಿಪ್ಪಣಿ" }, "folders": { - "message": "Folders" + "message": "ಫೋಲ್ಡರ್‌ಗಳು" }, "collections": { - "message": "Collections" + "message": "ಸಂಗ್ರಹಣೆಗಳು" }, "firstName": { - "message": "First Name" + "message": "ಮೊದಲ ಹೆಸರು" }, "middleName": { - "message": "Middle Name" + "message": "ಮಧ್ಯದ ಹೆಸರು" }, "lastName": { - "message": "Last Name" + "message": "ಕೊನೆ ಹೆಸರು" }, "address1": { - "message": "Address 1" + "message": "ವಿಳಾಸ 1" }, "address2": { - "message": "Address 2" + "message": "ವಿಳಾಸ 2" }, "address3": { - "message": "Address 3" + "message": "ವಿಳಾಸ 3" }, "cityTown": { - "message": "City / Town" + "message": "ನಗರ / ಪಟ್ಟಣ" }, "stateProvince": { - "message": "State / Province" + "message": "ರಾಜ್ಯ / ಪ್ರಾಂತ್ಯ" }, "zipPostalCode": { - "message": "Zip / Postal Code" + "message": "ಪಿನ್ / ಅಂಚೆ ಕೋಡ್" }, "country": { - "message": "Country" + "message": "ದೇಶ" }, "shared": { - "message": "Shared" + "message": "ಹಂಚಿಕೊಳ್ಳಲಾಗಿದೆ" }, "attachments": { - "message": "Attachments" + "message": "ಲಗತ್ತುಗಳು" }, "select": { - "message": "Select" + "message": "ಆಯ್ಕೆಮಾಡಿ" }, "addItem": { - "message": "Add Item" + "message": "ಐಟಂ ಸೇರಿಸಿ" }, "editItem": { - "message": "Edit Item" + "message": "ವಸ್ತುಗಳನ್ನು ಸಂಪಾದಿಸಿ" }, "viewItem": { - "message": "View Item" + "message": "ಐಟಂ ವೀಕ್ಷಿಸಿ" }, "ex": { - "message": "ex.", + "message": "ಉದಾಹರಣೆ.", "description": "Short abbreviation for 'example'." }, "other": { - "message": "Other" + "message": "ಇತರೆ" }, "share": { - "message": "Share" + "message": "ಹಂಚಿಕೊಳ್ಳಿ" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "ಸಂಸ್ಥೆಗೆ ಸರಿಸಿ" }, "valueCopied": { - "message": "$VALUE$ copied", + "message": "$VALUE$ ನಕಲಿಸಲಾಗಿದೆ", "description": "Value has been copied to the clipboard.", "placeholders": { "value": { @@ -374,85 +374,85 @@ } }, "copyValue": { - "message": "Copy Value", + "message": "ಮೌಲ್ಯವನ್ನು ನಕಲಿಸಿ", "description": "Copy value to clipboard" }, "copyPassword": { - "message": "Copy Password", + "message": "ಪಾಸ್ವರ್ಡ್ ನಕಲಿಸಿ", "description": "Copy password to clipboard" }, "copyUsername": { - "message": "Copy Username", + "message": "ಬಳಕೆಹೆಸರು ನಕಲಿಸು", "description": "Copy username to clipboard" }, "copyNumber": { - "message": "Copy Number", + "message": "ನಕಲು ಸಂಖ್ಯೆ", "description": "Copy credit card number" }, "copySecurityCode": { - "message": "Copy Security Code", + "message": "ಭದ್ರತಾ ಕೋಡ್ ಅನ್ನು ನಕಲಿಸಿ", "description": "Copy credit card security code (CVV)" }, "copyUri": { - "message": "Copy URI", + "message": "ಯು ಆರ್ ಐ ಅನ್ನು ನಕಲಿಸಿ", "description": "Copy URI to clipboard" }, "myVault": { - "message": "My Vault" + "message": "ನನ್ನ ವಾಲ್ಟ್" }, "vault": { - "message": "Vault" + "message": "ವಾಲ್ಟ್" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "ಆಯ್ದ ಸಂಸ್ಥೆಗೆ ಸರಿಸಿ" }, "deleteSelected": { - "message": "Delete Selected" + "message": "ಆಯ್ಕೆಮಾಡಿದ ಅಳಿಸಿ" }, "moveSelected": { - "message": "Move Selected" + "message": "ಆರಿಸಿದುದನ್ನು ಸರಿಸಿ" }, "selectAll": { - "message": "Select All" + "message": "ಎಲ್ಲವನ್ನು ಆರಿಸು" }, "unselectAll": { - "message": "Unselect All" + "message": "ಎಲ್ಲವನ್ನೂ ಆಯ್ಕೆ ರದ್ದುಮಾಡಿ" }, "launch": { - "message": "Launch" + "message": "ಶುರು" }, "newAttachment": { - "message": "Add New Attachment" + "message": "ಹೊಸ ಲಗತ್ತನ್ನು ಸೇರಿಸಿ" }, "deletedAttachment": { - "message": "Deleted attachment" + "message": "ಲಗತ್ತು ಅಳಿಸಲಾಗಿದೆ" }, "deleteAttachmentConfirmation": { - "message": "Are you sure you want to delete this attachment?" + "message": "ಈ ಲಗತ್ತನ್ನು ಅಳಿಸಲು ನೀವು ಖಚಿತವಾಗಿ ಬಯಸುವಿರಾ?" }, "attachmentSaved": { - "message": "The attachment has been saved." + "message": "ಲಗತ್ತನ್ನು ಉಳಿಸಲಾಗಿದೆ." }, "file": { - "message": "File" + "message": "ಫೈಲ್" }, "selectFile": { - "message": "Select a file." + "message": "ಫೈಲನ್ನು ಆಯ್ಕೆಮಾಡು." }, "maxFileSize": { - "message": "Maximum file size is 500 MB." + "message": "ಗರಿಷ್ಠ ಫೈಲ್ ಗಾತ್ರ 500 ಎಂಬಿ." }, "updateKey": { - "message": "You cannot use this feature until you update your encryption key." + "message": "ನಿಮ್ಮ ಎನ್‌ಕ್ರಿಪ್ಶನ್ ಕೀಲಿಯನ್ನು ನವೀಕರಿಸುವವರೆಗೆ ನೀವು ಈ ವೈಶಿಷ್ಟ್ಯವನ್ನು ಬಳಸಲಾಗುವುದಿಲ್ಲ." }, "addedItem": { - "message": "Added item" + "message": "ಐಟಂ ಸೇರಿಸಲಾಗಿದೆ" }, "editedItem": { - "message": "Edited item" + "message": "ಐಟಂ ಸಂಪಾದಿಸಲಾಗಿದೆ" }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "$ITEMNAME$ ಅನ್ನು $ORGNAME$ ಗೆ ಸರಿಸಲಾಗಿದೆ", "placeholders": { "itemname": { "content": "$1", @@ -465,7 +465,7 @@ } }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "ಆಯ್ದ ವಸ್ತುಗಳನ್ನು $ORGNAME$ ಗೆ ಸರಿಸಲಾಗಿದೆ", "placeholders": { "orgname": { "content": "$1", @@ -474,148 +474,148 @@ } }, "deleteItem": { - "message": "Delete Item" + "message": "ಐಟಂ ಅಳಿಸಿ" }, "deleteFolder": { - "message": "Delete Folder" + "message": "ಫೋಲ್ಡರ್ ಅಳಿಸಿ" }, "deleteAttachment": { - "message": "Delete Attachment" + "message": "ಲಗತ್ತನ್ನು ಅಳಿಸಿ" }, "deleteItemConfirmation": { - "message": "Do you really want to send to the trash?" + "message": "ನೀವು ನಿಜವಾಗಿಯೂ ಅನುಪಯುಕ್ತಕ್ಕೆ ಕಳುಹಿಸಲು ಬಯಸುವಿರಾ?" }, "deletedItem": { - "message": "Item sent to trash" + "message": "ಐಟಂ ಅನ್ನು ಅನುಪಯುಕ್ತಕ್ಕೆ ಕಳುಹಿಸಲಾಗಿದೆ" }, "deletedItems": { - "message": "Items sent to trash" + "message": "ವಸ್ತುಗಳನ್ನು ಅನುಪಯುಕ್ತಕ್ಕೆ ಕಳುಹಿಸಲಾಗಿದೆ" }, "movedItems": { - "message": "Moved items" + "message": "ಸರಿಸಲಾದ ವಸ್ತುಗಳು" }, "overwritePasswordConfirmation": { - "message": "Are you sure you want to overwrite the current password?" + "message": "ಪ್ರಸ್ತುತ ಪಾಸ್‌ವರ್ಡ್ ಅನ್ನು ತಿದ್ದಿಬರೆಯಲು ನೀವು ಖಚಿತವಾಗಿ ಬಯಸುವಿರಾ?" }, "editedFolder": { - "message": "Edited folder" + "message": "ಫೋಲ್ಡರ್ ತಿದ್ದಲಾಗಿದೆ" }, "addedFolder": { - "message": "Added folder" + "message": "ಫೋಲ್ಡರ್ ಸೇರಿಸಿ" }, "deleteFolderConfirmation": { - "message": "Are you sure you want to delete this folder?" + "message": "ನೀವು ಈ ಕಡತಕೋಶವನ್ನು ಖಚಿತವಾಗಿಯೂ ಅಳಿಸಬಯಸುವಿರಾ?" }, "deletedFolder": { - "message": "Deleted folder" + "message": "ಫೋಲ್ಡರ್ ಅಳಿಸಿ" }, "loggedOut": { - "message": "Logged out" + "message": "ಲಾಗ್ ಔಟ್" }, "loginExpired": { - "message": "Your login session has expired." + "message": "ನಿಮ್ಮ ಲಾಗಿನ್ ಸೆಷನ್ ಅವಧಿ ಮೀರಿದೆ." }, "logOutConfirmation": { - "message": "Are you sure you want to log out?" + "message": "ಲಾಗ್ ಔಟ್ ಮಾಡಲು ನೀವು ಖಚಿತವಾಗಿ ಬಯಸುವಿರಾ?" }, "logOut": { - "message": "Log Out" + "message": "ಲಾಗ್ ಔಟ್" }, "ok": { - "message": "Ok" + "message": "ಸರಿ" }, "yes": { - "message": "Yes" + "message": "ಹೌದು" }, "no": { - "message": "No" + "message": "ಇಲ್ಲ" }, "loginOrCreateNewAccount": { - "message": "Log in or create a new account to access your secure vault." + "message": "ನಿಮ್ಮ ಸುರಕ್ಷಿತ ವಾಲ್ಟ್ ಅನ್ನು ಪ್ರವೇಶಿಸಲು ಲಾಗ್ ಇನ್ ಮಾಡಿ ಅಥವಾ ಹೊಸ ಖಾತೆಯನ್ನು ರಚಿಸಿ." }, "createAccount": { - "message": "Create Account" + "message": "ಖಾತೆ ತೆರೆ" }, "logIn": { - "message": "Log In" + "message": "ಲಾಗಿನ್" }, "submit": { - "message": "Submit" + "message": "ಒಪ್ಪಿಸು" }, "emailAddressDesc": { - "message": "You'll use your email address to log in." + "message": "ಲಾಗ್ ಇನ್ ಮಾಡಲು ನಿಮ್ಮ ಇಮೇಲ್ ವಿಳಾಸವನ್ನು ನೀವು ಬಳಸುತ್ತೀರಿ." }, "yourName": { - "message": "Your Name" + "message": "ನಿಮ್ಮ ಹೆಸರು" }, "yourNameDesc": { - "message": "What should we call you?" + "message": "ನಾವು ನಿಮ್ಮನ್ನು ಏನು ಕರೆಯಬೇಕು?" }, "masterPass": { - "message": "Master Password" + "message": "ಮಾಸ್ಟರ್ ಪಾಸ್ವರ್ಡ್" }, "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": "ನಿಮ್ಮ ವಾಲ್ಟ್ ಅನ್ನು ಪ್ರವೇಶಿಸಲು ನೀವು ಬಳಸುವ ಪಾಸ್ವರ್ಡ್ ಮಾಸ್ಟರ್ ಪಾಸ್ವರ್ಡ್ ಆಗಿದೆ. ನಿಮ್ಮ ಮಾಸ್ಟರ್ ಪಾಸ್‌ವರ್ಡ್ ಅನ್ನು ನೀವು ಮರೆಯದಿರುವುದು ಬಹಳ ಮುಖ್ಯ. ನೀವು ಅದನ್ನು ಮರೆತ ಸಂದರ್ಭದಲ್ಲಿ ಪಾಸ್‌ವರ್ಡ್ ಅನ್ನು ಮರುಪಡೆಯಲು ಯಾವುದೇ ಮಾರ್ಗವಿಲ್ಲ." }, "masterPassHintDesc": { - "message": "A master password hint can help you remember your password if you forget it." + "message": "ನಿಮ್ಮ ಪಾಸ್‌ವರ್ಡ್ ಅನ್ನು ನೀವು ಮರೆತರೆ ಅದನ್ನು ನೆನಪಿಟ್ಟುಕೊಳ್ಳಲು ಮಾಸ್ಟರ್ ಪಾಸ್‌ವರ್ಡ್ ಸುಳಿವು ನಿಮಗೆ ಸಹಾಯ ಮಾಡುತ್ತದೆ." }, "reTypeMasterPass": { - "message": "Re-type Master Password" + "message": "ಮಾಸ್ಟರ್ ಪಾಸ್ವರ್ಡ್ ಅನ್ನು ಮರು-ಟೈಪ್ ಮಾಡಿ" }, "masterPassHint": { - "message": "Master Password Hint (optional)" + "message": "ಮಾಸ್ಟರ್ ಪಾಸ್ವರ್ಡ್ ಸುಳಿವು (ಐಚ್ಛಿಕ)" }, "masterPassHintLabel": { - "message": "Master Password Hint" + "message": "ಮಾಸ್ಟರ್ ಪಾಸ್ವರ್ಡ್ ಸುಳಿವು" }, "settings": { - "message": "Settings" + "message": "ಸೆಟ್ಟಿಂಗ್‍ಗಳು" }, "passwordHint": { - "message": "Password Hint" + "message": "ಪಾಸ್ವರ್ಡ್ ಸುಳಿವು" }, "enterEmailToGetHint": { - "message": "Enter your account email address to receive your master password hint." + "message": "ವಿಸ್ತರಣೆಯನ್ನು ಪ್ರಾರಂಭಿಸಲು ಮೆನುವಿನಲ್ಲಿರುವ ಬಿಟ್‌ವಾರ್ಡೆನ್ ಐಕಾನ್ ಟ್ಯಾಪ್ ಮಾಡಿ." }, "getMasterPasswordHint": { - "message": "Get master password hint" + "message": "ಮಾಸ್ಟರ್ ಪಾಸ್ವರ್ಡ್ ಸುಳಿವನ್ನು ಪಡೆಯಿರಿ" }, "emailRequired": { - "message": "Email address is required." + "message": "ಇಮೇಲ್ ವಿಳಾಸದ ಅಗತ್ಯವಿದೆ." }, "invalidEmail": { - "message": "Invalid email address." + "message": "ಅಮಾನ್ಯ ಇಮೇಲ್ ವಿಳಾಸ." }, "masterPassRequired": { - "message": "Master password is required." + "message": "ಮಾಸ್ಟರ್ ಪಾಸ್ವರ್ಡ್ ಅಗತ್ಯವಿದೆ." }, "masterPassLength": { - "message": "Master password must be at least 8 characters long." + "message": "ಮಾಸ್ಟರ್ ಪಾಸ್‌ವರ್ಡ್ ಕನಿಷ್ಠ 8 ಅಕ್ಷರಗಳಷ್ಟು ಉದ್ದವಾಗಿರಬೇಕು." }, "masterPassDoesntMatch": { - "message": "Master password confirmation does not match." + "message": "ಮಾಸ್ಟರ್ ಪಾಸ್‌ವರ್ಡ್ ದೃಢೀಕರಣವು ಹೊಂದಿಕೆಯಾಗುವುದಿಲ್ಲ." }, "newAccountCreated": { - "message": "Your new account has been created! You may now log in." + "message": "ನಿಮ್ಮ ಹೊಸ ಖಾತೆಯನ್ನು ರಚಿಸಲಾಗಿದೆ! ನೀವು ಈಗ ಲಾಗ್ ಇನ್ ಮಾಡಬಹುದು." }, "masterPassSent": { - "message": "We've sent you an email with your master password hint." + "message": "ನಿಮ್ಮ ಮಾಸ್ಟರ್ ಪಾಸ್‌ವರ್ಡ್ ಸುಳಿವಿನೊಂದಿಗೆ ನಾವು ನಿಮಗೆ ಇಮೇಲ್ ಕಳುಹಿಸಿದ್ದೇವೆ." }, "unexpectedError": { - "message": "An unexpected error has occurred." + "message": "ಅನಿರೀಕ್ಷಿತ ದೋಷ ಸಂಭವಿಸಿದೆ." }, "emailAddress": { - "message": "Email Address" + "message": "ಇಮೇಲ್ ವಿಳಾಸ" }, "yourVaultIsLocked": { - "message": "Your vault is locked. Verify your master password to continue." + "message": "ನಿಮ್ಮ ವಾಲ್ಟ್ ಲಾಕ್ ಆಗಿದೆ. ಮುಂದುವರೆಯಲು ನಿಮ್ಮ ಮಾಸ್ಟರ್ ಪಾಸ್‌ವರ್ಡ್ ಅನ್ನು ಪರಿಶೀಲಿಸಿ." }, "unlock": { - "message": "Unlock" + "message": "ಅನ್‌ಲಾಕ್ ಮಾಡಿ" }, "loggedInAsEmailOn": { - "message": "Logged in as $EMAIL$ on $HOSTNAME$.", + "message": "$HOSTNAME$ನಲ್ಲಿ $EMAIL$ಆಗಿ ಲಾಗ್ ಇನ್ ಮಾಡಲಾಗಿದೆ.", "placeholders": { "email": { "content": "$1", @@ -628,34 +628,34 @@ } }, "invalidMasterPassword": { - "message": "Invalid master password" + "message": "ಅಮಾನ್ಯ ಮಾಸ್ಟರ್ ಪಾಸ್‌ವರ್ಡ್" }, "lockNow": { - "message": "Lock Now" + "message": "ಈಗ ಲಾಕ್ ಮಾಡಿ" }, "noItemsInList": { - "message": "There are no items to list." + "message": "ಪಟ್ಟಿ ಮಾಡಲು ಯಾವುದೇ ಐಟಂಗಳಿಲ್ಲ." }, "noCollectionsInList": { - "message": "There are no collections to list." + "message": "ಪಟ್ಟಿ ಮಾಡಲು ಯಾವುದೇ ಸಂಗ್ರಹಗಳಿಲ್ಲ." }, "noGroupsInList": { - "message": "There are no groups to list." + "message": "ಪಟ್ಟಿ ಮಾಡಲು ಯಾವುದೇ ಗುಂಪುಗಳಿಲ್ಲ." }, "noUsersInList": { - "message": "There are no users to list." + "message": "ಪಟ್ಟಿ ಮಾಡಲು ಬಳಕೆದಾರರಿಲ್ಲ." }, "noEventsInList": { - "message": "There are no events to list." + "message": "ಪಟ್ಟಿ ಮಾಡಲು ಯಾವುದೇ ಘಟನೆಗಳಿಲ್ಲ." }, "newOrganization": { - "message": "New Organization" + "message": "ಹೊಸ ಸಂಸ್ಥೆ" }, "noOrganizationsList": { - "message": "You do not belong to any organizations. Organizations allow you to securely share items with other users." + "message": "ನೀವು ಯಾವುದೇ ಸಂಸ್ಥೆಗಳಿಗೆ ಸೇರಿಲ್ಲ. ಇತರ ಬಳಕೆದಾರರೊಂದಿಗೆ ವಸ್ತುಗಳನ್ನು ಸುರಕ್ಷಿತವಾಗಿ ಹಂಚಿಕೊಳ್ಳಲು ಸಂಘಟನೆಗಳು ನಿಮಗೆ ಅವಕಾಶ ನೀಡುತ್ತವೆ." }, "versionNumber": { - "message": "Version $VERSION_NUMBER$", + "message": "ಆವೃತ್ತಿ $VERSION_NUMBER$", "placeholders": { "version_number": { "content": "$1", @@ -664,10 +664,10 @@ } }, "enterVerificationCodeApp": { - "message": "Enter the 6 digit verification code from your authenticator app." + "message": "ನಿಮ್ಮ ದೃಢೀಕರಣ ಅಪ್ಲಿಕೇಶನ್‌ನಿಂದ 6 ಅಂಕಿಯ ಪರಿಶೀಲನಾ ಕೋಡ್ ಅನ್ನು ನಮೂದಿಸಿ." }, "enterVerificationCodeEmail": { - "message": "Enter the 6 digit verification code that was emailed to $EMAIL$.", + "message": "$EMAIL$ಗೆ ಇಮೇಲ್ ಮಾಡಲಾದ 6 ಅಂಕಿಯ ಪರಿಶೀಲನಾ ಕೋಡ್ ಅನ್ನು ನಮೂದಿಸಿ.", "placeholders": { "email": { "content": "$1", @@ -676,7 +676,7 @@ } }, "verificationCodeEmailSent": { - "message": "Verification email sent to $EMAIL$.", + "message": "ಪರಿಶೀಲನೆ ಇಮೇಲ್ $EMAIL$ ಗೆ ಕಳುಹಿಸಲಾಗಿದೆ.", "placeholders": { "email": { "content": "$1", @@ -685,100 +685,100 @@ } }, "rememberMe": { - "message": "Remember me" + "message": "ನನ್ನನ್ನು ನೆನಪಿನಲ್ಲಿ ಇಡು" }, "sendVerificationCodeEmailAgain": { - "message": "Send verification code email again" + "message": "ಪರಿಶೀಲನೆ ಕೋಡ್ ಇಮೇಲ್ ಅನ್ನು ಮತ್ತೆ ಕಳುಹಿಸಿ" }, "useAnotherTwoStepMethod": { - "message": "Use another two-step login method" + "message": "ಮತ್ತೊಂದು ಎರಡು-ಹಂತದ ಲಾಗಿನ್ ವಿಧಾನವನ್ನು ಬಳಸಿ" }, "insertYubiKey": { - "message": "Insert your YubiKey into your computer's USB port, then touch its button." + "message": "ನಿಮ್ಮ ಯುಬಿಕಿಯನ್ನು ನಿಮ್ಮ ಕಂಪ್ಯೂಟರ್‌ನ ಯುಎಸ್‌ಬಿ ಪೋರ್ಟ್ಗೆ ಸೇರಿಸಿ, ನಂತರ ಅದರ ಗುಂಡಿಯನ್ನು ಸ್ಪರ್ಶಿಸಿ." }, "insertU2f": { - "message": "Insert your security key into your computer's USB port. If it has a button, touch it." + "message": "ನಿಮ್ಮ ಕಂಪ್ಯೂಟರ್‌ನ ಯುಎಸ್‌ಬಿ ಪೋರ್ಟ್ಗೆ ನಿಮ್ಮ ಭದ್ರತಾ ಕೀಲಿಯನ್ನು ಸೇರಿಸಿ. ಅದು ಬಟನ್ ಹೊಂದಿದ್ದರೆ, ಅದನ್ನು ಸ್ಪರ್ಶಿಸಿ." }, "loginUnavailable": { - "message": "Login Unavailable" + "message": "ಲಾಗಿನ್ ಲಭ್ಯವಿಲ್ಲ" }, "noTwoStepProviders": { - "message": "This account has two-step login enabled, however, none of the configured two-step providers are supported by this web browser." + "message": "ಈ ಖಾತೆಯು ಎರಡು-ಹಂತದ ಲಾಗಿನ್ ಅನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿದೆ, ಆದಾಗ್ಯೂ, ಕಾನ್ಫಿಗರ್ ಮಾಡಲಾದ ಎರಡು-ಹಂತದ ಪೂರೈಕೆದಾರರಲ್ಲಿ ಯಾರೂ ಈ ವೆಬ್ ಬ್ರೌಸರ್‌ನಿಂದ ಬೆಂಬಲಿತವಾಗಿಲ್ಲ." }, "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)." + "message": "ದಯವಿಟ್ಟು ಬೆಂಬಲಿತ ವೆಬ್ ಬ್ರೌಸರ್ ಅನ್ನು ಬಳಸಿ (Chrome ನಂತಹ) ಮತ್ತು / ಅಥವಾ ವೆಬ್ ಬ್ರೌಸರ್‌ಗಳಲ್ಲಿ (ದೃ hentic ೀಕರಣ ಅಪ್ಲಿಕೇಶನ್‌ನಂತಹ) ಉತ್ತಮವಾಗಿ ಬೆಂಬಲಿತವಾದ ಹೆಚ್ಚುವರಿ ಪೂರೈಕೆದಾರರನ್ನು ಸೇರಿಸಿ." }, "twoStepOptions": { - "message": "Two-step Login Options" + "message": "ಎರಡು ಹಂತದ ಲಾಗಿನ್ ಆಯ್ಕೆಗಳು" }, "recoveryCodeDesc": { - "message": "Lost access to all of your two-factor providers? Use your recovery code to disable all two-factor providers from your account." + "message": "ನಿಮ್ಮ ಎಲ್ಲಾ ಎರಡು ಅಂಶ ಪೂರೈಕೆದಾರರಿಗೆ ಪ್ರವೇಶವನ್ನು ಕಳೆದುಕೊಂಡಿದ್ದೀರಾ? ನಿಮ್ಮ ಖಾತೆಯಿಂದ ಎಲ್ಲಾ ಎರಡು ಅಂಶ ಪೂರೈಕೆದಾರರನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲು ನಿಮ್ಮ ಮರುಪಡೆಯುವಿಕೆ ಕೋಡ್ ಬಳಸಿ." }, "recoveryCodeTitle": { - "message": "Recovery Code" + "message": "ಮರುಪಡೆಯುವಿಕೆ ಕೋಡ್" }, "authenticatorAppTitle": { - "message": "Authenticator App" + "message": "ದೃಢೀಕರಣ ಅಪ್ಲಿಕೇಶನ್" }, "authenticatorAppDesc": { - "message": "Use an authenticator app (such as Authy or Google Authenticator) to generate time-based verification codes.", + "message": "ಸಮಯ ಆಧಾರಿತ ಪರಿಶೀಲನಾ ಕೋಡ್‌ಗಳನ್ನು ರಚಿಸಲು ದೃಢೀಕರಣ ಅಪ್ಲಿಕೇಶನ್ ಅನ್ನು ಬಳಸಿ (ಆಥಿ ಅಥವಾ ಗೂಗಲ್ ಅಥೆಂಟಿಕೇಟರ್).", "description": "'Authy' and 'Google Authenticator' are product names and should not be translated." }, "yubiKeyTitle": { - "message": "YubiKey OTP Security Key" + "message": "ಯುಬಿಕೆ ಒಟಿಪಿ ಭದ್ರತಾ ಕೀ" }, "yubiKeyDesc": { - "message": "Use a YubiKey to access your account. Works with YubiKey 4 series, 5 series, and NEO devices." + "message": "ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಪ್ರವೇಶಿಸಲು ಯುಬಿಕೆ ಬಳಸಿ. ಯುಬಿಕೆ 4 ಸರಣಿ, 5 ಸರಣಿಗಳು ಮತ್ತು ಎನ್ಇಒ ಸಾಧನಗಳೊಂದಿಗೆ ಕಾರ್ಯನಿರ್ವಹಿಸುತ್ತದೆ." }, "duoDesc": { - "message": "Verify with Duo Security using the Duo Mobile app, SMS, phone call, or U2F security key.", + "message": "ಡ್ಯುಯೊ ಮೊಬೈಲ್ ಅಪ್ಲಿಕೇಶನ್, ಎಸ್‌ಎಂಎಸ್, ಫೋನ್ ಕರೆ ಅಥವಾ ಯು 2 ಎಫ್ ಭದ್ರತಾ ಕೀಲಿಯನ್ನು ಬಳಸಿಕೊಂಡು ಡ್ಯುಯೊ ಸೆಕ್ಯುರಿಟಿಯೊಂದಿಗೆ ಪರಿಶೀಲಿಸಿ.", "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.", + "message": "ಡ್ಯುಯೊ ಮೊಬೈಲ್ ಅಪ್ಲಿಕೇಶನ್, ಎಸ್‌ಎಂಎಸ್, ಫೋನ್ ಕರೆ ಅಥವಾ ಯು 2 ಎಫ್ ಭದ್ರತಾ ಕೀಲಿಯನ್ನು ಬಳಸಿಕೊಂಡು ನಿಮ್ಮ ಸಂಸ್ಥೆಗಾಗಿ ಡ್ಯುಯೊ ಸೆಕ್ಯುರಿಟಿಯೊಂದಿಗೆ ಪರಿಶೀಲಿಸಿ.", "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": "ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಪ್ರವೇಶಿಸಲು ಯಾವುದೇ FIDO U2F ಶಕ್ತಗೊಂಡ ಭದ್ರತಾ ಕೀಲಿಯನ್ನು ಬಳಸಿ." }, "u2fTitle": { - "message": "FIDO U2F Security Key" + "message": "FIDO U2F ಭದ್ರತಾ ಕೀ" }, "webAuthnTitle": { "message": "FIDO2 WebAuthn" }, "webAuthnDesc": { - "message": "Use any WebAuthn enabled security key to access your account." + "message": "ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಪ್ರವೇಶಿಸಲು ಯಾವುದೇ ವೆಬ್‌ಆಥ್ನ್ ಸಕ್ರಿಯಗೊಳಿಸಿದ ಭದ್ರತಾ ಕೀಲಿಯನ್ನು ಬಳಸಿ." }, "webAuthnMigrated": { - "message": "(Migrated from FIDO)" + "message": "(FIDO ನಿಂದ ವಲಸೆ ಬಂದಿದೆ)" }, "emailTitle": { - "message": "Email" + "message": "ಇಮೇಲ್" }, "emailDesc": { - "message": "Verification codes will be emailed to you." + "message": "ಪರಿಶೀಲನೆ ಕೋಡ್‌ಗಳನ್ನು ನಿಮಗೆ ಇಮೇಲ್ ಮಾಡಲಾಗುತ್ತದೆ." }, "continue": { - "message": "Continue" + "message": "ಮುಂದುವರಿಸಿ" }, "organization": { - "message": "Organization" + "message": "ಸಂಸ್ಥೆ" }, "organizations": { - "message": "Organizations" + "message": "ಸಂಸ್ಥೆಗಳು" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "ಈ ಐಟಂ ಅನ್ನು ಸರಿಸಲು ನೀವು ಬಯಸುವ ಸಂಸ್ಥೆಯನ್ನು ಆರಿಸಿ. ಸಂಸ್ಥೆಗೆ ಹೋಗುವುದರಿಂದ ವಸ್ತುವಿನ ಮಾಲೀಕತ್ವವನ್ನು ಆ ಸಂಸ್ಥೆಗೆ ವರ್ಗಾಯಿಸುತ್ತದೆ. ಈ ಐಟಂ ಅನ್ನು ಸರಿಸಿದ ನಂತರ ನೀವು ಇನ್ನು ಮುಂದೆ ಅದರ ನೇರ ಮಾಲೀಕರಾಗಿರುವುದಿಲ್ಲ." }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "ಈ ವಸ್ತುಗಳನ್ನು ಸರಿಸಲು ನೀವು ಬಯಸುವ ಸಂಸ್ಥೆಯನ್ನು ಆರಿಸಿ. ಸಂಸ್ಥೆಗೆ ಹೋಗುವುದರಿಂದ ವಸ್ತುಗಳ ಮಾಲೀಕತ್ವವನ್ನು ಆ ಸಂಸ್ಥೆಗೆ ವರ್ಗಾಯಿಸುತ್ತದೆ. ಈ ವಸ್ತುಗಳನ್ನು ಸರಿಸಿದ ನಂತರ ನೀವು ಇನ್ನು ಮುಂದೆ ಅವರ ನೇರ ಮಾಲೀಕರಾಗಿರುವುದಿಲ್ಲ." }, "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." + "message": "ಈ ಐಟಂ ಹಂಚಿಕೊಳ್ಳುತ್ತಿರುವ ಸಂಗ್ರಹಗಳನ್ನು ಸಂಪಾದಿಸಿ. ಈ ಸಂಗ್ರಹಣೆಗಳಿಗೆ ಪ್ರವೇಶ ಹೊಂದಿರುವ ಸಂಸ್ಥೆಯ ಬಳಕೆದಾರರಿಗೆ ಮಾತ್ರ ಈ ಐಟಂ ಅನ್ನು ನೋಡಲು ಸಾಧ್ಯವಾಗುತ್ತದೆ." }, "deleteSelectedItemsDesc": { - "message": "You have selected $COUNT$ item(s) to delete. Are you sure you want to delete all of these items?", + "message": "ಅಳಿಸಲು ನೀವು $COUNT$ ಐಟಂ (ಗಳನ್ನು) ಆಯ್ಕೆ ಮಾಡಿದ್ದೀರಿ. ಈ ಎಲ್ಲಾ ವಸ್ತುಗಳನ್ನು ಅಳಿಸಲು ನೀವು ಖಚಿತವಾಗಿ ಬಯಸುವಿರಾ?", "placeholders": { "count": { "content": "$1", @@ -787,7 +787,7 @@ } }, "moveSelectedItemsDesc": { - "message": "Choose a folder that you would like to move the $COUNT$ selected item(s) to.", + "message": "ನೀವು $COUNT$ ಆಯ್ದ ಐಟಂ (ಗಳನ್ನು) ಗೆ ಸರಿಸಲು ಬಯಸುವ ಫೋಲ್ಡರ್ ಆಯ್ಕೆಮಾಡಿ.", "placeholders": { "count": { "content": "$1", @@ -796,7 +796,7 @@ } }, "moveSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "message": "ನೀವು $COUNT$ ಐಟಂ (ಗಳನ್ನು) ಆಯ್ಕೆ ಮಾಡಿದ್ದೀರಿ. $MOVEABLE_COUNT$ ಐಟಂ (ಗಳನ್ನು) ಸಂಸ್ಥೆಗೆ ಸರಿಸಬಹುದು, $NONMOVEABLE_COUNT$ ಸಾಧ್ಯವಿಲ್ಲ.", "placeholders": { "count": { "content": "$1", @@ -813,100 +813,100 @@ } }, "verificationCodeTotp": { - "message": "Verification Code (TOTP)" + "message": "ಪರಿಶೀಲನಾ ಕೋಡ್‌ಗಳು (TOTP)" }, "copyVerificationCode": { - "message": "Copy Verification Code" + "message": "ಪರಿಶೀಲನೆ ಕೋಡ್ ನಕಲಿಸಿ" }, "warning": { - "message": "Warning" + "message": "ಎಚ್ಚರಿಕೆ" }, "confirmVaultExport": { - "message": "Confirm Vault Export" + "message": "ವಾಲ್ಟ್ ರಫ್ತು ಖಚಿತಪಡಿಸಿ" }, "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." + "message": "ಈ ರಫ್ತು ನಿಮ್ಮ ವಾಲ್ಟ್ ಡೇಟಾವನ್ನು ಎನ್‌ಕ್ರಿಪ್ಟ್ ಮಾಡದ ಸ್ವರೂಪದಲ್ಲಿ ಒಳಗೊಂಡಿದೆ. ನೀವು ರಫ್ತು ಮಾಡಿದ ಫೈಲ್ ಅನ್ನು ಅಸುರಕ್ಷಿತ ಚಾನಲ್‌ಗಳಲ್ಲಿ (ಇಮೇಲ್ ನಂತಹ) ಸಂಗ್ರಹಿಸಬಾರದು ಅಥವಾ ಕಳುಹಿಸಬಾರದು. ನೀವು ಅದನ್ನು ಬಳಸಿದ ನಂತರ ಅದನ್ನು ಅಳಿಸಿ." }, "encExportKeyWarningDesc": { - "message": "This export encrypts your data using your account's encryption key. If you ever rotate your account's encryption key you should export again since you will not be able to decrypt this export file." + "message": "ಈ ರಫ್ತು ನಿಮ್ಮ ಖಾತೆಯ ಎನ್‌ಕ್ರಿಪ್ಶನ್ ಕೀಲಿಯನ್ನು ಬಳಸಿಕೊಂಡು ನಿಮ್ಮ ಡೇಟಾವನ್ನು ಎನ್‌ಕ್ರಿಪ್ಟ್ ಮಾಡುತ್ತದೆ. ನಿಮ್ಮ ಖಾತೆಯ ಎನ್‌ಕ್ರಿಪ್ಶನ್ ಕೀಲಿಯನ್ನು ನೀವು ಎಂದಾದರೂ ತಿರುಗಿಸಿದರೆ ನೀವು ಈ ರಫ್ತು ಫೈಲ್ ಅನ್ನು ಡೀಕ್ರಿಪ್ಟ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗದ ಕಾರಣ ನೀವು ಮತ್ತೆ ರಫ್ತು ಮಾಡಬೇಕು." }, "encExportAccountWarningDesc": { - "message": "Account encryption keys are unique to each Bitwarden user account, so you can't import an encrypted export into a different account." + "message": "ಖಾತೆ ಎನ್‌ಕ್ರಿಪ್ಶನ್ ಕೀಗಳು ಪ್ರತಿ ಬಿಟ್‌ವಾರ್ಡೆನ್ ಬಳಕೆದಾರ ಖಾತೆಗೆ ಅನನ್ಯವಾಗಿವೆ, ಆದ್ದರಿಂದ ನೀವು ಎನ್‌ಕ್ರಿಪ್ಟ್ ಮಾಡಿದ ರಫ್ತು ಬೇರೆ ಖಾತೆಗೆ ಆಮದು ಮಾಡಲು ಸಾಧ್ಯವಿಲ್ಲ." }, "exportMasterPassword": { - "message": "Enter your master password to export your vault data." + "message": "ನಿಮ್ಮ ವಾಲ್ಟ್ ಡೇಟಾವನ್ನು ರಫ್ತು ಮಾಡಲು ನಿಮ್ಮ ಮಾಸ್ಟರ್ ಪಾಸ್‌ವರ್ಡ್ ಅನ್ನು ನಮೂದಿಸಿ." }, "export": { - "message": "Export" + "message": "ರಫ್ತು" }, "exportVault": { - "message": "Export Vault" + "message": "ರಫ್ತು ವಾಲ್ಟ್" }, "fileFormat": { - "message": "File Format" + "message": "ಫೈಲ್ ಮಾದರಿ" }, "exportSuccess": { - "message": "Your vault data has been exported." + "message": "ನಿಮ್ಮ ವಾಲ್ಟ್ ಡೇಟಾವನ್ನು ರಫ್ತು ಮಾಡಲಾಗಿದೆ." }, "passwordGenerator": { - "message": "Password Generator" + "message": "ಪಾಸ್ವರ್ಡ್ ಜನರೇಟರ್" }, "minComplexityScore": { - "message": "Minimum Complexity Score" + "message": "ಕನಿಷ್ಠ ಸಂಕೀರ್ಣತೆ ಸ್ಕೋರ್" }, "minNumbers": { - "message": "Minimum Numbers" + "message": "ಕನಿಷ್ಠ ಸಂಖ್ಯೆಗಳು" }, "minSpecial": { - "message": "Minimum Special", + "message": "ಕನಿಷ್ಠ ವಿಶೇಷ", "description": "Minimum Special Characters" }, "ambiguous": { - "message": "Avoid Ambiguous Characters" + "message": "ಅಸ್ಪಷ್ಟ ಅಕ್ಷರಗಳನ್ನು ತಪ್ಪಿಸಿ" }, "regeneratePassword": { - "message": "Regenerate Password" + "message": "ಪಾಸ್ವರ್ಡ್ ಅನ್ನು ಪುನರುತ್ಪಾದಿಸಿ" }, "length": { - "message": "Length" + "message": "ಉದ್ದ" }, "numWords": { - "message": "Number of Words" + "message": "ಪದಗಳ ಸಂಖ್ಯೆ" }, "wordSeparator": { - "message": "Word Separator" + "message": "ಪದ ವಿಭಜಕ" }, "capitalize": { - "message": "Capitalize", + "message": "ದೊಡ್ಡಕ್ಷರ ಮಾಡಿ", "description": "Make the first letter of a work uppercase." }, "includeNumber": { - "message": "Include Number" + "message": "ಸಂಖ್ಯೆಯನ್ನು ಸೇರಿಸಿ" }, "passwordHistory": { - "message": "Password History" + "message": "ಪಾಸ್ವರ್ಡ್ ಇತಿಹಾಸ" }, "noPasswordsInList": { - "message": "There are no passwords to list." + "message": "ಪಟ್ಟಿ ಮಾಡಲು ಯಾವುದೇ ಪಾಸ್ವರ್ಡ್ಗಳು ಇಲ್ಲ." }, "clear": { - "message": "Clear", + "message": "ಕ್ಲಿಯರ್‌", "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { - "message": "Account Updated" + "message": "ಖಾತೆಯನ್ನು ನವೀಕರಿಸಲಾಗಿದೆ" }, "changeEmail": { - "message": "Change Email" + "message": "ಇಮೇಲ್ ಬದಲಾಯಿಸಿ" }, "newEmail": { - "message": "New Email" + "message": "ಹೊಸ ಇಮೇಲ್" }, "code": { - "message": "Code" + "message": "ಸಂಕೇತ" }, "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.", + "message": "ನಾವು ಪರಿಶೀಲನಾ ಕೋಡ್ ಅನ್ನು $EMAIL$ ಗೆ ಇಮೇಲ್ ಮಾಡಿದ್ದೇವೆ. ದಯವಿಟ್ಟು ಈ ಕೋಡ್ಗಾಗಿ ನಿಮ್ಮ ಇಮೇಲ್ ಅನ್ನು ಪರಿಶೀಲಿಸಿ ಮತ್ತು ಇಮೇಲ್ ವಿಳಾಸ ಬದಲಾವಣೆಯನ್ನು ಅಂತಿಮಗೊಳಿಸಲು ಅದನ್ನು ಕೆಳಗೆ ನಮೂದಿಸಿ.", "placeholders": { "email": { "content": "$1", @@ -915,43 +915,43 @@ } }, "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": "ಮುಂದುವರಿಯುವುದರಿಂದ ನಿಮ್ಮ ಪ್ರಸ್ತುತ ಸೆಷನ್‌ನಿಂದ ನಿಮ್ಮನ್ನು ಲಾಗ್ out ಟ್ ಮಾಡುತ್ತದೆ, ನಿಮಗೆ ಮತ್ತೆ ಲಾಗ್ ಇನ್ ಆಗುವ ಅಗತ್ಯವಿರುತ್ತದೆ. ಇತರ ಸಾಧನಗಳಲ್ಲಿನ ಸಕ್ರಿಯ ಸೆಷನ್‌ಗಳು ಒಂದು ಗಂಟೆಯವರೆಗೆ ಸಕ್ರಿಯವಾಗಿ ಮುಂದುವರಿಯಬಹುದು." }, "emailChanged": { - "message": "Email Changed" + "message": "ಇಮೇಲ್ ಬದಲಾಯಿಸಲಾಗಿದೆ" }, "logBackIn": { - "message": "Please log back in." + "message": "ದಯವಿಟ್ಟು ಮತ್ತೆ ಲಾಗ್ ಇನ್ ಮಾಡಿ." }, "logBackInOthersToo": { - "message": "Please log back in. If you are using other Bitwarden applications log out and back in to those as well." + "message": "ದಯವಿಟ್ಟು ಮತ್ತೆ ಲಾಗ್ ಇನ್ ಮಾಡಿ. ನೀವು ಇತರ ಬಿಟ್‌ವಾರ್ಡೆನ್ ಅಪ್ಲಿಕೇಶನ್‌ಗಳನ್ನು ಬಳಸುತ್ತಿದ್ದರೆ ಲಾಗ್ಔಟ್ ಮಾಡಿ ಮತ್ತು ಅವುಗಳಿಗೆ ಹಿಂತಿರುಗಿ." }, "changeMasterPassword": { - "message": "Change Master Password" + "message": "ಮಾಸ್ಟರ್ ಪಾಸ್ವರ್ಡ್ ಬದಲಾಯಿಸಿ" }, "masterPasswordChanged": { - "message": "Master Password Changed" + "message": "ಮಾಸ್ಟರ್ ಪಾಸ್ವರ್ಡ್ ಬದಲಾಯಿಸಲಾಗಿದೆ" }, "currentMasterPass": { - "message": "Current Master Password" + "message": "ಪ್ರಸ್ತುತ ಮಾಸ್ಟರ್ ಪಾಸ್ವರ್ಡ್" }, "newMasterPass": { - "message": "New Master Password" + "message": "ಹೊಸ ಮಾಸ್ಟರ್ ಪಾಸ್‌ವರ್ಡ್" }, "confirmNewMasterPass": { - "message": "Confirm New Master Password" + "message": "ಹೊಸ ಮಾಸ್ಟರ್ ಪಾಸ್ವರ್ಡ್ ಅನ್ನು ದೃಢೀಕರಣ" }, "encKeySettings": { - "message": "Encryption Key Settings" + "message": "ಗೂಢ ಲಿಪೀಕರಣ ಕೀ ಸೆಟ್ಟಿಂಗ್‌ಗಳು" }, "kdfAlgorithm": { - "message": "KDF Algorithm" + "message": "ಕೆಡಿಎಫ್ ಅಲ್ಗಾರಿದಮ್" }, "kdfIterations": { - "message": "KDF Iterations" + "message": "ಕೆಡಿಎಫ್ ಪುನರಾವರ್ತನೆಗಳು" }, "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": "ಹೆಚ್ಚಿನ ಕೆಡಿಎಫ್ ಪುನರಾವರ್ತನೆಗಳು ನಿಮ್ಮ ಮಾಸ್ಟರ್ ಪಾಸ್‌ವರ್ಡ್ ಅನ್ನು ಆಕ್ರಮಣಕಾರರಿಂದ ವಿವೇಚನಾರಹಿತವಾಗಿ ರಕ್ಷಿಸಲು ಸಹಾಯ ಮಾಡುತ್ತದೆ. $VALUE$ ಅಥವಾ ಹೆಚ್ಚಿನ ಮೌಲ್ಯವನ್ನು ನಾವು ಶಿಫಾರಸು ಮಾಡುತ್ತೇವೆ.", "placeholders": { "value": { "content": "$1", @@ -960,7 +960,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": "ನಿಮ್ಮ ಕೆಡಿಎಫ್ ಪುನರಾವರ್ತನೆಗಳನ್ನು ತುಂಬಾ ಹೆಚ್ಚು ಹೊಂದಿಸುವುದರಿಂದ ನಿಧಾನವಾದ ಸಿಪಿಯು ಹೊಂದಿರುವ ಸಾಧನಗಳಲ್ಲಿ ಬಿಟ್‌ವಾರ್ಡೆನ್‌ಗೆ ಲಾಗ್ ಇನ್ ಆಗುವಾಗ (ಮತ್ತು ಅನ್ಲಾಕ್ ಮಾಡುವಾಗ) ಕಳಪೆ ಕಾರ್ಯಕ್ಷಮತೆಗೆ ಕಾರಣವಾಗಬಹುದು. $INCREMENT$ ನ ಏರಿಕೆಗಳಲ್ಲಿ ಮೌಲ್ಯವನ್ನು ಹೆಚ್ಚಿಸಲು ನಾವು ಶಿಫಾರಸು ಮಾಡುತ್ತೇವೆ ಮತ್ತು ನಂತರ ನಿಮ್ಮ ಎಲ್ಲಾ ಸಾಧನಗಳನ್ನು ಪರೀಕ್ಷಿಸಿ.", "placeholders": { "increment": { "content": "$1", @@ -969,82 +969,82 @@ } }, "changeKdf": { - "message": "Change KDF" + "message": "ಕೆಡಿಎಫ್ ಬದಲಾಯಿಸಿ" }, "encKeySettingsChanged": { - "message": "Encryption Key Settings Changed" + "message": "ಗೂಢ ಲಿಪೀಕರಣ ಕೀ ಸೆಟ್ಟಿಂಗ್‌ಗಳನ್ನು ಬದಲಾಯಿಸಲಾಗಿದೆ" }, "dangerZone": { - "message": "Danger Zone" + "message": "ಅಪಾಯ ವಲಯ" }, "dangerZoneDesc": { - "message": "Careful, these actions are not reversible!" + "message": "ಎಚ್ಚರಿಕೆಯಿಂದ, ಈ ಕ್ರಿಯೆಗಳು ಹಿಂತಿರುಗಿಸಲಾಗುವುದಿಲ್ಲ!" }, "deauthorizeSessions": { - "message": "Deauthorize Sessions" + "message": "ಸೆಷನ್‌ಗಳನ್ನು ಅನಧಿಕೃತಗೊಳಿಸಿ" }, "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." + "message": "ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಮತ್ತೊಂದು ಸಾಧನದಲ್ಲಿ ಲಾಗ್ ಇನ್ ಮಾಡಲಾಗಿದೆ? ನೀವು ಈ ಹಿಂದೆ ಬಳಸಿದ ಎಲ್ಲಾ ಕಂಪ್ಯೂಟರ್ ಅಥವಾ ಸಾಧನಗಳನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲು ಕೆಳಗೆ ಮುಂದುವರಿಯಿರಿ. ನೀವು ಈ ಹಿಂದೆ ಸಾರ್ವಜನಿಕ ಕಂಪ್ಯೂಟರ್ ಅನ್ನು ಬಳಸಿದ್ದರೆ ಅಥವಾ ನಿಮ್ಮ ಪಾಸ್‌ವರ್ಡ್ ಅನ್ನು ನಿಮ್ಮದಲ್ಲದ ಸಾಧನದಲ್ಲಿ ಆಕಸ್ಮಿಕವಾಗಿ ಉಳಿಸಿದ್ದರೆ ಈ ಸುರಕ್ಷತಾ ಹಂತವನ್ನು ಶಿಫಾರಸು ಮಾಡಲಾಗುತ್ತದೆ. ಈ ಹಂತವು ಈ ಹಿಂದೆ ನೆನಪಿನಲ್ಲಿರುವ ಎರಡು-ಹಂತದ ಲಾಗಿನ್ ಸೆಷನ್‌ಗಳನ್ನು ಸಹ ತೆರವುಗೊಳಿಸುತ್ತದೆ." }, "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": "ಮುಂದುವರಿಯುವುದರಿಂದ ನಿಮ್ಮ ಪ್ರಸ್ತುತ ಸೆಷನ್‌ನಿಂದ ನಿಮ್ಮನ್ನು ಲಾಗ್ಔಟ್ ಮಾಡುತ್ತದೆ, ನಿಮಗೆ ಮತ್ತೆ ಲಾಗ್ ಇನ್ ಆಗುವ ಅಗತ್ಯವಿರುತ್ತದೆ. ಸಕ್ರಿಯಗೊಳಿಸಿದ್ದರೆ ಮತ್ತೆ ಎರಡು-ಹಂತದ ಲಾಗಿನ್‌ಗೆ ನಿಮ್ಮನ್ನು ಕೇಳಲಾಗುತ್ತದೆ. ಇತರ ಸಾಧನಗಳಲ್ಲಿ ಸಕ್ರಿಯ ಸೆಷನ್‌ಗಳು ಒಂದು ಗಂಟೆಯವರೆಗೆ ಸಕ್ರಿಯವಾಗಿ ಮುಂದುವರಿಯಬಹುದು." }, "sessionsDeauthorized": { - "message": "All Sessions Deauthorized" + "message": "ಎಲ್ಲಾ ಸೆಷನ್‌ಗಳು ಅನಧಿಕೃತವಾಗಿವೆ" }, "purgeVault": { - "message": "Purge Vault" + "message": "ವಾಲ್ಟ್ ಅನ್ನು ಶುದ್ಧೀಕರಿಸಿ" }, "purgedOrganizationVault": { - "message": "Purged organization vault." + "message": "ಶುದ್ಧೀಕರಿಸಿದ ಸಂಸ್ಥೆ ವಾಲ್ಟ್." }, "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." + "message": "ನಿಮ್ಮ ವಾಲ್ಟ್‌ನಲ್ಲಿರುವ ಎಲ್ಲಾ ಐಟಂಗಳು ಮತ್ತು ಫೋಲ್ಡರ್‌ಗಳನ್ನು ಅಳಿಸಲು ಕೆಳಗೆ ಮುಂದುವರಿಯಿರಿ. ನೀವು ಹಂಚಿಕೊಳ್ಳುವ ಸಂಸ್ಥೆಗೆ ಸೇರಿದ ವಸ್ತುಗಳನ್ನು ಅಳಿಸಲಾಗುವುದಿಲ್ಲ." }, "purgeOrgVaultDesc": { - "message": "Proceed below to delete all items in the organization's vault." + "message": "ನಿಮ್ಮ ವಾಲ್ಟ್‌ನಲ್ಲಿರುವ ಎಲ್ಲಾ ಐಟಂಗಳು ಮತ್ತು ಫೋಲ್ಡರ್‌ಗಳನ್ನು ಅಳಿಸಲು ಕೆಳಗೆ ಮುಂದುವರಿಯಿರಿ. ನೀವು ಹಂಚಿಕೊಳ್ಳುವ ಸಂಸ್ಥೆಗೆ ಸೇರಿದ ವಸ್ತುಗಳನ್ನು ಅಳಿಸಲಾಗುವುದಿಲ್ಲ." }, "purgeVaultWarning": { - "message": "Purging your vault is permanent. It cannot be undone." + "message": "ನಿಮ್ಮ ವಾಲ್ಟ್ ಅನ್ನು ಶುದ್ಧೀಕರಿಸುವುದು ಶಾಶ್ವತವಾಗಿದೆ. ಅದನ್ನು ರದ್ದುಗೊಳಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ." }, "vaultPurged": { - "message": "Your vault has been purged." + "message": "ನಿಮ್ಮ ವಾಲ್ಟ್ ಅನ್ನು ಶುದ್ಧೀಕರಿಸಲಾಗಿದೆ." }, "deleteAccount": { - "message": "Delete Account" + "message": "ಖಾತೆ ಅಳಿಸಿ" }, "deleteAccountDesc": { - "message": "Proceed below to delete your account and all associated data." + "message": "ನಿಮ್ಮ ಖಾತೆ ಮತ್ತು ಎಲ್ಲಾ ಸಂಬಂಧಿತ ಡೇಟಾವನ್ನು ಅಳಿಸಲು ಕೆಳಗೆ ಮುಂದುವರಿಯಿರಿ." }, "deleteAccountWarning": { - "message": "Deleting your account is permanent. It cannot be undone." + "message": "ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಅಳಿಸುವುದು ಶಾಶ್ವತವಾಗಿದೆ. ಅದನ್ನು ರದ್ದುಗೊಳಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ." }, "accountDeleted": { - "message": "Account Deleted" + "message": "ಖಾತೆಯನ್ನು ಅಳಿಸಲಾಗಿದೆ" }, "accountDeletedDesc": { - "message": "Your account has been closed and all associated data has been deleted." + "message": "ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಮುಚ್ಚಲಾಗಿದೆ ಮತ್ತು ಎಲ್ಲಾ ಸಂಬಂಧಿತ ಡೇಟಾವನ್ನು ಅಳಿಸಲಾಗಿದೆ." }, "myAccount": { - "message": "My Account" + "message": "ನನ್ನ ಖಾತೆ" }, "tools": { - "message": "Tools" + "message": "ಉಪಕರಣ" }, "importData": { - "message": "Import Data" + "message": "ಡೇಟಾವನ್ನು ಆಮದು ಮಾಡಿ" }, "importError": { - "message": "Import Error" + "message": "ಆಮದು ದೋಷ" }, "importErrorDesc": { - "message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again." + "message": "ನೀವು ಆಮದು ಮಾಡಲು ಪ್ರಯತ್ನಿಸಿದ ಡೇಟಾದಲ್ಲಿ ಸಮಸ್ಯೆ ಇದೆ. ದಯವಿಟ್ಟು ನಿಮ್ಮ ಮೂಲ ಫೈಲ್‌ನಲ್ಲಿ ಕೆಳಗೆ ಪಟ್ಟಿ ಮಾಡಲಾದ ದೋಷಗಳನ್ನು ಪರಿಹರಿಸಿ ಮತ್ತು ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ." }, "importSuccess": { - "message": "Data has been successfully imported into your vault." + "message": "ನಿಮ್ಮ ವಾಲ್ಟ್‌ಗೆ ಡೇಟಾವನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಆಮದು ಮಾಡಲಾಗಿದೆ." }, "importWarning": { - "message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?", + "message": "ನೀವು $ORGANIZATION$ ಗೆ ಡೇಟಾವನ್ನು ಆಮದು ಮಾಡಿಕೊಳ್ಳುತ್ತಿದ್ದೀರಿ. ನಿಮ್ಮ ಡೇಟಾವನ್ನು ಈ ಸಂಸ್ಥೆಯ ಸದಸ್ಯರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಬಹುದು. ನೀವು ಮುಂದುವರಿಯಲು ಬಯಸುವಿರಾ?", "placeholders": { "organization": { "content": "$1", @@ -1053,25 +1053,25 @@ } }, "importFormatError": { - "message": "Data is not formatted correctly. Please check your import file and try again." + "message": "ಡೇಟಾವನ್ನು ಸರಿಯಾಗಿ ಫಾರ್ಮ್ಯಾಟ್ ಮಾಡಲಾಗಿಲ್ಲ. ದಯವಿಟ್ಟು ನಿಮ್ಮ ಆಮದು ಫೈಲ್ ಪರಿಶೀಲಿಸಿ ಮತ್ತು ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ." }, "importNothingError": { - "message": "Nothing was imported." + "message": "ಯಾವುದನ್ನೂ ಆಮದು ಮಾಡಿಕೊಳ್ಳಲಾಗಿಲ್ಲ." }, "importEncKeyError": { - "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." + "message": "ರಫ್ತು ಮಾಡಿದ ಫೈಲ್ ಅನ್ನು ಡೀಕ್ರಿಪ್ಟ್ ಮಾಡುವಲ್ಲಿ ದೋಷ. ಡೇಟಾವನ್ನು ರಫ್ತು ಮಾಡಲು ಬಳಸಿದ ಎನ್‌ಕ್ರಿಪ್ಶನ್ ಕೀಗೆ ನಿಮ್ಮ ಎನ್‌ಕ್ರಿಪ್ಶನ್ ಕೀ ಹೊಂದಿಕೆಯಾಗುವುದಿಲ್ಲ." }, "selectFormat": { - "message": "Select the format of the import file" + "message": "ಆಮದು ಫೈಲ್‌ನ ಸ್ವರೂಪವನ್ನು ಆಯ್ಕೆಮಾಡಿ" }, "selectImportFile": { - "message": "Select the import file" + "message": "ಆಮದು ಫೈಲ್ ಆಯ್ಕೆಮಾಡಿ" }, "orCopyPasteFileContents": { - "message": "or copy/paste the import file contents" + "message": "ಅಥವಾ ಆಮದು ಫೈಲ್ ವಿಷಯಗಳನ್ನು ನಕಲಿಸಿ / ಅಂಟಿಸಿ" }, "instructionsFor": { - "message": "$NAME$ Instructions", + "message": "$NAME$ ಸೂಚನೆಗಳು", "description": "The title for the import tool instructions.", "placeholders": { "name": { @@ -1081,72 +1081,72 @@ } }, "options": { - "message": "Options" + "message": "ಆಯ್ಕೆಗಳು" }, "optionsDesc": { - "message": "Customize your web vault experience." + "message": "ನಿಮ್ಮ ವೆಬ್ ವಾಲ್ಟ್ ಅನುಭವವನ್ನು ಕಸ್ಟಮೈಸ್ ಮಾಡಿ." }, "optionsUpdated": { - "message": "Options updated" + "message": "ಆಯ್ಕೆಗಳನ್ನು ನವೀಕರಿಸಲಾಗಿದೆ" }, "language": { - "message": "Language" + "message": "ಭಾಷೆ" }, "languageDesc": { - "message": "Change the language used by the web vault." + "message": "ವೆಬ್ ವಾಲ್ಟ್ ಬಳಸುವ ಭಾಷೆಯನ್ನು ಬದಲಾಯಿಸಿ." }, "disableIcons": { - "message": "Disable Website Icons" + "message": "ವೆಬ್‌ಸೈಟ್ ಚಿಹ್ನೆಗಳನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿ" }, "disableIconsDesc": { - "message": "Website Icons provide a recognizable image next to each login item in your vault." + "message": "ವೆಬ್‌ಸೈಟ್ ಐಕಾನ್‌ಗಳು ನಿಮ್ಮ ವಾಲ್ಟ್‌ನಲ್ಲಿರುವ ಪ್ರತಿ ಲಾಗಿನ್ ಐಟಂನ ಪಕ್ಕದಲ್ಲಿ ಗುರುತಿಸಬಹುದಾದ ಚಿತ್ರವನ್ನು ಒದಗಿಸುತ್ತದೆ." }, "enableGravatars": { - "message": "Enable Gravatars", + "message": "Gravatars ಅನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿ", "description": "'Gravatar' is the name of a service. See www.gravatar.com" }, "enableGravatarsDesc": { - "message": "Use avatar images loaded from gravatar.com." + "message": "Gravatar.com ನಿಂದ ಲೋಡ್ ಮಾಡಲಾದ ಅವತಾರ್ ಚಿತ್ರಗಳನ್ನು ಬಳಸಿ." }, "enableFullWidth": { - "message": "Enable Full Width Layout", + "message": "ಪೂರ್ಣ ಅಗಲ ವಿನ್ಯಾಸವನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿ", "description": "Allows scaling the web vault UI's width" }, "enableFullWidthDesc": { - "message": "Allow the web vault to expand the full width of the browser window." + "message": "ಬ್ರೌಸರ್ ವಿಂಡೋದ ಪೂರ್ಣ ಅಗಲವನ್ನು ವಿಸ್ತರಿಸಲು ವೆಬ್ ವಾಲ್ಟ್ ಅನ್ನು ಅನುಮತಿಸಿ." }, "default": { - "message": "Default" + "message": "ಡಿಫಾಲ್ಟ್" }, "domainRules": { - "message": "Domain Rules" + "message": "ಡೊಮೇನ್ ನಿಯಮಗಳು" }, "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": "ನೀವು ಅನೇಕ ವಿಭಿನ್ನ ವೆಬ್‌ಸೈಟ್ ಡೊಮೇನ್‌ಗಳಲ್ಲಿ ಒಂದೇ ರೀತಿಯ ಲಾಗಿನ್ ಹೊಂದಿದ್ದರೆ, ನೀವು ವೆಬ್‌ಸೈಟ್ ಅನ್ನು \"ಸಮಾನ\" ಎಂದು ಗುರುತಿಸಬಹುದು. \"ಗ್ಲೋಬಲ್\" ಡೊಮೇನ್‌ಗಳು ನಿಮಗಾಗಿ ಈಗಾಗಲೇ ಬಿಟ್‌ವಾರ್ಡೆನ್ ರಚಿಸಿದವು." }, "globalEqDomains": { - "message": "Global Equivalent Domains" + "message": "ಜಾಗತಿಕ ಸಮಾನ ಡೊಮೇನ್‌ಗಳು" }, "customEqDomains": { - "message": "Custom Equivalent Domains" + "message": "ಕಸ್ಟಮ್ ಸಮಾನ ಡೊಮೇನ್‌ಗಳು" }, "exclude": { - "message": "Exclude" + "message": "ಹೊರತುಪಡಿಸಿ" }, "include": { - "message": "Include" + "message": "ಸೇರಿಸಿ" }, "customize": { - "message": "Customize" + "message": "ಕಸ್ಟಮೈಸ್ ಮಾಡಿ" }, "newCustomDomain": { - "message": "New Custom Domain" + "message": "ಹೊಸ ಕಸ್ಟಮ್ ಡೊಮೇನ್" }, "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." + "message": "ಅಲ್ಪವಿರಾಮದಿಂದ ಬೇರ್ಪಟ್ಟ ಡೊಮೇನ್‌ಗಳ ಪಟ್ಟಿಯನ್ನು ನಮೂದಿಸಿ. \"ಮೂಲ\" ಡೊಮೇನ್‌ಗಳನ್ನು ಮಾತ್ರ ಅನುಮತಿಸಲಾಗಿದೆ. ಸಬ್‌ಡೊಮೇನ್‌ಗಳನ್ನು ನಮೂದಿಸಬೇಡಿ. ಉದಾಹರಣೆಗೆ, \"www.google.com\" ಬದಲಿಗೆ \"google.com\" ಅನ್ನು ನಮೂದಿಸಿ. ಆಂಡ್ರಾಯ್ಡ್ ಅಪ್ಲಿಕೇಶನ್ ಅನ್ನು ಇತರ ವೆಬ್‌ಸೈಟ್ ಡೊಮೇನ್‌ಗಳೊಂದಿಗೆ ಸಂಯೋಜಿಸಲು ನೀವು \"androidapp: //package.name\" ಅನ್ನು ಸಹ ನಮೂದಿಸಬಹುದು." }, "customDomainX": { - "message": "Custom Domain $INDEX$", + "message": "ಕಸ್ಟಮ್ ಡೊಮೇನ್ $INDEX$", "placeholders": { "index": { "content": "$1", @@ -1155,129 +1155,129 @@ } }, "domainsUpdated": { - "message": "Domains updated" + "message": "ಡೊಮೇನ್‌ಗಳನ್ನು ನವೀಕರಿಸಲಾಗಿದೆ" }, "twoStepLogin": { - "message": "Two-step Login" + "message": "ಎರಡು ಹಂತದ ಲಾಗಿನ್" }, "twoStepLoginDesc": { - "message": "Secure your account by requiring an additional step when logging in." + "message": "ಲಾಗಿನ್ ಆಗುವಾಗ ಹೆಚ್ಚುವರಿ ಹಂತದ ಅಗತ್ಯವಿರುವ ಮೂಲಕ ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಸುರಕ್ಷಿತಗೊಳಿಸಿ." }, "twoStepLoginOrganizationDesc": { - "message": "Require two-step login for your organization's users by configuring providers at the organization level." + "message": "ಸಂಸ್ಥೆಯ ಮಟ್ಟದಲ್ಲಿ ಪೂರೈಕೆದಾರರನ್ನು ಕಾನ್ಫಿಗರ್ ಮಾಡುವ ಮೂಲಕ ನಿಮ್ಮ ಸಂಸ್ಥೆಯ ಬಳಕೆದಾರರಿಗೆ ಎರಡು-ಹಂತದ ಲಾಗಿನ್ ಅಗತ್ಯವಿದೆ." }, "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." + "message": "ಎರಡು-ಹಂತದ ಲಾಗಿನ್ ಅನ್ನು ಸಕ್ರಿಯಗೊಳಿಸುವುದರಿಂದ ನಿಮ್ಮ ಬಿಟ್‌ವಾರ್ಡನ್ ಖಾತೆಯಿಂದ ನಿಮ್ಮನ್ನು ಶಾಶ್ವತವಾಗಿ ಲಾಕ್ ಮಾಡಬಹುದು. ನಿಮ್ಮ ಸಾಮಾನ್ಯ ಎರಡು-ಹಂತದ ಲಾಗಿನ್ ಪೂರೈಕೆದಾರರನ್ನು ನೀವು ಇನ್ನು ಮುಂದೆ ಬಳಸಲಾಗದಿದ್ದಲ್ಲಿ ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಪ್ರವೇಶಿಸಲು ಮರುಪಡೆಯುವಿಕೆ ಕೋಡ್ ನಿಮಗೆ ಅನುಮತಿಸುತ್ತದೆ (ಉದಾ. ನಿಮ್ಮ ಸಾಧನವನ್ನು ನೀವು ಕಳೆದುಕೊಳ್ಳುತ್ತೀರಿ). ನಿಮ್ಮ ಖಾತೆಗೆ ನೀವು ಪ್ರವೇಶವನ್ನು ಕಳೆದುಕೊಂಡರೆ ಬಿಟ್‌ವಾರ್ಡನ್ ಬೆಂಬಲವು ನಿಮಗೆ ಸಹಾಯ ಮಾಡಲು ಸಾಧ್ಯವಾಗುವುದಿಲ್ಲ. ಮರುಪಡೆಯುವಿಕೆ ಕೋಡ್ ಅನ್ನು ಬರೆಯಲು ಅಥವಾ ಮುದ್ರಿಸಲು ಮತ್ತು ಅದನ್ನು ಸುರಕ್ಷಿತ ಸ್ಥಳದಲ್ಲಿ ಇರಿಸಲು ನಾವು ಶಿಫಾರಸು ಮಾಡುತ್ತೇವೆ." }, "viewRecoveryCode": { - "message": "View Recovery Code" + "message": "ಮರುಪಡೆಯುವಿಕೆ ಕೋಡ್ ವೀಕ್ಷಿಸಿ" }, "providers": { - "message": "Providers", + "message": "ಸೇವಾದಾರರು", "description": "Two-step login providers such as YubiKey, Duo, Authenticator apps, Email, etc." }, "enable": { - "message": "Enable" + "message": "ಸಕ್ರಿಯಗೊಳಿಸಿ" }, "enabled": { - "message": "Enabled" + "message": "ಸಕ್ರಿಯಗೊಳಿಸಿದೆ" }, "premium": { - "message": "Premium", + "message": "ಪ್ರೀಮಿಯಮ್", "description": "Premium Membership" }, "premiumMembership": { - "message": "Premium Membership" + "message": "ಪ್ರೀಮಿಯಂ ಸದಸ್ಯತ್ವ" }, "premiumRequired": { - "message": "Premium Required" + "message": "ಪ್ರೀಮಿಯಂ ಅಗತ್ಯವಿದೆ" }, "premiumRequiredDesc": { - "message": "A premium membership is required to use this feature." + "message": "ಈ ವೈಶಿಷ್ಟ್ಯವನ್ನು ಬಳಸಲು ಪ್ರೀಮಿಯಂ ಸದಸ್ಯತ್ವ ಅಗತ್ಯವಿದೆ." }, "youHavePremiumAccess": { - "message": "You have premium access" + "message": "ನಿಮಗೆ ಪ್ರೀಮಿಯಂ ಪ್ರವೇಶವಿದೆ" }, "alreadyPremiumFromOrg": { - "message": "You already have access to premium features because of an organization you are a member of." + "message": "ನೀವು ಸದಸ್ಯರಾಗಿರುವ ಸಂಸ್ಥೆಯ ಕಾರಣದಿಂದಾಗಿ ನೀವು ಈಗಾಗಲೇ ಪ್ರೀಮಿಯಂ ವೈಶಿಷ್ಟ್ಯಗಳಿಗೆ ಪ್ರವೇಶವನ್ನು ಹೊಂದಿದ್ದೀರಿ." }, "manage": { - "message": "Manage" + "message": "ವ್ಯವಸ್ಥಾಪಕ" }, "disable": { - "message": "Disable" + "message": "ನಿಷ್‌ಕ್ರಿಯೆಗೊಳಿಸಿ" }, "twoStepLoginProviderEnabled": { - "message": "This two-step login provider is enabled on your account." + "message": "ಈ ಎರಡು ಹಂತದ ಲಾಗಿನ್ ಒದಗಿಸುವವರನ್ನು ನಿಮ್ಮ ಖಾತೆಯಲ್ಲಿ ಸಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ." }, "twoStepLoginAuthDesc": { - "message": "Enter your master password to modify two-step login settings." + "message": "ಎರಡು ಹಂತದ ಲಾಗಿನ್ ಸೆಟ್ಟಿಂಗ್‌ಗಳನ್ನು ಮಾರ್ಪಡಿಸಲು ನಿಮ್ಮ ಮಾಸ್ಟರ್ ಪಾಸ್‌ವರ್ಡ್ ಅನ್ನು ನಮೂದಿಸಿ." }, "twoStepAuthenticatorDesc": { - "message": "Follow these steps to set up two-step login with an authenticator app:" + "message": "ದೃಢೀಕರಣ ಅಪ್ಲಿಕೇಶನ್‌ನೊಂದಿಗೆ ಎರಡು-ಹಂತದ ಲಾಗಿನ್ ಅನ್ನು ಹೊಂದಿಸಲು ಈ ಹಂತಗಳನ್ನು ಅನುಸರಿಸಿ:" }, "twoStepAuthenticatorDownloadApp": { - "message": "Download a two-step authenticator app" + "message": "ಎರಡು ಹಂತದ ದೃಢೀಕರಣ ಅಪ್ಲಿಕೇಶನ್ ಡೌನ್‌ಲೋಡ್ ಮಾಡಿ" }, "twoStepAuthenticatorNeedApp": { - "message": "Need a two-step authenticator app? Download one of the following" + "message": "ಎರಡು-ಹಂತದ ದೃಢೀಕರಣ ಅಪ್ಲಿಕೇಶನ್ ಅಗತ್ಯವಿದೆಯೇ? ಕೆಳಗಿನವುಗಳಲ್ಲಿ ಒಂದನ್ನು ಡೌನ್‌ಲೋಡ್ ಮಾಡಿ" }, "iosDevices": { - "message": "iOS devices" + "message": "ಐಒಎಸ್ ಸಾಧನಗಳು" }, "androidDevices": { - "message": "Android devices" + "message": "ಆಂಡ್ರಾಯ್ಡ್ ಸಾಧನಗಳು" }, "windowsDevices": { - "message": "Windows devices" + "message": "ವಿಂಡೋಸ್ ಸಾಧನಗಳು" }, "twoStepAuthenticatorAppsRecommended": { - "message": "These apps are recommended, however, other authenticator apps will also work." + "message": "ಈ ಅಪ್ಲಿಕೇಶನ್‌ಗಳನ್ನು ಶಿಫಾರಸು ಮಾಡಲಾಗಿದೆ, ಆದಾಗ್ಯೂ, ಇತರ ದೃಢೀಕರಣ ಅಪ್ಲಿಕೇಶನ್‌ಗಳು ಸಹ ಕಾರ್ಯನಿರ್ವಹಿಸುತ್ತವೆ." }, "twoStepAuthenticatorScanCode": { - "message": "Scan this QR code with your authenticator app" + "message": "ನಿಮ್ಮ ದೃಢೀಕರಣ ಅಪ್ಲಿಕೇಶನ್‌ನೊಂದಿಗೆ ಈ ಕ್ಯೂಆರ್ ಕೋಡ್ ಅನ್ನು ಸ್ಕ್ಯಾನ್ ಮಾಡಿ" }, "key": { - "message": "Key" + "message": "ಕೀ" }, "twoStepAuthenticatorEnterCode": { - "message": "Enter the resulting 6 digit verification code from the app" + "message": "ಅಪ್ಲಿಕೇಶನ್‌ನಿಂದ ಫಲಿತಾಂಶದ 6 ಅಂಕಿಯ ಪರಿಶೀಲನೆ ಕೋಡ್ ಅನ್ನು ನಮೂದಿಸಿ" }, "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": "ಒಂದು ವೇಳೆ ನೀವು ಅದನ್ನು ಮತ್ತೊಂದು ಸಾಧನಕ್ಕೆ ಸೇರಿಸಬೇಕಾದರೆ, ನಿಮ್ಮದೃಢೀಕರಣ ಅಪ್ಲಿಕೇಶನ್‌ಗೆ ಅಗತ್ಯವಿರುವ ಕ್ಯೂಆರ್ ಕೋಡ್ (ಅಥವಾ ಕೀ) ಕೆಳಗೆ ಇದೆ." }, "twoStepDisableDesc": { - "message": "Are you sure you want to disable this two-step login provider?" + "message": "ಈ ಎರಡು-ಹಂತದ ಲಾಗಿನ್ ಪೂರೈಕೆದಾರರನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲು ನೀವು ಖಚಿತವಾಗಿ ಬಯಸುವಿರಾ?" }, "twoStepDisabled": { - "message": "Two-step login provider disabled." + "message": "ಎರಡು ಹಂತದ ಲಾಗಿನ್ ಒದಗಿಸುವವರನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ." }, "twoFactorYubikeyAdd": { - "message": "Add a new YubiKey to your account" + "message": "ನಿಮ್ಮ ಖಾತೆಗೆ ಹೊಸ ಯೂಬಿಕೆ ಸೇರಿಸಿ" }, "twoFactorYubikeyPlugIn": { - "message": "Plug the YubiKey into your computer's USB port." + "message": "ನಿಮ್ಮ ಕಂಪ್ಯೂಟರ್‌ನ ಯುಎಸ್‌ಬಿ ಪೋರ್ಟ್ಗೆ ಯೂಬಿಕಿಯನ್ನು ಪ್ಲಗ್ ಮಾಡಿ." }, "twoFactorYubikeySelectKey": { - "message": "Select the first empty YubiKey input field below." + "message": "ಕೆಳಗಿನ ಮೊದಲ ಖಾಲಿ ಯುಬಿಕೆ ಇನ್ಪುಟ್ ಕ್ಷೇತ್ರವನ್ನು ಆಯ್ಕೆಮಾಡಿ." }, "twoFactorYubikeyTouchButton": { - "message": "Touch the YubiKey's button." + "message": "ಯೂಬಿಕಿಯ ಬಟನ್ ಸ್ಪರ್ಶಿಸಿ." }, "twoFactorYubikeySaveForm": { - "message": "Save the form." + "message": "ಫಾರ್ಮ್ ಅನ್ನು ಉಳಿಸಿ." }, "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": "ಪ್ಲಾಟ್‌ಫಾರ್ಮ್ ಮಿತಿಗಳ ಕಾರಣ, ಎಲ್ಲಾ ಬಿಟ್‌ವಾರ್ಡೆನ್ ಅಪ್ಲಿಕೇಶನ್‌ಗಳಲ್ಲಿ ಯೂಬಿಕೀಸ್ ಅನ್ನು ಬಳಸಲಾಗುವುದಿಲ್ಲ. ನೀವು ಇನ್ನೊಂದು ಎರಡು-ಹಂತದ ಲಾಗಿನ್ ಪೂರೈಕೆದಾರರನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಬೇಕು ಇದರಿಂದ ಯುಬಿಕೀಸ್ ಅನ್ನು ಬಳಸಲಾಗದಿದ್ದಾಗ ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಪ್ರವೇಶಿಸಬಹುದು. ಬೆಂಬಲಿತ ವೇದಿಕೆಗಳು:" }, "twoFactorYubikeySupportUsb": { - "message": "Web vault, desktop application, CLI, and all browser extensions on a device with a USB port that can accept your YubiKey." + "message": "ವೆಬ್ ವಾಲ್ಟ್, ಡೆಸ್ಕ್‌ಟಾಪ್ ಅಪ್ಲಿಕೇಶನ್, ಸಿಎಲ್ಐ ಮತ್ತು ಯುಎಸ್‌ಬಿ ಪೋರ್ಟ್ ಹೊಂದಿರುವ ಸಾಧನದಲ್ಲಿನ ಎಲ್ಲಾ ಬ್ರೌಸರ್ ವಿಸ್ತರಣೆಗಳು ನಿಮ್ಮ ಯೂಬಿಕಿಯನ್ನು ಸ್ವೀಕರಿಸಬಹುದು." }, "twoFactorYubikeySupportMobile": { - "message": "Mobile apps on a device with NFC capabilities or a data port that can accept your YubiKey." + "message": "ಎನ್‌ಎಫ್‌ಸಿ ಸಾಮರ್ಥ್ಯಗಳನ್ನು ಹೊಂದಿರುವ ಸಾಧನದಲ್ಲಿನ ಮೊಬೈಲ್ ಅಪ್ಲಿಕೇಶನ್‌ಗಳು ಅಥವಾ ನಿಮ್ಮ ಯೂಬಿಕಿಯನ್ನು ಸ್ವೀಕರಿಸುವ ಡೇಟಾ ಪೋರ್ಟ್." }, "yubikeyX": { - "message": "YubiKey $INDEX$", + "message": "ಯುಬಿಕೆ $INDEX$", "placeholders": { "index": { "content": "$1", @@ -1286,7 +1286,7 @@ } }, "u2fkeyX": { - "message": "U2F Key $INDEX$", + "message": "ಯು 2 ಎಫ್ ಕೀ $INDEX$", "placeholders": { "index": { "content": "$1", @@ -1295,7 +1295,7 @@ } }, "webAuthnkeyX": { - "message": "WebAuthn Key $INDEX$", + "message": "ವೆಬ್‌ಆಥ್ನ್ ಕೀ $INDEX$", "placeholders": { "index": { "content": "$1", @@ -1304,116 +1304,116 @@ } }, "nfcSupport": { - "message": "NFC Support" + "message": "ಎನ್ಎಫ್ಸಿ ಬೆಂಬಲ" }, "twoFactorYubikeySupportsNfc": { - "message": "One of my keys supports NFC." + "message": "ನನ್ನ ಕೀಲಿಗಳಲ್ಲಿ ಒಂದು ಎನ್‌ಎಫ್‌ಸಿಯನ್ನು ಬೆಂಬಲಿಸುತ್ತದೆ." }, "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": "ನಿಮ್ಮ ಯೂಬಿಕೀಸ್ ಒಬ್ಬರು ಎನ್‌ಎಫ್‌ಸಿಯನ್ನು ಬೆಂಬಲಿಸಿದರೆ (ಉದಾಹರಣೆಗೆ ಯೂಬಿಕೀ ಎನ್‌ಇಒ), ಎನ್‌ಎಫ್‌ಸಿ ಲಭ್ಯತೆ ಪತ್ತೆಯಾದಾಗಲೆಲ್ಲಾ ಮೊಬೈಲ್ ಸಾಧನಗಳಲ್ಲಿ ನಿಮ್ಮನ್ನು ಕೇಳಲಾಗುತ್ತದೆ." }, "yubikeysUpdated": { - "message": "YubiKeys updated" + "message": "ಯೂಬಿಕೀಸ್ ನವೀಕರಿಸಲಾಗಿದೆ" }, "disableAllKeys": { - "message": "Disable All Keys" + "message": "ಎಲ್ಲಾ ಕೀಗಳನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿ" }, "twoFactorDuoDesc": { - "message": "Enter the Bitwarden application information from your Duo Admin panel." + "message": "ನಿಮ್ಮ ಡ್ಯುವೋ ನಿರ್ವಹಣೆ ಫಲಕದಿಂದ ಬಿಟ್‌ವಾರ್ಡೆನ್ ಅಪ್ಲಿಕೇಶನ್ ಮಾಹಿತಿಯನ್ನು ನಮೂದಿಸಿ." }, "twoFactorDuoIntegrationKey": { - "message": "Integration Key" + "message": "ಏಕೀಕರಣ ಕೀ" }, "twoFactorDuoSecretKey": { - "message": "Secret Key" + "message": "ರಹಸ್ಯ ಸಂಕೇತ" }, "twoFactorDuoApiHostname": { - "message": "API Hostname" + "message": "API ಹೋಸ್ಟ್ ಹೆಸರು" }, "twoFactorEmailDesc": { - "message": "Follow these steps to set up two-step login with email:" + "message": "ಇಮೇಲ್‌ನೊಂದಿಗೆ ಎರಡು-ಹಂತದ ಲಾಗಿನ್ ಅನ್ನು ಹೊಂದಿಸಲು ಈ ಹಂತಗಳನ್ನು ಅನುಸರಿಸಿ:" }, "twoFactorEmailEnterEmail": { - "message": "Enter the email that you wish to receive verification codes" + "message": "ಪರಿಶೀಲನಾ ಕೋಡ್‌ಗಳನ್ನು ಸ್ವೀಕರಿಸಲು ನೀವು ಬಯಸುವ ಇಮೇಲ್ ಅನ್ನು ನಮೂದಿಸಿ" }, "twoFactorEmailEnterCode": { - "message": "Enter the resulting 6 digit verification code from the email" + "message": "ಫಲಿತಾಂಶದಿಂದ 6 ಅಂಕೆಗಳ ಪರಿಶೀಲನೆ ಕೋಡ್ ಅನ್ನು ಇಮೇಲ್‌ನಿಂದ ನಮೂದಿಸಿ" }, "sendEmail": { - "message": "Send Email" + "message": "ಇಮೇಲ್ ಕಳುಹಿಸಿ" }, "twoFactorU2fAdd": { - "message": "Add a FIDO U2F security key to your account" + "message": "ನಿಮ್ಮ ಖಾತೆಗೆ FIDO U2F ಭದ್ರತಾ ಕೀಲಿಯನ್ನು ಸೇರಿಸಿ" }, "removeU2fConfirmation": { - "message": "Are you sure you want to remove this security key?" + "message": "ಈ ಭದ್ರತಾ ಕೀಲಿಯನ್ನು ತೆಗೆದುಹಾಕಲು ನೀವು ಖಚಿತವಾಗಿ ಬಯಸುವಿರಾ?" }, "twoFactorWebAuthnAdd": { - "message": "Add a WebAuthn security key to your account" + "message": "ನಿಮ್ಮ ಖಾತೆಗೆ ವೆಬ್‌ಆಥ್ನ್ ಭದ್ರತಾ ಕೀಲಿಯನ್ನು ಸೇರಿಸಿ" }, "readKey": { - "message": "Read Key" + "message": "ಕೀಲಿಯನ್ನು ಓದಿ" }, "keyCompromised": { - "message": "Key is compromised." + "message": "ಕೀ ಹೊಂದಾಣಿಕೆ ಮಾಡಲಾಗಿದೆ." }, "twoFactorU2fGiveName": { - "message": "Give the security key a friendly name to identify it." + "message": "ಭದ್ರತಾ ಕೀಲಿಯನ್ನು ಗುರುತಿಸಲು ಸ್ನೇಹಪರ ಹೆಸರನ್ನು ನೀಡಿ." }, "twoFactorU2fPlugInReadKey": { - "message": "Plug the security key into your computer's USB port and click the \"Read Key\" button." + "message": "ನಿಮ್ಮ ಕಂಪ್ಯೂಟರ್‌ನ ಯುಎಸ್‌ಬಿ ಪೋರ್ಟ್‌ನಲ್ಲಿ ಭದ್ರತಾ ಕೀಲಿಯನ್ನು ಪ್ಲಗ್ ಮಾಡಿ ಮತ್ತು \"ರೀಡ್ ಕೀ\" ಬಟನ್ ಕ್ಲಿಕ್ ಮಾಡಿ." }, "twoFactorU2fTouchButton": { - "message": "If the security key has a button, touch it." + "message": "ಭದ್ರತಾ ಕೀಲಿಯು ಬಟನ್ ಹೊಂದಿದ್ದರೆ, ಅದನ್ನು ಸ್ಪರ್ಶಿಸಿ." }, "twoFactorU2fSaveForm": { - "message": "Save the form." + "message": "ಫಾರ್ಮ್ ಅನ್ನು ಉಳಿಸಿ." }, "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": "ಪ್ಲಾಟ್‌ಫಾರ್ಮ್ ಮಿತಿಗಳ ಕಾರಣ, ಎಲ್ಲಾ ಬಿಟ್‌ವಾರ್ಡೆನ್ ಅಪ್ಲಿಕೇಶನ್‌ಗಳಲ್ಲಿ FIDO U2F ಅನ್ನು ಬಳಸಲಾಗುವುದಿಲ್ಲ. ನೀವು ಇನ್ನೊಂದು ಎರಡು-ಹಂತದ ಲಾಗಿನ್ ಒದಗಿಸುವವರನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಬೇಕು ಇದರಿಂದ FIDO U2F ಅನ್ನು ಬಳಸಲಾಗದಿದ್ದಾಗ ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಪ್ರವೇಶಿಸಬಹುದು. ಬೆಂಬಲಿತ ವೇದಿಕೆಗಳು:" }, "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": "ಯು 2 ಎಫ್ ಶಕ್ತಗೊಂಡ ಬ್ರೌಸರ್ ಹೊಂದಿರುವ ಡೆಸ್ಕ್‌ಟಾಪ್ / ಲ್ಯಾಪ್‌ಟಾಪ್‌ನಲ್ಲಿ ವೆಬ್ ವಾಲ್ಟ್ ಮತ್ತು ಬ್ರೌಸರ್ ವಿಸ್ತರಣೆಗಳು (ಕ್ರೋಮ್, ಒಪೇರಾ, ವಿವಾಲ್ಡಿ, ಅಥವಾ ಎಫ್‌ಐಡಿಒ ಯು 2 ಎಫ್ ಸಕ್ರಿಯಗೊಳಿಸಿದ ಫೈರ್‌ಫಾಕ್ಸ್)." }, "twoFactorU2fWaiting": { - "message": "Waiting for you to touch the button on your security key" + "message": "ನಿಮ್ಮ ಭದ್ರತಾ ಕೀಲಿಯ ಬಟನ್ ಸ್ಪರ್ಶಿಸಲು ನೀವು ಕಾಯುತ್ತಿದ್ದೀರಿ" }, "twoFactorU2fClickSave": { - "message": "Click the \"Save\" button below to enable this security key for two-step login." + "message": "ಎರಡು ಹಂತದ ಲಾಗಿನ್‌ಗಾಗಿ ಈ ಭದ್ರತಾ ಕೀಲಿಯನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಲು ಕೆಳಗಿನ \"ಉಳಿಸು\" ಬಟನ್ ಕ್ಲಿಕ್ ಮಾಡಿ." }, "twoFactorU2fProblemReadingTryAgain": { - "message": "There was a problem reading the security key. Try again." + "message": "ಭದ್ರತಾ ಕೀಲಿಯನ್ನು ಓದುವಲ್ಲಿ ಸಮಸ್ಯೆ ಇದೆ. ಮತ್ತೆ ಪ್ರಯತ್ನಿಸು." }, "twoFactorWebAuthnWarning": { - "message": "Due to platform limitations, WebAuthn cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when WebAuthn cannot be used. Supported platforms:" + "message": "ಪ್ಲಾಟ್‌ಫಾರ್ಮ್ ಮಿತಿಗಳ ಕಾರಣ, ಎಲ್ಲಾ ಬಿಟ್‌ವಾರ್ಡೆನ್ ಅಪ್ಲಿಕೇಶನ್‌ಗಳಲ್ಲಿ ವೆಬ್‌ಆಥ್ನ್ ಅನ್ನು ಬಳಸಲಾಗುವುದಿಲ್ಲ. ನೀವು ಇನ್ನೊಂದು ಎರಡು-ಹಂತದ ಲಾಗಿನ್ ಒದಗಿಸುವವರನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಬೇಕು ಇದರಿಂದ ವೆಬ್‌ಆಥ್ನ್ ಅನ್ನು ಬಳಸಲಾಗದಿದ್ದಾಗ ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಪ್ರವೇಶಿಸಬಹುದು. ಬೆಂಬಲಿತ ವೇದಿಕೆಗಳು:" }, "twoFactorWebAuthnSupportWeb": { - "message": "Web vault and browser extensions on a desktop/laptop with a WebAuthn enabled browser (Chrome, Opera, Vivaldi, or Firefox with FIDO U2F enabled)." + "message": "ವೆಬ್‌ಆಥ್ನ್ ಶಕ್ತಗೊಂಡ ಬ್ರೌಸರ್‌ನೊಂದಿಗೆ ಡೆಸ್ಕ್‌ಟಾಪ್ / ಲ್ಯಾಪ್‌ಟಾಪ್‌ನಲ್ಲಿ ವೆಬ್ ವಾಲ್ಟ್ ಮತ್ತು ಬ್ರೌಸರ್ ವಿಸ್ತರಣೆಗಳು (ಕ್ರೋಮ್, ಒಪೇರಾ, ವಿವಾಲ್ಡಿ, ಅಥವಾ ಎಫ್‌ಐಡಿಒ ಯು 2 ಎಫ್ ಸಕ್ರಿಯಗೊಳಿಸಿದ ಫೈರ್‌ಫಾಕ್ಸ್)." }, "twoFactorRecoveryYourCode": { - "message": "Your Bitwarden two-step login recovery code" + "message": "ನಿಮ್ಮ ಬಿಟ್‌ವಾರ್ಡೆನ್ ಎರಡು-ಹಂತದ ಲಾಗಿನ್ ಮರುಪಡೆಯುವಿಕೆ ಕೋಡ್" }, "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": "ನೀವು ಇನ್ನೂ ಯಾವುದೇ ಎರಡು-ಹಂತದ ಲಾಗಿನ್ ಪೂರೈಕೆದಾರರನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿಲ್ಲ. ನೀವು ಎರಡು-ಹಂತದ ಲಾಗಿನ್ ಒದಗಿಸುವವರನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿದ ನಂತರ ನಿಮ್ಮ ಮರುಪಡೆಯುವಿಕೆ ಕೋಡ್‌ಗಾಗಿ ನೀವು ಇಲ್ಲಿ ಮತ್ತೆ ಪರಿಶೀಲಿಸಬಹುದು." }, "printCode": { - "message": "Print Code", + "message": "ಪ್ರಿಂಟ್ ಕೋಡ್", "description": "Print 2FA recovery code" }, "reports": { - "message": "Reports" + "message": "ವರದಿಗಳು" }, "unsecuredWebsitesReport": { - "message": "Unsecured Websites Report" + "message": "ಅಸುರಕ್ಷಿತ ವೆಬ್‌ಸೈಟ್‌ಗಳ ವರದಿ" }, "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:// ಯೋಜನೆಯೊಂದಿಗೆ ಅಸುರಕ್ಷಿತ ವೆಬ್‌ಸೈಟ್‌ಗಳನ್ನು ಬಳಸುವುದು ಅಪಾಯಕಾರಿ. ವೆಬ್‌ಸೈಟ್ ಅನುಮತಿಸಿದರೆ, ನೀವು ಅದನ್ನು ಯಾವಾಗಲೂ https:// ಸ್ಕೀಮ್ ಬಳಸಿ ಪ್ರವೇಶಿಸಬೇಕು ಇದರಿಂದ ನಿಮ್ಮ ಸಂಪರ್ಕವನ್ನು ಎನ್‌ಕ್ರಿಪ್ಟ್ ಮಾಡಲಾಗುತ್ತದೆ." }, "unsecuredWebsitesFound": { - "message": "Unsecured Websites Found" + "message": "ಅಸುರಕ್ಷಿತ ವೆಬ್‌ಸೈಟ್‌ಗಳು ಕಂಡುಬಂದಿವೆ" }, "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": "ಅಸುರಕ್ಷಿತ URI ಗಳೊಂದಿಗೆ ನಿಮ್ಮ ವಾಲ್ಟ್‌ನಲ್ಲಿ $COUNT$ ವಸ್ತುಗಳನ್ನು ನಾವು ಕಂಡುಕೊಂಡಿದ್ದೇವೆ. ವೆಬ್‌ಸೈಟ್ ಅನುಮತಿಸಿದರೆ ನೀವು ಅವರ ಯುಆರ್‌ಐ ಯೋಜನೆಯನ್ನು https: // ಗೆ ಬದಲಾಯಿಸಬೇಕು.", "placeholders": { "count": { "content": "$1", @@ -1422,19 +1422,19 @@ } }, "noUnsecuredWebsites": { - "message": "No items in your vault have unsecured URIs." + "message": "ನಿಮ್ಮ ವಾಲ್ಟ್‌ನಲ್ಲಿರುವ ಯಾವುದೇ ಐಟಂಗಳು ಅಸುರಕ್ಷಿತ ಯುಆರ್‌ಐಗಳನ್ನು ಹೊಂದಿಲ್ಲ." }, "inactive2faReport": { - "message": "Inactive 2FA Report" + "message": "ನಿಷ್ಕ್ರಿಯ 2 ಎಫ್ಎ ವರದಿ" }, "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": "ಎರಡು ಅಂಶಗಳ ದೃಢೀಕರಣ (2 ಎಫ್ಎ) ನಿಮ್ಮ ಖಾತೆಗಳನ್ನು ಸುರಕ್ಷಿತಗೊಳಿಸಲು ಸಹಾಯ ಮಾಡುವ ಪ್ರಮುಖ ಭದ್ರತಾ ಸೆಟ್ಟಿಂಗ್ ಆಗಿದೆ. ವೆಬ್‌ಸೈಟ್ ಅದನ್ನು ನೀಡಿದರೆ, ನೀವು ಯಾವಾಗಲೂ ಎರಡು ಅಂಶಗಳ ದೃಢೀಕರಣವನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಬೇಕು." }, "inactive2faFound": { - "message": "Logins Without 2FA Found" + "message": "2FA ಇಲ್ಲದೆ ಲಾಗಿನ್‌ಗಳು ಕಂಡುಬಂದಿಲ್ಲ" }, "inactive2faFoundDesc": { - "message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to 2fa.directory). To further protect these accounts, you should enable two-factor authentication.", + "message": "ನಿಮ್ಮ ವಾಲ್ಟ್‌ನಲ್ಲಿ $COUNT$ ವೆಬ್‌ಸೈಟ್ (ಗಳನ್ನು) ನಾವು ಕಂಡುಕೊಂಡಿದ್ದೇವೆ, ಅದನ್ನು ಎರಡು ಅಂಶಗಳ ದೃಢೀಕರಣದೊಂದಿಗೆ ಕಾನ್ಫಿಗರ್ ಮಾಡಲಾಗುವುದಿಲ್ಲ (2fa.directory ಪ್ರಕಾರ). ಈ ಖಾತೆಗಳನ್ನು ಮತ್ತಷ್ಟು ರಕ್ಷಿಸಲು, ನೀವು ಎರಡು ಅಂಶಗಳ ದೃಢೀಕರಣವನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಬೇಕು.", "placeholders": { "count": { "content": "$1", @@ -1443,22 +1443,22 @@ } }, "noInactive2fa": { - "message": "No websites were found in your vault with a missing two-factor authentication configuration." + "message": "ಕಾಣೆಯಾದ ಎರಡು ಅಂಶಗಳ ದೃಢೀಕರಣ ಸಂರಚನೆಯೊಂದಿಗೆ ನಿಮ್ಮ ವಾಲ್ಟ್‌ನಲ್ಲಿ ಯಾವುದೇ ವೆಬ್‌ಸೈಟ್‌ಗಳು ಕಂಡುಬಂದಿಲ್ಲ." }, "instructions": { - "message": "Instructions" + "message": "ಸೂಚನೆಗಳು" }, "exposedPasswordsReport": { - "message": "Exposed Passwords Report" + "message": "ಬಹಿರಂಗಪಡಿಸಿದ ಪಾಸ್‌ವರ್ಡ್‌ಗಳ ವರದಿ" }, "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." + "message": "ಬಹಿರಂಗಪಡಿಸಿದ ಪಾಸ್‌ವರ್ಡ್‌ಗಳು ಪಾಸ್‌ವರ್ಡ್‌ಗಳಾಗಿವೆ, ಅವುಗಳು ತಿಳಿದಿರುವ ಡೇಟಾ ಉಲ್ಲಂಘನೆಗಳಲ್ಲಿ ಬಹಿರಂಗಗೊಂಡಿವೆ, ಅವು ಸಾರ್ವಜನಿಕವಾಗಿ ಬಿಡುಗಡೆಯಾಗಿವೆ ಅಥವಾ ಹ್ಯಾಕರ್‌ಗಳು ಡಾರ್ಕ್ ವೆಬ್‌ನಲ್ಲಿ ಮಾರಾಟವಾಗುತ್ತವೆ." }, "exposedPasswordsFound": { - "message": "Exposed Passwords Found" + "message": "ಬಹಿರಂಗಪಡಿಸಿದ ಪಾಸ್‌ವರ್ಡ್‌ಗಳು ಕಂಡುಬಂದಿವೆ" }, "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.", + "message": "ತಿಳಿದಿರುವ ದತ್ತಾಂಶ ಉಲ್ಲಂಘನೆಗಳಲ್ಲಿ ಬಹಿರಂಗಗೊಂಡ ಪಾಸ್‌ವರ್ಡ್‌ಗಳನ್ನು ಹೊಂದಿರುವ ನಿಮ್ಮ ವಾಲ್ಟ್‌ನಲ್ಲಿ $COUNT$ ವಸ್ತುಗಳನ್ನು ನಾವು ಕಂಡುಕೊಂಡಿದ್ದೇವೆ. ಹೊಸ ಪಾಸ್‌ವರ್ಡ್ ಬಳಸಲು ನೀವು ಅವುಗಳನ್ನು ಬದಲಾಯಿಸಬೇಕು.", "placeholders": { "count": { "content": "$1", @@ -1467,13 +1467,13 @@ } }, "noExposedPasswords": { - "message": "No items in your vault have passwords that have been exposed in known data breaches." + "message": "ನಿಮ್ಮ ವಾಲ್ಟ್‌ನಲ್ಲಿರುವ ಯಾವುದೇ ಐಟಂಗಳು ತಿಳಿದಿರುವ ಡೇಟಾ ಉಲ್ಲಂಘನೆಗಳಲ್ಲಿ ಬಹಿರಂಗಗೊಂಡ ಪಾಸ್‌ವರ್ಡ್‌ಗಳನ್ನು ಹೊಂದಿಲ್ಲ." }, "checkExposedPasswords": { - "message": "Check Exposed Passwords" + "message": "ಬಹಿರಂಗಪಡಿಸಿದ ಪಾಸ್‌ವರ್ಡ್‌ಗಳನ್ನು ಪರಿಶೀಲಿಸಿ" }, "exposedXTimes": { - "message": "Exposed $COUNT$ time(s)", + "message": "ಬಹಿರಂಗಪಡಿಸಿದ $COUNT$ ಸಮಯ (ಗಳು)", "placeholders": { "count": { "content": "$1", @@ -1482,16 +1482,16 @@ } }, "weakPasswordsReport": { - "message": "Weak Passwords Report" + "message": "ದುರ್ಬಲ ಪಾಸ್‌ವರ್ಡ್‌ಗಳ ವರದಿ" }, "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." + "message": "ಪಾಸ್ವರ್ಡ್ಗಳನ್ನು ಭೇದಿಸಲು ಬಳಸುವ ಹ್ಯಾಕರ್ಸ್ ಮತ್ತು ಸ್ವಯಂಚಾಲಿತ ಸಾಧನಗಳಿಂದ ದುರ್ಬಲ ಪಾಸ್ವರ್ಡ್ಗಳನ್ನು ಸುಲಭವಾಗಿ ಊಹಿಸಬಹುದು. ಬಲವಾದ ಪಾಸ್‌ವರ್ಡ್‌ಗಳನ್ನು ರಚಿಸಲು ಬಿಟ್‌ವಾರ್ಡನ್ ಪಾಸ್‌ವರ್ಡ್ ಜನರೇಟರ್ ನಿಮಗೆ ಸಹಾಯ ಮಾಡುತ್ತದೆ." }, "weakPasswordsFound": { - "message": "Weak Passwords Found" + "message": "ದುರ್ಬಲ ಪಾಸ್‌ವರ್ಡ್‌ಗಳು ಕಂಡುಬಂದಿವೆ" }, "weakPasswordsFoundDesc": { - "message": "We found $COUNT$ items in your vault with passwords that are not strong. You should update them to use stronger passwords.", + "message": "ನಿಮ್ಮ ವಾಲ್ಟ್‌ನಲ್ಲಿ ಪ್ರಬಲವಲ್ಲದ ಪಾಸ್‌ವರ್ಡ್‌ಗಳೊಂದಿಗೆ $COUNT$ ವಸ್ತುಗಳನ್ನು ನಾವು ಕಂಡುಕೊಂಡಿದ್ದೇವೆ. ಬಲವಾದ ಪಾಸ್‌ವರ್ಡ್‌ಗಳನ್ನು ಬಳಸಲು ನೀವು ಅವುಗಳನ್ನು ನವೀಕರಿಸಬೇಕು.", "placeholders": { "count": { "content": "$1", @@ -1500,19 +1500,19 @@ } }, "noWeakPasswords": { - "message": "No items in your vault have weak passwords." + "message": "ನಿಮ್ಮ ವಾಲ್ಟ್‌ನಲ್ಲಿರುವ ಯಾವುದೇ ಐಟಂಗಳು ದುರ್ಬಲ ಪಾಸ್‌ವರ್ಡ್‌ಗಳನ್ನು ಹೊಂದಿಲ್ಲ." }, "reusedPasswordsReport": { - "message": "Reused Passwords Report" + "message": "ಮರುಬಳಕೆ ಮಾಡಿದ ಪಾಸ್‌ವರ್ಡ್‌ಗಳ ವರದಿ" }, "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." + "message": "ನೀವು ಬಳಸುವ ಸೇವೆಯು ರಾಜಿ ಮಾಡಿಕೊಂಡಿದ್ದರೆ, ಅದೇ ಪಾಸ್‌ವರ್ಡ್ ಅನ್ನು ಬೇರೆಡೆ ಮರುಬಳಕೆ ಮಾಡುವುದರಿಂದ ನಿಮ್ಮ ಹೆಚ್ಚಿನ ಆನ್‌ಲೈನ್ ಖಾತೆಗಳಿಗೆ ಹ್ಯಾಕರ್‌ಗಳು ಸುಲಭವಾಗಿ ಪ್ರವೇಶ ಪಡೆಯಬಹುದು. ಪ್ರತಿ ಖಾತೆ ಅಥವಾ ಸೇವೆಗೆ ನೀವು ಅನನ್ಯ ಪಾಸ್‌ವರ್ಡ್ ಅನ್ನು ಬಳಸಬೇಕು." }, "reusedPasswordsFound": { - "message": "Reused Passwords Found" + "message": "ಮರುಬಳಕೆ ಮಾಡಿದ ಪಾಸ್‌ವರ್ಡ್‌ಗಳು ಕಂಡುಬಂದಿವೆ" }, "reusedPasswordsFoundDesc": { - "message": "We found $COUNT$ passwords that are being reused in your vault. You should change them to a unique value.", + "message": "ನಿಮ್ಮ ವಾಲ್ಟ್‌ನಲ್ಲಿ ಮರುಬಳಕೆ ಮಾಡಲಾಗುತ್ತಿರುವ $COUNT$ ಪಾಸ್‌ವರ್ಡ್‌ಗಳನ್ನು ನಾವು ಕಂಡುಕೊಂಡಿದ್ದೇವೆ. ನೀವು ಅವುಗಳನ್ನು ಅನನ್ಯ ಮೌಲ್ಯಕ್ಕೆ ಬದಲಾಯಿಸಬೇಕು.", "placeholders": { "count": { "content": "$1", @@ -1521,10 +1521,10 @@ } }, "noReusedPasswords": { - "message": "No logins in your vault have passwords that are being reused." + "message": "ನಿಮ್ಮ ವಾಲ್ಟ್‌ನಲ್ಲಿನ ಯಾವುದೇ ಲಾಗಿನ್‌ಗಳು ಮರುಬಳಕೆ ಮಾಡಲಾಗುತ್ತಿರುವ ಪಾಸ್‌ವರ್ಡ್‌ಗಳನ್ನು ಹೊಂದಿಲ್ಲ." }, "reusedXTimes": { - "message": "Reused $COUNT$ times", + "message": "$COUNT$ ಬಾರಿ ಮರುಬಳಕೆ ಮಾಡಲಾಗಿದೆ", "placeholders": { "count": { "content": "$1", @@ -1533,19 +1533,19 @@ } }, "dataBreachReport": { - "message": "Data Breach Report" + "message": "ಡೇಟಾ ಉಲ್ಲಂಘನೆ ವರದಿ" }, "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." + "message": "\"ಉಲ್ಲಂಘನೆ\" ಎನ್ನುವುದು ಸೈಟ್‌ನ ಡೇಟಾವನ್ನು ಹ್ಯಾಕರ್‌ಗಳು ಅಕ್ರಮವಾಗಿ ಪ್ರವೇಶಿಸಿ ನಂತರ ಸಾರ್ವಜನಿಕವಾಗಿ ಬಿಡುಗಡೆ ಮಾಡಿದ ಘಟನೆಯಾಗಿದೆ. ರಾಜಿ ಮಾಡಿಕೊಂಡ ಡೇಟಾದ ಪ್ರಕಾರಗಳನ್ನು ಪರಿಶೀಲಿಸಿ (ಇಮೇಲ್ ವಿಳಾಸಗಳು, ಪಾಸ್‌ವರ್ಡ್‌ಗಳು, ಕ್ರೆಡಿಟ್ ಕಾರ್ಡ್‌ಗಳು ಇತ್ಯಾದಿ) ಮತ್ತು ಪಾಸ್‌ವರ್ಡ್‌ಗಳನ್ನು ಬದಲಾಯಿಸುವಂತಹ ಸೂಕ್ತ ಕ್ರಮ ತೆಗೆದುಕೊಳ್ಳಿ." }, "breachCheckUsernameEmail": { - "message": "Check any usernames or email addresses that you use." + "message": "ನೀವು ಬಳಸುವ ಯಾವುದೇ ಬಳಕೆದಾರಹೆಸರುಗಳು ಅಥವಾ ಇಮೇಲ್ ವಿಳಾಸಗಳನ್ನು ಪರಿಶೀಲಿಸಿ." }, "checkBreaches": { - "message": "Check Breaches" + "message": "ಉಲ್ಲಂಘನೆಗಳನ್ನು ಪರಿಶೀಲಿಸಿ" }, "breachUsernameNotFound": { - "message": "$USERNAME$ was not found in any known data breaches.", + "message": "ತಿಳಿದಿರುವ ಯಾವುದೇ ಡೇಟಾ ಉಲ್ಲಂಘನೆಗಳಲ್ಲಿ $USERNAME$\nಕಂಡುಬಂದಿಲ್ಲ.", "placeholders": { "username": { "content": "$1", @@ -1554,11 +1554,11 @@ } }, "goodNews": { - "message": "Good News", + "message": "ಸಿಹಿ ಸುದ್ದಿ", "description": "ex. Good News, No Breached Accounts Found!" }, "breachUsernameFound": { - "message": "$USERNAME$ was found in $COUNT$ different data breaches online.", + "message": "ಆನ್‌ಲೈನ್‌ನಲ್ಲಿ $COUNT$ ವಿಭಿನ್ನ ಡೇಟಾ ಉಲ್ಲಂಘನೆಗಳಲ್ಲಿ $USERNAME$ ಕಂಡುಬಂದಿದೆ.", "placeholders": { "username": { "content": "$1", @@ -1571,87 +1571,87 @@ } }, "breachFound": { - "message": "Breached Accounts Found" + "message": "ಉಲ್ಲಂಘಿಸಿದ ಖಾತೆಗಳು ಕಂಡುಬಂದಿವೆ" }, "compromisedData": { - "message": "Compromised data" + "message": "ರಾಜಿ ಮಾಡಿಕೊಂಡ ಡೇಟಾ" }, "website": { - "message": "Website" + "message": "ಜಾಲತಾಣ" }, "affectedUsers": { - "message": "Affected Users" + "message": "ಬಾಧಿತ ಬಳಕೆದಾರರು" }, "breachOccurred": { - "message": "Breach Occurred" + "message": "ಉಲ್ಲಂಘನೆ ಸಂಭವಿಸಿದೆ" }, "breachReported": { - "message": "Breach Reported" + "message": "ಉಲ್ಲಂಘನೆ ವರದಿಯಾಗಿದೆ" }, "reportError": { - "message": "An error occurred trying to load the report. Try again" + "message": "ವರದಿಯನ್ನು ಲೋಡ್ ಮಾಡಲು ಪ್ರಯತ್ನಿಸುವಾಗ ದೋಷ ಸಂಭವಿಸಿದೆ. ಮತ್ತೆ ಪ್ರಯತ್ನಿಸು" }, "billing": { - "message": "Billing" + "message": "ಬಿಲ್ಲಿಂಗ್" }, "accountCredit": { - "message": "Account Credit", + "message": "ಖಾತೆ ಕ್ರೆಡಿಟ್", "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", + "message": "ಖಾತೆ ಬ್ಯಾಲೆನ್ಸ್", "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", + "message": "ಕ್ರೆಡಿಟ್ ಸೇರಿಸಿ", "description": "Add more credit to your account's balance." }, "amount": { - "message": "Amount", + "message": "ಮೊತ್ತ", "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." + "message": "ಪಾವತಿಯನ್ನು ಸಂಪೂರ್ಣವಾಗಿ ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಿದ ನಂತರ ಸೇರಿಸಿದ ಕ್ರೆಡಿಟ್ ನಿಮ್ಮ ಖಾತೆಯಲ್ಲಿ ಗೋಚರಿಸುತ್ತದೆ. ಕೆಲವು ಪಾವತಿ ವಿಧಾನಗಳು ವಿಳಂಬವಾಗುತ್ತವೆ ಮತ್ತು ಇತರರಿಗಿಂತ ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲು ಹೆಚ್ಚು ಸಮಯ ತೆಗೆದುಕೊಳ್ಳಬಹುದು." }, "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." + "message": "ಈ ಖರೀದಿಗೆ ನಿಮ್ಮ ಖಾತೆಗೆ ಸಾಕಷ್ಟು ಕ್ರೆಡಿಟ್ ಲಭ್ಯವಿದೆ ಎಂದು ಖಚಿತಪಡಿಸಿಕೊಳ್ಳಿ. ನಿಮ್ಮ ಖಾತೆಗೆ ಸಾಕಷ್ಟು ಕ್ರೆಡಿಟ್ ಲಭ್ಯವಿಲ್ಲದಿದ್ದರೆ, ಫೈಲ್‌ನಲ್ಲಿ ನಿಮ್ಮ ಡೀಫಾಲ್ಟ್ ಪಾವತಿ ವಿಧಾನವನ್ನು ವ್ಯತ್ಯಾಸಕ್ಕಾಗಿ ಬಳಸಲಾಗುತ್ತದೆ. ಬಿಲ್ಲಿಂಗ್ ಪುಟದಿಂದ ನಿಮ್ಮ ಖಾತೆಗೆ ನೀವು ಕ್ರೆಡಿಟ್ ಸೇರಿಸಬಹುದು." }, "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." + "message": "ನಿಮ್ಮ ಖಾತೆಯ ಕ್ರೆಡಿಟ್ ಅನ್ನು ಖರೀದಿ ಮಾಡಲು ಬಳಸಬಹುದು. ಲಭ್ಯವಿರುವ ಯಾವುದೇ ಕ್ರೆಡಿಟ್ ಅನ್ನು ಈ ಖಾತೆಗಾಗಿ ರಚಿಸಲಾದ ಇನ್‌ವಾಯ್ಸ್‌ಗಳಿಗೆ ಸ್ವಯಂಚಾಲಿತವಾಗಿ ಅನ್ವಯಿಸಲಾಗುತ್ತದೆ." }, "goPremium": { - "message": "Go Premium", + "message": "ಪ್ರೀಮಿಯಮ್ ಮೆಂಬರ್ ಆಗಿ", "description": "Another way of saying \"Get a premium membership\"" }, "premiumUpdated": { - "message": "You've upgraded to premium." + "message": "ನೀವು ಪ್ರೀಮಿಯಂಗೆ ಅಪ್‌ಗ್ರೇಡ್ ಮಾಡಿದ್ದೀರಿ." }, "premiumUpgradeUnlockFeatures": { - "message": "Upgrade your account to a premium membership and unlock some great additional features." + "message": "ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಪ್ರೀಮಿಯಂ ಸದಸ್ಯತ್ವಕ್ಕೆ ಅಪ್‌ಗ್ರೇಡ್ ಮಾಡಿ ಮತ್ತು ಕೆಲವು ಉತ್ತಮ ಹೆಚ್ಚುವರಿ ವೈಶಿಷ್ಟ್ಯಗಳನ್ನು ಅನ್ಲಾಕ್ ಮಾಡಿ." }, "premiumSignUpStorage": { - "message": "1 GB encrypted storage for file attachments." + "message": "ಫೈಲ್ ಲಗತ್ತುಗಳಿಗಾಗಿ 1 ಜಿಬಿ ಎನ್‌ಕ್ರಿಪ್ಟ್ ಮಾಡಿದ ಸಂಗ್ರಹ." }, "premiumSignUpTwoStep": { - "message": "Additional two-step login options such as YubiKey, FIDO U2F, and Duo." + "message": "ಹೆಚ್ಚುವರಿ ಎರಡು-ಹಂತದ ಲಾಗಿನ್ ಆಯ್ಕೆಗಳಾದ ಯೂಬಿಕೆ, ಎಫ್‌ಐಡಿಒ ಯು 2 ಎಫ್, ಮತ್ತು ಡ್ಯುವೋ." }, "premiumSignUpEmergency": { - "message": "Emergency Access" + "message": "ತುರ್ತು ಪ್ರವೇಶ" }, "premiumSignUpReports": { - "message": "Password hygiene, account health, and data breach reports to keep your vault safe." + "message": "ನಿಮ್ಮ ವಾಲ್ಟ್ ಅನ್ನು ಸುರಕ್ಷಿತವಾಗಿರಿಸಲು ಪಾಸ್ವರ್ಡ್ ನೈರ್ಮಲ್ಯ, ಖಾತೆ ಆರೋಗ್ಯ ಮತ್ತು ಡೇಟಾ ಉಲ್ಲಂಘನೆ ವರದಿಗಳು." }, "premiumSignUpTotp": { - "message": "TOTP verification code (2FA) generator for logins in your vault." + "message": "ನಿಮ್ಮ ವಾಲ್ಟ್‌ನಲ್ಲಿನ ಲಾಗಿನ್‌ಗಳಿಗಾಗಿ TOTP ಪರಿಶೀಲನಾ ಕೋಡ್ (2FA) ಜನರೇಟರ್." }, "premiumSignUpSupport": { - "message": "Priority customer support." + "message": "ಆದ್ಯತೆಯ ಗ್ರಾಹಕ ಬೆಂಬಲ." }, "premiumSignUpFuture": { - "message": "All future premium features. More coming soon!" + "message": "ಎಲ್ಲಾ ಭವಿಷ್ಯದ ಪ್ರೀಮಿಯಂ ವೈಶಿಷ್ಟ್ಯಗಳು. ಹೆಚ್ಚು ಶೀಘ್ರದಲ್ಲೇ ಬರಲಿದೆ!" }, "premiumPrice": { - "message": "All for just $PRICE$ /year!", + "message": "ಎಲ್ಲವೂ ಕೇವಲ $PRICE$ / ವರ್ಷಕ್ಕೆ!", "placeholders": { "price": { "content": "$1", @@ -1660,13 +1660,13 @@ } }, "addons": { - "message": "Addons" + "message": "ಆಡ್ಸಾನ್ಗಳು" }, "premiumAccess": { - "message": "Premium Access" + "message": "ಪ್ರೀಮಿಯಂ ಪ್ರವೇಶ" }, "premiumAccessDesc": { - "message": "You can add premium access to all members of your organization for $PRICE$ /$INTERVAL$.", + "message": "$PRICE$ / $INTERVAL$ ಗಾಗಿ ನಿಮ್ಮ ಸಂಸ್ಥೆಯ ಎಲ್ಲಾ ಸದಸ್ಯರಿಗೆ ನೀವು ಪ್ರೀಮಿಯಂ ಪ್ರವೇಶವನ್ನು ಸೇರಿಸಬಹುದು.", "placeholders": { "price": { "content": "$1", @@ -1679,13 +1679,13 @@ } }, "additionalStorageGb": { - "message": "Additional Storage (GB)" + "message": "ಹೆಚ್ಚುವರಿ ಸಂಗ್ರಹಣೆ (ಜಿಬಿ)" }, "additionalStorageGbDesc": { - "message": "# of additional GB" + "message": "# ಹೆಚ್ಚುವರಿ ಜಿಬಿ" }, "additionalStorageIntervalDesc": { - "message": "Your plan comes with $SIZE$ of encrypted file storage. You can add additional storage for $PRICE$ per GB /$INTERVAL$.", + "message": "ನಿಮ್ಮ ಯೋಜನೆ ಎನ್‌ಕ್ರಿಪ್ಟ್ ಮಾಡಿದ ಫೈಲ್ ಸಂಗ್ರಹಣೆಯ $SIZE$ ನೊಂದಿಗೆ ಬರುತ್ತದೆ. ಪ್ರತಿ ಜಿಬಿಗೆ $PRICE$ ಗೆ ನೀವು ಹೆಚ್ಚುವರಿ ಸಂಗ್ರಹಣೆಯನ್ನು ಸೇರಿಸಬಹುದು / $INTERVAL$.", "placeholders": { "size": { "content": "$1", @@ -1702,26 +1702,26 @@ } }, "summary": { - "message": "Summary" + "message": "ಸಾರಾಂಶ" }, "total": { - "message": "Total" + "message": "ಒಟ್ಟು" }, "year": { - "message": "year" + "message": "ವರ್ಷ" }, "month": { - "message": "month" + "message": "ತಿಂಗಳು" }, "monthAbbr": { - "message": "mo.", + "message": "ತಿಂ.", "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." + "message": "ನಿಮ್ಮ ಪಾವತಿ ವಿಧಾನವನ್ನು ತಕ್ಷಣವೇ ನಂತರ ಪ್ರತಿ ವರ್ಷ ಮರುಕಳಿಸುವ ಆಧಾರದ ಮೇಲೆ ವಿಧಿಸಲಾಗುತ್ತದೆ. ನೀವು ಯಾವುದೇ ಸಮಯದಲ್ಲಿ ರದ್ದುಗೊಳಿಸಬಹುದು." }, "paymentCharged": { - "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "message": "ನಿಮ್ಮ ಪಾವತಿ ವಿಧಾನವನ್ನು ತಕ್ಷಣವೇ ವಿಧಿಸಲಾಗುತ್ತದೆ ಮತ್ತು ನಂತರ ಮರುಕಳಿಸುವ ಆಧಾರದ ಮೇಲೆ ಪ್ರತಿ $INTERVAL$. ನೀವು ಯಾವುದೇ ಸಮಯದಲ್ಲಿ ರದ್ದುಗೊಳಿಸಬಹುದು.", "placeholders": { "interval": { "content": "$1", @@ -1730,7 +1730,7 @@ } }, "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.", + "message": "ನಿಮ್ಮ ಯೋಜನೆ 7 ದಿನಗಳ ಉಚಿತ ಪ್ರಯೋಗದೊಂದಿಗೆ ಬರುತ್ತದೆ. ಪ್ರಯೋಗ ಮುಗಿಯುವವರೆಗೆ ನಿಮ್ಮ ಪಾವತಿ ವಿಧಾನಕ್ಕೆ ಶುಲ್ಕ ವಿಧಿಸಲಾಗುವುದಿಲ್ಲ. ಪ್ರತಿ $INTERVAL$ ಮರುಕಳಿಸುವ ಆಧಾರದ ಮೇಲೆ ಬಿಲ್ಲಿಂಗ್ ಸಂಭವಿಸುತ್ತದೆ. ನೀವು ಯಾವುದೇ ಸಮಯದಲ್ಲಿ ರದ್ದುಗೊಳಿಸಬಹುದು.", "placeholders": { "interval": { "content": "$1", @@ -1739,79 +1739,79 @@ } }, "paymentInformation": { - "message": "Payment Information" + "message": "ಪಾವತಿ ಮಾಹಿತಿ" }, "billingInformation": { - "message": "Billing Information" + "message": "ಬಿಲ್ಲಿಂಗ್ ಮಾಹಿತಿ" }, "creditCard": { - "message": "Credit Card" + "message": "ಕ್ರೆಡಿಟ್ ಕಾರ್ಡ್" }, "paypalClickSubmit": { - "message": "Click the PayPal button to log into your PayPal account, then click the Submit button below to continue." + "message": "ನಿಮ್ಮ ಪೇಪಾಲ್ ಖಾತೆಗೆ ಲಾಗ್ ಇನ್ ಮಾಡಲು ಪೇಪಾಲ್ ಬಟನ್ ಕ್ಲಿಕ್ ಮಾಡಿ, ನಂತರ ಮುಂದುವರಿಸಲು ಕೆಳಗಿನ ಸಲ್ಲಿಕೆ ಬಟನ್ ಕ್ಲಿಕ್ ಮಾಡಿ." }, "cancelSubscription": { - "message": "Cancel Subscription" + "message": "ಚಂದಾದಾರಿಕೆಯನ್ನು ರದ್ದುಗೊಳಿಸಿ" }, "subscriptionCanceled": { - "message": "The subscription has been canceled." + "message": "ಚಂದಾದಾರಿಕೆಯನ್ನು ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ." }, "pendingCancellation": { - "message": "Pending Cancellation" + "message": "ರದ್ದತಿ ಬಾಕಿ ಉಳಿದಿದೆ" }, "subscriptionPendingCanceled": { - "message": "The subscription has been marked for cancellation at the end of the current billing period." + "message": "ಪ್ರಸ್ತುತ ಬಿಲ್ಲಿಂಗ್ ಅವಧಿಯ ಕೊನೆಯಲ್ಲಿ ರದ್ದತಿಗೆ ಚಂದಾದಾರಿಕೆಯನ್ನು ಗುರುತಿಸಲಾಗಿದೆ." }, "reinstateSubscription": { - "message": "Reinstate Subscription" + "message": "ಚಂದಾದಾರಿಕೆಯನ್ನು ಮರುಸ್ಥಾಪಿಸಿ" }, "reinstateConfirmation": { - "message": "Are you sure you want to remove the pending cancellation request and reinstate your subscription?" + "message": "ಬಾಕಿ ಉಳಿದಿರುವ ರದ್ದತಿ ವಿನಂತಿಯನ್ನು ತೆಗೆದುಹಾಕಲು ಮತ್ತು ನಿಮ್ಮ ಚಂದಾದಾರಿಕೆಯನ್ನು ಮರುಸ್ಥಾಪಿಸಲು ನೀವು ಖಚಿತವಾಗಿ ಬಯಸುವಿರಾ?" }, "reinstated": { - "message": "The subscription has been reinstated." + "message": "ಚಂದಾದಾರಿಕೆಯನ್ನು ಪುನಃ ಸ್ಥಾಪಿಸಲಾಗಿದೆ." }, "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": "ನೀವು ರದ್ದು ಮಾಡಲು ಖಚಿತವಾಗಿ ಬಯಸುವಿರಾ? ಈ ಬಿಲ್ಲಿಂಗ್ ಚಕ್ರದ ಕೊನೆಯಲ್ಲಿ ಈ ಎಲ್ಲಾ ಚಂದಾದಾರಿಕೆಯ ವೈಶಿಷ್ಟ್ಯಗಳಿಗೆ ನೀವು ಪ್ರವೇಶವನ್ನು ಕಳೆದುಕೊಳ್ಳುತ್ತೀರಿ." }, "canceledSubscription": { - "message": "The subscription has been canceled." + "message": "ಚಂದಾದಾರಿಕೆಯನ್ನು ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ." }, "neverExpires": { - "message": "Never Expires" + "message": "ಎಂದಿಗೂ ಅವಧಿ" }, "status": { - "message": "Status" + "message": "ಸ್ಥಿತಿ" }, "nextCharge": { - "message": "Next Charge" + "message": "ಮುಂದಿನ ಶುಲ್ಕ" }, "details": { - "message": "Details" + "message": "ವಿವರಗಳು" }, "downloadLicense": { - "message": "Download License" + "message": "ಪರವಾನಗಿ ಡೌನ್‌ಲೋಡ್ ಮಾಡಿ" }, "updateLicense": { - "message": "Update License" + "message": "ಪರವಾನಗಿ ನವೀಕರಿಸಿ" }, "updatedLicense": { - "message": "Updated license" + "message": "ನವೀಕರಿಸಿದ ಪರವಾನಗಿ" }, "manageSubscription": { - "message": "Manage Subscription" + "message": "ಚಂದಾದಾರಿಕೆಯನ್ನು ನಿರ್ವಹಿಸಿ" }, "storage": { - "message": "Storage" + "message": "ಸಂಗ್ರಹಣೆ" }, "addStorage": { - "message": "Add Storage" + "message": "ಸಂಗ್ರಹಣೆಯನ್ನು ಸೇರಿಸಿ" }, "removeStorage": { - "message": "Remove Storage" + "message": "ಸಂಗ್ರಹಣೆಯನ್ನು ತೆಗೆದುಹಾಕಿ" }, "subscriptionStorage": { - "message": "Your subscription has a total of $MAX_STORAGE$ GB of encrypted file storage. You are currently using $USED_STORAGE$.", + "message": "ನಿಮ್ಮ ಚಂದಾದಾರಿಕೆಯು ಒಟ್ಟು $MAX_STORAGE$ GB ಎನ್‌ಕ್ರಿಪ್ಟ್ ಮಾಡಿದ ಫೈಲ್ ಸಂಗ್ರಹವನ್ನು ಹೊಂದಿದೆ. ನೀವು ಪ್ರಸ್ತುತ $USED_STORAGE$ ಅನ್ನು ಬಳಸುತ್ತಿರುವಿರಿ.", "placeholders": { "max_storage": { "content": "$1", @@ -1824,48 +1824,48 @@ } }, "paymentMethod": { - "message": "Payment Method" + "message": "ಪಾವತಿ ವಿಧಾನ" }, "noPaymentMethod": { - "message": "No payment method on file." + "message": "ಫೈಲ್‌ನಲ್ಲಿ ಪಾವತಿ ವಿಧಾನವಿಲ್ಲ." }, "addPaymentMethod": { - "message": "Add Payment Method" + "message": "ಪಾವತಿ ವಿಧಾನವನ್ನು ಸೇರಿಸಿ" }, "changePaymentMethod": { - "message": "Change Payment Method" + "message": "ಪಾವತಿ ವಿಧಾನವನ್ನು ಬದಲಾಯಿಸಿ" }, "invoices": { - "message": "Invoices" + "message": "ಇನ್ವಾಯ್ಸ್ಗಳು" }, "noInvoices": { - "message": "No invoices." + "message": "ಇನ್‌ವಾಯ್ಸ್‌ಗಳಿಲ್ಲ." }, "paid": { - "message": "Paid", + "message": "ಪಾವತಿ ಮಾಡಲಾಗಿದೆ", "description": "Past tense status of an invoice. ex. Paid or unpaid." }, "unpaid": { - "message": "Unpaid", + "message": "ಪಾವತಿಸಲಾಗಿಲ್ಲ", "description": "Past tense status of an invoice. ex. Paid or unpaid." }, "transactions": { - "message": "Transactions", + "message": "ವ್ಯವಹಾರಗಳು", "description": "Payment/credit transactions." }, "noTransactions": { - "message": "No transactions." + "message": "ಯಾವುದೇ ವಹಿವಾಟು ಇಲ್ಲ." }, "chargeNoun": { - "message": "Charge", + "message": "ಶುಲ್ಕ", "description": "Noun. A charge from a payment method." }, "refundNoun": { - "message": "Refund", + "message": "ಮರುಪಾವತಿ", "description": "Noun. A refunded payment that was charged." }, "chargesStatement": { - "message": "Any charges will appear on your statement as $STATEMENT_NAME$.", + "message": "ಯಾವುದೇ ಹೇಳಿಕೆಗಳು ನಿಮ್ಮ ಹೇಳಿಕೆಯಲ್ಲಿ $STATEMENT_NAME$ ಆಗಿ ಕಾಣಿಸುತ್ತದೆ.", "placeholders": { "statement_name": { "content": "$1", @@ -1874,19 +1874,19 @@ } }, "gbStorageAdd": { - "message": "GB of Storage To Add" + "message": "ಸೇರಿಸಲು ಜಿಬಿ ಸಂಗ್ರಹಣೆ" }, "gbStorageRemove": { - "message": "GB of Storage To Remove" + "message": "ತೆಗೆದುಹಾಕಲು ಶೇಖರಣೆಯ ಜಿಬಿ" }, "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": "ಸಂಗ್ರಹಣೆಯನ್ನು ಸೇರಿಸುವುದರಿಂದ ನಿಮ್ಮ ಬಿಲ್ಲಿಂಗ್ ಮೊತ್ತಕ್ಕೆ ಹೊಂದಾಣಿಕೆ ಉಂಟಾಗುತ್ತದೆ ಮತ್ತು ತಕ್ಷಣ ನಿಮ್ಮ ಪಾವತಿ ವಿಧಾನವನ್ನು ಫೈಲ್‌ನಲ್ಲಿ ಚಾರ್ಜ್ ಮಾಡುತ್ತದೆ. ಪ್ರಸ್ತುತ ಬಿಲ್ಲಿಂಗ್ ಚಕ್ರದ ಉಳಿದ ಭಾಗಕ್ಕೆ ಮೊದಲ ಶುಲ್ಕವನ್ನು ನಿಗದಿಪಡಿಸಲಾಗುತ್ತದೆ." }, "storageRemoveNote": { - "message": "Removing storage will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge." + "message": "ಸಂಗ್ರಹಣೆಯನ್ನು ತೆಗೆದುಹಾಕುವುದರಿಂದ ನಿಮ್ಮ ಬಿಲ್ಲಿಂಗ್ ಮೊತ್ತಕ್ಕೆ ಹೊಂದಾಣಿಕೆಗಳು ಉಂಟಾಗುತ್ತವೆ, ಅದು ನಿಮ್ಮ ಮುಂದಿನ ಬಿಲ್ಲಿಂಗ್ ಶುಲ್ಕಕ್ಕೆ ಸಾಲಗಳಾಗಿ ಸಾಬೀತಾಗುತ್ತದೆ." }, "adjustedStorage": { - "message": "Adjusted $AMOUNT$ GB of storage.", + "message": "$AMOUNT$ GB ಸಂಗ್ರಹಣೆಯನ್ನು ಹೊಂದಿಸಲಾಗಿದೆ.", "placeholders": { "amount": { "content": "$1", @@ -1895,19 +1895,19 @@ } }, "contactSupport": { - "message": "Contact Customer Support" + "message": "ಗ್ರಾಹಕ ಬೆಂಬಲವನ್ನು ಸಂಪರ್ಕಿಸಿ" }, "updatedPaymentMethod": { - "message": "Updated payment method." + "message": "ಪಾವತಿ ವಿಧಾನವನ್ನು ನವೀಕರಿಸಲಾಗಿದೆ." }, "purchasePremium": { - "message": "Purchase Premium" + "message": "ಪ್ರೀಮಿಯಂ ಖರೀದಿಸಿ" }, "licenseFile": { - "message": "License File" + "message": "ಪರವಾನಗಿ ಫೈಲ್" }, "licenseFileDesc": { - "message": "Your license file will be named something like $FILE_NAME$", + "message": "ನಿಮ್ಮ ಪರವಾನಗಿ ಫೈಲ್‌ಗೆ $FILE_NAME$ ಎಂದು ಹೆಸರಿಸಲಾಗುವುದು", "placeholders": { "file_name": { "content": "$1", @@ -1916,49 +1916,49 @@ } }, "uploadLicenseFilePremium": { - "message": "To upgrade your account to a premium membership you need to upload a valid license file." + "message": "ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಪ್ರೀಮಿಯಂ ಸದಸ್ಯತ್ವಕ್ಕೆ ಅಪ್‌ಗ್ರೇಡ್ ಮಾಡಲು ನೀವು ಮಾನ್ಯ ಪರವಾನಗಿ ಫೈಲ್ ಅನ್ನು ಅಪ್‌ಲೋಡ್ ಮಾಡಬೇಕಾಗುತ್ತದೆ." }, "uploadLicenseFileOrg": { - "message": "To create an on-premises hosted organization you need to upload a valid license file." + "message": "ಆನ್-ಆವರಣದ ಹೋಸ್ಟ್ ಸಂಸ್ಥೆಯನ್ನು ರಚಿಸಲು ನೀವು ಮಾನ್ಯವಾದ ಪರವಾನಗಿ ಫೈಲ್ ಅನ್ನು ಅಪ್‌ಲೋಡ್ ಮಾಡಬೇಕಾಗುತ್ತದೆ." }, "accountEmailMustBeVerified": { - "message": "Your account's email address must be verified." + "message": "ನಿಮ್ಮ ಖಾತೆಯ ಇಮೇಲ್ ವಿಳಾಸವನ್ನು ಪರಿಶೀಲಿಸಬೇಕು." }, "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." + "message": "ನಿಮ್ಮ ವಾಲ್ಟ್‌ನ ಭಾಗಗಳನ್ನು ಇತರರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಲು ಮತ್ತು ಕುಟುಂಬ, ಸಣ್ಣ ತಂಡ ಅಥವಾ ದೊಡ್ಡ ಕಂಪನಿಯಂತಹ ನಿರ್ದಿಷ್ಟ ಘಟಕಕ್ಕಾಗಿ ಸಂಬಂಧಿತ ಬಳಕೆದಾರರನ್ನು ನಿರ್ವಹಿಸಲು ಸಂಸ್ಥೆಗಳು ನಿಮಗೆ ಅವಕಾಶ ಮಾಡಿಕೊಡುತ್ತವೆ." }, "generalInformation": { - "message": "General Information" + "message": "ಸಾಮಾನ್ಯ ಮಾಹಿತಿ" }, "organizationName": { - "message": "Organization Name" + "message": "ಸಂಸ್ಥೆಯ ಹೆಸರು" }, "accountOwnedBusiness": { - "message": "This account is owned by a business." + "message": "ಈ ಖಾತೆಯು ವ್ಯವಹಾರದ ಒಡೆತನದಲ್ಲಿದೆ." }, "billingEmail": { - "message": "Billing Email" + "message": "ಬಿಲ್ಲಿಂಗ್ ಇಮೇಲ್" }, "businessName": { - "message": "Business Name" + "message": "ವ್ಯವಹಾರದ ಹೆಸರು" }, "chooseYourPlan": { - "message": "Choose Your Plan" + "message": "ನಿಮ್ಮ ಯೋಜನೆಯನ್ನು ಆರಿಸಿ" }, "users": { - "message": "Users" + "message": "ಬಳಕೆದಾರರು" }, "userSeats": { - "message": "User Seats" + "message": "ಬಳಕೆದಾರರ ಆಸನಗಳು" }, "additionalUserSeats": { - "message": "Additional User Seats" + "message": "ಹೆಚ್ಚುವರಿ ಬಳಕೆದಾರ ಆಸನಗಳು" }, "userSeatsDesc": { - "message": "# of user seats" + "message": "# ಬಳಕೆದಾರರ ಆಸನಗಳು" }, "userSeatsAdditionalDesc": { - "message": "Your plan comes with $BASE_SEATS$ user seats. You can add additional users for $SEAT_PRICE$ per user /month.", + "message": "ನಿಮ್ಮ ಯೋಜನೆ $BASE_SEATS$ ಬಳಕೆದಾರ ಆಸನಗಳೊಂದಿಗೆ ಬರುತ್ತದೆ. ನೀವು ಪ್ರತಿ ಬಳಕೆದಾರರಿಗೆ / ತಿಂಗಳಿಗೆ $SEAT_PRICE$ ಗೆ ಹೆಚ್ಚುವರಿ ಬಳಕೆದಾರರನ್ನು ಸೇರಿಸಬಹುದು.", "placeholders": { "base_seats": { "content": "$1", @@ -1971,14 +1971,14 @@ } }, "userSeatsHowManyDesc": { - "message": "How many user seats do you need? You can also add additional seats later if needed." + "message": "ನಿಮಗೆ ಎಷ್ಟು ಬಳಕೆದಾರ ಆಸನಗಳು ಬೇಕು? ಅಗತ್ಯವಿದ್ದರೆ ನೀವು ನಂತರ ಹೆಚ್ಚುವರಿ ಆಸನಗಳನ್ನು ಕೂಡ ಸೇರಿಸಬಹುದು." }, "planNameFree": { - "message": "Free", + "message": "ಉಚಿತ", "description": "Free as in 'free beer'." }, "planDescFree": { - "message": "For testing or personal users to share with $COUNT$ other user.", + "message": "ಪರೀಕ್ಷೆ ಅಥವಾ ವೈಯಕ್ತಿಕ ಬಳಕೆದಾರರಿಗೆ $COUNT$ ಇತರ ಬಳಕೆದಾರರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಲು.", "placeholders": { "count": { "content": "$1", @@ -1987,28 +1987,28 @@ } }, "planNameFamilies": { - "message": "Families" + "message": "ಕುಟುಂಬಗಳು" }, "planDescFamilies": { - "message": "For personal use, to share with family & friends." + "message": "ವೈಯಕ್ತಿಕ ಬಳಕೆಗಾಗಿ, ಕುಟುಂಬ ಮತ್ತು ಸ್ನೇಹಿತರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಲು." }, "planNameTeams": { - "message": "Teams" + "message": "ತಂಡಗಳು" }, "planDescTeams": { - "message": "For businesses and other team organizations." + "message": "ವ್ಯವಹಾರಗಳು ಮತ್ತು ಇತರ ತಂಡದ ಸಂಸ್ಥೆಗಳಿಗೆ." }, "planNameEnterprise": { - "message": "Enterprise" + "message": "ಉದ್ಯಮ" }, "planDescEnterprise": { - "message": "For businesses and other large organizations." + "message": "ವ್ಯವಹಾರಗಳು ಮತ್ತು ಇತರ ದೊಡ್ಡ ಸಂಸ್ಥೆಗಳಿಗೆ." }, "freeForever": { - "message": "Free Forever" + "message": "ಉಚಿತ ಶಾಶ್ವತವಾಗಿ" }, "includesXUsers": { - "message": "includes $COUNT$ users", + "message": "$COUNT$ ಬಳಕೆದಾರರನ್ನು ಒಳಗೊಂಡಿದೆ", "placeholders": { "count": { "content": "$1", @@ -2017,10 +2017,10 @@ } }, "additionalUsers": { - "message": "Additional Users" + "message": "ಹೆಚ್ಚುವರಿ ಬಳಕೆದಾರರು" }, "costPerUser": { - "message": "$COST$ per user", + "message": "ಪ್ರತಿ ಬಳಕೆದಾರರಿಗೆ $COST$", "placeholders": { "cost": { "content": "$1", @@ -2029,7 +2029,7 @@ } }, "limitedUsers": { - "message": "Limited to $COUNT$ users (including you)", + "message": "$COUNT$ ಬಳಕೆದಾರರಿಗೆ ಸೀಮಿತವಾಗಿದೆ (ನೀವು ಸೇರಿದಂತೆ)", "placeholders": { "count": { "content": "$1", @@ -2038,7 +2038,7 @@ } }, "limitedCollections": { - "message": "Limited to $COUNT$ collections", + "message": "$COUNT$ ಸಂಗ್ರಹಗಳಿಗೆ ಸೀಮಿತವಾಗಿದೆ", "placeholders": { "count": { "content": "$1", @@ -2047,7 +2047,7 @@ } }, "addShareLimitedUsers": { - "message": "Add and share with up to $COUNT$ users", + "message": "$COUNT$ ಬಳಕೆದಾರರೊಂದಿಗೆ ಸೇರಿಸಿ ಮತ್ತು ಹಂಚಿಕೊಳ್ಳಿ", "placeholders": { "count": { "content": "$1", @@ -2056,13 +2056,13 @@ } }, "addShareUnlimitedUsers": { - "message": "Add and share with unlimited users" + "message": "ಅನಿಯಮಿತ ಬಳಕೆದಾರರೊಂದಿಗೆ ಸೇರಿಸಿ ಮತ್ತು ಹಂಚಿಕೊಳ್ಳಿ" }, "createUnlimitedCollections": { - "message": "Create unlimited Collections" + "message": "ಅನಿಯಮಿತ ಸಂಗ್ರಹಗಳನ್ನು ರಚಿಸಿ" }, "gbEncryptedFileStorage": { - "message": "$SIZE$ encrypted file storage", + "message": "$SIZE$ ಎನ್‌ಕ್ರಿಪ್ಟ್ ಮಾಡಿದ ಫೈಲ್ ಸಂಗ್ರಹಣೆ", "placeholders": { "size": { "content": "$1", @@ -2071,28 +2071,28 @@ } }, "onPremHostingOptional": { - "message": "On-premise hosting (optional)" + "message": "ಆನ್-ಪ್ರಿಮೈಸ್ ಹೋಸ್ಟಿಂಗ್ (ಐಚ್ಛಿಕ)" }, "usersGetPremium": { - "message": "Users get access to Premium Features" + "message": "ಬಳಕೆದಾರರು ಪ್ರೀಮಿಯಂ ವೈಶಿಷ್ಟ್ಯಗಳಿಗೆ ಪ್ರವೇಶವನ್ನು ಪಡೆಯುತ್ತಾರೆ" }, "controlAccessWithGroups": { - "message": "Control user access with Groups" + "message": "ಗುಂಪುಗಳೊಂದಿಗೆ ಬಳಕೆದಾರ ಪ್ರವೇಶವನ್ನು ನಿಯಂತ್ರಿಸಿ" }, "syncUsersFromDirectory": { - "message": "Sync your users and Groups from a directory" + "message": "ಡೈರೆಕ್ಟರಿಯಿಂದ ನಿಮ್ಮ ಬಳಕೆದಾರರು ಮತ್ತು ಗುಂಪುಗಳನ್ನು ಸಿಂಕ್ ಮಾಡಿ" }, "trackAuditLogs": { - "message": "Track user actions with audit logs" + "message": "ಆಡಿಟ್ ಲಾಗ್‌ಗಳೊಂದಿಗೆ ಬಳಕೆದಾರರ ಕ್ರಿಯೆಗಳನ್ನು ಟ್ರ್ಯಾಕ್ ಮಾಡಿ" }, "enforce2faDuo": { - "message": "Enforce 2FA with Duo" + "message": "ಡ್ಯುಯೊ ಜೊತೆ 2 ಎಫ್ಎ ಜಾರಿಗೊಳಿಸಿ" }, "priorityCustomerSupport": { - "message": "Priority customer support" + "message": "ಆದ್ಯತೆಯ ಗ್ರಾಹಕ ಬೆಂಬಲ" }, "xDayFreeTrial": { - "message": "$COUNT$ day free trial, cancel anytime", + "message": "$COUNT$ ದಿನದ ಉಚಿತ ಪ್ರಯೋಗ, ಯಾವಾಗ ಬೇಕಾದರೂ ರದ್ದುಗೊಳಿಸಿ", "placeholders": { "count": { "content": "$1", @@ -2101,115 +2101,115 @@ } }, "monthly": { - "message": "Monthly" + "message": "ಮಾಸಿಕ" }, "annually": { - "message": "Annually" + "message": "ವಾರ್ಷಿಕವಾಗಿ" }, "basePrice": { - "message": "Base Price" + "message": "ಮೂಲ ದರ" }, "organizationCreated": { - "message": "Organization Created" + "message": "ಸಂಸ್ಥೆ ರಚಿಸಲಾಗಿದೆ" }, "organizationReadyToGo": { - "message": "Your new organization is ready to go!" + "message": "ನಿಮ್ಮ ಹೊಸ ಸಂಸ್ಥೆ ಹೋಗಲು ಸಿದ್ಧವಾಗಿದೆ!" }, "organizationUpgraded": { - "message": "Your organization has been upgraded." + "message": "ನಿಮ್ಮ ಸಂಸ್ಥೆಯನ್ನು ನವೀಕರಿಸಲಾಗಿದೆ." }, "leave": { - "message": "Leave" + "message": "ಬಿಡಿ" }, "leaveOrganizationConfirmation": { - "message": "Are you sure you want to leave this organization?" + "message": "ಈ ಸಂಸ್ಥೆಯನ್ನು ಬಿಡಲು ನೀವು ಖಚಿತವಾಗಿ ಬಯಸುವಿರಾ?" }, "leftOrganization": { - "message": "You have left the organization." + "message": "ನೀವು ಸಂಸ್ಥೆಯನ್ನು ತೊರೆದಿದ್ದೀರಿ." }, "defaultCollection": { - "message": "Default Collection" + "message": "ಡೀಫಾಲ್ಟ್ ಸಂಗ್ರಹ" }, "getHelp": { - "message": "Get Help" + "message": "ಸಹಾಯ ಪಡೆ" }, "getApps": { - "message": "Get the Apps" + "message": "ಅಪ್ಲಿಕೇಶನ್‌ಗಳನ್ನು ಪಡೆಯಿರಿ" }, "loggedInAs": { - "message": "Logged in as" + "message": "ಅಪ್ಲಿಕೇಶನ್ಗಳನ್ನು ಪಡೆಯಿರಿ" }, "eventLogs": { - "message": "Event Logs" + "message": "ಈವೆಂಟ್ ದಾಖಲೆಗಳು" }, "people": { - "message": "People" + "message": "ಜನರು" }, "policies": { - "message": "Policies" + "message": "ನೀತಿಗಳು" }, "editPolicy": { - "message": "Edit Policy" + "message": "ನೀತಿಯನ್ನು ತಿದ್ದು" }, "groups": { - "message": "Groups" + "message": "ಗುಂಪುಗಳು" }, "newGroup": { - "message": "New Group" + "message": "ಹೊಸ ಗುಂಪು" }, "addGroup": { - "message": "Add Group" + "message": "ಗುಂಪನ್ನು ಸೇರಿಸಿ" }, "editGroup": { - "message": "Edit Group" + "message": "ಗುಂಪು ಎಡಿಟ್ ಮಾಡು" }, "deleteGroupConfirmation": { - "message": "Are you sure you want to delete this group?" + "message": "ಈ ಗುಂಪನ್ನು ಅಳಿಸಲು ನೀವು ಖಚಿತವಾಗಿ ಬಯಸುವಿರಾ?" }, "removeUserConfirmation": { - "message": "Are you sure you want to remove this user?" + "message": "ಈ ಬಳಕೆದಾರರನ್ನು ತೆಗೆದುಹಾಕಲು ನೀವು ಖಚಿತವಾಗಿ ಬಯಸುವಿರಾ?" }, "externalId": { - "message": "External Id" + "message": "ಬಾಹ್ಯ ಐಡಿ" }, "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": "ಬಾಹ್ಯ ಐಡಿಯನ್ನು ಉಲ್ಲೇಖವಾಗಿ ಬಳಸಬಹುದು ಅಥವಾ ಈ ಸಂಪನ್ಮೂಲವನ್ನು ಬಳಕೆದಾರರ ಡೈರೆಕ್ಟರಿಯಂತಹ ಬಾಹ್ಯ ವ್ಯವಸ್ಥೆಗೆ ಲಿಂಕ್ ಮಾಡಬಹುದು." }, "accessControl": { - "message": "Access Control" + "message": "ಪ್ರವೇಶ ನಿಯಂತ್ರಣ" }, "groupAccessAllItems": { - "message": "This group can access and modify all items." + "message": "ಈ ಗುಂಪು ಎಲ್ಲಾ ವಸ್ತುಗಳನ್ನು ಪ್ರವೇಶಿಸಬಹುದು ಮತ್ತು ಮಾರ್ಪಡಿಸಬಹುದು." }, "groupAccessSelectedCollections": { - "message": "This group can access only the selected collections." + "message": "ಈ ಗುಂಪು ಆಯ್ದ ಸಂಗ್ರಹಗಳನ್ನು ಮಾತ್ರ ಪ್ರವೇಶಿಸಬಹುದು." }, "readOnly": { - "message": "Read Only" + "message": "ಓದಲು ಮಾತ್ರ" }, "newCollection": { - "message": "New Collection" + "message": "ಹೊಸ ಸಂಗ್ರಹ" }, "addCollection": { - "message": "Add Collection" + "message": "ಸಂಗ್ರಹವನ್ನು ಸೇರಿಸಿ" }, "editCollection": { - "message": "Edit Collection" + "message": "ಸಂಗ್ರಹವನ್ನು ತಿದ್ದು" }, "deleteCollectionConfirmation": { - "message": "Are you sure you want to delete this collection?" + "message": "ಈ ಸಂಗ್ರಹವನ್ನು ಅಳಿಸಲು ನೀವು ಖಚಿತವಾಗಿ ಬಯಸುವಿರಾ?" }, "editUser": { - "message": "Edit User" + "message": "ಬಳಕೆದಾರರನ್ನು ತಿದ್ದು" }, "inviteUser": { - "message": "Invite User" + "message": "ಬಳಕೆದಾರರನ್ನು ಆಹ್ವಾನಿಸಿ" }, "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." + "message": "ನಿಮ್ಮ ಬಳಕೆದಾರರಿಗೆ ಅವರ ಬಿಟ್‌ವಾರ್ಡನ್ ಖಾತೆ ಇಮೇಲ್ ವಿಳಾಸವನ್ನು ಕೆಳಗೆ ನಮೂದಿಸುವ ಮೂಲಕ ಹೊಸ ಬಳಕೆದಾರರನ್ನು ಆಹ್ವಾನಿಸಿ. ಅವರು ಈಗಾಗಲೇ ಬಿಟ್‌ವಾರ್ಡೆನ್ ಖಾತೆಯನ್ನು ಹೊಂದಿಲ್ಲದಿದ್ದರೆ, ಹೊಸ ಖಾತೆಯನ್ನು ರಚಿಸಲು ಅವರನ್ನು ಕೇಳಲಾಗುತ್ತದೆ." }, "inviteMultipleEmailDesc": { - "message": "You can invite up to $COUNT$ users at a time by comma separating a list of email addresses.", + "message": "ಇಮೇಲ್ ವಿಳಾಸಗಳ ಪಟ್ಟಿಯನ್ನು ಅಲ್ಪವಿರಾಮದಿಂದ ಬೇರ್ಪಡಿಸುವ ಮೂಲಕ ನೀವು ಒಂದು ಸಮಯದಲ್ಲಿ $COUNT$ ಬಳಕೆದಾರರನ್ನು ಆಹ್ವಾನಿಸಬಹುದು.", "placeholders": { "count": { "content": "$1", @@ -2218,31 +2218,31 @@ } }, "userUsingTwoStep": { - "message": "This user is using two-step login to protect their account." + "message": "ಈ ಬಳಕೆದಾರರು ತಮ್ಮ ಖಾತೆಯನ್ನು ರಕ್ಷಿಸಲು ಎರಡು-ಹಂತದ ಲಾಗಿನ್ ಅನ್ನು ಬಳಸುತ್ತಿದ್ದಾರೆ." }, "userAccessAllItems": { - "message": "This user can access and modify all items." + "message": "ಈ ಬಳಕೆದಾರರು ಎಲ್ಲಾ ವಸ್ತುಗಳನ್ನು ಪ್ರವೇಶಿಸಬಹುದು ಮತ್ತು ಮಾರ್ಪಡಿಸಬಹುದು." }, "userAccessSelectedCollections": { - "message": "This user can access only the selected collections." + "message": "ಈ ಬಳಕೆದಾರರು ಆಯ್ದ ಸಂಗ್ರಹಗಳನ್ನು ಮಾತ್ರ ಪ್ರವೇಶಿಸಬಹುದು." }, "search": { - "message": "Search" + "message": "ಹುಡುಕಿ" }, "invited": { - "message": "Invited" + "message": "ಆಹ್ವಾನಿಸಲಾಗಿದೆ" }, "accepted": { - "message": "Accepted" + "message": "ಸ್ವೀಕರಿಸಲಾಗಿದೆ" }, "confirmed": { - "message": "Confirmed" + "message": "ದೃಢಪಡಿಸಲಾಗಿದೆ" }, "owner": { - "message": "Owner" + "message": "ಮಾಲೀಕರು" }, "ownerDesc": { - "message": "The highest access user that can manage all aspects of your organization." + "message": "ನಿಮ್ಮ ಸಂಸ್ಥೆಯ ಎಲ್ಲಾ ಅಂಶಗಳನ್ನು ನಿರ್ವಹಿಸಬಲ್ಲ ಅತ್ಯುನ್ನತ ಪ್ರವೇಶ ಬಳಕೆದಾರ." }, "admin": { "message": "Admin" @@ -2542,7 +2542,7 @@ } }, "confirmedUserId": { - "message": "Confirmed user $ID$.", + "message": "ದೃಢೀಕರಿಸಿದ ಬಳಕೆದಾರ $ID$.", "placeholders": { "id": { "content": "$1", @@ -2551,7 +2551,7 @@ } }, "editedUserId": { - "message": "Edited user $ID$.", + "message": "ತಿದ್ಸಿದ ಬಳಕೆದಾರ $ID$.", "placeholders": { "id": { "content": "$1", @@ -2560,7 +2560,7 @@ } }, "editedGroupsForUser": { - "message": "Edited groups for user $ID$.", + "message": "ಬಳಕೆದಾರ $ID$ ಗಾಗಿ ಗುಂಪುಗಳನ್ನು ತಿದ್ಲಾಗಿದೆ.", "placeholders": { "id": { "content": "$1", @@ -2569,7 +2569,7 @@ } }, "unlinkedSsoUser": { - "message": "Unlinked SSO for user $ID$.", + "message": "ಬಳಕೆದಾರ $ID$ ಗಾಗಿ ಲಿಂಕ್ ಮಾಡದ SSO.", "placeholders": { "id": { "content": "$1", @@ -2578,10 +2578,10 @@ } }, "device": { - "message": "Device" + "message": "ಡಿವೈಸ್" }, "view": { - "message": "View" + "message": "ವೀಕ್ಷಣೆ" }, "invalidDateRange": { "message": "Invalid date range." diff --git a/src/locales/ko/messages.json b/src/locales/ko/messages.json index b613490dc0..5d5af748e2 100644 --- a/src/locales/ko/messages.json +++ b/src/locales/ko/messages.json @@ -361,7 +361,7 @@ "message": "공유" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "조직으로 이동하기" }, "valueCopied": { "message": "$VALUE$를 클립보드에 복사함", @@ -404,7 +404,7 @@ "message": "보관함" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "선택한 항목을 조직으로 이동함" }, "deleteSelected": { "message": "선택 항목 삭제" @@ -452,7 +452,7 @@ "message": "항목 편집함" }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "$ITEMNAME$이(가) $ORGNAME$(으)로 이동됨", "placeholders": { "itemname": { "content": "$1", @@ -465,7 +465,7 @@ } }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "선택한 항목이 $ORGNAME$(으)로 이동됨", "placeholders": { "orgname": { "content": "$1", @@ -769,10 +769,10 @@ "message": "조직" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "이 항목을 이동할 조직을 선택하십시오. 항목이 조직으로 이동되면 소유권이 조직으로 이전됩니다. 일단 이동되면, 더는 이동된 항목의 직접적인 소유자가 아니게 됩니다." }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "이 항목을 이동할 조직을 선택하십시오. 항목이 조직으로 이동되면 소유권이 조직으로 이전됩니다. 일단 이동되면, 더는 이동된 항목의 직접적인 소유자가 아니게 됩니다." }, "collectionsDesc": { "message": "이 항목이 공유될 콜렉션을 수정하십시오. 이 콜렉션에 접근할 수 있는 조직 사용자만 이 항목을 볼 수 있습니다." @@ -796,7 +796,7 @@ } }, "moveSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "message": "$COUNT$개의 항목을 선택하셨습니다. $MOVEABLE_COUNT$개의 항목은 조직으로 이동시킬 수 있지만 나머지 $NONMOVEABLE_COUNT$개의 항목은 이동시킬 수 없습니다.", "placeholders": { "count": { "content": "$1", @@ -837,7 +837,7 @@ "message": "보관함 데이터를 내보내려면 마스터 비밀번호를 입력하세요." }, "export": { - "message": "Export" + "message": "내보내기" }, "exportVault": { "message": "보관함 내보내기" @@ -1059,7 +1059,7 @@ "message": "아무것도 가져오지 못했습니다." }, "importEncKeyError": { - "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." + "message": "내보내려는 파일을 복호화하던 중 오류가 발생했습니다. 암호화 키가 내보내려는 데이터를 암호화한 키와 일치하지 않습니다." }, "selectFormat": { "message": "불러올 파일의 포맷" @@ -2353,7 +2353,7 @@ } }, "movedItemIdToOrg": { - "message": "Moved item $ID$ to an organization.", + "message": "$ID$ 항목을 조직으로 이동시켰습니다.", "placeholders": { "id": { "content": "$1", @@ -3902,7 +3902,7 @@ } }, "eventAdminPasswordReset": { - "message": "Master password reset for user $ID$.", + "message": "$ID$ 사용자의 마스터 비밀번호를 재설정합니다.", "placeholders": { "id": { "content": "$1", @@ -3911,10 +3911,10 @@ } }, "resetPassword": { - "message": "Reset Password" + "message": "비밀번호 재설정" }, "resetPasswordLoggedOutWarning": { - "message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.", + "message": "계속 진행하면 $NAME$이 로그아웃되므로 다시 로그인해야 합니다. 다른 기기에서 접속 중인 세션은 1시간 동안 접속이 가능합니다.", "placeholders": { "name": { "content": "$1", @@ -3923,19 +3923,19 @@ } }, "thisUser": { - "message": "this user" + "message": "이 사용자" }, "resetPasswordMasterPasswordPolicyInEffect": { - "message": "One or more organization policies require the master password to meet the following requirements:" + "message": "하나 이상의 단체 정책이 마스터 비밀번호가 다음 사항을 따르도록 요구합니다:" }, "resetPasswordSuccess": { - "message": "Password reset success!" + "message": "비밀번호 재설정 성공!" }, "resetPasswordEnrollmentWarning": { "message": "Enrollment will allow organization administrators to change your master password. Are you sure you want to enroll?" }, "resetPasswordPolicy": { - "message": "Master Password Reset" + "message": "마스터 비밀번호 재설정" }, "resetPasswordPolicyDescription": { "message": "Allow administrators in the organization to reset organization users' master password." @@ -3959,10 +3959,10 @@ "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." }, "resetPasswordOrgKeysError": { - "message": "Organization Keys response is null" + "message": "조직 키 반응 없음" }, "resetPasswordDetailsError": { - "message": "Reset Password Details response is null" + "message": "비밀번호 재성정 정보 반응 없음" }, "trashCleanupWarning": { "message": "휴지통으로 이동된 암호는 30일 이후 자동으로 삭제됩니다." @@ -3980,7 +3980,7 @@ "message": "이 작업은 보호되어 있습니다. 계속하려면 마스터 비밀번호를 입력하여 신원을 인증하세요." }, "reinviteSelected": { - "message": "Resend Invitations" + "message": "초대장 다시 보내기" }, "noSelectedUsersApplicable": { "message": "This action is not applicable to any of the selected users." @@ -3989,7 +3989,7 @@ "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled." }, "confirmSelected": { - "message": "Confirm Selected" + "message": "선택 항목 확인" }, "bulkConfirmStatus": { "message": "Bulk action status" @@ -3998,22 +3998,22 @@ "message": "Confirmed successfully." }, "bulkReinviteMessage": { - "message": "Reinvited successfully." + "message": "성공적으로 재초대되었습니다." }, "bulkRemovedMessage": { - "message": "Removed successfully" + "message": "성공적으로 제거됨" }, "bulkFilteredMessage": { "message": "Excluded, not applicable for this action." }, "fingerprint": { - "message": "Fingerprint" + "message": "지문" }, "removeUsers": { - "message": "Remove Users" + "message": "사용자 삭제" }, "error": { - "message": "Error" + "message": "오류" }, "resetPasswordManageUsers": { "message": "Manage Users must also be enabled with the Manage Password Reset permission" diff --git a/src/locales/lv/messages.json b/src/locales/lv/messages.json index c9437bb5a4..c350b8e220 100644 --- a/src/locales/lv/messages.json +++ b/src/locales/lv/messages.json @@ -361,7 +361,7 @@ "message": "Kopīgot" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "Pārvietot uz apvienību" }, "valueCopied": { "message": "$VALUE$ ievietota starpliktuvē", @@ -404,7 +404,7 @@ "message": "Glabātava" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "Pārvietot atzīmēto uz apvienību" }, "deleteSelected": { "message": "Izdzēst atlasītos" @@ -452,7 +452,7 @@ "message": "Vienums labots" }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "$ITEMNAME$ pārvietots uz $ORGNAME$", "placeholders": { "itemname": { "content": "$1", @@ -465,7 +465,7 @@ } }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "Atzīmētie vienumi pārvietoti uz $ORGNAME$", "placeholders": { "orgname": { "content": "$1", @@ -769,10 +769,10 @@ "message": "Apvienības" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "Izvēlies apvienību, uz kuru pārvietot šo vienumu. Pārvietošana nodod šī vienuma piederību apvienībai. Tu vairs nebūsi šī vienuma tiešais īpašnieks pēc tā pārvietošanas." }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "Izvēlies apvienību, uz kuru pārvietot šos vienumus. Pārvietošana nodod šo vienumu piederību apvienībai. Tu vairs nebūsi šo vienumu tiešais īpašnieks pēc to pārvietošanas." }, "collectionsDesc": { "message": "Labot krājumus, ar kuriem šis vienums ir kopīgots. Tikai apvienības lietotāji, kam ir piekļuve šiem krājumiem, redzēs šo vienumu." @@ -796,7 +796,7 @@ } }, "moveSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "message": "Ir atzīmēts(i) $COUNT$ vienums(i). $MOVEABLE_COUNT$ vienums(i) var tikt pārvietoti uz apvienību, bet $NONMOVEABLE_COUNT$ nē.", "placeholders": { "count": { "content": "$1", @@ -837,7 +837,7 @@ "message": "Ievadīt galveno paroli, lai izdotu glabātavas saturu." }, "export": { - "message": "Export" + "message": "Izdot" }, "exportVault": { "message": "Izdot glabātavas saturu" diff --git a/src/locales/nl/messages.json b/src/locales/nl/messages.json index 2e55777e97..b006b1188e 100644 --- a/src/locales/nl/messages.json +++ b/src/locales/nl/messages.json @@ -361,7 +361,7 @@ "message": "Delen" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "Naar organisatie verplaatsen" }, "valueCopied": { "message": "$VALUE$ gekopieerd", @@ -404,7 +404,7 @@ "message": "Kluis" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "Selectie naar organisatie verplaatsen" }, "deleteSelected": { "message": "Selectie verwijderen" @@ -452,7 +452,7 @@ "message": "Item is bewerkt" }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "$ITEMNAME$ verplaatst naar $ORGNAME$", "placeholders": { "itemname": { "content": "$1", @@ -465,7 +465,7 @@ } }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "Geselecteerde items verplaatst naar $ORGNAME$", "placeholders": { "orgname": { "content": "$1", @@ -769,10 +769,10 @@ "message": "Organisaties" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "Kies een organisatie waarnaar je dit item wilt verplaatsen. Door het verplaatsen krijgt de organisatie de eigendomsrechten van het item. Je bent niet langer de directe eigenaar meer van het item als het is verplaatst." }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "Kies een organisatie waarnaar je deze items wilt verplaatsen. Door het verplaatsen krijgt de organisatie de eigendomsrechten van deze items. Je bent niet langer de directe eigenaar meer van deze items als ze zijn verplaatst." }, "collectionsDesc": { "message": "Wijzig de verzamelingen waarmee dit item gedeeld is. Alleen organisatiegebruikers met toegang tot deze verzamelingen kunnen dit item inzien." @@ -796,7 +796,7 @@ } }, "moveSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "message": "Je hebt $COUNT$ item(s) geselecteerd. Je kunt $MOVEABLE_COUNT$ verplaatsen naar een organisatie, $NONMOVEABLE_COUNT$ niet.", "placeholders": { "count": { "content": "$1", @@ -837,7 +837,7 @@ "message": "Voer je hoofdwachtwoord in om de kluisgegevens te exporteren." }, "export": { - "message": "Export" + "message": "Exporteren" }, "exportVault": { "message": "Kluis exporteren" @@ -1059,7 +1059,7 @@ "message": "Er is niets geïmporteerd." }, "importEncKeyError": { - "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." + "message": "Fout bij het decoderen van het geëxporteerde bestand. Je encryptiesleutel komt niet overeen met de gebruikte sleutel waarmee de gegevens zijn geëxporteerd." }, "selectFormat": { "message": "Selecteer het formaat van het importbestand" @@ -2353,7 +2353,7 @@ } }, "movedItemIdToOrg": { - "message": "Moved item $ID$ to an organization.", + "message": "Item $ID$ naar een organisatie verplaatst.", "placeholders": { "id": { "content": "$1", @@ -3863,7 +3863,7 @@ "message": "WebAuthn wordt niet ondersteund in deze browser." }, "webAuthnSuccess": { - "message": "WebAuthn is met succes geverifieerd!
Je kunt dit tabblad sluiten." + "message": "WebAuthn met succes geverifieerd! Je kunt dit tabblad sluiten." }, "hintEqualsPassword": { "message": "Je wachtwoordhint moet anders zijn dan je wachtwoord." @@ -3902,7 +3902,7 @@ } }, "eventAdminPasswordReset": { - "message": "Master password reset for user $ID$.", + "message": "Hoofdwachtwoord opnieuw instellen voor gebruiker $ID$.", "placeholders": { "id": { "content": "$1", @@ -3911,10 +3911,10 @@ } }, "resetPassword": { - "message": "Reset Password" + "message": "Wachtwoord opnieuw instellen" }, "resetPasswordLoggedOutWarning": { - "message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.", + "message": "Doorgaan logt de huidige sessie van $NAME$ uit, waarna deze opnieuw moet aanmelden. Actieve sessies op andere apparaten kunnen mogelijk nog één uur actief blijven.", "placeholders": { "name": { "content": "$1", @@ -3923,46 +3923,46 @@ } }, "thisUser": { - "message": "this user" + "message": "deze gebruiker" }, "resetPasswordMasterPasswordPolicyInEffect": { - "message": "One or more organization policies require the master password to meet the following requirements:" + "message": "Een of meer organisatiebeleidseisen stelt de volgende eisen aan je hoofdwachtwoord:" }, "resetPasswordSuccess": { - "message": "Password reset success!" + "message": "Wachtwoord opnieuw ingesteld!" }, "resetPasswordEnrollmentWarning": { - "message": "Enrollment will allow organization administrators to change your master password. Are you sure you want to enroll?" + "message": "Inschrijving stelt organisatiebeheerders in staat om je hoofdwachtwoord te wijzigen. Weet je zeker dat je wilt inschrijven?" }, "resetPasswordPolicy": { - "message": "Master Password Reset" + "message": "Hoofdwachtwoord opnieuw instellen" }, "resetPasswordPolicyDescription": { - "message": "Allow administrators in the organization to reset organization users' master password." + "message": "Beheerders in de organisatie toestaan het hoofdwachtwoord van gebruikers van de organisatie opnieuw in te stellen." }, "resetPasswordPolicyWarning": { - "message": "Users in the organization will need to self-enroll or be auto-enrolled before administrators can reset their master password." + "message": "Gebruikers in de organisatie moeten zichzelf inschrijven of automatisch worden ingeschreven voordat beheerders hun hoofdwachtwoord opnieuw kunnen instellen." }, "resetPasswordPolicyAutoEnroll": { - "message": "Automatic Enrollment" + "message": "Automatische inschrijving" }, "resetPasswordPolicyAutoEnrollDescription": { - "message": "All users will be automatically enrolled in password reset once their invite is accepted." + "message": "Alle gebruikers worden automatisch ingeschreven voor wachtwoordherstel zodra hun uitnodiging wordt geaccepteerd." }, "resetPasswordPolicyAutoEnrollWarning": { - "message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password." + "message": "Gebruikers die al deel uitmaken van de organisatie worden niet met terugwerkende kracht aangemeld voor wachtwoordherstel. Zij zullen zichzelf moeten inschrijven voordat beheerders hun hoofdwachtwoord kunnen herstellen." }, "resetPasswordPolicyAutoEnrollCheckbox": { - "message": "Automatically enroll new users" + "message": "Automatisch nieuwe gebruikers inschrijven" }, "resetPasswordAutoEnrollInviteWarning": { - "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." + "message": "Deze organisatie heeft een ondernemingsbeleid dat je automatisch inschrijft bij het resetten van je wachtwoord. Inschrijving stelt organisatiebeheerders in staat om je hoofdwachtwoord te wijzigen." }, "resetPasswordOrgKeysError": { - "message": "Organization Keys response is null" + "message": "Reactie organisatiesleutels is null" }, "resetPasswordDetailsError": { - "message": "Reset Password Details response is null" + "message": "Reactie Wachtwoordhersteldetails is null" }, "trashCleanupWarning": { "message": "Codes die meer dan 30 dagen in de prullenbak zitten worden automatisch verwijderd." @@ -3980,42 +3980,42 @@ "message": "Deze actie is beveiligd. Voer je hoofdwachtwoord opnieuw in om je identiteit vast te stellen en door te gaan." }, "reinviteSelected": { - "message": "Resend Invitations" + "message": "Uitnodigingen opnieuw verzenden" }, "noSelectedUsersApplicable": { - "message": "This action is not applicable to any of the selected users." + "message": "Deze actie is niet van toepassing op de geselecteerde gebruikers." }, "removeUsersWarning": { - "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled." + "message": "Weet je zeker dat je de volgende gebruikers wilt verwijderen? Dit proces duurt enkele seconden en kan niet worden onderbroken of geannuleerd." }, "confirmSelected": { - "message": "Confirm Selected" + "message": "Bevestig selectie" }, "bulkConfirmStatus": { - "message": "Bulk action status" + "message": "Bulkactie status" }, "bulkConfirmMessage": { - "message": "Confirmed successfully." + "message": "Succesvol bevestigd." }, "bulkReinviteMessage": { - "message": "Reinvited successfully." + "message": "Succesvol opnieuw uitgenodigd." }, "bulkRemovedMessage": { - "message": "Removed successfully" + "message": "Succesvol verwijderd" }, "bulkFilteredMessage": { - "message": "Excluded, not applicable for this action." + "message": "Uitgezonderd, niet van toepassing voor deze actie." }, "fingerprint": { - "message": "Fingerprint" + "message": "Vingerafdruk" }, "removeUsers": { - "message": "Remove Users" + "message": "Gebruikers verwijderen" }, "error": { - "message": "Error" + "message": "Fout" }, "resetPasswordManageUsers": { - "message": "Manage Users must also be enabled with the Manage Password Reset permission" + "message": "Gebruikers beheren moet ingeschakeld zijn met de optie Wachtwoordherstel beheren" } } diff --git a/src/locales/pl/messages.json b/src/locales/pl/messages.json index dc072bf92d..8a9e0a07e7 100644 --- a/src/locales/pl/messages.json +++ b/src/locales/pl/messages.json @@ -361,7 +361,7 @@ "message": "Udostępnij" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "Przenieś do organizacji" }, "valueCopied": { "message": "Skopiowano $VALUE$", @@ -555,7 +555,7 @@ "message": "Hasło główne" }, "masterPassDesc": { - "message": "Hasło główne zapewnia dostęp do sejfu. To bardzo ważne, abyś je pamiętał. Jeśli je zapomnisz, nie będzie możliwości, aby je przywrócić." + "message": "Hasło główne zapewnia dostęp do sejfu. To bardzo ważne, aby je pamiętać, ponieważ zapomnianego hasła nie będzie można odzyskać." }, "masterPassHintDesc": { "message": "Podpowiedź do hasła głównego może pomóc Ci przypomnieć hasło, jeśli je zapomnisz." @@ -3923,7 +3923,7 @@ } }, "thisUser": { - "message": "this user" + "message": "ten użytkownik" }, "resetPasswordMasterPasswordPolicyInEffect": { "message": "One or more organization policies require the master password to meet the following requirements:" @@ -3980,7 +3980,7 @@ "message": "Ta operacja jest chroniona. Aby kontynuować, wpisz ponownie hasło główne." }, "reinviteSelected": { - "message": "Resend Invitations" + "message": "Wyślij ponownie zaproszenia" }, "noSelectedUsersApplicable": { "message": "This action is not applicable to any of the selected users." @@ -4010,10 +4010,10 @@ "message": "Fingerprint" }, "removeUsers": { - "message": "Remove Users" + "message": "Usuń użytkowników" }, "error": { - "message": "Error" + "message": "Błąd" }, "resetPasswordManageUsers": { "message": "Manage Users must also be enabled with the Manage Password Reset permission" diff --git a/src/locales/pt_BR/messages.json b/src/locales/pt_BR/messages.json index f3bb4055ce..b7c66dfcfc 100644 --- a/src/locales/pt_BR/messages.json +++ b/src/locales/pt_BR/messages.json @@ -361,7 +361,7 @@ "message": "Compartilhar" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "Mover para a Organização" }, "valueCopied": { "message": "$VALUE$ copiado(a)", @@ -404,7 +404,7 @@ "message": "Cofre" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "Mover Selecionados para a organização" }, "deleteSelected": { "message": "Excluir Selecionados" @@ -452,7 +452,7 @@ "message": "Item editado" }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "$ITEMNAME$ movido para $ORGNAME$", "placeholders": { "itemname": { "content": "$1", @@ -465,7 +465,7 @@ } }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "Itens selecionados movidos para $ORGNAME$", "placeholders": { "orgname": { "content": "$1", @@ -769,10 +769,10 @@ "message": "Organizações" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "Escolha uma organização para a qual deseja mover este item. Mudar para uma organização transfere a propriedade do item para essa organização. Você não será mais o proprietário direto deste item depois que ele for movido." }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "Escolha uma organização para a qual deseja mover esses itens. Mudar para uma organização transfere a propriedade dos itens para essa organização. Você não será mais o proprietário direto desses itens depois que eles forem movidos." }, "collectionsDesc": { "message": "Edite as coleções com as quais este item está sendo compartilhado. Somente usuários da organização com acesso a estas coleções poderão ver esse item." @@ -796,7 +796,7 @@ } }, "moveSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "message": "Você selecionou $COUNT$ item(ns). $MOVEABLE_COUNT$ item(ns) podem ser movidos para uma organização, mas, $NONMOVEABLE_COUNT$ não pode.", "placeholders": { "count": { "content": "$1", @@ -837,7 +837,7 @@ "message": "Insira a sua senha mestra para exportar os dados do seu cofre." }, "export": { - "message": "Export" + "message": "Exportar" }, "exportVault": { "message": "Exportar cofre" @@ -1059,7 +1059,7 @@ "message": "Nada foi importado." }, "importEncKeyError": { - "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." + "message": "Erro ao descriptografar o arquivo exportado. Sua chave de criptografia não corresponde à chave de criptografia usada para exportar os dados." }, "selectFormat": { "message": "Selecione o formato do arquivo de importação" @@ -2353,7 +2353,7 @@ } }, "movedItemIdToOrg": { - "message": "Moved item $ID$ to an organization.", + "message": "Item $ID$ movido para uma organização.", "placeholders": { "id": { "content": "$1", @@ -3902,7 +3902,7 @@ } }, "eventAdminPasswordReset": { - "message": "Master password reset for user $ID$.", + "message": "Redefinir senha mestra para o usuário $ID$.", "placeholders": { "id": { "content": "$1", @@ -3911,10 +3911,10 @@ } }, "resetPassword": { - "message": "Reset Password" + "message": "Redefinir Senha" }, "resetPasswordLoggedOutWarning": { - "message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.", + "message": "O processo desconectará $NAME$ de sua sessão atual, exigindo que eles iniciem a sessão novamente. As sessões ativas em outros dispositivos podem continuar ativas por até uma hora.", "placeholders": { "name": { "content": "$1", @@ -3923,46 +3923,46 @@ } }, "thisUser": { - "message": "this user" + "message": "este usuário" }, "resetPasswordMasterPasswordPolicyInEffect": { - "message": "One or more organization policies require the master password to meet the following requirements:" + "message": "Uma ou mais políticas da organização exigem que a senha mestra cumpra aos seguintes requisitos:" }, "resetPasswordSuccess": { - "message": "Password reset success!" + "message": "Senha redefinida com sucesso!" }, "resetPasswordEnrollmentWarning": { - "message": "Enrollment will allow organization administrators to change your master password. Are you sure you want to enroll?" + "message": "A inscrição permitirá que os administradores da organização alterem sua senha mestra. Tem certeza que deseja se inscrever?" }, "resetPasswordPolicy": { - "message": "Master Password Reset" + "message": "Redefinir Senha Mestra" }, "resetPasswordPolicyDescription": { - "message": "Allow administrators in the organization to reset organization users' master password." + "message": "Permitir que os administradores da organização redefinam a senha mestra dos usuários da organização." }, "resetPasswordPolicyWarning": { - "message": "Users in the organization will need to self-enroll or be auto-enrolled before administrators can reset their master password." + "message": "Os usuários da organização terão de se inscrever automaticamente ou serem inscritos automaticamente para que os administradores possam redefinir sua senha mestra." }, "resetPasswordPolicyAutoEnroll": { - "message": "Automatic Enrollment" + "message": "Inscrição Automática" }, "resetPasswordPolicyAutoEnrollDescription": { - "message": "All users will be automatically enrolled in password reset once their invite is accepted." + "message": "Todos os usuários serão inscritos automaticamente na redefinição de senha assim que o convite for aceito." }, "resetPasswordPolicyAutoEnrollWarning": { - "message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password." + "message": "Os usuários que já estão na organização não serão inscritos retroativamente na redefinição de senha. Eles precisarão se inscrever para que os administradores possam redefinir sua senha mestra." }, "resetPasswordPolicyAutoEnrollCheckbox": { - "message": "Automatically enroll new users" + "message": "Inscrever automaticamente novos usuários" }, "resetPasswordAutoEnrollInviteWarning": { - "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." + "message": "Esta organização possui uma política empresarial que irá inscrevê-lo automaticamente na redefinição de senha. A inscrição permitirá que os administradores da organização alterem sua senha mestra." }, "resetPasswordOrgKeysError": { - "message": "Organization Keys response is null" + "message": "A resposta das Chaves da Organização é nula" }, "resetPasswordDetailsError": { - "message": "Reset Password Details response is null" + "message": "A resposta para Redefinir os Detalhes da Senha é nula" }, "trashCleanupWarning": { "message": "As cifras que ficarem na lixeira por mais de 30 dias serão excluídas automaticamente." @@ -3980,42 +3980,42 @@ "message": "Esta ação está protegida. Para continuar, por favor, reinsira a sua senha mestra para verificar sua identidade." }, "reinviteSelected": { - "message": "Resend Invitations" + "message": "Reenviar Convites" }, "noSelectedUsersApplicable": { - "message": "This action is not applicable to any of the selected users." + "message": "Esta ação não é aplicável a nenhum dos usuários selecionados." }, "removeUsersWarning": { - "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled." + "message": "Tem certeza de que deseja remover os seguintes usuários? O processo pode levar alguns segundos para ser concluído e não pode ser interrompido ou cancelado." }, "confirmSelected": { - "message": "Confirm Selected" + "message": "Confirmar Selecionado(s)" }, "bulkConfirmStatus": { - "message": "Bulk action status" + "message": "Status de ação em massa" }, "bulkConfirmMessage": { - "message": "Confirmed successfully." + "message": "Confirmado com sucesso." }, "bulkReinviteMessage": { - "message": "Reinvited successfully." + "message": "Convidado novamente com sucesso." }, "bulkRemovedMessage": { - "message": "Removed successfully" + "message": "Removido com sucesso" }, "bulkFilteredMessage": { - "message": "Excluded, not applicable for this action." + "message": "Excluído, não aplicável para esta ação." }, "fingerprint": { - "message": "Fingerprint" + "message": "Impressão digital" }, "removeUsers": { - "message": "Remove Users" + "message": "Remover Usuários" }, "error": { - "message": "Error" + "message": "Erro" }, "resetPasswordManageUsers": { - "message": "Manage Users must also be enabled with the Manage Password Reset permission" + "message": "Gerenciar Usuários também deve ser habilitado com a permissão para Gerenciar a Redefinição de Senha" } } diff --git a/src/locales/ro/messages.json b/src/locales/ro/messages.json index 5b2043417f..db20b547f7 100644 --- a/src/locales/ro/messages.json +++ b/src/locales/ro/messages.json @@ -361,7 +361,7 @@ "message": "Partajare" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "Mutare la organizație" }, "valueCopied": { "message": "$VALUE$ s-a copiat", @@ -404,7 +404,7 @@ "message": "Seif" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "Mutați cele selectate în organizație" }, "deleteSelected": { "message": "Ștergere selecție" @@ -452,7 +452,7 @@ "message": "Articol editat" }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "$ITEMNAME$ mutat la $ORGNAME$", "placeholders": { "itemname": { "content": "$1", @@ -465,7 +465,7 @@ } }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "Articolele selectate au fost mutate în $ORGNAME$", "placeholders": { "orgname": { "content": "$1", @@ -748,10 +748,10 @@ "message": "FIDO2 WebAuthn" }, "webAuthnDesc": { - "message": "Use any WebAuthn enabled security key to access your account." + "message": "Utilizați orice cheie de securitate activată WebAuthn pentru a vă accesa contul." }, "webAuthnMigrated": { - "message": "(Migrated from FIDO)" + "message": "(Migrate din FIDO)" }, "emailTitle": { "message": "E-mail" @@ -769,10 +769,10 @@ "message": "Organizații" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "Alegeți o organizație la care doriți să mutați acest articol. Mutarea într-o organizație, transferă proprietatea asupra articolului către organizația respectivă. Nu veți mai fi proprietarul direct al acestui articol odată ce a fost mutat." }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "Alegeți o organizație la care doriți să mutați aceste articole. Mutarea într-o organizație, transferă proprietatea asupra articolelor către organizația respectivă. Nu veți mai fi proprietarul direct al acestor articole odată ce au fost mutate." }, "collectionsDesc": { "message": "Editați colecțiile cu care este partajat acest articol. Numai utilizatorii organizației cu acces la aceste colecții vor putea vedea acest articol." @@ -796,7 +796,7 @@ } }, "moveSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "message": "Ați selectat $COUNT$ articol(e). $MOVEABLE_COUNT$ articol(e) poate/pot fi mutat(e) într-o organizație, $NONMOVEABLE_COUNT$ nu.", "placeholders": { "count": { "content": "$1", @@ -837,7 +837,7 @@ "message": "Introducere parolă principală pentru exportarea datelor seifului." }, "export": { - "message": "Export" + "message": "Exportați" }, "exportVault": { "message": "Export seif" @@ -1059,7 +1059,7 @@ "message": "Nu s-a importat nimic." }, "importEncKeyError": { - "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." + "message": "Eroare la decriptarea fișierului exportat. Cheia dvs. de criptare nu corespunde cu cheia de criptare folosită pentru a exporta datele." }, "selectFormat": { "message": "Alegeți din listă formatul fișierului de import" @@ -1295,7 +1295,7 @@ } }, "webAuthnkeyX": { - "message": "WebAuthn Key $INDEX$", + "message": "Cheie WebAuthn $INDEX$", "placeholders": { "index": { "content": "$1", @@ -1349,7 +1349,7 @@ "message": "Sigur doriți să eliminați această cheie de securitate?" }, "twoFactorWebAuthnAdd": { - "message": "Add a WebAuthn security key to your account" + "message": "Adăugare de cheie de securitate WebAuthn în contul dvs." }, "readKey": { "message": "Citire cheie" @@ -1385,10 +1385,10 @@ "message": "A apărut o problemă la citirea cheii de securitate. Încercați din nou." }, "twoFactorWebAuthnWarning": { - "message": "Due to platform limitations, WebAuthn cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when WebAuthn cannot be used. Supported platforms:" + "message": "Drept consecință a limitărilor platformei, WebAuthn nu se poate utiliza pe toate aplicațiile Bitwarden. Ar trebui să activați un alt furnizor de conectare în două etape pentru a vă accesa contul, atunci când WebAuthn nu se poate utiliza. Platforme acceptate:" }, "twoFactorWebAuthnSupportWeb": { - "message": "Web vault and browser extensions on a desktop/laptop with a WebAuthn enabled browser (Chrome, Opera, Vivaldi, or Firefox with FIDO U2F enabled)." + "message": "Seiful web și extensiile de browser pe un desktop/laptop cu un browser activat WebAuthn (Chrome, Opera, Vivaldi sau Firefox cu FIDO U2F activat)." }, "twoFactorRecoveryYourCode": { "message": "Codul dvs. Bitwarden de recuperare a autentificării în două etape" @@ -2353,7 +2353,7 @@ } }, "movedItemIdToOrg": { - "message": "Moved item $ID$ to an organization.", + "message": "Articolul $ID$ a fost mutat la o organizație.", "placeholders": { "id": { "content": "$1", @@ -2662,10 +2662,10 @@ "message": "E-mailul dvs. nu a putut fi verificat. Încercați să trimiteți un nou e-mail de verificare." }, "emailVerificationRequired": { - "message": "Email Verification Required" + "message": "Este necesară verificarea adresei de e-mail" }, "emailVerificationRequiredDesc": { - "message": "You must verify your email to use this feature." + "message": "Trebuie să vă verificați e-mailul pentru a utiliza această caracteristică." }, "updateBrowser": { "message": "Actualizare browser" @@ -3448,7 +3448,7 @@ "message": "Sigur doriți să eliminați parola?" }, "hideEmail": { - "message": "Hide my email address from recipients." + "message": "Ascundeți adresa mea de e-mail de la destinatari." }, "disableThisSend": { "message": "Dezactivați acest Send astfel încât nimeni să nu îl poată accesa.", @@ -3670,25 +3670,25 @@ "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendOptions": { - "message": "Send Options", + "message": "Opțiuni Send", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendOptionsPolicyDesc": { - "message": "Set options for creating and editing Sends.", + "message": "Setați opțiunile pentru crearea și editarea Send-urilor.", "description": "'Sends' is a plural noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendOptionsExemption": { - "message": "Organization users that can manage the organization's policies are exempt from this policy's enforcement." + "message": "Utilizatorii organizației care pot gestiona politicile organizației sunt exceptați de la aplicarea acestei politici." }, "disableHideEmail": { - "message": "Do not allow users to hide their email address from recipients when creating or editing a Send.", + "message": "Nu permiteți utilizatorilor să-și ascundă adresa de e-mail de la destinatari, atunci când creează sau editează un Send.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendOptionsPolicyInEffect": { - "message": "The following organization policies are currently in effect:" + "message": "În prezent, sunt în vigoare următoarele politici de organizare:" }, "sendDisableHideEmailInEffect": { - "message": "Users are not allowed to hide their email address from recipients when creating or editing a Send.", + "message": "Utilizatorii nu au voie să-și ascundă adresa de e-mail de la destinatari atunci când creează sau editează un Send.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "modifiedPolicyId": { @@ -3746,7 +3746,7 @@ "message": "Gestionați utilizatorii" }, "manageResetPassword": { - "message": "Manage Password Reset" + "message": "Gestionați resetarea parolei" }, "disableRequireSsoError": { "message": "Politica de autentificare la conectare unică (SSO) trebuie dezactivată manual înainte ca această politică să poată fi dezactivată." @@ -3835,7 +3835,7 @@ } }, "viewSendHiddenEmailWarning": { - "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", + "message": "Utilizatorul Bitwarden care a creat acest Send a ales să-și ascundă adresa de e-mail. Ar trebui să vă asigurați că aveți încredere în sursa acestui link înainte de utilizarea sau descărcarea conținutului acestuia.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "expirationDateIsInvalid": { @@ -3854,37 +3854,37 @@ "message": "A survenit o eroare la salvarea datelor de ștergere și de expirare." }, "webAuthnFallbackMsg": { - "message": "To verify your 2FA please click the button below." + "message": "Pentru a verifica 2FA, vă rugăm să faceți clic pe butonul de mai jos." }, "webAuthnAuthenticate": { - "message": "Authenticate WebAuthn" + "message": "Autentificare WebAuthn" }, "webAuthnNotSupported": { - "message": "WebAuthn is not supported in this browser." + "message": "WebAuthn nu este acceptat în acest browser." }, "webAuthnSuccess": { - "message": "WebAuthn verified successfully! You may close this tab." + "message": "WebAuthn a fost verificat cu succes! Puteți închide această filă." }, "hintEqualsPassword": { - "message": "Your password hint cannot be the same as your password." + "message": "Indiciul dvs. de parolă nu poate fi aceeași cu parola." }, "enrollPasswordReset": { - "message": "Enroll in Password Reset" + "message": "Înscriere în resetarea parolei" }, "enrolledPasswordReset": { - "message": "Enrolled in Password Reset" + "message": "Înregistrat la resetarea parolei" }, "withdrawPasswordReset": { - "message": "Withdraw from Password Reset" + "message": "Retragere din resetarea parolei" }, "enrollPasswordResetSuccess": { - "message": "Enrollment success!" + "message": "Înregistrare reușită!" }, "withdrawPasswordResetSuccess": { - "message": "Withdrawal success!" + "message": "Retragere reușită!" }, "eventEnrollPasswordReset": { - "message": "User $ID$ enrolled in password reset assistance.", + "message": "Utilizator $ID$ s-a înscris în asistența de resetare a parolei.", "placeholders": { "id": { "content": "$1", @@ -3893,7 +3893,7 @@ } }, "eventWithdrawPasswordReset": { - "message": "User $ID$ withdrew from password reset assistance.", + "message": "Utilizatorul $ID$ s-a retras din asistența pentru resetarea parolei.", "placeholders": { "id": { "content": "$1", @@ -3902,7 +3902,7 @@ } }, "eventAdminPasswordReset": { - "message": "Master password reset for user $ID$.", + "message": "Resetarea parolei principale pentru utilizatorul $ID$.", "placeholders": { "id": { "content": "$1", @@ -3911,10 +3911,10 @@ } }, "resetPassword": { - "message": "Reset Password" + "message": "Resetați parola" }, "resetPasswordLoggedOutWarning": { - "message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.", + "message": "Procedând, $NAME$ va fi deconectat de la sesiunea curentă, solicitându-i să se conecteze din nou. Sesiunile active pe alte dispozitive pot continua să rămână active timp de până la o oră.", "placeholders": { "name": { "content": "$1", @@ -3923,99 +3923,99 @@ } }, "thisUser": { - "message": "this user" + "message": "acest utilizator" }, "resetPasswordMasterPasswordPolicyInEffect": { - "message": "One or more organization policies require the master password to meet the following requirements:" + "message": "Una sau mai multe politici ale organizației, necesită ca parola principală să îndeplinească următoarele cerințe:" }, "resetPasswordSuccess": { - "message": "Password reset success!" + "message": "Parolă resetată cu succes!" }, "resetPasswordEnrollmentWarning": { - "message": "Enrollment will allow organization administrators to change your master password. Are you sure you want to enroll?" + "message": "Înscrierea va permite administratorilor organizației să vă schimbe parola principală. Sigur doriți să vă înscrieți?" }, "resetPasswordPolicy": { - "message": "Master Password Reset" + "message": "Resetare parolă principală" }, "resetPasswordPolicyDescription": { - "message": "Allow administrators in the organization to reset organization users' master password." + "message": "Permite administratorilor din organizație să reseteze parola principală a utilizatorilor organizației." }, "resetPasswordPolicyWarning": { - "message": "Users in the organization will need to self-enroll or be auto-enrolled before administrators can reset their master password." + "message": "Utilizatorii din organizație vor trebui să se înregistreze singuri sau, să fie înregistrați automat, înainte ca administratorii să le poată reseta parola principală." }, "resetPasswordPolicyAutoEnroll": { - "message": "Automatic Enrollment" + "message": "Înregistrare automată" }, "resetPasswordPolicyAutoEnrollDescription": { - "message": "All users will be automatically enrolled in password reset once their invite is accepted." + "message": "Toți utilizatorii vor fi înregistrați automat în resetarea parolei odată ce invitația lor este acceptată." }, "resetPasswordPolicyAutoEnrollWarning": { - "message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password." + "message": "Utilizatorii care fac deja parte din organizație, nu vor fi înscriși retroactiv în resetarea parolei. Ei vor trebui să se înregistreze singuri, înainte ca administratorii să poată reseta parola lor principală." }, "resetPasswordPolicyAutoEnrollCheckbox": { - "message": "Automatically enroll new users" + "message": "Înregistrare automată a utilizatorilor noi" }, "resetPasswordAutoEnrollInviteWarning": { - "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." + "message": "Această organizație are o politică de întreprindere care vă va înregistra automat în resetarea parolei. Înregistrarea va permite administratorilor organizației să vă schimbe parola principală." }, "resetPasswordOrgKeysError": { - "message": "Organization Keys response is null" + "message": "Răspunsul Cheilor organizației este nul" }, "resetPasswordDetailsError": { - "message": "Reset Password Details response is null" + "message": "Răspunsul detaliat la resetarea parolei este nul" }, "trashCleanupWarning": { - "message": "Items that have been in Trash more than 30 days will be automatically deleted." + "message": "Articolele care au fost în coșul de reciclare mai mult de 30 de zile vor fi șterse automat." }, "trashCleanupWarningSelfHosted": { - "message": "Items that have been in Trash for a while will be automatically deleted." + "message": "Articolele care au fost în coșul de reciclare de ceva vreme vor fi șterse automat." }, "passwordPrompt": { - "message": "Master password re-prompt" + "message": "Re-solicitare parolă principală" }, "passwordConfirmation": { - "message": "Master password confirmation" + "message": "Confirmare parolă principală" }, "passwordConfirmationDesc": { - "message": "This action is protected. To continue, please re-enter your master password to verify your identity." + "message": "Această acțiune este protejată. Pentru a continua, vă rugăm să reintroduceți parola principală pentru a vă verifica identitatea." }, "reinviteSelected": { - "message": "Resend Invitations" + "message": "Retrimitere invitații" }, "noSelectedUsersApplicable": { - "message": "This action is not applicable to any of the selected users." + "message": "Această acțiune nu se aplică niciunui utilizator selectat." }, "removeUsersWarning": { - "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled." + "message": "Sunteți sigur că doriți să eliminați următorii utilizatori? Finalizarea procesului poate dura câteva secunde și nu poate fi întrerupt sau anulat." }, "confirmSelected": { - "message": "Confirm Selected" + "message": "Confirmați selecția" }, "bulkConfirmStatus": { - "message": "Bulk action status" + "message": "Starea operației în masă" }, "bulkConfirmMessage": { - "message": "Confirmed successfully." + "message": "Confirmat cu succes." }, "bulkReinviteMessage": { - "message": "Reinvited successfully." + "message": "Reinvitat cu succes." }, "bulkRemovedMessage": { - "message": "Removed successfully" + "message": "Eliminat cu succes" }, "bulkFilteredMessage": { - "message": "Excluded, not applicable for this action." + "message": "Exclus, nu se aplică pentru această acțiune." }, "fingerprint": { - "message": "Fingerprint" + "message": "Amprentă" }, "removeUsers": { - "message": "Remove Users" + "message": "Eliminați utilizatorii" }, "error": { - "message": "Error" + "message": "Eroare" }, "resetPasswordManageUsers": { - "message": "Manage Users must also be enabled with the Manage Password Reset permission" + "message": "Gestionare Utilizatori trebuie de asemenea activată cu Gestionare Permisiune de Resetare a Parolei" } } diff --git a/src/locales/ru/messages.json b/src/locales/ru/messages.json index c3afb76693..45ed78e692 100644 --- a/src/locales/ru/messages.json +++ b/src/locales/ru/messages.json @@ -361,7 +361,7 @@ "message": "Поделиться" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "Переместить в организацию" }, "valueCopied": { "message": "$VALUE$ скопирован(о)", @@ -404,7 +404,7 @@ "message": "Хранилище" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "Переместить выбранное в организацию" }, "deleteSelected": { "message": "Удалить выбранное" @@ -452,7 +452,7 @@ "message": "Элемент изменен" }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "$ITEMNAME$ перемещен в $ORGNAME$", "placeholders": { "itemname": { "content": "$1", @@ -465,7 +465,7 @@ } }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "Выбранные элементы перемещены в $ORGNAME$", "placeholders": { "orgname": { "content": "$1", @@ -769,10 +769,10 @@ "message": "Организации" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "Выберите организацию, в которую вы хотите переместить этот элемент. При перемещении в организацию право собственности на элемент переходит к этой организации. Вы больше не будете прямым владельцем этого элемента после его перемещения." }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "Выберите организацию, в которую вы хотите переместить эти элементы. При перемещении в организацию право собственности на элементы переходит к этой организации. Вы больше не будете прямым владельцем этих элементов после их перемещения." }, "collectionsDesc": { "message": "Отредактируйте коллекции, с которыми совместно используется этот элемент. Данный элемент смогут видеть только пользователи организации, имеющие доступ к этим коллекциям." @@ -796,7 +796,7 @@ } }, "moveSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "message": "Вы выбрали $COUNT$ элемента(-ов). $MOVEABLE_COUNT$ элемента(-ов) могут быть перемещены в организацию, $NONMOVEABLE_COUNT$ не могут.", "placeholders": { "count": { "content": "$1", @@ -837,7 +837,7 @@ "message": "Введите мастер-пароль для экспорта данных из хранилища." }, "export": { - "message": "Export" + "message": "Экспорт" }, "exportVault": { "message": "Экспортировать хранилище" @@ -1059,7 +1059,7 @@ "message": "Ничего не было импортировано." }, "importEncKeyError": { - "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." + "message": "Ошибка при расшифровке экспортированного файла. Ваш ключ шифрования не совпадает с ключом шифрования, используемым для экспорта данных." }, "selectFormat": { "message": "Выберите формат файла импорта" @@ -2353,7 +2353,7 @@ } }, "movedItemIdToOrg": { - "message": "Moved item $ID$ to an organization.", + "message": "Элемент $ID$ перемещен в организацию.", "placeholders": { "id": { "content": "$1", @@ -3902,7 +3902,7 @@ } }, "eventAdminPasswordReset": { - "message": "Master password reset for user $ID$.", + "message": "Мастер-пароль сброшен для пользователя $ID$.", "placeholders": { "id": { "content": "$1", @@ -3911,10 +3911,10 @@ } }, "resetPassword": { - "message": "Reset Password" + "message": "Сбросить пароль" }, "resetPasswordLoggedOutWarning": { - "message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.", + "message": "В случае продолжения сессия $NAME$ будет завершена, что потребует повторной авторизации. Сессии на других устройствах могут оставаться активными до одного часа.", "placeholders": { "name": { "content": "$1", @@ -3923,52 +3923,52 @@ } }, "thisUser": { - "message": "this user" + "message": "этот пользователь" }, "resetPasswordMasterPasswordPolicyInEffect": { - "message": "One or more organization policies require the master password to meet the following requirements:" + "message": "Согласно одной или нескольким политикам организации необходимо, чтобы мастер-пароль отвечал следующим требованиям:" }, "resetPasswordSuccess": { - "message": "Password reset success!" + "message": "Пароль успешно сброшен!" }, "resetPasswordEnrollmentWarning": { - "message": "Enrollment will allow organization administrators to change your master password. Are you sure you want to enroll?" + "message": "Регистрация позволит администраторам организации изменять мастер-пароль. Вы действительно хотите зарегистрироваться?" }, "resetPasswordPolicy": { - "message": "Master Password Reset" + "message": "Сброс мастер-пароля" }, "resetPasswordPolicyDescription": { - "message": "Allow administrators in the organization to reset organization users' master password." + "message": "Разрешить администраторам организации сбрасывать мастер-пароль пользователей организации." }, "resetPasswordPolicyWarning": { - "message": "Users in the organization will need to self-enroll or be auto-enrolled before administrators can reset their master password." + "message": "Пользователи в организации должны самостоятельно зарегистрироваться или быть автоматически зарегистрированными, чтобы администраторы могли сбросить их мастер-пароль." }, "resetPasswordPolicyAutoEnroll": { - "message": "Automatic Enrollment" + "message": "Автоматическая регистрация" }, "resetPasswordPolicyAutoEnrollDescription": { - "message": "All users will be automatically enrolled in password reset once their invite is accepted." + "message": "Все пользователи будут автоматически зачислены на сброс пароля после того, как их приглашение будет принято." }, "resetPasswordPolicyAutoEnrollWarning": { - "message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password." + "message": "Пользователи, уже входящие в организацию, не будут задним числом зачислены на сброс пароля. Им придется зарегистрироваться самостоятельно, чтобы администраторы могли сбросить их мастер-пароль." }, "resetPasswordPolicyAutoEnrollCheckbox": { - "message": "Automatically enroll new users" + "message": "Автоматически регистрировать новых пользователей" }, "resetPasswordAutoEnrollInviteWarning": { - "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." + "message": "Эта организация имеет политику предприятия, которая автоматически зачислит вас в сброс пароля. Регистрация позволит администраторам организации изменить ваш мастер-пароль." }, "resetPasswordOrgKeysError": { - "message": "Organization Keys response is null" + "message": "Ответ на ключи организации пустой" }, "resetPasswordDetailsError": { - "message": "Reset Password Details response is null" + "message": "Ответ на сброс пароля пустой" }, "trashCleanupWarning": { - "message": "Шифры, которые находились в корзине более 30 дней, будут автоматически удалены." + "message": "Элементы, которые находились в корзине более 30 дней, будут автоматически удалены." }, "trashCleanupWarningSelfHosted": { - "message": "Шифры, которые находились в корзине в течение некоторого времени, будут автоматически удалены." + "message": "Элементы, которые находились в корзине в течение некоторого времени, будут автоматически удалены." }, "passwordPrompt": { "message": "Повторный запрос мастер-пароля" @@ -3980,42 +3980,42 @@ "message": "Это действие защищено. Для продолжения введите свой мастер-пароль, чтобы подтвердить свою личность." }, "reinviteSelected": { - "message": "Resend Invitations" + "message": "Отправить приглашения повторно" }, "noSelectedUsersApplicable": { - "message": "This action is not applicable to any of the selected users." + "message": "Это действие не применимо ни к одному из выбранных пользователей." }, "removeUsersWarning": { - "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled." + "message": "Вы уверены, что хотите удалить следующих пользователей? Процесс может занять несколько секунд и не может быть прерван или отменен." }, "confirmSelected": { - "message": "Confirm Selected" + "message": "Подтвердить выбранное" }, "bulkConfirmStatus": { - "message": "Bulk action status" + "message": "Статус массового действия" }, "bulkConfirmMessage": { - "message": "Confirmed successfully." + "message": "Подтверждено успешно." }, "bulkReinviteMessage": { - "message": "Reinvited successfully." + "message": "Повторно приглашен успешно." }, "bulkRemovedMessage": { - "message": "Removed successfully" + "message": "Удален(-о) успешно" }, "bulkFilteredMessage": { - "message": "Excluded, not applicable for this action." + "message": "Исключено, не применимо для данного действия." }, "fingerprint": { - "message": "Fingerprint" + "message": "Отпечаток" }, "removeUsers": { - "message": "Remove Users" + "message": "Удалить пользователей" }, "error": { - "message": "Error" + "message": "Ошибка" }, "resetPasswordManageUsers": { - "message": "Manage Users must also be enabled with the Manage Password Reset permission" + "message": "Управление пользователями также должно быть включено с разрешением Управление сбросом пароля" } } diff --git a/src/locales/sk/messages.json b/src/locales/sk/messages.json index e139471785..f7d91c3bd0 100644 --- a/src/locales/sk/messages.json +++ b/src/locales/sk/messages.json @@ -361,7 +361,7 @@ "message": "Zdieľať" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "Presunúť do organizácie" }, "valueCopied": { "message": "$VALUE$ skopírované", @@ -404,7 +404,7 @@ "message": "Trezor" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "Presunúť vybraté do organizácie" }, "deleteSelected": { "message": "Odstrániť vybrané" @@ -452,7 +452,7 @@ "message": "Položka upravená" }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "$ITEMNAME$ presunuté do $ORGNAME$", "placeholders": { "itemname": { "content": "$1", @@ -465,7 +465,7 @@ } }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "Vybraté položky boli presunuté do $ORGNAME$", "placeholders": { "orgname": { "content": "$1", @@ -745,13 +745,13 @@ "message": "FIDO U2F bezpečnostný kľúč" }, "webAuthnTitle": { - "message": "FIDO2 WebAuth" + "message": "FIDO2 WebAuthn" }, "webAuthnDesc": { - "message": "Použiť akýkoľvek WebAuth bezpečnostný kľúč pre prístup k vášmu účtu." + "message": "Použiť akýkoľvek WebAuthn bezpečnostný kľúč pre prístup k vášmu účtu." }, "webAuthnMigrated": { - "message": "(Migrovavané z FIDO)" + "message": "(Migrované z FIDO)" }, "emailTitle": { "message": "Email" @@ -769,10 +769,10 @@ "message": "Organizácie" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "Vyberte organizáciu, do ktorej chcete presunúť túto položku. Presunom do organizácie sa vlastníctvo položky prenáša na túto organizáciu. Po presunutí už nebudete priamym vlastníkom danej položky." }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "Vyberte organizáciu, do ktorej chcete presunúť tieto položky. Presunom do organizácie sa vlastníctvo položky prenáša na túto organizáciu. Po presunutí už nebudete priamym vlastníkom daných položiek." }, "collectionsDesc": { "message": "Upravte zbierky s ktorými bude táto položka zdieľaná. Iba členovia organizácie s prístupom k vybraným zbierkam budú vidieť túto položku." @@ -796,7 +796,7 @@ } }, "moveSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "message": "Vybrali ste $COUNT$ položku(iek). $MOVEABLE_COUNT$ položka(iek) môže(u) byť presunuté do organizácie, $NONMOVEABLE_COUNT$ nemôže(u).", "placeholders": { "count": { "content": "$1", @@ -837,7 +837,7 @@ "message": "Zadajte vaše hlavné heslo pre export údajov trezoru." }, "export": { - "message": "Export" + "message": "Exportovať" }, "exportVault": { "message": "Export trezoru" @@ -1059,7 +1059,7 @@ "message": "Nič na importovanie." }, "importEncKeyError": { - "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." + "message": "Chyba pri dešifrovaní exportovaného súboru. Váš šifrovací kľúč sa nezhoduje so šifrovacím kľúčom použitým pri exporte údajov." }, "selectFormat": { "message": "Vyberte formát súboru importu" @@ -2353,7 +2353,7 @@ } }, "movedItemIdToOrg": { - "message": "Moved item $ID$ to an organization.", + "message": "Položka $ID$ presunutá do organizácie.", "placeholders": { "id": { "content": "$1", @@ -2662,7 +2662,7 @@ "message": "Overovanie zlyhalo. Skúste si odoslať nový verifikačný e-mail." }, "emailVerificationRequired": { - "message": "Vyžaduje sa overenie e-mailom" + "message": "Vyžaduje sa overenie e-mailu" }, "emailVerificationRequiredDesc": { "message": "Na používanie tejto funkcie musíte overiť svoj e-mail." @@ -3854,37 +3854,37 @@ "message": "Pri ukladaní dátumov odstránenia a vypršania platnosti sa vyskytla chyba." }, "webAuthnFallbackMsg": { - "message": "Na overenie 2Fa, prosím, kliknite na tlačidlo nižšie." + "message": "Na overenie 2FA, prosím, kliknite na tlačidlo nižšie." }, "webAuthnAuthenticate": { - "message": "Overiť cez WebAuth" + "message": "Overiť cez WebAuthn" }, "webAuthnNotSupported": { "message": "Tento prehliadač nepodporuje WebAuthn." }, "webAuthnSuccess": { - "message": "WebAuthn bol úspešne overený!
Túto kartu môžete zavrieť." + "message": "WebAuthn bol úspešne overený! Túto kartu môžete zavrieť." }, "hintEqualsPassword": { "message": "Nápoveda pre heslo nemôže byť rovnaká ako heslo." }, "enrollPasswordReset": { - "message": "Enroll in Password Reset" + "message": "Zaregistrovať sa pre obnovu hesla" }, "enrolledPasswordReset": { - "message": "Enrolled in Password Reset" + "message": "Zaregistrovaný pre obnovu hesla" }, "withdrawPasswordReset": { - "message": "Withdraw from Password Reset" + "message": "Odhlásiť sa z obnovy hesla" }, "enrollPasswordResetSuccess": { - "message": "Enrollment success!" + "message": "Registrácia úspešná!" }, "withdrawPasswordResetSuccess": { - "message": "Withdrawal success!" + "message": "Odhlásenie úspešné!" }, "eventEnrollPasswordReset": { - "message": "User $ID$ enrolled in password reset assistance.", + "message": "Používateľ $ID$ sa registroval na pomoc s obnovou hesla.", "placeholders": { "id": { "content": "$1", @@ -3893,7 +3893,7 @@ } }, "eventWithdrawPasswordReset": { - "message": "User $ID$ withdrew from password reset assistance.", + "message": "Používateľ $ID$ sa odhlásil z pomoci obnovy hesla.", "placeholders": { "id": { "content": "$1", @@ -3902,7 +3902,7 @@ } }, "eventAdminPasswordReset": { - "message": "Master password reset for user $ID$.", + "message": "Obnoviť hlavné heslo pre používateľa $ID$.", "placeholders": { "id": { "content": "$1", @@ -3911,10 +3911,10 @@ } }, "resetPassword": { - "message": "Reset Password" + "message": "Obnoviť heslo" }, "resetPasswordLoggedOutWarning": { - "message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.", + "message": "Pokračovaním sa $NAME$ odhlási z aktuálnej relácie a bude sa musieť znova prihlásiť. Aktívne relácie na iných zariadeniach môžu zostať aktívne až jednu hodinu.", "placeholders": { "name": { "content": "$1", @@ -3923,52 +3923,52 @@ } }, "thisUser": { - "message": "this user" + "message": "tento používateľ" }, "resetPasswordMasterPasswordPolicyInEffect": { - "message": "One or more organization policies require the master password to meet the following requirements:" + "message": "Jedno alebo viac pravidiel organizácie požadujú, aby hlavné heslo spĺňalo nasledujúce požiadavky:" }, "resetPasswordSuccess": { - "message": "Password reset success!" + "message": "Heslo bolo úspešne obnovené!" }, "resetPasswordEnrollmentWarning": { - "message": "Enrollment will allow organization administrators to change your master password. Are you sure you want to enroll?" + "message": "Registrácia umožní správcom organizácie zmeniť vaše hlavné heslo. Naozaj sa chcete zaregistrovať?" }, "resetPasswordPolicy": { - "message": "Master Password Reset" + "message": "Hlavné heslo obnovené" }, "resetPasswordPolicyDescription": { - "message": "Allow administrators in the organization to reset organization users' master password." + "message": "Umožní správcom v organizácii resetovať hlavné heslo používateľov organizácie." }, "resetPasswordPolicyWarning": { - "message": "Users in the organization will need to self-enroll or be auto-enrolled before administrators can reset their master password." + "message": "Používatelia v organizácii sa budú musieť sami zaregistrovať alebo byť automaticky zaregistrovaní predtým, ako budú môcť správcovia resetovať ich hlavné heslo." }, "resetPasswordPolicyAutoEnroll": { - "message": "Automatic Enrollment" + "message": "Automatická registrácia" }, "resetPasswordPolicyAutoEnrollDescription": { - "message": "All users will be automatically enrolled in password reset once their invite is accepted." + "message": "Všetci používatelia budú po prijatí pozvánky automaticky zaregistrovaní na obnovenie hesla." }, "resetPasswordPolicyAutoEnrollWarning": { - "message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password." + "message": "Používatelia, ktorí už v organizácii sú, nebudú spätne zaregistrovaní na obnovenie hesla. Budú sa musieť sami zaregistrovať predtým, ako im administrátori obnovia hlavné heslo." }, "resetPasswordPolicyAutoEnrollCheckbox": { - "message": "Automatically enroll new users" + "message": "Automaticky zaregistrovať nových používateľov" }, "resetPasswordAutoEnrollInviteWarning": { - "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." + "message": "Táto organizácia má podnikovú politiku, ktorá vás automaticky zaregistruje na obnovenia hesla. Registrácia umožní správcom organizácie zmeniť vaše hlavné heslo." }, "resetPasswordOrgKeysError": { - "message": "Organization Keys response is null" + "message": "Prázdná odpoveď Organization Keys" }, "resetPasswordDetailsError": { - "message": "Reset Password Details response is null" + "message": "Odpoveď na obnovenie hesla je prázdna" }, "trashCleanupWarning": { - "message": "Items that have been in Trash more than 30 days will be automatically deleted." + "message": "Položky ktoré boli v Koši viac ako 30 dní budú automaticky vymazané." }, "trashCleanupWarningSelfHosted": { - "message": "Items that have been in Trash for a while will be automatically deleted." + "message": "Položky v Koši budú po nejakej dobe automaticky vymazané." }, "passwordPrompt": { "message": "Znova zadajte hlavné heslo" @@ -3980,42 +3980,42 @@ "message": "Táto akcia je chránená. Ak chcete pokračovať, znova zadajte hlavné heslo a overte svoju totožnosť." }, "reinviteSelected": { - "message": "Resend Invitations" + "message": "Znovu poslať pozvánky" }, "noSelectedUsersApplicable": { - "message": "This action is not applicable to any of the selected users." + "message": "Táto akcia sa nevzťahuje na žiadneho z vybraných používateľov." }, "removeUsersWarning": { - "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled." + "message": "Naozaj chcete odstrániť týchto používateľov? Dokončenie procesu môže trvať niekoľko sekúnd a nie je možné ho prerušiť ani zrušiť." }, "confirmSelected": { - "message": "Confirm Selected" + "message": "Potvrdiť vybrané" }, "bulkConfirmStatus": { - "message": "Bulk action status" + "message": "Stav hromadnej akcie" }, "bulkConfirmMessage": { - "message": "Confirmed successfully." + "message": "Úspešne potvrdené." }, "bulkReinviteMessage": { - "message": "Reinvited successfully." + "message": "Opätovné pozvanie úspešné." }, "bulkRemovedMessage": { - "message": "Removed successfully" + "message": "Odstránenie úspešné" }, "bulkFilteredMessage": { - "message": "Excluded, not applicable for this action." + "message": "Vylúčené, neplatí pre túto akciu." }, "fingerprint": { - "message": "Fingerprint" + "message": "Odtlačok prsta" }, "removeUsers": { - "message": "Remove Users" + "message": "Odstrániť používateľov" }, "error": { - "message": "Error" + "message": "Chyba" }, "resetPasswordManageUsers": { - "message": "Manage Users must also be enabled with the Manage Password Reset permission" + "message": "Správa používateľov musí byť povolená aj s oprávnením spravovať obnovenie hesla" } } diff --git a/src/locales/sv/messages.json b/src/locales/sv/messages.json index 34b2bfdd08..88edbcd2c8 100644 --- a/src/locales/sv/messages.json +++ b/src/locales/sv/messages.json @@ -361,7 +361,7 @@ "message": "Dela" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "Flytta till organisation" }, "valueCopied": { "message": "$VALUE$ kopierades", @@ -404,7 +404,7 @@ "message": "Valv" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "Flytta valda till organisation" }, "deleteSelected": { "message": "Radera markerade" @@ -452,7 +452,7 @@ "message": "Redigerade objekt" }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "$ITEMNAME$ flyttades till $ORGNAME$", "placeholders": { "itemname": { "content": "$1", @@ -465,7 +465,7 @@ } }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "De valda objekten flyttades till $ORGNAME$", "placeholders": { "orgname": { "content": "$1", @@ -769,10 +769,10 @@ "message": "Organisationer" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "Välj en organisation som du vill flytta detta objektet till. Flytt till en organisation överför ägandet av objektet till den organisationen. Du kommer inte längre att vara direkt ägare till detta objekt när det har flyttats." }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "Välj en organisation som du vill flytta dessa objekt till. Flytt till en organisation överför ägandet av objekten till den organisationen. Du kommer inte längre att vara direkt ägare till dessa objekt när de har flyttats." }, "collectionsDesc": { "message": "Redigera de samlingar som detta objekt delas med. Endast organisationsanvändare med tillgång till dessa samlingar kommer att kunna se detta objekt." @@ -796,7 +796,7 @@ } }, "moveSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "message": "Du har valt $COUNT$ objekt. $MOVEABLE_COUNT$ objekt kan flyttas till en organisation, $NONMOVEABLE_COUNT$ kan det inte.", "placeholders": { "count": { "content": "$1", @@ -837,7 +837,7 @@ "message": "Ange ditt huvudlösenord för att exportera ditt valv." }, "export": { - "message": "Export" + "message": "Exportera" }, "exportVault": { "message": "Exportera valv" @@ -915,7 +915,7 @@ } }, "loggedOutWarning": { - "message": "Om du fortsätter kommer du loggas ut från din nuvarande session och du kommer behöver logga in igen. Aktiva sessioner på andra enheter kan fortsätta vara aktiva i upp till en timme." + "message": "Om du fortsätter kommer du loggas ut från sin nuvarande session vilket kräver att du loggar in igen. Aktiva sessioner på andra enheter kan fortsätta vara aktiva i upp till en timme." }, "emailChanged": { "message": "E-postadressen ändrades" @@ -987,7 +987,7 @@ "message": "Orolig att ditt konto är inloggat på en annan enhet? Fortsätt nedan för att avauktorisera alla datorer eller enheter som du har använt tidigare. Detta rekommenderas om du har använt en offentlig dator eller av misstag sparat ditt lösenord på en enhet som inte är din. Detta steg kommer också att rensa alla tidigare ihågkomna sessioner med tvåstegsverifiering." }, "deauthorizeSessionsWarning": { - "message": "Om du fortsätter kommer du även loggas ut från din nuvarande session och du kommer behöver logga in igen. Du kommer även behöva verifiera med tvåstegsverifiering om det är aktiverat. Aktiva sessioner på andra enheter kan fortsätta vara aktiva i upp till en timme." + "message": "Om du fortsätter kommer du loggas ut från sin nuvarande session vilket kräver att du loggar in igen. Du kommer även behöva verifiera med tvåstegsverifiering om det är aktiverat. Aktiva sessioner på andra enheter kan fortsätta vara aktiva i upp till en timme." }, "sessionsDeauthorized": { "message": "Alla sessioner avauktoriserades" @@ -1059,7 +1059,7 @@ "message": "Ingenting importerades." }, "importEncKeyError": { - "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." + "message": "Ett fel uppstod vid dekryptering av den exporterade filen. Din krypteringsnyckel matchar inte krypteringsnyckeln som användes för att exportera datan." }, "selectFormat": { "message": "Välj importfilens format" @@ -2353,7 +2353,7 @@ } }, "movedItemIdToOrg": { - "message": "Moved item $ID$ to an organization.", + "message": "Flyttade objektet $ID$ till en organisation.", "placeholders": { "id": { "content": "$1", @@ -3685,7 +3685,7 @@ "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendOptionsPolicyInEffect": { - "message": "Följande organisationsprinciper är aktiva just nu:" + "message": "Följande organisationspolicyer är aktiva just nu:" }, "sendDisableHideEmailInEffect": { "message": "Användare får inte dölja sin e-postadress från mottagare när de skapar eller redigerar en Send.", @@ -3854,7 +3854,7 @@ "message": "Det gick inte att spara raderings- och utgångsdatum." }, "webAuthnFallbackMsg": { - "message": "Vänligen klicka på knappen nedan för att verifiera din 2FA." + "message": "Klicka på knappen nedan för att verifiera din 2FA." }, "webAuthnAuthenticate": { "message": "Autentisera WebAutn" @@ -3869,19 +3869,19 @@ "message": "Din lösenordsledtråd får inte vara samma som ditt lösenord." }, "enrollPasswordReset": { - "message": "Enroll in Password Reset" + "message": "Delta i lösenordsåterställning" }, "enrolledPasswordReset": { - "message": "Enrolled in Password Reset" + "message": "Deltar ​i lösenordsåterställning" }, "withdrawPasswordReset": { - "message": "Withdraw from Password Reset" + "message": "Utträd från lösenordsåterställning" }, "enrollPasswordResetSuccess": { - "message": "Enrollment success!" + "message": "Deltagandet lyckades!" }, "withdrawPasswordResetSuccess": { - "message": "Withdrawal success!" + "message": "Utträdet lyckades!" }, "eventEnrollPasswordReset": { "message": "Användare $ID$ anmälde sig till hjälp för återställning av lösenord.", @@ -3902,7 +3902,7 @@ } }, "eventAdminPasswordReset": { - "message": "Master password reset for user $ID$.", + "message": "Huvudlösenordet återställdes för användaren $ID$.", "placeholders": { "id": { "content": "$1", @@ -3911,10 +3911,10 @@ } }, "resetPassword": { - "message": "Reset Password" + "message": "Återställ lösenord" }, "resetPasswordLoggedOutWarning": { - "message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.", + "message": "Om du fortsätter kommer $NAME$ loggas ut från sin nuvarande session vilket kräver att de loggar in igen. Aktiva sessioner på andra enheter kan fortsätta vara aktiva i upp till en timme.", "placeholders": { "name": { "content": "$1", @@ -3923,52 +3923,52 @@ } }, "thisUser": { - "message": "this user" + "message": "denna användare" }, "resetPasswordMasterPasswordPolicyInEffect": { - "message": "One or more organization policies require the master password to meet the following requirements:" + "message": "En eller flera organisationspolicyer kräver att huvudlösenordet uppfyller följande krav:" }, "resetPasswordSuccess": { - "message": "Password reset success!" + "message": "Lösenordsåterställningen lyckades!" }, "resetPasswordEnrollmentWarning": { - "message": "Enrollment will allow organization administrators to change your master password. Are you sure you want to enroll?" + "message": "Deltagande tillåter organisationsadministratörer att ändra ditt huvudlösenord. Är du säker på att du vill delta?" }, "resetPasswordPolicy": { - "message": "Master Password Reset" + "message": "Återställning av huvudlösenord" }, "resetPasswordPolicyDescription": { - "message": "Allow administrators in the organization to reset organization users' master password." + "message": "Tillåt administratörer i organisationen att återställa organisationens användares huvudlösenord." }, "resetPasswordPolicyWarning": { - "message": "Users in the organization will need to self-enroll or be auto-enrolled before administrators can reset their master password." + "message": "Användare i organisationen måste själva delta eller delta automatiskt innan administratörer kan återställa deras huvudlösenord." }, "resetPasswordPolicyAutoEnroll": { - "message": "Automatic Enrollment" + "message": "Automatiskt deltagande" }, "resetPasswordPolicyAutoEnrollDescription": { - "message": "All users will be automatically enrolled in password reset once their invite is accepted." + "message": "Alla användare kommer automatiskt att delta i lösenordsåterställning när deras inbjudan accepteras." }, "resetPasswordPolicyAutoEnrollWarning": { - "message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password." + "message": "Användare som redan är med i organisationen kommer inte att retroaktivt delta i lösenordsåterställning. De kommer behöva delta själva innan administratörer kan återställa sitt huvudlösenord." }, "resetPasswordPolicyAutoEnrollCheckbox": { - "message": "Automatically enroll new users" + "message": "Automatiskt deltagande för nya användare" }, "resetPasswordAutoEnrollInviteWarning": { - "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." + "message": "Denna organisation har en företagspolicy som automatiskt registrerar dig för lösenordsåterställning. Deltagandet gör det möjligt för organisationsadministratörer att ändra ditt huvudlösenord." }, "resetPasswordOrgKeysError": { - "message": "Organization Keys response is null" + "message": "Svaret om organisationnycklar är null" }, "resetPasswordDetailsError": { - "message": "Reset Password Details response is null" + "message": "Svaret om detaljer om lösenordsåterställning är null" }, "trashCleanupWarning": { - "message": "Ciphers som har varit i papperskorgen mer än 30 dagar raderas automatiskt." + "message": "Objekt som har varit i papperskorgen i mer än 30 dagar raderas automatiskt." }, "trashCleanupWarningSelfHosted": { - "message": "Ciphers som har varit i papperskorgen ett tag kommer att raderas automatiskt." + "message": "Objekt som har varit i papperskorgen ett tag raderas automatiskt." }, "passwordPrompt": { "message": "Återupprepa huvudlösenord" @@ -3977,45 +3977,45 @@ "message": "Bekräfta huvudlösenord" }, "passwordConfirmationDesc": { - "message": "Denna åtgärd är skyddad. För att fortsätta, vänligen verifiera din identitet genom att ange ditt huvudlösenord." + "message": "Denna åtgärd är skyddad. För att fortsätta, ange ditt huvudlösenord igen för att verifiera din identitet." }, "reinviteSelected": { - "message": "Resend Invitations" + "message": "Skicka inbjudningar igen" }, "noSelectedUsersApplicable": { - "message": "This action is not applicable to any of the selected users." + "message": "Denna åtgärd är inte tillämplig på någon av de valda användarna." }, "removeUsersWarning": { - "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled." + "message": "Är du säker på att du vill ta bort följande användare? Processen kan ta några sekunder att slutföra och kan inte pausas eller avbrytas." }, "confirmSelected": { - "message": "Confirm Selected" + "message": "Bekräfta valda" }, "bulkConfirmStatus": { - "message": "Bulk action status" + "message": "Status för massåtgärd" }, "bulkConfirmMessage": { - "message": "Confirmed successfully." + "message": "Bekräftade." }, "bulkReinviteMessage": { - "message": "Reinvited successfully." + "message": "Bjöd in igen." }, "bulkRemovedMessage": { - "message": "Removed successfully" + "message": "Tog bort" }, "bulkFilteredMessage": { - "message": "Excluded, not applicable for this action." + "message": "Exkluderad, inte tillämplig för denna åtgärd." }, "fingerprint": { - "message": "Fingerprint" + "message": "Fingeravtryck" }, "removeUsers": { - "message": "Remove Users" + "message": "Ta bort användare" }, "error": { - "message": "Error" + "message": "Fel" }, "resetPasswordManageUsers": { - "message": "Manage Users must also be enabled with the Manage Password Reset permission" + "message": "Hantera användare måste också aktiveras med rättigheten Hantera lösenordsåterställning" } } diff --git a/src/locales/tr/messages.json b/src/locales/tr/messages.json index 8eb9388c78..f325acc081 100644 --- a/src/locales/tr/messages.json +++ b/src/locales/tr/messages.json @@ -361,7 +361,7 @@ "message": "Paylaş" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "Kuruluşa taşı" }, "valueCopied": { "message": "$VALUE$ kopyalandı", @@ -404,7 +404,7 @@ "message": "Kasa" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "Seçilenleri kuruluşa taşı" }, "deleteSelected": { "message": "Seçilenleri sil" @@ -452,7 +452,7 @@ "message": "Kayıt düzenlendi" }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "$ITEMNAME$ $ORGNAME$ kuruluşuna taşındı", "placeholders": { "itemname": { "content": "$1", @@ -465,7 +465,7 @@ } }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "Seçilen kayıtlar $ORGNAME$ kuruluşuna taşındı", "placeholders": { "orgname": { "content": "$1", @@ -751,7 +751,7 @@ "message": "Hesabınıza erişmek için WebAuthn uyumlu bir güvenlik anahtarı kullanın." }, "webAuthnMigrated": { - "message": "(FIDO'dan Geçirildi)" + "message": "(FIDO'dan taşındı)" }, "emailTitle": { "message": "E-posta" @@ -769,10 +769,10 @@ "message": "Kuruluşlar" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "Bu kaydı taşımak istediğiniz kuruluşu seçin. Taşıdığınız kaydın sahipliği seçtiğiniz kuruluşa aktarılacak. Artık bu kaydın doğrudan sahibi olmayacaksınız." }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "Bu kayıtları taşımak istediğiniz kuruluşu seçin. Taşıdığınız kayıtların sahipliği seçtiğiniz kuruluşa aktarılacak. Artık bu kayıtların doğrudan sahibi olmayacaksınız." }, "collectionsDesc": { "message": "Bu nesnenin şu anda paylaşıldığı koleksiyonları düzenler. Kurumdaki kullanıcılardan yalnızca bu koleksiyonlara erişimi olanlar bu nesneyi görebilirler." @@ -837,7 +837,7 @@ "message": "Kasadaki verilerinizi dışa aktarmak için ana parolanızı girin." }, "export": { - "message": "Export" + "message": "Dışarı aktar" }, "exportVault": { "message": "Kasayı dışa aktar" @@ -1373,7 +1373,7 @@ "message": "Platform sınırlamaları nedeniyle, FIDO U2F tüm Bitwarden uygulamalarında kullanılamaz. Başka bir iki adımlı giriş sağlayıcısını etkinleştirmeniz gerekir, böylece FIDO U2F kullanılamadığında hesabınıza erişebilirsiniz. Desteklenen platformlar:" }, "twoFactorU2fSupportWeb": { - "message": "Web kasası ve U2F etkinleştirilmiş bir tarayıcıya (FIDO U2F etkinleştirilmiş Chrome, Opera, Vivaldi veya Firefox) sahip bir masaüstü/dizüstü bilgisayarda tarayıcı uzantıları." + "message": "Web kasası ve U2F uyumlu bir tarayıcıya (FIDO U2F uyumlu Chrome, Opera, Vivaldi veya Firefox) sahip bir bilgisayardaki tarayıcı uzantıları." }, "twoFactorU2fWaiting": { "message": "Güvenlik anahtarınızdaki düğmeye dokunmanız bekleniyor" @@ -3911,7 +3911,7 @@ } }, "resetPassword": { - "message": "Reset Password" + "message": "Parolayı sıfırla" }, "resetPasswordLoggedOutWarning": { "message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.", @@ -3926,16 +3926,16 @@ "message": "this user" }, "resetPasswordMasterPasswordPolicyInEffect": { - "message": "One or more organization policies require the master password to meet the following requirements:" + "message": "Bir veya daha fazla kuruluş ilkesi gereğince ana parola aşağıdaki gereksinimleri karşılamalıdır:" }, "resetPasswordSuccess": { - "message": "Password reset success!" + "message": "Parola başarıyla sıfırlandı." }, "resetPasswordEnrollmentWarning": { "message": "Enrollment will allow organization administrators to change your master password. Are you sure you want to enroll?" }, "resetPasswordPolicy": { - "message": "Master Password Reset" + "message": "Ana parola sıfırlama" }, "resetPasswordPolicyDescription": { "message": "Allow administrators in the organization to reset organization users' master password." @@ -3980,7 +3980,7 @@ "message": "Bu işleme devam etmek için lütfen ana parolanızı yeniden girin." }, "reinviteSelected": { - "message": "Resend Invitations" + "message": "Davetleri yeniden gönder" }, "noSelectedUsersApplicable": { "message": "This action is not applicable to any of the selected users." @@ -3995,25 +3995,25 @@ "message": "Bulk action status" }, "bulkConfirmMessage": { - "message": "Confirmed successfully." + "message": "Başarıyla onaylandı." }, "bulkReinviteMessage": { "message": "Reinvited successfully." }, "bulkRemovedMessage": { - "message": "Removed successfully" + "message": "Başarıyla kaldırıldı" }, "bulkFilteredMessage": { "message": "Excluded, not applicable for this action." }, "fingerprint": { - "message": "Fingerprint" + "message": "Parmak izi" }, "removeUsers": { - "message": "Remove Users" + "message": "Kullanıcıları kaldır" }, "error": { - "message": "Error" + "message": "Hata" }, "resetPasswordManageUsers": { "message": "Manage Users must also be enabled with the Manage Password Reset permission" diff --git a/src/locales/uk/messages.json b/src/locales/uk/messages.json index 7508f35fb4..e70647db59 100644 --- a/src/locales/uk/messages.json +++ b/src/locales/uk/messages.json @@ -361,7 +361,7 @@ "message": "Поділитися" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "Перемістити до організації" }, "valueCopied": { "message": "$VALUE$ скопійовано", @@ -404,7 +404,7 @@ "message": "Сховище" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "Перемістити вибране до організації" }, "deleteSelected": { "message": "Видалити вибране" @@ -452,7 +452,7 @@ "message": "Запис змінено" }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "$ITEMNAME$ переміщено до $ORGNAME$", "placeholders": { "itemname": { "content": "$1", @@ -465,7 +465,7 @@ } }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "Вибрані записи переміщено до $ORGNAME$", "placeholders": { "orgname": { "content": "$1", @@ -769,10 +769,10 @@ "message": "Організації" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "Виберіть організацію, до якої ви бажаєте перемістити цей запис. При переміщенні до організації власність запису передається тій організації. Ви більше не будете єдиним власником цього запису після переміщення." }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "Виберіть організацію, до якої ви бажаєте перемістити ці записи. При переміщенні до організації власність записів передається тій організації. Ви більше не будете єдиним власником цих записів після переміщення." }, "collectionsDesc": { "message": "Редагуйте збірки, з якими цей запис знаходиться в спільному доступі. Лише учасники організацій з доступом до цих збірок матимуть можливість бачити цей запис." @@ -796,7 +796,7 @@ } }, "moveSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "message": "Ви вибрали $COUNT$ запис(ів). $MOVEABLE_COUNT$ запис(ів) можна перемістити до організації, $NONMOVEABLE_COUNT$ не можна.", "placeholders": { "count": { "content": "$1", @@ -837,7 +837,7 @@ "message": "Введіть головний пароль, щоб експортувати дані сховища." }, "export": { - "message": "Export" + "message": "Експорт" }, "exportVault": { "message": "Експорт сховища" @@ -1059,7 +1059,7 @@ "message": "Нічого не імпортовано." }, "importEncKeyError": { - "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." + "message": "Помилка при розшифруванні експортованого файлу. Ваш ключ шифрування відрізняється від ключа, використаного при експортуванні даних." }, "selectFormat": { "message": "Оберіть формат імпортованого файлу" @@ -2353,7 +2353,7 @@ } }, "movedItemIdToOrg": { - "message": "Moved item $ID$ to an organization.", + "message": "Запис $ID$ переміщено до організації.", "placeholders": { "id": { "content": "$1", @@ -3863,7 +3863,7 @@ "message": "WebAuthn не підтримується в цьому браузері." }, "webAuthnSuccess": { - "message": "WebAuthn успішно підтверджено!
Ви можете закрити цю вкладку." + "message": "WebAuthn успішно підтверджено! Ви можете закрити цю вкладку." }, "hintEqualsPassword": { "message": "Підказка для пароля не може бути такою самою, як ваш пароль." @@ -3902,7 +3902,7 @@ } }, "eventAdminPasswordReset": { - "message": "Master password reset for user $ID$.", + "message": "Головний пароль для користувача $ID$ скинуто.", "placeholders": { "id": { "content": "$1", @@ -3911,10 +3911,10 @@ } }, "resetPassword": { - "message": "Reset Password" + "message": "Скинути пароль" }, "resetPasswordLoggedOutWarning": { - "message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.", + "message": "Продовжуючи, користувач $NAME$ вийде зі свого поточного сеансу і йому необхідно буде виконати вхід знову. Активні сеанси на інших пристроях можуть залишатися активними протягом години.", "placeholders": { "name": { "content": "$1", @@ -3923,46 +3923,46 @@ } }, "thisUser": { - "message": "this user" + "message": "цей користувач" }, "resetPasswordMasterPasswordPolicyInEffect": { - "message": "One or more organization policies require the master password to meet the following requirements:" + "message": "Одна або декілька політик організації вимагають дотримання таких вимог для головного пароля:" }, "resetPasswordSuccess": { - "message": "Password reset success!" + "message": "Пароль успішно скинуто!" }, "resetPasswordEnrollmentWarning": { - "message": "Enrollment will allow organization administrators to change your master password. Are you sure you want to enroll?" + "message": "Розгортання дозволить адміністраторам організації змінювати ваш головний пароль. Ви дійсно хочете розгорнути?" }, "resetPasswordPolicy": { - "message": "Master Password Reset" + "message": "Скидання головного пароля" }, "resetPasswordPolicyDescription": { - "message": "Allow administrators in the organization to reset organization users' master password." + "message": "Дозволити адміністраторам організації скидати головний пароль користувачів." }, "resetPasswordPolicyWarning": { - "message": "Users in the organization will need to self-enroll or be auto-enrolled before administrators can reset their master password." + "message": "Користувачі в організації повинні виконати самостійне розгортання, або отримати автоматичне розгортання, перш ніж адміністратори зможуть скинути їхній пароль." }, "resetPasswordPolicyAutoEnroll": { - "message": "Automatic Enrollment" + "message": "Автоматичне розгортання" }, "resetPasswordPolicyAutoEnrollDescription": { - "message": "All users will be automatically enrolled in password reset once their invite is accepted." + "message": "Усі користувачі отримають автоматичне розгортання на скидання пароля одразу після схвалення запрошення." }, "resetPasswordPolicyAutoEnrollWarning": { - "message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password." + "message": "Вже наявні користувачі організації не отримають активного розгортання на скидання пароля. Їм необхідно буде виконати самостійне розгортання, перш ніж адміністратори зможуть скинути їхній пароль." }, "resetPasswordPolicyAutoEnrollCheckbox": { - "message": "Automatically enroll new users" + "message": "Автоматично розгортати нових користувачів" }, "resetPasswordAutoEnrollInviteWarning": { - "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." + "message": "Ця організація має корпоративну політику, яка автоматично розгортає вас на скидання пароля. Розгортання дозволятиме адміністраторам організації змінювати ваш головний пароль." }, "resetPasswordOrgKeysError": { - "message": "Organization Keys response is null" + "message": "Порожня відповідь на ключі організації" }, "resetPasswordDetailsError": { - "message": "Reset Password Details response is null" + "message": "Порожня відповідь на скидання пароля" }, "trashCleanupWarning": { "message": "Записи, що знаходяться в смітнику понад 30 днів, автоматично видалятимуться." @@ -3980,42 +3980,42 @@ "message": "Ця дія захищена. Щоб продовжити, повторно введіть головний пароль." }, "reinviteSelected": { - "message": "Resend Invitations" + "message": "Повторно надіслати запрошення" }, "noSelectedUsersApplicable": { - "message": "This action is not applicable to any of the selected users." + "message": "Ця дія не застосовується для жодного з вибраних користувачів." }, "removeUsersWarning": { - "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled." + "message": "Ви дійсно хочете вилучити зазначених користувачів? Цей процес може тривати кілька секунд і його неможливо перервати чи скасувати." }, "confirmSelected": { - "message": "Confirm Selected" + "message": "Підтвердити вибір" }, "bulkConfirmStatus": { - "message": "Bulk action status" + "message": "Стан масової дії" }, "bulkConfirmMessage": { - "message": "Confirmed successfully." + "message": "Успішно підтверджено." }, "bulkReinviteMessage": { - "message": "Reinvited successfully." + "message": "Повторне запрошення успішне." }, "bulkRemovedMessage": { - "message": "Removed successfully" + "message": "Успішно вилучено" }, "bulkFilteredMessage": { - "message": "Excluded, not applicable for this action." + "message": "Виключено, не застосовується для цієї дії." }, "fingerprint": { - "message": "Fingerprint" + "message": "Цифровий відбиток" }, "removeUsers": { - "message": "Remove Users" + "message": "Вилучити користувачів" }, "error": { - "message": "Error" + "message": "Помилка" }, "resetPasswordManageUsers": { - "message": "Manage Users must also be enabled with the Manage Password Reset permission" + "message": "Керування користувачами повинно також бути увімкнено з дозволом Керувати скиданням пароля" } } diff --git a/src/locales/zh_CN/messages.json b/src/locales/zh_CN/messages.json index 391019124c..f8e21107c7 100644 --- a/src/locales/zh_CN/messages.json +++ b/src/locales/zh_CN/messages.json @@ -361,7 +361,7 @@ "message": "共享" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "移动到组织" }, "valueCopied": { "message": "$VALUE$ 已复制", @@ -398,13 +398,13 @@ "description": "Copy URI to clipboard" }, "myVault": { - "message": "我的密码库" + "message": "密码库" }, "vault": { "message": "密码库" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "移动所选项目到组织" }, "deleteSelected": { "message": "删除所选" @@ -452,7 +452,7 @@ "message": "项目已编辑" }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "$ITEMNAME$ 已移动到 $ORGNAME$", "placeholders": { "itemname": { "content": "$1", @@ -465,7 +465,7 @@ } }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "所选项目已移动到 $ORGNAME$", "placeholders": { "orgname": { "content": "$1", @@ -564,7 +564,7 @@ "message": "确认主密码" }, "masterPassHint": { - "message": "主密码提示 (可选)" + "message": "主密码提示(可选)" }, "masterPassHintLabel": { "message": "主密码提示" @@ -769,10 +769,10 @@ "message": "组织" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "选择一个您想将此项目移至的组织。移动到组织会将该项目的所有权转让给该组织。移动后,您将不再是此项目的直接所有者。" }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "选择一个您想将这些项目移至的组织。移动到组织会将这些项目的所有权转让给该组织。移动后,您将不再是这些项目的直接所有者。" }, "collectionsDesc": { "message": "编辑与此项目共享的集合。只有具有这些集合访问权限的组织用户才能看到此项目。" @@ -796,7 +796,7 @@ } }, "moveSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "message": "您选择了 $COUNT$ 个项目。$MOVEABLE_COUNT$ 个项目可以移动到组织,$NONMOVEABLE_COUNT$ 不能。", "placeholders": { "count": { "content": "$1", @@ -837,7 +837,7 @@ "message": "输入主密码来导出你的密码库数据。" }, "export": { - "message": "Export" + "message": "导出" }, "exportVault": { "message": "导出密码库" @@ -1059,7 +1059,7 @@ "message": "没有导入任何内容。" }, "importEncKeyError": { - "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." + "message": "解密导出的文件时出错。您的加密密钥与导出数据时使用的加密密钥不匹配。" }, "selectFormat": { "message": "选择导入文件的格式" @@ -1452,7 +1452,7 @@ "message": "公开密码报告" }, "exposedPasswordsReportDesc": { - "message": "公开密码是在已知数据泄露中被发现的密码,这些数据泄露是由黑客公开发布或在黑网上销售的。" + "message": "已泄露密码是在已知的数据泄露中被发现的密码,这些数据已由黑客公开发布或在暗网上销售。" }, "exposedPasswordsFound": { "message": "发现公开密码" @@ -2353,7 +2353,7 @@ } }, "movedItemIdToOrg": { - "message": "Moved item $ID$ to an organization.", + "message": "已将项目 $ID$ 移动到组织。", "placeholders": { "id": { "content": "$1", @@ -3413,7 +3413,7 @@ "message": "最大访问次数" }, "maxAccessCountDesc": { - "message": "如果设置了,达到最大访问次数后用户将无法访问此 Send。", + "message": "如果设置,达到最大访问次数后用户将无法访问此 Send。", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "currentAccessCount": { @@ -3863,7 +3863,7 @@ "message": "此浏览器不支持 WebAuthn。" }, "webAuthnSuccess": { - "message": "WebAuthn 验证成功!
您可以关闭此选项卡。" + "message": "WebAuthn 验证成功!您可以关闭此标签页。" }, "hintEqualsPassword": { "message": "密码提示不能与密码相同。" @@ -3872,7 +3872,7 @@ "message": "注册密码重置" }, "enrolledPasswordReset": { - "message": "注册了密码重置" + "message": "已注册密码重置" }, "withdrawPasswordReset": { "message": "撤销密码重置" @@ -3902,7 +3902,7 @@ } }, "eventAdminPasswordReset": { - "message": "Master password reset for user $ID$.", + "message": "重置用户 $ID$ 的主密码。", "placeholders": { "id": { "content": "$1", @@ -3911,10 +3911,10 @@ } }, "resetPassword": { - "message": "Reset Password" + "message": "重置密码" }, "resetPasswordLoggedOutWarning": { - "message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.", + "message": "继续操作会将 $NAME$ 登出当前会话,要求他们重新登录。在其他设备上的活动会话可能继续活动长达一个小时。", "placeholders": { "name": { "content": "$1", @@ -3923,55 +3923,55 @@ } }, "thisUser": { - "message": "this user" + "message": "此用户" }, "resetPasswordMasterPasswordPolicyInEffect": { - "message": "One or more organization policies require the master password to meet the following requirements:" + "message": "一个或多个组织策略要求主密码满足下列要求:" }, "resetPasswordSuccess": { - "message": "Password reset success!" + "message": "密码重置成功" }, "resetPasswordEnrollmentWarning": { - "message": "Enrollment will allow organization administrators to change your master password. Are you sure you want to enroll?" + "message": "注册后将允许组织管理员更改您的主密码。确定要注册吗?" }, "resetPasswordPolicy": { - "message": "Master Password Reset" + "message": "主密码重置" }, "resetPasswordPolicyDescription": { - "message": "Allow administrators in the organization to reset organization users' master password." + "message": "允许组织管理员重置组织用户的主密码。" }, "resetPasswordPolicyWarning": { - "message": "Users in the organization will need to self-enroll or be auto-enrolled before administrators can reset their master password." + "message": "组织中的用户自行注册或被自动注册后,管理员才能重置他们的主密码。" }, "resetPasswordPolicyAutoEnroll": { - "message": "Automatic Enrollment" + "message": "自动注册" }, "resetPasswordPolicyAutoEnrollDescription": { - "message": "All users will be automatically enrolled in password reset once their invite is accepted." + "message": "所有邀请被接受后的用户将会被自动注册密码重置。" }, "resetPasswordPolicyAutoEnrollWarning": { - "message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password." + "message": "已经在组织中的用户将不会被注册密码重置。需要他们自行注册后,管理员才能重置他们的主密码。" }, "resetPasswordPolicyAutoEnrollCheckbox": { - "message": "Automatically enroll new users" + "message": "自动为新用户注册" }, "resetPasswordAutoEnrollInviteWarning": { - "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." + "message": "此组织有一个企业策略,将自动为你注册密码重置。注册后将允许组织管理员更改您的主密码。" }, "resetPasswordOrgKeysError": { - "message": "Organization Keys response is null" + "message": "组织密钥响应为空" }, "resetPasswordDetailsError": { - "message": "Reset Password Details response is null" + "message": "重置密码详细信息响应为空" }, "trashCleanupWarning": { - "message": "回收站中超过 30 天的密码将会被自动删除。" + "message": "回收站中超过 30 天的项目将会被自动删除。" }, "trashCleanupWarningSelfHosted": { - "message": "回收站中超过一定时间的密码将会被自动删除。" + "message": "回收站中超过一定时间的项目将会被自动删除。" }, "passwordPrompt": { - "message": "重新提示主密码" + "message": "重新询问主密码" }, "passwordConfirmation": { "message": "确认主密码" @@ -3980,42 +3980,42 @@ "message": "此操作受到保护。若要继续,请重新输入您的主密码以验证您的身份。" }, "reinviteSelected": { - "message": "Resend Invitations" + "message": "重新发送邀请" }, "noSelectedUsersApplicable": { - "message": "This action is not applicable to any of the selected users." + "message": "此操作不适用于所选用户。" }, "removeUsersWarning": { - "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled." + "message": "您确定要移除以下用户吗?该过程可能需要几秒钟才能完成,并且不能中断或取消。" }, "confirmSelected": { - "message": "Confirm Selected" + "message": "确认选择" }, "bulkConfirmStatus": { - "message": "Bulk action status" + "message": "批量操作状态" }, "bulkConfirmMessage": { - "message": "Confirmed successfully." + "message": "确认成功。" }, "bulkReinviteMessage": { - "message": "Reinvited successfully." + "message": "重新邀请成功。" }, "bulkRemovedMessage": { - "message": "Removed successfully" + "message": "移除成功" }, "bulkFilteredMessage": { - "message": "Excluded, not applicable for this action." + "message": "排除,不适用于此操作。" }, "fingerprint": { - "message": "Fingerprint" + "message": "指纹" }, "removeUsers": { - "message": "Remove Users" + "message": "移除用户" }, "error": { - "message": "Error" + "message": "错误" }, "resetPasswordManageUsers": { - "message": "Manage Users must also be enabled with the Manage Password Reset permission" + "message": "必须启用管理密码重置权限后才能启用管理用户" } } diff --git a/src/locales/zh_TW/messages.json b/src/locales/zh_TW/messages.json index c179e6527d..97b3d8902f 100644 --- a/src/locales/zh_TW/messages.json +++ b/src/locales/zh_TW/messages.json @@ -361,7 +361,7 @@ "message": "共享" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "移動至組織" }, "valueCopied": { "message": "$VALUE$ 已複製", @@ -404,7 +404,7 @@ "message": "密碼庫" }, "moveSelectedToOrg": { - "message": "Move Selected to Organization" + "message": "移動已選項目到組織" }, "deleteSelected": { "message": "刪除選取的項目" @@ -452,7 +452,7 @@ "message": "項目已編輯" }, "movedItemToOrg": { - "message": "$ITEMNAME$ moved to $ORGNAME$", + "message": "已將 $ITEMNAME$ 移動至 $ORGNAME$", "placeholders": { "itemname": { "content": "$1", @@ -465,7 +465,7 @@ } }, "movedItemsToOrg": { - "message": "Selected items moved to $ORGNAME$", + "message": "已將選擇項目移動至 $ORGNAME$", "placeholders": { "orgname": { "content": "$1", @@ -769,10 +769,10 @@ "message": "組織" }, "moveToOrgDesc": { - "message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved." + "message": "選擇您希望將這個項目移動到哪個組織。項目的擁有權將會轉移到該組織。一經移動,您將不再是此項目的直接擁有者。" }, "moveManyToOrgDesc": { - "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved." + "message": "選擇您希望將這些項目移動到哪個組織。項目的擁有權將會轉移到該組織。一經移動,您將不再是這些項目的直接擁有者。" }, "collectionsDesc": { "message": "編輯與此項目共享的集合。只有具有這些集合存取權限的組織使用者才能夠看到此項目。" @@ -796,7 +796,7 @@ } }, "moveSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.", + "message": "你選擇了 $COUNT$ 個項目。當中有 $MOVEABLE_COUNT$ 個項目可移動到組織當中,而有 $NONMOVEABLE_COUNT$ 個無法移動。", "placeholders": { "count": { "content": "$1", @@ -837,7 +837,7 @@ "message": "輸入您的主密碼以匯出密碼庫資料。" }, "export": { - "message": "Export" + "message": "匯出" }, "exportVault": { "message": "匯出密碼庫" @@ -1059,7 +1059,7 @@ "message": "沒有匯入任何內容。" }, "importEncKeyError": { - "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." + "message": "解密匯出檔案時發生錯誤,您的加密金鑰與匯出資料時使用的金鑰不同。" }, "selectFormat": { "message": "選擇匯入檔案的格式" @@ -2353,7 +2353,7 @@ } }, "movedItemIdToOrg": { - "message": "Moved item $ID$ to an organization.", + "message": "移動項目 $ID$ 至一個組織。", "placeholders": { "id": { "content": "$1", @@ -3863,7 +3863,7 @@ "message": "此瀏覽器不支援 WebAuthn。" }, "webAuthnSuccess": { - "message": "WebAuthn 驗證成功!
您可以關閉此分頁。" + "message": "WebAuthn 驗證成功!您可以關閉此分頁。" }, "hintEqualsPassword": { "message": "密碼提示不能與密碼相同。" @@ -3872,7 +3872,7 @@ "message": "注冊密碼重設" }, "enrolledPasswordReset": { - "message": "注冊了密碼重設" + "message": "已注冊密碼重設" }, "withdrawPasswordReset": { "message": "撤銷密碼重設" @@ -3902,7 +3902,7 @@ } }, "eventAdminPasswordReset": { - "message": "Master password reset for user $ID$.", + "message": "重新設定使用者 $ID$ 的主密碼", "placeholders": { "id": { "content": "$1", @@ -3911,10 +3911,10 @@ } }, "resetPassword": { - "message": "Reset Password" + "message": "重設密碼" }, "resetPasswordLoggedOutWarning": { - "message": "Proceeding will log $NAME$ out of their current session, requiring them to log back in. Active sessions on other devices may continue to remain active for up to one hour.", + "message": "接下來會將 $NAME$ 登出目前的會話,並要求他們重新登入。其他裝置上的活動會話最多會保持一個小時。", "placeholders": { "name": { "content": "$1", @@ -3923,46 +3923,46 @@ } }, "thisUser": { - "message": "this user" + "message": "這個使用者" }, "resetPasswordMasterPasswordPolicyInEffect": { - "message": "One or more organization policies require the master password to meet the following requirements:" + "message": "一個或多個組織原則要求主密碼須符合下列條件:" }, "resetPasswordSuccess": { - "message": "Password reset success!" + "message": "密碼重設成功!" }, "resetPasswordEnrollmentWarning": { - "message": "Enrollment will allow organization administrators to change your master password. Are you sure you want to enroll?" + "message": "註冊將允許組織管理者去變更您的主密碼。確定要註冊嗎?" }, "resetPasswordPolicy": { - "message": "Master Password Reset" + "message": "主密碼重設" }, "resetPasswordPolicyDescription": { - "message": "Allow administrators in the organization to reset organization users' master password." + "message": "允許組織管理者去重新設定組織使用者的主密碼。" }, "resetPasswordPolicyWarning": { - "message": "Users in the organization will need to self-enroll or be auto-enrolled before administrators can reset their master password." + "message": "組織使用者需要先自行註冊或將被自動註冊後管理者才能重新設定他們的主密碼。" }, "resetPasswordPolicyAutoEnroll": { - "message": "Automatic Enrollment" + "message": "自動註冊" }, "resetPasswordPolicyAutoEnrollDescription": { - "message": "All users will be automatically enrolled in password reset once their invite is accepted." + "message": "所有邀請被接受后的使用者將會被自動註冊密碼重設。" }, "resetPasswordPolicyAutoEnrollWarning": { - "message": "Users already in the organization will not be retroactively enrolled in password reset. They will need to self-enroll before administrators can reset their master password." + "message": "已經在組織中的使用者將不會被註冊密碼重設。他們需要先自行註冊後管理者才能重設他們的主密碼。" }, "resetPasswordPolicyAutoEnrollCheckbox": { - "message": "Automatically enroll new users" + "message": "自動註冊新使用者" }, "resetPasswordAutoEnrollInviteWarning": { - "message": "This organization has an enterprise policy that will automatically enroll you in password reset. Enrollment will allow organization administrators to change your master password." + "message": "此組織設定了讓您可自動重設密碼的企業政策。設定政策後,將允許組織管理員更改您的主控密碼。" }, "resetPasswordOrgKeysError": { - "message": "Organization Keys response is null" + "message": "組織金鑰回覆為空" }, "resetPasswordDetailsError": { - "message": "Reset Password Details response is null" + "message": "重設密碼細節回覆為空" }, "trashCleanupWarning": { "message": "垃圾桶中超過 30 天的密碼將會被自動刪除。" @@ -3971,7 +3971,7 @@ "message": "垃圾桶中超過一定時間的密碼將會被自動刪除。" }, "passwordPrompt": { - "message": "重新提示主密碼" + "message": "重新詢問主密碼" }, "passwordConfirmation": { "message": "確認主密碼" @@ -3980,42 +3980,42 @@ "message": "此操作受到保護。若要繼續,請重新輸入您的主密碼以驗證您的身份。" }, "reinviteSelected": { - "message": "Resend Invitations" + "message": "重新傳送邀請" }, "noSelectedUsersApplicable": { - "message": "This action is not applicable to any of the selected users." + "message": "這個動作不適用於任何已選取的使用者。" }, "removeUsersWarning": { - "message": "Are you sure you want to remove the following users? The process may take a few seconds to complete and cannot be interrupted or canceled." + "message": "您確定要移除以下使用者嗎?處理程序需要幾秒鐘去完成而且無法被中斷或取消。" }, "confirmSelected": { - "message": "Confirm Selected" + "message": "確認所選" }, "bulkConfirmStatus": { - "message": "Bulk action status" + "message": "批次作業狀態" }, "bulkConfirmMessage": { - "message": "Confirmed successfully." + "message": "已成功確認。" }, "bulkReinviteMessage": { - "message": "Reinvited successfully." + "message": "已成功重新邀請。" }, "bulkRemovedMessage": { - "message": "Removed successfully" + "message": "已成功移除。" }, "bulkFilteredMessage": { - "message": "Excluded, not applicable for this action." + "message": "排除,不適用於這個動作。" }, "fingerprint": { - "message": "Fingerprint" + "message": "指紋" }, "removeUsers": { - "message": "Remove Users" + "message": "移除使用者" }, "error": { - "message": "Error" + "message": "錯誤" }, "resetPasswordManageUsers": { - "message": "Manage Users must also be enabled with the Manage Password Reset permission" + "message": "必須開啟管理密碼重設權限後,才能開啟管理使用者權限" } }