diff --git a/apps/desktop/src/locales/en/messages.json b/apps/desktop/src/locales/en/messages.json index b656c5b196..c896cd3e26 100644 --- a/apps/desktop/src/locales/en/messages.json +++ b/apps/desktop/src/locales/en/messages.json @@ -6,7 +6,7 @@ "message": "Filters" }, "allItems": { - "message": "All Items" + "message": "All items" }, "favorites": { "message": "Favorites" @@ -24,7 +24,7 @@ "message": "Identity" }, "typeSecureNote": { - "message": "Secure Note" + "message": "Secure note" }, "folders": { "message": "Folders" @@ -33,10 +33,10 @@ "message": "Collections" }, "searchVault": { - "message": "Search Vault" + "message": "Search vault" }, "addItem": { - "message": "Add Item" + "message": "Add item" }, "shared": { "message": "Shared" @@ -45,7 +45,7 @@ "message": "Share" }, "moveToOrganization": { - "message": "Move to Organization" + "message": "Move to organization" }, "movedItemToOrg": { "message": "$ITEMNAME$ moved to $ORGNAME$", @@ -67,7 +67,7 @@ "message": "Attachments" }, "viewItem": { - "message": "View Item" + "message": "View item" }, "name": { "message": "Name" @@ -98,13 +98,13 @@ "message": "Passphrase" }, "editItem": { - "message": "Edit Item" + "message": "Edit item" }, "emailAddress": { - "message": "Email Address" + "message": "Email address" }, "verificationCodeTotp": { - "message": "Verification Code (TOTP)" + "message": "Verification code (TOTP)" }, "website": { "message": "Website" @@ -113,13 +113,13 @@ "message": "Notes" }, "customFields": { - "message": "Custom Fields" + "message": "Custom fields" }, "launch": { "message": "Launch" }, "copyValue": { - "message": "Copy Value", + "message": "Copy value", "description": "Copy value to clipboard" }, "minimizeOnCopyToClipboard": { @@ -129,14 +129,14 @@ "message": "Minimize application when copying an item's data to the clipboard." }, "toggleVisibility": { - "message": "Toggle Visibility" + "message": "Toggle visibility" }, "toggleCollapse": { - "message": "Toggle Collapse", + "message": "Toggle collapse", "description": "Toggling an expand/collapse state." }, "cardholderName": { - "message": "Cardholder Name" + "message": "Cardholder name" }, "number": { "message": "Number" @@ -148,22 +148,22 @@ "message": "Expiration" }, "securityCode": { - "message": "Security Code" + "message": "Security code" }, "identityName": { - "message": "Identity Name" + "message": "Identity name" }, "company": { "message": "Company" }, "ssn": { - "message": "Social Security Number" + "message": "Social Security number" }, "passportNumber": { - "message": "Passport Number" + "message": "Passport number" }, "licenseNumber": { - "message": "License Number" + "message": "License number" }, "email": { "message": "Email" @@ -175,10 +175,10 @@ "message": "Address" }, "premiumRequired": { - "message": "Premium Required" + "message": "Premium required" }, "premiumRequiredDesc": { - "message": "A premium membership is required to use this feature." + "message": "A Premium membership is required to use this feature." }, "errorOccurred": { "message": "An error has occurred." @@ -242,10 +242,10 @@ "message": "Dr" }, "expirationMonth": { - "message": "Expiration Month" + "message": "Expiration month" }, "expirationYear": { - "message": "Expiration Year" + "message": "Expiration year" }, "select": { "message": "Select" @@ -254,22 +254,22 @@ "message": "Other" }, "generatePassword": { - "message": "Generate Password" + "message": "Generate password" }, "type": { "message": "Type" }, "firstName": { - "message": "First Name" + "message": "First name" }, "middleName": { - "message": "Middle Name" + "message": "Middle name" }, "lastName": { - "message": "Last Name" + "message": "Last name" }, "fullName": { - "message": "Full Name" + "message": "Full name" }, "address1": { "message": "Address 1" @@ -287,7 +287,7 @@ "message": "State / Province" }, "zipPostalCode": { - "message": "Zip / Postal Code" + "message": "Zip / Postal code" }, "country": { "message": "Country" @@ -308,13 +308,13 @@ "message": "Edit" }, "authenticatorKeyTotp": { - "message": "Authenticator Key (TOTP)" + "message": "Authenticator key (TOTP)" }, "folder": { "message": "Folder" }, "newCustomField": { - "message": "New Custom Field" + "message": "New custom field" }, "value": { "message": "Value" @@ -346,56 +346,56 @@ "message": "Name is required." }, "addedItem": { - "message": "Added item" + "message": "Item added" }, "editedItem": { - "message": "Edited item" + "message": "Item saved" }, "deleteItem": { - "message": "Delete Item" + "message": "Delete item" }, "deleteFolder": { - "message": "Delete Folder" + "message": "Delete folder" }, "deleteAttachment": { - "message": "Delete Attachment" + "message": "Delete attachment" }, "deleteItemConfirmation": { "message": "Do you really want to send to the trash?" }, "deletedItem": { - "message": "Sent item to trash" + "message": "Item sent to trash" }, "overwritePasswordConfirmation": { "message": "Are you sure you want to overwrite the current password?" }, "overwriteUsername": { - "message": "Overwrite Username" + "message": "Overwrite username" }, "overwriteUsernameConfirmation": { "message": "Are you sure you want to overwrite the current username?" }, "noneFolder": { - "message": "No Folder", + "message": "No folder", "description": "This is the folder for uncategorized items" }, "addFolder": { - "message": "Add Folder" + "message": "Add folder" }, "editFolder": { - "message": "Edit Folder" + "message": "Edit folder" }, "regeneratePassword": { - "message": "Regenerate Password" + "message": "Regenerate password" }, "copyPassword": { - "message": "Copy Password" + "message": "Copy password" }, "copyUri": { "message": "Copy URI" }, "copyVerificationCodeTotp": { - "message": "Copy Verification Code (TOTP)" + "message": "Copy verification code (TOTP)" }, "length": { "message": "Length" @@ -410,64 +410,64 @@ "message": "Numbers (0-9)" }, "specialCharacters": { - "message": "Special Characters (!@#$%^&*)" + "message": "Special characters (!@#$%^&*)" }, "numWords": { - "message": "Number of Words" + "message": "Number of words" }, "wordSeparator": { - "message": "Word Separator" + "message": "Word separator" }, "capitalize": { "message": "Capitalize", - "description": "Make the first letter of a work uppercase." + "description": "Make the first letter of a word uppercase." }, "includeNumber": { - "message": "Include Number" + "message": "Include number" }, "close": { "message": "Close" }, "minNumbers": { - "message": "Minimum Numbers" + "message": "Minimum numbers" }, "minSpecial": { - "message": "Minimum Special", + "message": "Minimum special", "description": "Minimum Special Characters" }, "ambiguous": { - "message": "Avoid Ambiguous Characters" + "message": "Avoid ambiguous characters" }, "searchCollection": { - "message": "Search Collection" + "message": "Search collection" }, "searchFolder": { - "message": "Search Folder" + "message": "Search folder" }, "searchFavorites": { - "message": "Search Favorites" + "message": "Search favorites" }, "searchType": { - "message": "Search Type", + "message": "Search type", "description": "Search item type" }, "newAttachment": { - "message": "Add New Attachment" + "message": "Add new attachment" }, "deletedAttachment": { - "message": "Deleted attachment" + "message": "Attachment deleted" }, "deleteAttachmentConfirmation": { "message": "Are you sure you want to delete this attachment?" }, "attachmentSaved": { - "message": "The attachment has been saved." + "message": "Attachment saved" }, "file": { "message": "File" }, "selectFile": { - "message": "Select a file." + "message": "Select a file" }, "maxFileSize": { "message": "Maximum file size is 500 MB." @@ -476,31 +476,31 @@ "message": "You cannot use this feature until you update your encryption key." }, "editedFolder": { - "message": "Edited folder" + "message": "Folder saved" }, "addedFolder": { - "message": "Added folder" + "message": "Folder added" }, "deleteFolderConfirmation": { "message": "Are you sure you want to delete this folder?" }, "deletedFolder": { - "message": "Deleted folder" + "message": "Folder deleted" }, "loginOrCreateNewAccount": { "message": "Log in or create a new account to access your secure vault." }, "createAccount": { - "message": "Create Account" + "message": "Create account" }, "logIn": { - "message": "Log In" + "message": "Log in" }, "submit": { "message": "Submit" }, "masterPass": { - "message": "Master Password" + "message": "Master password" }, "masterPassDesc": { "message": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it." @@ -509,16 +509,16 @@ "message": "A master password hint can help you remember your password if you forget it." }, "reTypeMasterPass": { - "message": "Re-type Master Password" + "message": "Re-type master password" }, "masterPassHint": { - "message": "Master Password Hint (optional)" + "message": "Master password hint (optional)" }, "settings": { "message": "Settings" }, "passwordHint": { - "message": "Password Hint" + "message": "Password hint" }, "enterEmailToGetHint": { "message": "Enter your account email address to receive your master password hint." @@ -554,7 +554,7 @@ "message": "An unexpected error has occurred." }, "itemInformation": { - "message": "Item Information" + "message": "Item information" }, "noItemsInList": { "message": "There are no items to list." @@ -563,13 +563,13 @@ "message": "Send a verification code to your email" }, "sendCode": { - "message": "Send Code" + "message": "Send code" }, "codeSent": { - "message": "Code Sent" + "message": "Code sent" }, "verificationCode": { - "message": "Verification Code" + "message": "Verification code" }, "confirmIdentity": { "message": "Confirm your identity to continue." @@ -620,20 +620,20 @@ "message": "Insert your security key into your computer's USB port. If it has a button, touch it." }, "recoveryCodeDesc": { - "message": "Lost access to all of your two-factor providers? Use your recovery code to disable all two-factor providers from your account." + "message": "Lost access to all of your two-factor providers? Use your recovery code to turn off all two-factor providers on your account." }, "recoveryCodeTitle": { - "message": "Recovery Code" + "message": "Recovery code" }, "authenticatorAppTitle": { - "message": "Authenticator App" + "message": "Authenticator app" }, "authenticatorAppDesc": { "message": "Use an authenticator app (such as Authy or Google Authenticator) to generate time-based verification codes.", "description": "'Authy' and 'Google Authenticator' are product names and should not be translated." }, "yubiKeyTitle": { - "message": "YubiKey OTP Security Key" + "message": "YubiKey OTP security key" }, "yubiKeyDesc": { "message": "Use a YubiKey to access your account. Works with YubiKey 4, 4 Nano, 4C, and NEO devices." @@ -650,7 +650,7 @@ "message": "FIDO2 WebAuthn" }, "webAuthnDesc": { - "message": "Use any WebAuthn enabled security key to access your account." + "message": "Use any WebAuthn compatible security key to access your account." }, "emailTitle": { "message": "Email" @@ -659,25 +659,25 @@ "message": "Verification codes will be emailed to you." }, "loginUnavailable": { - "message": "Login Unavailable" + "message": "Login unavailable" }, "noTwoStepProviders": { - "message": "This account has two-step login enabled, however, none of the configured two-step providers are supported by this device." + "message": "This account has two-step login set up, however, none of the configured two-step providers are supported by this device." }, "noTwoStepProviders2": { "message": "Please add additional providers that are better supported across devices (such as an authenticator app)." }, "twoStepOptions": { - "message": "Two-step Login Options" + "message": "Two-step login options" }, "selfHostedEnvironment": { - "message": "Self-hosted Environment" + "message": "Self-hosted environment" }, "selfHostedEnvironmentFooter": { "message": "Specify the base URL of your on-premises hosted Bitwarden installation." }, "customEnvironment": { - "message": "Custom Environment" + "message": "Custom environment" }, "customEnvironmentFooter": { "message": "For advanced users. You can specify the base URL of each service independently." @@ -686,22 +686,22 @@ "message": "Server URL" }, "apiUrl": { - "message": "API Server URL" + "message": "API server URL" }, "webVaultUrl": { - "message": "Web Vault Server URL" + "message": "Web vault server URL" }, "identityUrl": { - "message": "Identity Server URL" + "message": "Identity server URL" }, "notificationsUrl": { - "message": "Notifications Server URL" + "message": "Notifications server URL" }, "iconsUrl": { - "message": "Icons Server URL" + "message": "Icons server URL" }, "environmentSaved": { - "message": "The environment URLs have been saved." + "message": "Environment URLs saved" }, "ok": { "message": "Ok" @@ -713,13 +713,13 @@ "message": "No" }, "overwritePassword": { - "message": "Overwrite Password" + "message": "Overwrite password" }, "learnMore": { "message": "Learn more" }, "featureUnavailable": { - "message": "Feature Unavailable" + "message": "Feature unavailable" }, "loggedOut": { "message": "Logged out" @@ -734,13 +734,13 @@ "message": "Log out" }, "addNewLogin": { - "message": "Add New Login" + "message": "New login" }, "addNewItem": { - "message": "Add New Item" + "message": "New item" }, "addNewFolder": { - "message": "Add New Folder" + "message": "New folder" }, "view": { "message": "View" @@ -752,37 +752,37 @@ "message": "Loading..." }, "lockVault": { - "message": "Lock Vault" + "message": "Lock vault" }, "passwordGenerator": { - "message": "Password Generator" + "message": "Password generator" }, "contactUs": { - "message": "Contact Us" + "message": "Contact us" }, "getHelp": { - "message": "Get Help" + "message": "Get help" }, "fileBugReport": { - "message": "File a Bug Report" + "message": "File a bug report" }, "blog": { "message": "Blog" }, "followUs": { - "message": "Follow Us" + "message": "Follow us" }, "syncVault": { - "message": "Sync Vault" + "message": "Sync vault" }, "changeMasterPass": { - "message": "Change Master Password" + "message": "Change master password" }, "changeMasterPasswordConfirmation": { "message": "You can change your master password on the bitwarden.com web vault. Do you want to visit the website now?" }, "fingerprintPhrase": { - "message": "Fingerprint Phrase", + "message": "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." }, "yourAccountsFingerprint": { @@ -790,13 +790,13 @@ "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." }, "goToWebVault": { - "message": "Go to Web Vault" + "message": "Go to web vault" }, "getMobileApp": { - "message": "Get Mobile App" + "message": "Get mobile app" }, "getBrowserExtension": { - "message": "Get Browser Extension" + "message": "Get browser extension" }, "syncingComplete": { "message": "Syncing complete" @@ -827,10 +827,10 @@ "message": "Invalid master password" }, "twoStepLoginConfirmation": { - "message": "Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?" + "message": "Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be set up on the bitwarden.com web vault. Do you want to visit the website now?" }, "twoStepLogin": { - "message": "Two-step Login" + "message": "Two-step login" }, "vaultTimeout": { "message": "Vault timeout" @@ -928,7 +928,7 @@ "message": "When closing the window, show an icon in the menu bar instead." }, "enableTray": { - "message": "Enable tray icon" + "message": "Show tray icon" }, "enableTrayDesc": { "message": "Always show an icon in the system tray." @@ -958,10 +958,10 @@ "message": "Show the Bitwarden icon in the Dock even when minimized to the menu bar." }, "confirmTrayTitle": { - "message": "Confirm disable tray" + "message": "Confirm hiding tray" }, "confirmTrayDesc": { - "message": "Disabling this setting will also disable all other tray related settings." + "message": "Turning off this setting will also turn off all other tray related settings." }, "language": { "message": "Language" @@ -988,7 +988,7 @@ "description": "Copy to clipboard" }, "checkForUpdates": { - "message": "Check for Updates…" + "message": "Check for updates…" }, "version": { "message": "Version $VERSION_NUM$", @@ -1000,7 +1000,7 @@ } }, "restartToUpdate": { - "message": "Restart to Update" + "message": "Restart to update" }, "restartToUpdateDesc": { "message": "Version $VERSION_NUM$ is ready to install. You must restart the application to complete the installation. Do you want to restart and update now?", @@ -1012,7 +1012,7 @@ } }, "updateAvailable": { - "message": "Update Available" + "message": "Update available" }, "updateAvailableDesc": { "message": "An update was found. Do you want to download it now?" @@ -1027,39 +1027,39 @@ "message": "No updates are currently available. You are using the latest version." }, "updateError": { - "message": "Update Error" + "message": "Update error" }, "unknown": { "message": "Unknown" }, "copyUsername": { - "message": "Copy Username" + "message": "Copy username" }, "copyNumber": { - "message": "Copy Number", + "message": "Copy number", "description": "Copy credit card number" }, "copySecurityCode": { - "message": "Copy Security Code", + "message": "Copy security code", "description": "Copy credit card security code (CVV)" }, "premiumMembership": { - "message": "Premium Membership" + "message": "Premium membership" }, "premiumManage": { - "message": "Manage Membership" + "message": "Manage membership" }, "premiumManageAlert": { "message": "You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?" }, "premiumRefresh": { - "message": "Refresh Membership" + "message": "Refresh membership" }, "premiumNotCurrentMember": { - "message": "You are not currently a premium member." + "message": "You are not currently a Premium member." }, "premiumSignUpAndGet": { - "message": "Sign up for a premium membership and get:" + "message": "Sign up for a Premium membership and get:" }, "premiumSignUpStorage": { "message": "1 GB encrypted storage for file attachments." @@ -1104,7 +1104,7 @@ "message": "Refresh complete" }, "passwordHistory": { - "message": "Password History" + "message": "Password history" }, "clear": { "message": "Clear", @@ -1128,25 +1128,25 @@ "description": "Paste from clipboard" }, "selectAll": { - "message": "Select All" + "message": "Select all" }, "zoomIn": { - "message": "Zoom In" + "message": "Zoom in" }, "zoomOut": { - "message": "Zoom Out" + "message": "Zoom out" }, "resetZoom": { - "message": "Reset Zoom" + "message": "Reset zoom" }, "toggleFullScreen": { - "message": "Toggle Full Screen" + "message": "Toggle full screen" }, "reload": { "message": "Reload" }, "toggleDevTools": { - "message": "Toggle Developer Tools" + "message": "Toggle developer tools" }, "minimize": { "message": "Minimize", @@ -1156,7 +1156,7 @@ "message": "Zoom" }, "bringAllToFront": { - "message": "Bring All to Front", + "message": "Bring all to front", "description": "Bring all windows to front (foreground)" }, "aboutBitwarden": { @@ -1169,10 +1169,10 @@ "message": "Hide Bitwarden" }, "hideOthers": { - "message": "Hide Others" + "message": "Hide others" }, "showAll": { - "message": "Show All" + "message": "Show all" }, "quitBitwarden": { "message": "Quit Bitwarden" @@ -1213,7 +1213,7 @@ "description": "Domain name. Ex. website.com" }, "domainName": { - "message": "Domain Name", + "message": "Domain name", "description": "Domain name. Ex. website.com" }, "host": { @@ -1231,7 +1231,7 @@ "description": "A programming term, also known as 'RegEx'." }, "matchDetection": { - "message": "Match Detection", + "message": "Match detection", "description": "URI match detection for auto-fill." }, "defaultMatchDetection": { @@ -1239,7 +1239,7 @@ "description": "Default URI match detection for auto-fill." }, "toggleOptions": { - "message": "Toggle Options" + "message": "Toggle options" }, "organization": { "message": "Organization", @@ -1256,10 +1256,10 @@ "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." }, "hideToTray": { - "message": "Hide to Tray" + "message": "Hide to tray" }, "alwaysOnTop": { - "message": "Always on Top", + "message": "Always on top", "description": "Application window should always stay on top of other windows" }, "dateUpdated": { @@ -1271,21 +1271,21 @@ "description": "ex. Date this item was created" }, "datePasswordUpdated": { - "message": "Password Updated", + "message": "Password updated", "description": "ex. Date this password was updated" }, "exportVault": { - "message": "Export Vault" + "message": "Export vault" }, "fileFormat": { - "message": "File Format" + "message": "File format" }, "hCaptchaUrl": { "message": "hCaptcha Url", "description": "hCaptcha is the name of a website, should not be translated" }, "loadAccessibilityCookie": { - "message": "Load Accessibility Cookie" + "message": "Load accessibility cookie" }, "registerAccessibilityUser": { "message": "Register as an accessibility user at", @@ -1319,7 +1319,7 @@ "description": "WARNING (should stay in capitalized letters if the language permits)" }, "confirmVaultExport": { - "message": "Confirm Vault Export" + "message": "Confirm vault export" }, "exportWarningDesc": { "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." @@ -1355,7 +1355,7 @@ "description": "ex. A weak password. Scale: Weak -> Good -> Strong" }, "weakMasterPassword": { - "message": "Weak Master Password" + "message": "Weak master password" }, "weakMasterPasswordDesc": { "message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?" @@ -1422,13 +1422,13 @@ "message": "Always show an icon in the menu bar." }, "hideToMenuBar": { - "message": "Hide to Menu Bar" + "message": "Hide to menu bar" }, "selectOneCollection": { "message": "You must select at least one collection." }, "premiumUpdated": { - "message": "You've upgraded to premium." + "message": "You've upgraded to Premium." }, "restore": { "message": "Restore" @@ -1450,7 +1450,7 @@ "message": "Are you sure you want to leave? If you leave now then your current information will not be saved." }, "unsavedChangesTitle": { - "message": "Unsaved Changes" + "message": "Unsaved changes" }, "clone": { "message": "Clone" @@ -1476,49 +1476,49 @@ "description": "Noun: a special folder to hold deleted items" }, "searchTrash": { - "message": "Search Trash" + "message": "Search trash" }, "permanentlyDeleteItem": { - "message": "Permanently Delete Item" + "message": "Permanently delete item" }, "permanentlyDeleteItemConfirmation": { "message": "Are you sure you want to permanently delete this item?" }, "permanentlyDeletedItem": { - "message": "Permanently Deleted item" + "message": "Item permanently deleted" }, "restoreItem": { - "message": "Restore Item" + "message": "Restore item" }, "restoreItemConfirmation": { "message": "Are you sure you want to restore this item?" }, "restoredItem": { - "message": "Restored Item" + "message": "Item restored" }, "permanentlyDelete": { - "message": "Permanently Delete" + "message": "Permanently delete" }, "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" + "message": "Timeout action confirmation" }, "enterpriseSingleSignOn": { - "message": "Enterprise Single Sign-On" + "message": "Enterprise single sign-on" }, "setMasterPassword": { - "message": "Set Master Password" + "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." }, "newMasterPass": { - "message": "New Master Password" + "message": "New master password" }, "confirmNewMasterPass": { - "message": "Confirm New Master Password" + "message": "Confirm new master password" }, "masterPasswordPolicyInEffect": { "message": "One or more organization policies require your master password to meet the following requirements:" @@ -1623,13 +1623,13 @@ "message": "If you did not initiate this request, do not approve it." }, "biometricsNotEnabledTitle": { - "message": "Biometrics not enabled" + "message": "Biometrics not set up" }, "biometricsNotEnabledDesc": { - "message": "Browser biometrics requires desktop biometrics to be enabled in the settings first." + "message": "Browser biometrics requires desktop biometrics to be set up in the settings first." }, "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." + "message": "Due to an enterprise policy, you are restricted from saving items to your individual vault. Change the ownership option to an organization and choose from available collections." }, "hintEqualsPassword": { "message": "Your password hint cannot be the same as your password." @@ -1656,27 +1656,27 @@ "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "myVault": { - "message": "My Vault" + "message": "My vault" }, "text": { "message": "Text" }, "deletionDate": { - "message": "Deletion Date" + "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" + "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", + "message": "Maximum access count", "description": "This text will be displayed after a Send has been accessed the maximum amount of times." }, "maxAccessCountDesc": { @@ -1684,10 +1684,10 @@ "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "currentAccessCount": { - "message": "Current Access Count" + "message": "Current access count" }, "disableSend": { - "message": "Disable this Send so that no one can access it.", + "message": "Deactivate 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." }, "sendPasswordDesc": { @@ -1703,7 +1703,7 @@ "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendLinkLabel": { - "message": "Send Link", + "message": "Send link", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "textHiddenByDefault": { @@ -1711,26 +1711,26 @@ "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "createdSend": { - "message": "Created Send", + "message": "Send added", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "editedSend": { - "message": "Edited Send", + "message": "Send saved", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "deletedSend": { - "message": "Deleted Send", + "message": "Send deleted", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "newPassword": { - "message": "New Password" + "message": "New password" }, "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." }, "createSend": { - "message": "Create Send", + "message": "New Send", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendTextDesc": { @@ -1766,7 +1766,7 @@ "message": "Copy the link to share this Send to my clipboard upon save." }, "sendDisabled": { - "message": "Send disabled", + "message": "Send removed", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendDisabledWarning": { @@ -1798,7 +1798,7 @@ "message": "One or more organization policies are affecting your Send options." }, "emailVerificationRequired": { - "message": "Email Verification Required" + "message": "Email verification required" }, "emailVerificationRequiredDesc": { "message": "You must verify your email to use this feature." @@ -1813,13 +1813,13 @@ "message": "This action is protected. To continue, please re-enter your master password to verify your identity." }, "updatedMasterPassword": { - "message": "Updated Master Password" + "message": "Updated master password" }, "updateMasterPassword": { - "message": "Update Master Password" + "message": "Update master password" }, "updateMasterPasswordWarning": { - "message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update it now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour." + "message": "Your master password was recently changed by an administrator in your organization. In order to access the vault, you must update it now. 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." }, "hours": { "message": "Hours" @@ -1828,7 +1828,7 @@ "message": "Minutes" }, "vaultTimeoutPolicyInEffect": { - "message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)", + "message": "Your organization policies are affecting your vault timeout. Maximum allowed vault timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)", "placeholders": { "hours": { "content": "$1", @@ -1844,25 +1844,25 @@ "message": "Your vault timeout exceeds the restrictions set by your organization." }, "resetPasswordPolicyAutoEnroll": { - "message": "Automatic Enrollment" + "message": "Automatic enrollment" }, "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." }, "vaultExportDisabled": { - "message": "Vault Export Disabled" + "message": "Vault export removed" }, "personalVaultExportPolicyInEffect": { "message": "One or more organization policies prevents you from exporting your personal vault." }, "addAccount": { - "message": "Add Account" + "message": "Add account" }, "removeMasterPassword": { - "message": "Remove Master Password" + "message": "Remove master password" }, "removedMasterPassword": { - "message": "Master password removed." + "message": "Master password removed" }, "convertOrganizationEncryptionDesc": { "message": "$ORGANIZATION$ is using SSO with a self-hosted key server. A master password is no longer required to log in for members of this organization.", @@ -1874,7 +1874,7 @@ } }, "leaveOrganization": { - "message": "Leave Organization" + "message": "Leave organization" }, "leaveOrganizationConfirmation": { "message": "Are you sure you want to leave this organization?" @@ -1883,10 +1883,10 @@ "message": "You have left the organization." }, "ssoKeyConnectorError": { - "message": "Key Connector error: make sure Key Connector is available and working correctly." + "message": "Key connector error: make sure key connector is available and working correctly." }, "lockAllVaults": { - "message": "Lock All Vaults" + "message": "Lock all vaults" }, "accountLimitReached": { "message": "No more than 5 accounts may be logged in at the same time." @@ -1895,7 +1895,7 @@ "message": "Preferences" }, "appPreferences": { - "message": "App Settings (All Accounts)" + "message": "App settings (all accounts)" }, "accountSwitcherLimitReached": { "message": "Account limit reached. Log out of an account to add another." @@ -1910,7 +1910,7 @@ } }, "switchAccount": { - "message": "Switch Account" + "message": "Switch account" }, "options": { "message": "Options" @@ -1919,10 +1919,10 @@ "message": "Your session has timed out. Please go back and try logging in again." }, "exportingPersonalVaultTitle": { - "message": "Exporting Personal Vault" + "message": "Exporting individual vault" }, "exportingPersonalVaultDescription": { - "message": "Only the personal vault items associated with $EMAIL$ will be exported. Organization vault items will not be included.", + "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included.", "placeholders": { "email": { "content": "$1", @@ -1943,26 +1943,26 @@ "message": "What would you like to generate?" }, "passwordType": { - "message": "Password Type" + "message": "Password type" }, "regenerateUsername": { - "message": "Regenerate Username" + "message": "Regenerate username" }, "generateUsername": { - "message": "Generate Username" + "message": "Generate username" }, "usernameType": { - "message": "Username Type" + "message": "Username type" }, "plusAddressedEmail": { - "message": "Plus Addressed Email", + "message": "Plus addressed email", "description": "Username generator option that appends a random sub-address to the username. For example: address+subaddress@email.com" }, "plusAddressedEmailDesc": { "message": "Use your email provider's sub-addressing capabilities." }, "catchallEmail": { - "message": "Catch-all Email" + "message": "Catch-all email" }, "catchallEmailDesc": { "message": "Use your domain's configured catch-all inbox." @@ -1971,25 +1971,25 @@ "message": "Random" }, "randomWord": { - "message": "Random Word" + "message": "Random word" }, "websiteName": { - "message": "Website Name" + "message": "Website name" }, "service": { "message": "Service" }, "allVaults": { - "message": "All Vaults" + "message": "All vaults" }, "searchOrganization": { - "message": "Search Organization" + "message": "Search organization" }, "searchMyVault": { - "message": "Search My Vault" + "message": "Search my vault" }, "forwardedEmail": { - "message": "Forwarded Email Alias" + "message": "Forwarded email alias" }, "forwardedEmailDesc": { "message": "Generate an email alias with an external forwarding service." @@ -2002,16 +2002,16 @@ "message": "API Access Token" }, "apiKey": { - "message": "API Key" + "message": "API key" }, "premiumSubcriptionRequired": { "message": "Premium subscription required" }, "organizationIsDisabled": { - "message": "Organization is disabled." + "message": "Organization suspended" }, - "disabledOrganizationFilterError": { - "message": "Items in disabled Organizations cannot be accessed. Contact your Organization owner for assistance." + "disabledOrganizationFilterError" : { + "message" : "Items in suspended organizations cannot be accessed. Contact your organization owner for assistance." }, "neverLockWarning": { "message": "Are you sure you want to use the \"Never\" option? Setting your lock options to \"Never\" stores your vault's encryption key on your device. If you use this option you should ensure that you keep your device properly protected."