bitwarden-estensione-browser/src/locales/en/messages.json

4000 lines
114 KiB
JSON
Raw Normal View History

2018-06-05 21:02:53 +02:00
{
2018-07-06 04:37:35 +02:00
"pageTitle": {
"message": "$APP_NAME$ Web Vault",
"description": "The title of the website in the browser window.",
"placeholders": {
"app_name": {
"content": "$1",
"example": "Bitwarden"
}
}
},
2018-06-08 05:38:17 +02:00
"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"
},
2018-10-09 04:42:32 +02:00
"passphrase": {
"message": "Passphrase"
},
2018-06-08 05:38:17 +02:00
"notes": {
"message": "Notes"
},
"customFields": {
"message": "Custom Fields"
2018-06-08 05:38:17 +02:00
},
"cardholderName": {
"message": "Cardholder Name"
2018-06-08 05:38:17 +02:00
},
"number": {
"message": "Number"
},
"brand": {
"message": "Brand"
},
"expiration": {
"message": "Expiration"
},
"securityCode": {
"message": "Security Code (CVV)"
2018-06-08 05:38:17 +02:00
},
"identityName": {
"message": "Identity Name"
2018-06-08 05:38:17 +02:00
},
"company": {
"message": "Company"
},
"ssn": {
"message": "Social Security Number"
2018-06-08 05:38:17 +02:00
},
"passportNumber": {
"message": "Passport Number"
2018-06-08 05:38:17 +02:00
},
"licenseNumber": {
"message": "License Number"
2018-06-08 05:38:17 +02:00
},
"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"
2018-06-08 05:38:17 +02:00
},
"expirationYear": {
"message": "Expiration Year"
2018-06-08 05:38:17 +02:00
},
"authenticatorKeyTotp": {
"message": "Authenticator Key (TOTP)"
2018-06-08 05:38:17 +02:00
},
"folder": {
"message": "Folder"
},
"newCustomField": {
"message": "New Custom Field"
2018-06-08 05:38:17 +02:00
},
"value": {
"message": "Value"
},
2019-03-28 16:59:53 +01:00
"dragToSort": {
"message": "Drag to sort"
},
2018-06-08 05:38:17 +02:00
"cfTypeText": {
"message": "Text"
},
"cfTypeHidden": {
"message": "Hidden"
},
"cfTypeBoolean": {
"message": "Boolean"
},
"remove": {
"message": "Remove"
},
2018-07-04 05:43:57 +02:00
"unassigned": {
"message": "Unassigned"
},
2018-06-08 05:38:17 +02:00
"noneFolder": {
"message": "No Folder",
2018-06-08 05:38:17 +02:00
"description": "This is the folder for uncategorized items"
},
"addFolder": {
"message": "Add Folder"
2018-06-08 05:38:17 +02:00
},
"editFolder": {
"message": "Edit Folder"
2018-06-08 05:38:17 +02:00
},
"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'."
2018-06-08 05:38:17 +02:00
},
"exact": {
"message": "Exact"
},
"startsWith": {
"message": "Starts with"
},
"regEx": {
"message": "Regular expression",
"description": "A programming term, also known as 'RegEx'."
},
"matchDetection": {
"message": "Match Detection",
2018-06-08 05:38:17 +02:00
"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"
2018-06-08 05:38:17 +02:00
},
2018-11-09 23:50:26 +01:00
"toggleCollapse": {
"message": "Toggle Collapse",
"description": "Toggling an expand/collapse state."
},
2018-06-08 05:38:17 +02:00
"generatePassword": {
"message": "Generate Password"
2018-06-08 05:38:17 +02:00
},
"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"
},
2018-06-29 22:55:54 +02:00
"canceled": {
"message": "Canceled"
2018-06-29 22:55:54 +02:00
},
2018-06-08 05:38:17 +02:00
"close": {
"message": "Close"
},
"delete": {
"message": "Delete"
},
"favorite": {
"message": "Favorite"
2018-06-08 05:38:17 +02:00
},
"unfavorite": {
"message": "Unfavorite"
2018-06-08 05:38:17 +02:00
},
"edit": {
"message": "Edit"
},
"searchCollection": {
"message": "Search Collection"
2018-06-08 05:38:17 +02:00
},
"searchFolder": {
"message": "Search Folder"
2018-06-08 05:38:17 +02:00
},
"searchFavorites": {
"message": "Search Favorites"
2018-06-08 05:38:17 +02:00
},
"searchType": {
"message": "Search Type",
2018-06-08 05:38:17 +02:00
"description": "Search item type"
},
"searchVault": {
"message": "Search Vault"
2018-06-08 05:38:17 +02:00
},
"allItems": {
"message": "All Items"
2018-06-08 05:38:17 +02:00
},
"favorites": {
"message": "Favorites"
2018-06-08 05:38:17 +02:00
},
"types": {
"message": "Types"
},
"typeLogin": {
"message": "Login"
},
"typeCard": {
"message": "Card"
},
"typeIdentity": {
"message": "Identity"
},
"typeSecureNote": {
"message": "Secure Note"
2018-06-08 05:38:17 +02:00
},
"folders": {
"message": "Folders"
},
"collections": {
"message": "Collections"
},
"firstName": {
"message": "First Name"
2018-06-08 05:38:17 +02:00
},
"middleName": {
"message": "Middle Name"
2018-06-08 05:38:17 +02:00
},
"lastName": {
"message": "Last Name"
2018-06-08 05:38:17 +02:00
},
"address1": {
"message": "Address 1"
},
"address2": {
"message": "Address 2"
},
"address3": {
"message": "Address 3"
},
"cityTown": {
"message": "City / Town"
2018-06-08 05:38:17 +02:00
},
"stateProvince": {
"message": "State / Province"
2018-06-08 05:38:17 +02:00
},
"zipPostalCode": {
"message": "Zip / Postal Code"
2018-06-08 05:38:17 +02:00
},
"country": {
"message": "Country"
},
"shared": {
"message": "Shared"
},
"attachments": {
"message": "Attachments"
},
"select": {
"message": "Select"
},
"addItem": {
"message": "Add Item"
2018-06-08 05:38:17 +02:00
},
"editItem": {
"message": "Edit Item"
2018-06-08 05:38:17 +02:00
},
"viewItem": {
"message": "View Item"
},
2018-06-08 05:38:17 +02:00
"ex": {
"message": "ex.",
2018-06-08 05:38:17 +02:00
"description": "Short abbreviation for 'example'."
},
"other": {
"message": "Other"
},
"share": {
"message": "Share"
},
"valueCopied": {
"message": "$VALUE$ copied",
"description": "Value has been copied to the clipboard.",
"placeholders": {
"value": {
"content": "$1",
"example": "Password"
}
}
},
"copyValue": {
"message": "Copy Value",
2018-06-08 05:38:17 +02:00
"description": "Copy value to clipboard"
},
"copyPassword": {
"message": "Copy Password",
2018-06-08 05:38:17 +02:00
"description": "Copy password to clipboard"
},
"copyUsername": {
"message": "Copy Username",
2018-06-08 05:38:17 +02:00
"description": "Copy username to clipboard"
},
"copyNumber": {
"message": "Copy Number",
2018-06-08 05:38:17 +02:00
"description": "Copy credit card number"
},
"copySecurityCode": {
"message": "Copy Security Code",
2018-06-08 05:38:17 +02:00
"description": "Copy credit card security code (CVV)"
},
"copyUri": {
"message": "Copy URI",
"description": "Copy URI to clipboard"
},
"myVault": {
"message": "My Vault"
2018-06-08 05:38:17 +02:00
},
2018-07-03 21:44:33 +02:00
"vault": {
"message": "Vault"
},
2018-06-08 05:38:17 +02:00
"shareSelected": {
"message": "Share Selected"
2018-06-08 05:38:17 +02:00
},
"deleteSelected": {
"message": "Delete Selected"
2018-06-08 05:38:17 +02:00
},
"moveSelected": {
"message": "Move Selected"
2018-06-08 05:38:17 +02:00
},
"selectAll": {
"message": "Select All"
2018-06-08 05:38:17 +02:00
},
"unselectAll": {
"message": "Unselect All"
},
2018-06-08 05:38:17 +02:00
"launch": {
"message": "Launch"
2018-06-08 18:04:03 +02:00
},
"newAttachment": {
"message": "Add New Attachment"
2018-06-08 18:04:03 +02:00
},
"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."
2018-06-08 18:04:03 +02:00
},
"updateKey": {
"message": "You cannot use this feature until you update your encryption key."
2018-06-08 20:56:26 +02:00
},
"addedItem": {
"message": "Added item"
},
"editedItem": {
"message": "Edited item"
},
2018-06-12 17:46:11 +02:00
"sharedItem": {
"message": "Shared item"
},
"sharedItems": {
"message": "Shared items"
},
2018-06-08 20:56:26 +02:00
"deleteItem": {
"message": "Delete Item"
2018-06-08 20:56:26 +02:00
},
"deleteFolder": {
"message": "Delete Folder"
2018-06-08 20:56:26 +02:00
},
"deleteAttachment": {
"message": "Delete Attachment"
2018-06-08 20:56:26 +02:00
},
"deleteItemConfirmation": {
"message": "Do you really want to send to the trash?"
2018-06-08 20:56:26 +02:00
},
"deletedItem": {
"message": "Item sent to trash"
2018-06-08 20:56:26 +02:00
},
"deletedItems": {
"message": "Items sent to trash"
},
"movedItems": {
"message": "Moved items"
},
2018-06-08 20:56:26 +02:00
"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"
2018-06-08 20:56:26 +02:00
},
"ok": {
"message": "Ok"
2018-06-08 20:56:26 +02:00
},
"yes": {
"message": "Yes"
},
"no": {
"message": "No"
2018-06-09 06:38:55 +02:00
},
"loginOrCreateNewAccount": {
"message": "Log in or create a new account to access your secure vault."
},
"createAccount": {
"message": "Create Account"
2018-06-09 06:38:55 +02:00
},
"logIn": {
"message": "Log In"
2018-06-09 06:38:55 +02:00
},
"submit": {
"message": "Submit"
},
2018-07-03 17:42:50 +02:00
"emailAddressDesc": {
"message": "You'll use your email address to log in."
},
"yourName": {
"message": "Your Name"
2018-07-03 17:42:50 +02:00
},
"yourNameDesc": {
"message": "What should we call you?"
},
2018-06-09 06:38:55 +02:00
"masterPass": {
"message": "Master Password"
2018-06-09 06:38:55 +02:00
},
"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"
2018-06-09 06:38:55 +02:00
},
"masterPassHint": {
"message": "Master Password Hint (optional)"
2018-06-09 06:38:55 +02:00
},
2018-06-21 05:35:40 +02:00
"masterPassHintLabel": {
"message": "Master Password Hint"
2018-06-21 05:35:40 +02:00
},
2018-06-09 06:38:55 +02:00
"settings": {
"message": "Settings"
},
"passwordHint": {
"message": "Password Hint"
2018-06-09 06:38:55 +02:00
},
"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"
},
2019-06-04 06:06:15 +02:00
"loggedInAsEmailOn": {
"message": "Logged in as $EMAIL$ on $HOSTNAME$.",
2019-01-08 06:32:35 +01:00
"placeholders": {
"email": {
"content": "$1",
"example": "name@example.com"
2019-06-04 06:06:15 +02:00
},
"hostname": {
"content": "$2",
"example": "bitwarden.com"
2019-01-08 06:32:35 +01:00
}
}
},
"invalidMasterPassword": {
"message": "Invalid master password"
2018-06-10 05:13:19 +02:00
},
"lockNow": {
"message": "Lock Now"
2018-06-11 15:17:24 +02:00
},
"noItemsInList": {
"message": "There are no items to list."
2018-06-11 15:31:11 +02:00
},
2018-07-09 22:27:54 +02:00
"noCollectionsInList": {
"message": "There are no collections to list."
},
"noGroupsInList": {
2018-07-10 16:06:57 +02:00
"message": "There are no groups to list."
2018-07-09 22:27:54 +02:00
},
"noUsersInList": {
"message": "There are no users to list."
},
2018-07-11 20:43:00 +02:00
"noEventsInList": {
"message": "There are no events to list."
},
2018-06-11 16:09:59 +02:00
"newOrganization": {
"message": "New Organization"
2018-06-11 16:09:59 +02:00
},
2018-07-02 16:58:07 +02:00
"noOrganizationsList": {
"message": "You do not belong to any organizations. Organizations allow you to securely share items with other users."
2018-07-02 16:58:07 +02:00
},
2018-06-11 15:31:11 +02:00
"versionNumber": {
"message": "Version $VERSION_NUMBER$",
"placeholders": {
"version_number": {
"content": "$1",
"example": "1.2.3"
}
}
2018-06-11 17:43:10 +02:00
},
"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"
2018-06-11 17:43:10 +02:00
},
"noTwoStepProviders": {
"message": "This account has two-step login enabled, however, none of the configured two-step providers are supported by this web browser."
2018-06-11 17:43:10 +02:00
},
"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)."
2018-06-11 17:43:10 +02:00
},
"twoStepOptions": {
"message": "Two-step Login Options"
2018-06-11 17:43:10 +02:00
},
"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"
2018-06-11 17:43:10 +02:00
},
"authenticatorAppTitle": {
"message": "Authenticator App"
2018-06-11 17:43:10 +02:00
},
"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"
2018-06-11 17:43:10 +02:00
},
"yubiKeyDesc": {
2018-10-10 18:30:03 +02:00
"message": "Use a YubiKey to access your account. Works with YubiKey 4 series, 5 series, and NEO devices."
2018-06-11 17:43:10 +02:00
},
"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.",
2018-06-11 17:43:10 +02:00
"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"
2018-06-11 17:43:10 +02:00
},
2021-03-16 17:44:31 +01:00
"webAuthnTitle": {
"message": "FIDO2 WebAuthn"
},
"webAuthnDesc": {
"message": "Use any WebAuthn enabled security key to access your account."
},
"webAuthnMigrated": {
"message": "(Migrated from FIDO)"
},
2018-06-11 17:43:10 +02:00
"emailTitle": {
"message": "Email"
},
"emailDesc": {
"message": "Verification codes will be emailed to you."
},
"continue": {
"message": "Continue"
2018-06-12 17:46:11 +02:00
},
"organization": {
"message": "Organization"
2018-06-12 17:46:11 +02:00
},
"organizations": {
"message": "Organizations"
2018-06-12 17:46:11 +02:00
},
"shareDesc": {
"message": "Choose an organization that you wish to share this item with. Sharing transfers ownership of the item to the organization. You will no longer be the direct owner of this item once it has been shared."
2018-06-12 19:08:47 +02:00
},
2018-06-13 06:03:48 +02:00
"shareManyDesc": {
"message": "Choose an organization that you wish to share these items with. Sharing transfers ownership of the items to the organization. You will no longer be the direct owner of these items once they have been shared."
2018-06-13 06:03:48 +02:00
},
2018-06-12 19:08:47 +02:00
"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"
}
}
2018-06-12 23:33:08 +02:00
},
"moveSelectedItemsDesc": {
"message": "Choose a folder that you would like to move the $COUNT$ selected item(s) to.",
"placeholders": {
"count": {
"content": "$1",
"example": "150"
}
}
2018-06-13 06:03:48 +02:00
},
"shareSelectedItemsCountDesc": {
"message": "You have selected $COUNT$ item(s). $SHAREABLE_COUNT$ items are sharable, $NONSHAREABLE_COUNT$ are not.",
2018-06-13 06:03:48 +02:00
"placeholders": {
"count": {
"content": "$1",
"example": "10"
},
"shareable_count": {
"content": "$2",
"example": "8"
},
"nonshareable_count": {
"content": "$3",
"example": "2"
}
}
2018-06-20 05:40:51 +02:00
},
"verificationCodeTotp": {
"message": "Verification Code (TOTP)"
2018-06-20 05:40:51 +02:00
},
"copyVerificationCode": {
"message": "Copy Verification Code"
2018-06-20 22:28:56 +02:00
},
"warning": {
"message": "Warning"
},
"confirmVaultExport": {
"message": "Confirm Vault Export"
},
2018-12-17 16:54:18 +01:00
"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."
2018-06-20 22:28:56 +02:00
},
"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."
},
2018-06-20 22:28:56 +02:00
"exportMasterPassword": {
"message": "Enter your master password to export your vault data."
},
"export": {
"message": "Export"
},
2018-06-20 22:28:56 +02:00
"exportVault": {
"message": "Export Vault"
2018-06-20 22:28:56 +02:00
},
2018-12-17 16:54:18 +01:00
"fileFormat": {
"message": "File Format"
2018-12-17 16:54:18 +01:00
},
2018-06-20 22:28:56 +02:00
"exportSuccess": {
"message": "Your vault data has been exported."
2018-06-21 00:16:20 +02:00
},
"passwordGenerator": {
"message": "Password Generator"
2018-06-21 00:16:20 +02:00
},
"minComplexityScore": {
"message": "Minimum Complexity Score"
},
2018-06-21 00:16:20 +02:00
"minNumbers": {
"message": "Minimum Numbers"
2018-06-21 00:16:20 +02:00
},
"minSpecial": {
"message": "Minimum Special",
2018-06-21 00:16:20 +02:00
"description": "Minimum Special Characters"
},
"ambiguous": {
"message": "Avoid Ambiguous Characters"
2018-06-21 00:16:20 +02:00
},
"regeneratePassword": {
"message": "Regenerate Password"
2018-06-21 00:16:20 +02:00
},
"length": {
"message": "Length"
},
"numWords": {
"message": "Number of Words"
},
2018-10-09 04:06:15 +02:00
"wordSeparator": {
"message": "Word Separator"
2018-10-09 04:06:15 +02:00
},
"capitalize": {
"message": "Capitalize",
"description": "Make the first letter of a work uppercase."
},
"includeNumber": {
"message": "Include Number"
},
2018-06-21 00:16:20 +02:00
"passwordHistory": {
"message": "Password History"
2018-06-21 00:16:20 +02:00
},
"noPasswordsInList": {
"message": "There are no passwords to list."
},
"clear": {
2019-05-16 14:00:22 +02:00
"message": "Clear",
"description": "To clear something out. example: To clear browser history."
2018-06-21 05:35:40 +02:00
},
"accountUpdated": {
"message": "Account Updated"
2018-06-21 20:28:00 +02:00
},
2018-06-21 21:30:17 +02:00
"changeEmail": {
"message": "Change Email"
2018-06-21 21:30:17 +02:00
},
2018-06-21 20:28:00 +02:00
"newEmail": {
"message": "New Email"
2018-06-21 20:28:00 +02:00
},
"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.",
2018-06-21 20:28:00 +02:00
"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"
2018-06-21 20:28:00 +02:00
},
"logBackIn": {
"message": "Please log back in."
2018-06-21 21:30:17 +02:00
},
2018-07-17 23:22:51 +02:00
"logBackInOthersToo": {
"message": "Please log back in. If you are using other Bitwarden applications log out and back in to those as well."
2018-07-17 23:22:51 +02:00
},
2018-06-21 21:30:17 +02:00
"changeMasterPassword": {
"message": "Change Master Password"
2018-06-21 21:30:17 +02:00
},
"masterPasswordChanged": {
"message": "Master Password Changed"
2018-06-21 21:30:17 +02:00
},
"currentMasterPass": {
"message": "Current Master Password"
2018-06-21 21:30:17 +02:00
},
"newMasterPass": {
"message": "New Master Password"
2018-06-21 21:30:17 +02:00
},
"confirmNewMasterPass": {
"message": "Confirm New Master Password"
2018-06-21 21:57:28 +02:00
},
2018-08-28 04:40:03 +02:00
"encKeySettings": {
"message": "Encryption Key Settings"
2018-08-28 04:40:03 +02:00
},
"kdfAlgorithm": {
"message": "KDF Algorithm"
2018-08-28 04:40:03 +02:00
},
"kdfIterations": {
"message": "KDF Iterations"
2018-08-28 04:40:03 +02:00
},
"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"
2018-08-28 04:40:03 +02:00
},
2018-06-21 21:57:28 +02:00
"dangerZone": {
"message": "Danger Zone"
2018-06-21 21:57:28 +02:00
},
"dangerZoneDesc": {
"message": "Careful, these actions are not reversible!"
},
"deauthorizeSessions": {
"message": "Deauthorize Sessions"
2018-06-21 21:57:28 +02:00
},
2018-06-21 23:14:36 +02:00
"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."
2018-06-21 23:14:36 +02:00
},
"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"
2018-06-21 23:14:36 +02:00
},
2018-06-21 21:57:28 +02:00
"purgeVault": {
"message": "Purge Vault"
2018-06-21 21:57:28 +02:00
},
2018-09-25 15:12:24 +02:00
"purgedOrganizationVault": {
"message": "Purged organization vault."
2018-09-25 15:12:24 +02:00
},
"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."
},
2018-09-25 15:12:24 +02:00
"purgeOrgVaultDesc": {
"message": "Proceed below to delete all items in the organization's vault."
2018-09-25 15:12:24 +02:00
},
"purgeVaultWarning": {
"message": "Purging your vault is permanent. It cannot be undone."
},
"vaultPurged": {
"message": "Your vault has been purged."
},
2018-06-21 21:57:28 +02:00
"deleteAccount": {
"message": "Delete Account"
2018-06-21 21:57:28 +02:00
},
"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."
},
2018-06-21 21:57:28 +02:00
"myAccount": {
"message": "My Account"
},
"tools": {
"message": "Tools"
2018-06-23 21:16:23 +02:00
},
2018-07-06 04:37:35 +02:00
"importData": {
"message": "Import Data"
2018-06-23 21:16:23 +02:00
},
"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."
},
2018-06-25 17:39:55 +02:00
"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"
}
}
},
2018-06-25 17:39:55 +02:00
"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."
},
2018-06-23 21:16:23 +02:00
"selectFormat": {
"message": "Select the format of the import file"
},
"selectImportFile": {
"message": "Select the import file"
},
"orCopyPasteFileContents": {
"message": "or copy/paste the import file contents"
2018-06-25 21:47:05 +02:00
},
"instructionsFor": {
"message": "$NAME$ Instructions",
2018-06-25 21:47:05 +02:00
"description": "The title for the import tool instructions.",
"placeholders": {
"name": {
"content": "$1",
"example": "LastPass (csv)"
}
}
2018-06-25 22:44:06 +02:00
},
"options": {
"message": "Options"
},
2018-06-25 23:17:55 +02:00
"optionsDesc": {
"message": "Customize your web vault experience."
2018-06-25 23:17:55 +02:00
},
2018-06-26 15:04:12 +02:00
"optionsUpdated": {
"message": "Options updated"
},
2018-06-25 22:44:06 +02:00
"language": {
"message": "Language"
},
"languageDesc": {
"message": "Change the language used by the web vault."
},
"disableIcons": {
"message": "Disable Website Icons"
2018-06-25 22:44:06 +02:00
},
"disableIconsDesc": {
"message": "Website Icons provide a recognizable image next to each login item in your vault."
2018-06-25 22:44:06 +02:00
},
2018-07-31 06:02:09 +02:00
"enableGravatars": {
"message": "Enable Gravatars",
2018-07-31 05:52:04 +02:00
"description": "'Gravatar' is the name of a service. See www.gravatar.com"
},
2018-07-31 06:02:09 +02:00
"enableGravatarsDesc": {
2018-07-31 05:52:04 +02:00
"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."
},
2018-06-25 22:44:06 +02:00
"default": {
"message": "Default"
2018-06-26 05:16:59 +02:00
},
"domainRules": {
"message": "Domain Rules"
2018-06-26 05:16:59 +02:00
},
"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."
},
2018-06-26 17:50:23 +02:00
"globalEqDomains": {
"message": "Global Equivalent Domains"
2018-06-26 05:16:59 +02:00
},
2018-06-26 17:50:23 +02:00
"customEqDomains": {
"message": "Custom Equivalent Domains"
2018-06-26 17:50:23 +02:00
},
"exclude": {
"message": "Exclude"
},
"include": {
"message": "Include"
},
"customize": {
"message": "Customize"
2018-06-26 17:50:23 +02:00
},
"newCustomDomain": {
"message": "New Custom Domain"
2018-06-26 17:50:23 +02:00
},
"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."
2018-06-26 17:50:23 +02:00
},
"customDomainX": {
"message": "Custom Domain $INDEX$",
2018-06-26 17:50:23 +02:00
"placeholders": {
"index": {
"content": "$1",
"example": "2"
}
}
},
"domainsUpdated": {
"message": "Domains updated"
2018-06-27 04:51:58 +02:00
},
"twoStepLogin": {
"message": "Two-step Login"
2018-06-27 04:51:58 +02:00
},
2018-07-18 23:10:26 +02:00
"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."
2018-07-18 23:10:26 +02:00
},
2018-06-27 04:51:58 +02:00
"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."
2018-06-27 04:51:58 +02:00
},
"viewRecoveryCode": {
"message": "View Recovery Code"
2018-06-27 04:51:58 +02:00
},
"providers": {
"message": "Providers",
"description": "Two-step login providers such as YubiKey, Duo, Authenticator apps, Email, etc."
},
2018-06-27 23:50:31 +02:00
"enable": {
"message": "Enable"
},
2018-06-27 04:51:58 +02:00
"enabled": {
"message": "Enabled"
},
"premium": {
2018-07-18 04:49:53 +02:00
"message": "Premium",
"description": "Premium Membership"
2018-06-27 04:51:58 +02:00
},
"premiumMembership": {
"message": "Premium Membership"
},
2018-07-18 15:21:23 +02:00
"premiumRequired": {
"message": "Premium Required"
2018-07-18 15:21:23 +02:00
},
"premiumRequiredDesc": {
"message": "A premium membership is required to use this feature."
},
2018-08-31 23:42:19 +02:00
"youHavePremiumAccess": {
"message": "You have premium access"
},
"alreadyPremiumFromOrg": {
"message": "You already have access to premium features because of an organization you are a member of."
2018-08-31 23:42:19 +02:00
},
2018-06-27 04:51:58 +02:00
"manage": {
"message": "Manage"
2018-06-27 15:20:09 +02:00
},
"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."
2018-06-27 15:20:09 +02:00
},
"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."
2018-06-27 19:45:11 +02:00
},
"twoFactorYubikeyAdd": {
"message": "Add a new YubiKey to your account"
},
"twoFactorYubikeyPlugIn": {
2018-10-08 20:23:30 +02:00
"message": "Plug the YubiKey into your computer's USB port."
2018-06-27 19:45:11 +02:00
},
"twoFactorYubikeySelectKey": {
2018-07-30 22:57:58 +02:00
"message": "Select the first empty YubiKey input field below."
2018-06-27 19:45:11 +02:00
},
"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": {
2019-08-20 23:23:27 +02:00
"message": "Mobile apps on a device with NFC capabilities or a data port that can accept your YubiKey."
2018-06-27 19:45:11 +02:00
},
"yubikeyX": {
"message": "YubiKey $INDEX$",
"placeholders": {
"index": {
"content": "$1",
"example": "2"
}
}
},
2018-10-08 20:23:30 +02:00
"u2fkeyX": {
"message": "U2F Key $INDEX$",
2018-10-08 20:23:30 +02:00
"placeholders": {
"index": {
"content": "$1",
"example": "2"
}
}
},
2021-03-16 17:44:31 +01:00
"webAuthnkeyX": {
"message": "WebAuthn Key $INDEX$",
"placeholders": {
"index": {
"content": "$1",
"example": "2"
}
}
},
2018-06-27 19:45:11 +02:00
"nfcSupport": {
"message": "NFC Support"
2018-06-27 19:45:11 +02:00
},
"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"
2018-06-27 21:27:59 +02:00
},
"twoFactorDuoDesc": {
"message": "Enter the Bitwarden application information from your Duo Admin panel."
},
"twoFactorDuoIntegrationKey": {
"message": "Integration Key"
2018-06-27 21:27:59 +02:00
},
"twoFactorDuoSecretKey": {
"message": "Secret Key"
2018-06-27 21:27:59 +02:00
},
"twoFactorDuoApiHostname": {
"message": "API Hostname"
2018-06-27 22:56:11 +02:00
},
"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"
2018-06-27 23:50:31 +02:00
},
"twoFactorU2fAdd": {
"message": "Add a FIDO U2F security key to your account"
},
2018-10-08 20:23:30 +02:00
"removeU2fConfirmation": {
"message": "Are you sure you want to remove this security key?"
},
2021-03-16 17:44:31 +01:00
"twoFactorWebAuthnAdd": {
"message": "Add a WebAuthn security key to your account"
},
2018-10-08 20:23:30 +02:00
"readKey": {
"message": "Read Key"
2018-10-08 20:23:30 +02:00
},
"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."
2018-06-27 23:50:31 +02:00
},
"twoFactorU2fTouchButton": {
"message": "If the security key has a button, touch it."
},
2018-10-08 20:23:30 +02:00
"twoFactorU2fSaveForm": {
"message": "Save the form."
},
2018-06-27 23:50:31 +02:00
"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)."
2018-06-27 23:50:31 +02:00
},
"twoFactorU2fWaiting": {
"message": "Waiting for you to touch the button on your security key"
},
2018-10-08 20:23:30 +02:00
"twoFactorU2fClickSave": {
"message": "Click the \"Save\" button below to enable this security key for two-step login."
2018-06-27 23:50:31 +02:00
},
2018-10-08 20:23:30 +02:00
"twoFactorU2fProblemReadingTryAgain": {
"message": "There was a problem reading the security key. Try again."
2018-06-28 15:40:11 +02:00
},
2021-03-16 17:44:31 +01:00
"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)."
},
2018-06-28 15:40:11 +02:00
"twoFactorRecoveryYourCode": {
"message": "Your Bitwarden two-step login recovery code"
},
2018-06-29 04:27:32 +02:00
"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."
},
2018-06-28 15:40:11 +02:00
"printCode": {
"message": "Print Code",
2018-06-28 15:40:11 +02:00
"description": "Print 2FA recovery code"
2018-06-28 17:58:33 +02:00
},
"reports": {
"message": "Reports"
},
2018-12-11 21:11:16 +01:00
"unsecuredWebsitesReport": {
"message": "Unsecured Websites Report"
2018-12-11 21:11:16 +01:00
},
"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."
2018-12-11 21:11:16 +01:00
},
"unsecuredWebsitesFound": {
"message": "Unsecured Websites Found"
2018-12-11 21:11:16 +01:00
},
"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.",
2018-12-11 21:11:16 +01:00
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"noUnsecuredWebsites": {
"message": "No items in your vault have unsecured URIs."
},
2018-12-12 05:25:05 +01:00
"inactive2faReport": {
"message": "Inactive 2FA Report"
2018-12-12 05:25:05 +01:00
},
"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"
2018-12-12 05:25:05 +01:00
},
"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.",
2018-12-12 05:25:05 +01:00
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"noInactive2fa": {
"message": "No websites were found in your vault with a missing two-factor authentication configuration."
},
2018-12-12 06:02:57 +01:00
"instructions": {
"message": "Instructions"
2018-12-12 05:25:05 +01:00
},
2018-12-12 04:09:16 +01:00
"exposedPasswordsReport": {
"message": "Exposed Passwords Report"
2018-12-12 04:09:16 +01:00
},
"exposedPasswordsReportDesc": {
2018-12-12 18:46:17 +01:00
"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."
2018-12-12 04:09:16 +01:00
},
"exposedPasswordsFound": {
"message": "Exposed Passwords Found"
2018-12-12 04:09:16 +01:00
},
"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"
2018-12-12 04:09:16 +01:00
},
"exposedXTimes": {
"message": "Exposed $COUNT$ time(s)",
"placeholders": {
"count": {
"content": "$1",
"example": "52"
}
}
},
2018-12-11 23:49:51 +01:00
"weakPasswordsReport": {
"message": "Weak Passwords Report"
2018-12-11 23:49:51 +01:00
},
"weakPasswordsReportDesc": {
2018-12-12 14:53:44 +01:00
"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."
2018-12-11 23:49:51 +01:00
},
"weakPasswordsFound": {
"message": "Weak Passwords Found"
2018-12-11 23:49:51 +01:00
},
"weakPasswordsFoundDesc": {
2018-12-12 14:53:44 +01:00
"message": "We found $COUNT$ items in your vault with passwords that are not strong. You should update them to use stronger passwords.",
2018-12-11 23:49:51 +01:00
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"noWeakPasswords": {
"message": "No items in your vault have weak passwords."
},
2018-12-11 20:47:41 +01:00
"reusedPasswordsReport": {
"message": "Reused Passwords Report"
2018-12-11 20:47:41 +01:00
},
"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"
2018-12-11 20:47:41 +01:00
},
"reusedPasswordsFoundDesc": {
2018-12-12 14:53:44 +01:00
"message": "We found $COUNT$ passwords that are being reused in your vault. You should change them to a unique value.",
2018-12-11 20:47:41 +01:00
"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"
}
}
},
2018-06-28 17:58:33 +02:00
"dataBreachReport": {
"message": "Data Breach Report"
2018-06-28 17:58:33 +02:00
},
"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.",
2018-06-28 17:58:33 +02:00
"placeholders": {
"username": {
2018-06-28 17:58:33 +02:00
"content": "$1",
"example": "user@example.com"
}
}
},
"goodNews": {
"message": "Good News",
2018-06-28 17:58:33 +02:00
"description": "ex. Good News, No Breached Accounts Found!"
},
"breachUsernameFound": {
"message": "$USERNAME$ was found in $COUNT$ different data breaches online.",
2018-06-28 17:58:33 +02:00
"placeholders": {
"username": {
2018-06-28 17:58:33 +02:00
"content": "$1",
"example": "user@example.com"
},
"count": {
"content": "$2",
"example": "7"
}
}
},
"breachFound": {
"message": "Breached Accounts Found"
2018-06-28 17:58:33 +02:00
},
"compromisedData": {
"message": "Compromised data"
},
"website": {
"message": "Website"
},
"affectedUsers": {
"message": "Affected Users"
2018-06-28 17:58:33 +02:00
},
"breachOccurred": {
"message": "Breach Occurred"
2018-06-28 17:58:33 +02:00
},
"breachReported": {
"message": "Breach Reported"
2018-06-28 17:58:33 +02:00
},
"reportError": {
"message": "An error occurred trying to load the report. Try again"
2018-06-28 20:05:04 +02:00
},
"billing": {
"message": "Billing"
},
2019-02-18 23:34:57 +01:00
"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."
},
2019-02-20 23:33:05 +01:00
"amount": {
"message": "Amount",
"description": "Dollar amount, or quantity."
},
2019-02-21 02:37:27 +01:00
"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."
},
2019-02-21 02:16:06 +01:00
"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."
},
2018-06-29 04:40:07 +02:00
"goPremium": {
"message": "Go Premium",
2018-06-29 04:40:07 +02:00
"description": "Another way of saying \"Get a premium membership\""
},
2018-06-29 05:11:47 +02:00
"premiumUpdated": {
"message": "You've upgraded to premium."
},
2018-07-20 16:44:17 +02:00
"premiumUpgradeUnlockFeatures": {
"message": "Upgrade your account to a premium membership and unlock some great additional features."
2018-06-29 04:40:07 +02:00
},
"premiumSignUpStorage": {
2018-12-12 16:05:54 +01:00
"message": "1 GB encrypted storage for file attachments."
2018-06-29 04:40:07 +02:00
},
"premiumSignUpTwoStep": {
"message": "Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
},
"premiumSignUpEmergency": {
"message": "Emergency Access"
},
2018-12-12 16:05:54 +01:00
"premiumSignUpReports": {
"message": "Password hygiene, account health, and data breach reports to keep your vault safe."
},
2018-06-29 04:40:07 +02:00
"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!",
2018-06-29 04:40:07 +02:00
"placeholders": {
"price": {
"content": "$1",
"example": "$10"
}
}
},
"addons": {
"message": "Addons"
},
2018-11-20 22:38:00 +01:00
"premiumAccess": {
"message": "Premium Access"
2018-11-20 22:38:00 +01:00
},
"premiumAccessDesc": {
"message": "You can add premium access to all members of your organization for $PRICE$ /$INTERVAL$.",
2018-11-20 22:38:00 +01:00
"placeholders": {
"price": {
"content": "$1",
"example": "$3.33"
},
"interval": {
"content": "$2",
"example": "'month' or 'year'"
}
}
},
"additionalStorageGb": {
"message": "Additional Storage (GB)"
},
"additionalStorageGbDesc": {
"message": "# of additional GB"
},
2018-10-29 15:07:03 +01:00
"additionalStorageIntervalDesc": {
"message": "Your plan comes with $SIZE$ of encrypted file storage. You can add additional storage for $PRICE$ per GB /$INTERVAL$.",
"placeholders": {
2018-07-02 23:09:53 +02:00
"size": {
"content": "$1",
2018-07-02 23:09:53 +02:00
"example": "1 GB"
},
"price": {
"content": "$2",
"example": "$4.00"
2018-10-29 15:07:03 +01:00
},
"interval": {
"content": "$3",
"example": "'month' or 'year'"
}
}
},
"summary": {
"message": "Summary"
},
"total": {
"message": "Total"
},
"year": {
"message": "year"
},
"month": {
"message": "month"
},
2018-07-02 23:09:53 +02:00
"monthAbbr": {
"message": "mo.",
2018-07-02 23:09:53 +02:00
"description": "Short abbreviation for 'month'"
},
2018-06-29 04:27:32 +02:00
"paymentChargedAnnually": {
2018-07-30 22:47:25 +02:00
"message": "Your payment method will be charged immediately and then on a recurring basis each year. You may cancel at any time."
},
2019-03-22 02:38:56 +01:00
"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"
}
}
},
2018-07-02 23:09:53 +02:00
"paymentChargedWithTrial": {
2018-07-30 22:47:25 +02:00
"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.",
2018-07-02 23:09:53 +02:00
"placeholders": {
"interval": {
"content": "$1",
2019-03-22 02:38:56 +01:00
"example": "month or year"
2018-07-02 23:09:53 +02:00
}
}
},
"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."
2018-06-29 22:55:54 +02:00
},
"cancelSubscription": {
"message": "Cancel Subscription"
2018-06-29 22:55:54 +02:00
},
"subscriptionCanceled": {
"message": "The subscription has been canceled."
2018-06-29 22:55:54 +02:00
},
"pendingCancellation": {
"message": "Pending Cancellation"
2018-06-29 22:55:54 +02:00
},
"subscriptionPendingCanceled": {
"message": "The subscription has been marked for cancellation at the end of the current billing period."
},
"reinstateSubscription": {
"message": "Reinstate Subscription"
2018-06-29 22:55:54 +02:00
},
"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."
2018-06-29 22:55:54 +02:00
},
"neverExpires": {
"message": "Never Expires"
2018-06-29 22:55:54 +02:00
},
"status": {
"message": "Status"
},
"nextCharge": {
"message": "Next Charge"
2018-06-29 22:55:54 +02:00
},
"details": {
"message": "Details"
},
"downloadLicense": {
"message": "Download License"
2018-06-29 22:55:54 +02:00
},
"updateLicense": {
"message": "Update License"
2018-06-29 22:55:54 +02:00
},
"updatedLicense": {
"message": "Updated license"
},
2018-06-29 22:55:54 +02:00
"manageSubscription": {
"message": "Manage Subscription"
2018-06-29 22:55:54 +02:00
},
"storage": {
"message": "Storage"
},
"addStorage": {
"message": "Add Storage"
2018-06-29 22:55:54 +02:00
},
"removeStorage": {
"message": "Remove Storage"
2018-06-29 22:55:54 +02:00
},
"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"
2018-06-29 22:55:54 +02:00
},
"noPaymentMethod": {
"message": "No payment method on file."
},
"addPaymentMethod": {
"message": "Add Payment Method"
2018-06-29 22:55:54 +02:00
},
"changePaymentMethod": {
"message": "Change Payment Method"
2018-06-29 22:55:54 +02:00
},
2019-02-09 06:19:54 +01:00
"invoices": {
"message": "Invoices"
2018-06-29 22:55:54 +02:00
},
2019-02-09 06:19:54 +01:00
"noInvoices": {
"message": "No invoices."
},
"paid": {
2019-02-09 06:19:54 +01:00
"message": "Paid",
"description": "Past tense status of an invoice. ex. Paid or unpaid."
},
"unpaid": {
2019-02-09 06:19:54 +01:00
"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."
2018-06-29 22:55:54 +02:00
},
"chargesStatement": {
"message": "Any charges will appear on your statement as $STATEMENT_NAME$.",
"placeholders": {
"statement_name": {
"content": "$1",
"example": "BITWARDEN"
}
}
2018-06-30 05:41:35 +02:00
},
"gbStorageAdd": {
"message": "GB of Storage To Add"
2018-06-30 05:41:35 +02:00
},
"gbStorageRemove": {
"message": "GB of Storage To Remove"
2018-06-30 05:41:35 +02:00
},
"storageAddNote": {
2018-07-17 18:07:52 +02:00
"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."
2018-06-30 05:41:35 +02:00
},
"storageRemoveNote": {
2018-07-17 18:07:52 +02:00
"message": "Removing storage will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge."
2018-06-30 05:41:35 +02:00
},
"adjustedStorage": {
"message": "Adjusted $AMOUNT$ GB of storage.",
"placeholders": {
"amount": {
"content": "$1",
"example": "5"
}
}
2018-06-30 19:36:39 +02:00
},
"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": {
2019-04-04 06:45:53 +02:00
"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."
2018-07-02 23:09:53 +02:00
},
"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."
2018-07-02 23:09:53 +02:00
},
"generalInformation": {
"message": "General Information"
2018-07-02 23:09:53 +02:00
},
"organizationName": {
"message": "Organization Name"
2018-07-02 23:09:53 +02:00
},
"accountOwnedBusiness": {
"message": "This account is owned by a business."
},
"billingEmail": {
"message": "Billing Email"
2018-07-02 23:09:53 +02:00
},
"businessName": {
"message": "Business Name"
2018-07-02 23:09:53 +02:00
},
"chooseYourPlan": {
"message": "Choose Your Plan"
2018-07-02 23:09:53 +02:00
},
"users": {
"message": "Users"
},
"userSeats": {
"message": "User Seats"
2018-07-02 23:09:53 +02:00
},
"additionalUserSeats": {
"message": "Additional User Seats"
2018-07-02 23:09:53 +02:00
},
"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.",
2018-07-02 23:09:53 +02:00
"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": {
2018-08-01 21:51:46 +02:00
"message": "Free",
"description": "Free as in 'free beer'."
2018-07-02 23:09:53 +02:00
},
"planDescFree": {
"message": "For testing or personal users to share with $COUNT$ other user.",
2018-07-02 23:09:53 +02:00
"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."
2018-07-02 23:09:53 +02:00
},
"planNameEnterprise": {
"message": "Enterprise"
},
"planDescEnterprise": {
"message": "For businesses and other large organizations."
2018-07-02 23:09:53 +02:00
},
"freeForever": {
"message": "Free Forever"
2018-07-02 23:09:53 +02:00
},
"includesXUsers": {
"message": "includes $COUNT$ users",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"additionalUsers": {
"message": "Additional Users"
2018-07-02 23:09:53 +02:00
},
"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"
2018-07-02 23:09:53 +02:00
},
"gbEncryptedFileStorage": {
"message": "$SIZE$ encrypted file storage",
"placeholders": {
"size": {
"content": "$1",
"example": "1 GB"
}
}
},
"onPremHostingOptional": {
"message": "On-premise hosting (optional)"
},
2018-09-01 14:22:36 +02:00
"usersGetPremium": {
"message": "Users get access to Premium Features"
2018-09-01 14:22:36 +02:00
},
2018-07-02 23:09:53 +02:00
"controlAccessWithGroups": {
"message": "Control user access with Groups"
2018-07-02 23:09:53 +02:00
},
"syncUsersFromDirectory": {
"message": "Sync your users and Groups from a directory"
2018-07-02 23:09:53 +02:00
},
"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"
2018-07-02 23:09:53 +02:00
},
"organizationCreated": {
"message": "Organization Created"
2018-07-02 23:09:53 +02:00
},
"organizationReadyToGo": {
"message": "Your new organization is ready to go!"
},
2019-03-22 02:38:56 +01:00
"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."
2018-07-05 19:08:29 +02:00
},
"defaultCollection": {
"message": "Default Collection"
2018-07-06 15:47:50 +02:00
},
"getHelp": {
"message": "Get Help"
2018-07-06 15:47:50 +02:00
},
"getApps": {
"message": "Get the Apps"
2018-07-06 15:47:50 +02:00
},
"loggedInAs": {
"message": "Logged in as"
2018-07-06 16:21:08 +02:00
},
"eventLogs": {
"message": "Event Logs"
2018-07-06 16:21:08 +02:00
},
"people": {
"message": "People"
},
2020-01-15 21:42:30 +01:00
"policies": {
"message": "Policies"
},
2020-01-20 14:57:55 +01:00
"editPolicy": {
"message": "Edit Policy"
},
2018-07-06 16:21:08 +02:00
"groups": {
"message": "Groups"
},
"newGroup": {
"message": "New Group"
},
2018-07-09 22:27:54 +02:00
"addGroup": {
"message": "Add Group"
2018-07-09 22:27:54 +02:00
},
"editGroup": {
"message": "Edit Group"
2018-07-09 22:27:54 +02:00
},
"deleteGroupConfirmation": {
"message": "Are you sure you want to delete this group?"
},
2018-07-10 05:48:26 +02:00
"removeUserConfirmation": {
"message": "Are you sure you want to remove this user?"
},
2018-07-09 22:27:54 +02:00
"externalId": {
"message": "External Id"
2018-07-09 22:27:54 +02:00
},
2019-03-07 21:18:05 +01:00
"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."
2018-07-10 03:44:48 +02:00
},
2018-07-09 22:27:54 +02:00
"accessControl": {
"message": "Access Control"
2018-07-09 22:27:54 +02:00
},
"groupAccessAllItems": {
"message": "This group can access and modify all items."
},
"groupAccessSelectedCollections": {
"message": "This group can access only the selected collections."
},
"readOnly": {
"message": "Read Only"
2018-07-09 22:27:54 +02:00
},
"newCollection": {
"message": "New Collection"
},
2018-07-09 22:27:54 +02:00
"addCollection": {
"message": "Add Collection"
2018-07-09 22:27:54 +02:00
},
"editCollection": {
"message": "Edit Collection"
2018-07-09 22:27:54 +02:00
},
2018-07-10 16:06:57 +02:00
"deleteCollectionConfirmation": {
"message": "Are you sure you want to delete this collection?"
},
2018-07-10 20:46:13 +02:00
"editUser": {
"message": "Edit User"
2018-07-10 20:46:13 +02:00
},
"inviteUser": {
"message": "Invite User"
},
2018-07-10 20:46:13 +02:00
"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."
2018-07-10 20:46:13 +02:00
},
"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."
},
2018-07-09 22:27:54 +02:00
"userAccessAllItems": {
"message": "This user can access and modify all items."
},
"userAccessSelectedCollections": {
"message": "This user can access only the selected collections."
},
"search": {
"message": "Search"
2018-07-06 21:45:35 +02:00
},
"invited": {
"message": "Invited"
},
"accepted": {
"message": "Accepted"
},
"confirmed": {
"message": "Confirmed"
},
"owner": {
"message": "Owner"
},
2018-07-10 20:46:13 +02:00
"ownerDesc": {
"message": "The highest access user that can manage all aspects of your organization."
2018-07-10 20:46:13 +02:00
},
2018-07-06 21:45:35 +02:00
"admin": {
"message": "Admin"
},
2018-07-10 20:46:13 +02:00
"adminDesc": {
"message": "Admins can access and manage all items, collections and users in your organization."
2018-07-10 20:46:13 +02:00
},
2018-07-06 21:45:35 +02:00
"user": {
"message": "User"
},
2018-07-10 20:46:13 +02:00
"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."
2018-07-10 20:46:13 +02:00
},
2018-07-06 21:45:35 +02:00
"all": {
"message": "All"
2018-07-07 05:08:10 +02:00
},
"refresh": {
"message": "Refresh"
},
"timestamp": {
"message": "Timestamp"
},
"event": {
"message": "Event"
},
"unknown": {
"message": "Unknown"
},
"loadMore": {
"message": "Load More"
2018-07-09 17:47:57 +02:00
},
"mobile": {
"message": "Mobile",
"description": "Mobile app"
},
"extension": {
"message": "Extension",
"description": "Browser extension/addon"
2018-07-09 17:47:57 +02:00
},
"desktop": {
"message": "Desktop",
"description": "Desktop app"
},
"webVault": {
"message": "Web Vault"
2018-07-09 17:47:57 +02:00
},
"loggedIn": {
"message": "Logged in."
},
"changedPassword": {
"message": "Changed account password."
},
2018-10-09 22:01:00 +02:00
"enabledUpdated2fa": {
"message": "Enabled/updated two-step login."
2018-07-09 17:47:57 +02:00
},
"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."
},
2019-07-12 23:15:40 +02:00
"exportedOrganizationVault": {
"message": "Exported organization vault."
},
2018-07-09 17:47:57 +02:00
"editedOrgSettings": {
"message": "Edited organization settings."
2018-07-09 17:47:57 +02:00
},
2018-07-10 14:39:05 +02:00
"createdItemId": {
"message": "Created item $ID$.",
2018-07-09 17:47:57 +02:00
"placeholders": {
"id": {
2018-07-10 14:39:05 +02:00
"content": "$1",
2018-07-09 22:27:54 +02:00
"example": "Google"
2018-07-09 17:47:57 +02:00
}
}
},
2018-07-10 14:39:05 +02:00
"editedItemId": {
"message": "Edited item $ID$.",
2018-07-09 17:47:57 +02:00
"placeholders": {
2018-07-10 14:39:05 +02:00
"id": {
2018-07-09 17:47:57 +02:00
"content": "$1",
2018-07-10 14:39:05 +02:00
"example": "Google"
}
}
},
"deletedItemId": {
"message": "Sent item $ID$ to trash.",
2018-07-10 14:39:05 +02:00
"placeholders": {
2018-07-09 17:47:57 +02:00
"id": {
2018-07-10 14:39:05 +02:00
"content": "$1",
2018-07-09 22:27:54 +02:00
"example": "Google"
2018-07-09 17:47:57 +02:00
}
}
},
2018-07-10 14:39:05 +02:00
"sharedItemId": {
"message": "Shared item $ID$.",
2018-07-09 17:47:57 +02:00
"placeholders": {
2018-07-10 14:39:05 +02:00
"id": {
2018-07-09 17:47:57 +02:00
"content": "$1",
2018-07-10 14:39:05 +02:00
"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"
}
}
},
2018-07-10 14:39:05 +02:00
"createdCollectionId": {
"message": "Created collection $ID$.",
"placeholders": {
2018-07-09 17:47:57 +02:00
"id": {
2018-07-10 14:39:05 +02:00
"content": "$1",
"example": "Server Passwords"
2018-07-09 17:47:57 +02:00
}
}
},
2018-07-10 14:39:05 +02:00
"editedCollectionId": {
"message": "Edited collection $ID$.",
2018-07-09 17:47:57 +02:00
"placeholders": {
2018-07-10 14:39:05 +02:00
"id": {
2018-07-09 17:47:57 +02:00
"content": "$1",
2018-07-10 14:39:05 +02:00
"example": "Server Passwords"
}
}
},
"deletedCollectionId": {
"message": "Deleted collection $ID$.",
"placeholders": {
2018-07-09 17:47:57 +02:00
"id": {
2018-07-10 14:39:05 +02:00
"content": "$1",
"example": "Server Passwords"
2018-07-09 17:47:57 +02:00
}
}
},
2020-01-20 14:57:55 +01:00
"editedPolicyId": {
"message": "Edited policy $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
2018-07-10 14:39:05 +02:00
"createdGroupId": {
"message": "Created group $ID$.",
2018-07-09 17:47:57 +02:00
"placeholders": {
2018-07-10 14:39:05 +02:00
"id": {
2018-07-09 17:47:57 +02:00
"content": "$1",
2018-07-10 14:39:05 +02:00
"example": "Developers"
}
}
},
"editedGroupId": {
"message": "Edited group $ID$.",
"placeholders": {
2018-07-09 17:47:57 +02:00
"id": {
2018-07-10 14:39:05 +02:00
"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"
2018-07-09 17:47:57 +02:00
}
}
},
"createdAttachmentForItem": {
"message": "Created attachment for item $ID$.",
"placeholders": {
"id": {
"content": "$1",
2018-07-09 22:27:54 +02:00
"example": "Google"
2018-07-09 17:47:57 +02:00
}
}
},
"deletedAttachmentForItem": {
"message": "Deleted attachment for item $ID$.",
"placeholders": {
"id": {
"content": "$1",
2018-07-09 22:27:54 +02:00
"example": "Google"
2018-07-09 17:47:57 +02:00
}
}
},
"editedCollectionsForItem": {
"message": "Edited collections for item $ID$.",
"placeholders": {
"id": {
"content": "$1",
2018-07-09 22:27:54 +02:00
"example": "Google"
2018-07-09 17:47:57 +02:00
}
}
},
2018-07-10 14:39:05 +02:00
"invitedUserId": {
2018-07-09 17:47:57 +02:00
"message": "Invited user $ID$.",
"placeholders": {
"id": {
"content": "$1",
2018-07-09 22:27:54 +02:00
"example": "John Smith"
2018-07-09 17:47:57 +02:00
}
}
},
2018-07-10 14:39:05 +02:00
"confirmedUserId": {
2018-07-09 17:47:57 +02:00
"message": "Confirmed user $ID$.",
"placeholders": {
"id": {
"content": "$1",
2018-07-09 22:27:54 +02:00
"example": "John Smith"
2018-07-09 17:47:57 +02:00
}
}
},
2018-07-10 14:39:05 +02:00
"editedUserId": {
"message": "Edited user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
2018-07-09 17:47:57 +02:00
"editedGroupsForUser": {
"message": "Edited groups for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
2018-07-09 22:27:54 +02:00
"example": "John Smith"
2018-07-09 17:47:57 +02:00
}
}
},
"unlinkedSsoUser": {
"message": "Unlinked SSO for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
2018-07-09 17:47:57 +02:00
"device": {
"message": "Device"
2018-07-09 17:49:08 +02:00
},
"view": {
"message": "View"
2018-07-09 18:22:32 +02:00
},
"invalidDateRange": {
"message": "Invalid date range."
},
"errorOccurred": {
"message": "An error has occurred."
2018-07-10 05:48:26 +02:00
},
"userAccess": {
"message": "User Access"
2018-07-10 16:06:57 +02:00
},
2018-07-10 20:46:13 +02:00
"userType": {
"message": "User Type"
2018-07-10 20:46:13 +02:00
},
2018-07-10 16:06:57 +02:00
"groupAccess": {
"message": "Group Access"
2018-07-10 20:46:13 +02:00
},
2018-07-10 21:03:13 +02:00
"groupAccessUserDesc": {
"message": "Edit the groups that this user belongs to."
},
2018-07-10 20:46:13 +02:00
"invitedUsers": {
"message": "Invited user(s)."
2018-07-11 19:30:17 +02:00
},
"resendInvitation": {
"message": "Resend Invitation"
2018-07-11 19:30:17 +02:00
},
"hasBeenReinvited": {
"message": "$USER$ has been reinvited.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"confirm": {
"message": "Confirm"
},
2018-11-15 05:13:50 +01:00
"confirmUser": {
"message": "Confirm User"
2018-11-15 05:13:50 +01:00
},
2018-07-11 19:30:17 +02:00
"hasBeenConfirmed": {
"message": "$USER$ has been confirmed.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
2018-07-12 16:26:22 +02:00
},
"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."
},
2018-07-12 16:26:22 +02:00
"startDate": {
"message": "Start Date"
2018-07-12 16:26:22 +02:00
},
"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."
},
2018-07-12 20:19:47 +02:00
"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."
2018-07-12 22:05:42 +02:00
},
"joinOrganization": {
"message": "Join Organization"
2018-07-12 22:05:42 +02:00
},
"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."
2018-07-12 22:05:42 +02:00
},
"inviteAccepted": {
"message": "Invitation Accepted"
2018-07-12 22:05:42 +02:00
},
"inviteAcceptedDesc": {
"message": "You can access this organization once an administrator confirms your membership. We'll send you an email when that happens."
2018-07-12 22:05:42 +02:00
},
"inviteAcceptFailed": {
"message": "Unable to accept invitation. Ask an organization admin to send a new invitation."
2018-07-13 15:13:37 +02:00
},
"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."
}
}
},
2018-07-13 15:13:37 +02:00
"rememberEmail": {
"message": "Remember email"
2018-07-13 21:36:27 +02:00
},
"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"
2018-07-13 21:36:27 +02:00
},
"twoStepRecoverDisabled": {
"message": "Two-step login has been disabled on your account."
},
"learnMore": {
"message": "Learn more"
2018-07-13 21:54:49 +02:00
},
"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."
2018-07-13 22:24:53 +02:00
},
"deleteRecoverConfirmDesc": {
"message": "You have requested to delete your Bitwarden account. Click the button below to confirm."
2018-07-16 18:42:49 +02:00
},
"myOrganization": {
"message": "My Organization"
2018-07-16 18:42:49 +02:00
},
"deleteOrganization": {
"message": "Delete Organization"
2018-07-16 18:42:49 +02:00
},
"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. "
2018-07-16 18:42:49 +02:00
},
"deleteOrganizationWarning": {
"message": "Deleting the organization is permanent. It cannot be undone."
2018-07-16 18:42:49 +02:00
},
"organizationDeleted": {
"message": "Organization Deleted"
2018-07-16 18:42:49 +02:00
},
"organizationDeletedDesc": {
"message": "The organization and all associated data has been deleted."
2018-07-16 18:42:49 +02:00
},
"organizationUpdated": {
"message": "Organization updated"
2018-07-16 18:42:49 +02:00
},
"taxInformation": {
"message": "Tax Information"
2018-07-16 18:42:49 +02:00
},
"taxInformationDesc": {
2020-06-08 23:24:05 +02:00
"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."
2018-07-16 23:17:07 +02:00
},
"billingPlan": {
"message": "Plan",
"description": "A billing plan/package. For example: families, teams, enterprise, etc."
2018-07-16 23:17:07 +02:00
},
"changeBillingPlan": {
"message": "Change Plan",
"description": "A billing plan/package. For example: families, teams, enterprise, etc."
2018-07-16 23:17:07 +02:00
},
2019-03-22 03:59:11 +01:00
"changeBillingPlanUpgrade": {
2019-08-23 13:58:42 +02:00
"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.",
2019-03-22 03:59:11 +01:00
"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."
},
2019-02-09 06:19:54 +01:00
"invoiceNumber": {
"message": "Invoice #$NUMBER$",
"description": "ex. Invoice #79C66F0-0001",
"placeholders": {
"number": {
"content": "$1",
"example": "79C66F0-0001"
}
}
},
"viewInvoice": {
"message": "View Invoice"
},
"downloadInvoice": {
"message": "Download Invoice"
2018-07-16 23:17:07 +02:00
},
"verifyBankAccount": {
"message": "Verify Bank Account"
2018-07-16 23:17:07 +02:00
},
"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."
2018-07-16 23:17:07 +02:00
},
"verifyBankAccountFailureWarning": {
"message": "Failure to verify the bank account will result in a missed payment and your subscription being disabled."
},
2018-07-17 21:53:52 +02:00
"verifiedBankAccount": {
"message": "Bank account has been verified."
},
2018-07-16 23:17:07 +02:00
"bankAccount": {
"message": "Bank Account"
2018-07-16 23:17:07 +02:00
},
2018-07-17 21:53:52 +02:00
"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"
}
}
},
2018-07-16 23:17:07 +02:00
"routingNumber": {
"message": "Routing Number",
2018-07-16 23:17:07 +02:00
"description": "Bank account routing number"
},
"accountNumber": {
"message": "Account Number"
2018-07-16 23:17:07 +02:00
},
"accountHolderName": {
"message": "Account Holder Name"
2018-07-16 23:17:07 +02:00
},
"bankAccountType": {
"message": "Account Type"
2018-07-16 23:17:07 +02:00
},
"bankAccountTypeCompany": {
"message": "Company (Business)"
2018-07-16 23:17:07 +02:00
},
"bankAccountTypeIndividual": {
"message": "Individual (Personal)"
2018-07-17 17:25:41 +02:00
},
"enterInstallationId": {
"message": "Enter your installation id"
2018-07-17 18:07:52 +02:00
},
"addSeats": {
"message": "Add Seats",
2018-07-17 18:07:52 +02:00
"description": "Seat = User Seat"
},
"removeSeats": {
"message": "Remove Seats",
2018-07-17 18:07:52 +02:00
"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"
2018-07-17 18:07:52 +02:00
},
"seatsToRemove": {
"message": "Seats To Remove"
2018-07-17 18:07:52 +02:00
},
"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"
}
}
2018-07-17 23:22:51 +02:00
},
"keyUpdated": {
"message": "Key Updated"
2018-07-17 23:22:51 +02:00
},
"updateKeyTitle": {
"message": "Update Key"
2018-07-17 23:22:51 +02:00
},
"updateEncryptionKey": {
"message": "Update Encryption Key"
2018-07-17 23:22:51 +02:00
},
"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."
2018-07-18 04:49:53 +02:00
},
"updateEncryptionKeyExportWarning": {
"message": "Any encrypted exports that you have saved will also become invalid."
},
2018-07-18 04:49:53 +02:00
"subscription": {
"message": "Subscription"
},
"loading": {
"message": "Loading"
2018-07-18 15:21:23 +02:00
},
"upgrade": {
"message": "Upgrade"
},
"upgradeOrganization": {
"message": "Upgrade Organization"
2018-07-18 15:21:23 +02:00
},
"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."
2018-07-20 23:20:41 +02:00
},
"refunded": {
"message": "Refunded"
2018-07-22 03:58:24 +02:00
},
"nothingSelected": {
"message": "You have not selected anything."
2018-07-23 22:37:10 +02:00
},
"acceptPolicies": {
"message": "By checking this box you agree to the following:"
},
"acceptPoliciesError": {
"message": "Terms of Service and Privacy Policy have not been acknowledged."
2018-07-23 22:37:10 +02:00
},
"termsOfService": {
"message": "Terms of Service"
2018-07-23 22:37:10 +02:00
},
"privacyPolicy": {
"message": "Privacy Policy"
2018-07-26 14:16:37 +02:00
},
"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"
2018-07-28 05:38:12 +02:00
},
"dateUpdated": {
"message": "Updated",
"description": "ex. Date this item was updated"
},
"datePasswordUpdated": {
"message": "Password Updated",
2018-07-28 05:38:12 +02:00
"description": "ex. Date this password was updated"
},
"organizationIsDisabled": {
"message": "Organization is disabled."
},
"licenseIsExpired": {
"message": "License is expired."
},
"updatedUsers": {
"message": "Updated users"
2018-10-18 18:15:13 +02:00
},
"selected": {
"message": "Selected"
},
"ownership": {
"message": "Ownership"
},
"whoOwnsThisItem": {
"message": "Who owns this item?"
},
"strong": {
"message": "Strong",
2018-12-11 23:49:51 +01:00
"description": "ex. A strong password. Scale: Very Weak -> Weak -> Good -> Strong"
2018-11-13 15:10:44 +01:00
},
"good": {
"message": "Good",
2018-12-11 23:49:51 +01:00
"description": "ex. A good password. Scale: Very Weak -> Weak -> Good -> Strong"
},
"weak": {
"message": "Weak",
2018-12-11 23:49:51 +01:00
"description": "ex. A weak password. Scale: Very Weak -> Weak -> Good -> Strong"
},
"veryWeak": {
"message": "Very Weak",
2018-12-11 23:49:51 +01:00
"description": "ex. A very weak password. Scale: Very Weak -> Weak -> Good -> Strong"
},
"weakMasterPassword": {
"message": "Weak Master Password"
},
"weakMasterPasswordDesc": {
2018-11-13 15:10:44 +01:00
"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": {
2018-11-15 05:13:50 +01:00
"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."
2018-11-15 05:13:50 +01:00
},
"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."
},
2018-11-21 15:04:46 +01:00
"fingerprintEnsureIntegrityVerify": {
"message": "To ensure the integrity of your encryption keys, please verify the user's fingerprint phrase before continuing.",
2018-11-15 05:13:50 +01:00
"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."
2018-12-12 15:45:50 +01:00
},
"free": {
"message": "Free",
"description": "Free, as in 'Free beer'"
2019-03-07 17:18:45 +01:00
},
"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."
},
2019-03-07 17:18:45 +01:00
"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"
2019-06-26 23:45:53 +02:00
},
"selectOneCollection": {
"message": "You must select at least one collection."
2019-08-11 01:51:49 +02:00
},
"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."
2020-01-29 23:49:20 +01:00
},
"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"
}
}
2020-05-08 15:32:59 +02:00
},
"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"
2020-06-08 23:24:05 +02:00
},
"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"
2020-08-20 22:39:05 +02:00
},
"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."
},
2020-08-20 22:39:05 +02:00
"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": {
2020-08-31 22:48:09 +02:00
"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"
2020-11-05 20:41:54 +01:00
},
"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."
},
2020-11-05 20:41:54 +01:00
"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."
2021-02-25 18:23:52 +01:00
},
"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."
2021-03-16 17:44:31 +01:00
},
"webAuthnFallbackMsg": {
"message": "To verify your 2FA please click the button below."
},
"webAuthnAuthenticate": {
"message": "Authenticate WebAuthn"
2021-03-16 17:44:31 +01:00
},
"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"
2018-06-05 21:02:53 +02:00
}
}