New translations messages.json (English, India)

This commit is contained in:
Kyle Spearrin 2021-10-14 19:12:01 -04:00
parent 7ba748f2d3
commit 31de516012
1 changed files with 73 additions and 12 deletions

View File

@ -88,6 +88,9 @@
"generatePasswordCopied": {
"message": "Generate password (copied)"
},
"copyElementIdentifier": {
"message": "Copy Custom Field Name"
},
"noMatchingLogins": {
"message": "No matching logins."
},
@ -501,7 +504,7 @@
"message": "Edited item"
},
"deleteItemConfirmation": {
"message": "Do you really want to send to the bin?"
"message": "Are you sure you want to delete this item?"
},
"deletedItem": {
"message": "Sent item to bin"
@ -600,7 +603,7 @@
"description": "Light color"
},
"solarizedDark": {
"message": "Solarized Dark",
"message": "Solarised Dark",
"description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
},
"exportVault": {
@ -638,7 +641,7 @@
"message": "Bitwarden allows you to share your vault items with others by using an organisation. Would you like to visit the bitwarden.com website to learn more?"
},
"moveToOrganization": {
"message": "Move to Organisation"
"message": "Move to organisation"
},
"share": {
"message": "Share"
@ -773,6 +776,9 @@
"disableAutoTotpCopyDesc": {
"message": "If your login has an authenticator key attached to it, the TOTP verification code is automatically copied to your clipboard whenever you auto-fill the login."
},
"disableAutoBiometricsPrompt": {
"message": "Do not prompt for biometrics on launch"
},
"premiumRequired": {
"message": "Premium required"
},
@ -909,7 +915,7 @@
"message": "The environment URLs have been saved."
},
"enableAutoFillOnPageLoad": {
"message": "Enable Auto-fill on Page Load"
"message": "Enable auto-fill on page load"
},
"enableAutoFillOnPageLoadDesc": {
"message": "If a login form is detected, automatically perform an auto-fill when the web page loads."
@ -1116,7 +1122,7 @@
"message": "City / town"
},
"stateProvince": {
"message": "County"
"message": "State / Union territory"
},
"zipPostalCode": {
"message": "Postcode"
@ -1429,13 +1435,13 @@
"message": "By checking this box you agree to the following:"
},
"acceptPoliciesError": {
"message": "Terms of service and privacy policy have not been acknowledged."
"message": "Terms of Service and Privacy Policy have not been acknowledged."
},
"termsOfService": {
"message": "Terms of service"
"message": "Terms of Service"
},
"privacyPolicy": {
"message": "Privacy policy"
"message": "Privacy Policy"
},
"hintEqualsPassword": {
"message": "Your password hint cannot be the same as your password."
@ -1465,7 +1471,7 @@
"message": "Unable to enable biometrics"
},
"errorEnableBiometricDesc": {
"message": "Action was cancelled by the desktop application"
"message": "Action was canceled by the desktop application"
},
"nativeMessagingInvalidEncryptionDesc": {
"message": "Desktop application invalidated the secure communication channel. Please retry this operation"
@ -1477,7 +1483,7 @@
"message": "The desktop application is logged into a different account. Please ensure both applications are logged into the same account."
},
"nativeMessagingWrongUserTitle": {
"message": "Account mismatch"
"message": "Account missmatch"
},
"biometricsNotEnabledTitle": {
"message": "Biometrics not enabled"
@ -1504,10 +1510,10 @@
"message": "This action cannot be done in the sidebar, please retry the action in the popup or popout."
},
"personalOwnershipSubmitError": {
"message": "Due to an Enterprise Policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organisation and choose from available Collections."
"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."
},
"personalOwnershipPolicyInEffect": {
"message": "An organisation policy is affecting your ownership options."
"message": "An organization policy is affecting your ownership options."
},
"excludedDomains": {
"message": "Excluded Domains"
@ -1752,5 +1758,60 @@
},
"emailVerificationRequiredDesc": {
"message": "You must verify your email to use this feature. You can verify your email in the web vault."
},
"updatedMasterPassword": {
"message": "Updated Master Password"
},
"updateMasterPassword": {
"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."
},
"resetPasswordPolicyAutoEnroll": {
"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."
},
"selectFolder": {
"message": "Select folder..."
},
"ssoCompleteRegistration": {
"message": "In order to complete logging in with SSO, please set a master password to access and protect your vault."
},
"hours": {
"message": "Hours"
},
"minutes": {
"message": "Minutes"
},
"vaultTimeoutPolicyInEffect": {
"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",
"example": "5"
},
"minutes": {
"content": "$2",
"example": "5"
}
}
},
"vaultTimeoutToLarge": {
"message": "Your vault timeout exceeds the restrictions set by your organization."
},
"vaultExportDisabled": {
"message": "Vault Export Disabled"
},
"personalVaultExportPolicyInEffect": {
"message": "One or more organization policies prevents you from exporting your personal vault."
},
"copyCustomFieldNameInvalidElement": {
"message": "Unable to identify a valid form element. Try inspecting the HTML instead."
},
"copyCustomFieldNameNotUnique": {
"message": "No unique identifier found."
}
}