feat(core): Add MFA (#4767)
https://linear.app/n8n/issue/ADO-947/sync-branch-with-master-and-fix-fe-e2e-tets --------- Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
@@ -82,22 +82,22 @@
|
||||
"activationModal.yourTriggersWillNowFire": "Your triggers will now fire production executions automatically.",
|
||||
"activationModal.yourWorkflowWillNowListenForEvents": "Your workflow will now listen for events from {serviceName} and trigger executions.",
|
||||
"activationModal.yourWorkflowWillNowRegularlyCheck": "Your workflow will now regularly check {serviceName} for events and trigger executions for them.",
|
||||
"auth.changePassword": "Change Password",
|
||||
"auth.changePassword.currentPassword": "Current Password",
|
||||
"auth.changePassword": "Change password",
|
||||
"auth.changePassword.currentPassword": "Current password",
|
||||
"auth.changePassword.error": "Problem changing the password",
|
||||
"auth.changePassword.missingTokenError": "Missing token",
|
||||
"auth.changePassword.missingUserIdError": "Missing user ID",
|
||||
"auth.changePassword.passwordUpdated": "Password updated",
|
||||
"auth.changePassword.passwordUpdatedMessage": "You can now sign in with your new password",
|
||||
"auth.changePassword.passwordsMustMatchError": "Passwords must match",
|
||||
"auth.changePassword.reenterNewPassword": "Re-enter New Password",
|
||||
"auth.changePassword.reenterNewPassword": "Re-enter new password",
|
||||
"auth.changePassword.tokenValidationError": "Issue validating invite token",
|
||||
"auth.defaultPasswordRequirements": "8+ characters, at least 1 number and 1 capital letter",
|
||||
"auth.validation.missingParameters": "Missing token or user id",
|
||||
"auth.email": "Email",
|
||||
"auth.firstName": "First Name",
|
||||
"auth.lastName": "Last Name",
|
||||
"auth.newPassword": "New Password",
|
||||
"auth.newPassword": "New password",
|
||||
"auth.password": "Password",
|
||||
"auth.role": "Role",
|
||||
"auth.roles.member": "Member",
|
||||
@@ -1815,7 +1815,6 @@
|
||||
"contextual.credentials.sharing.unavailable.button": "View plans",
|
||||
"contextual.credentials.sharing.unavailable.button.cloud": "Upgrade now",
|
||||
"contextual.credentials.sharing.unavailable.button.desktop": "View plans",
|
||||
|
||||
"contextual.workflows.sharing.title": "Sharing",
|
||||
"contextual.workflows.sharing.unavailable.title": "Sharing",
|
||||
"contextual.workflows.sharing.unavailable.title.cloud": "Upgrade to collaborate",
|
||||
@@ -1968,6 +1967,57 @@
|
||||
"settings.sso.actionBox.title": "Available on the Enterprise plan",
|
||||
"settings.sso.actionBox.description": "Use Single Sign On to consolidate authentication into a single platform to improve security and agility.",
|
||||
"settings.sso.actionBox.buttonText": "See plans",
|
||||
"settings.mfa.secret": "Secret {secret}",
|
||||
"settings.mfa": "MFA",
|
||||
"settings.mfa.title": "Multi-factor Authentication",
|
||||
"settings.mfa.updateConfiguration": "MFA configuration updated",
|
||||
"settings.mfa.invalidAuthenticatorCode": "Invalid authenticator code",
|
||||
"mfa.setup.invalidAuthenticatorCode": "{code} is not a valid number",
|
||||
"mfa.setup.invalidCode": "Two-factor code failed. Please try again.",
|
||||
"mfa.code.modal.title": "Two-factor authentication",
|
||||
"mfa.recovery.modal.title": "Two-factor recovery",
|
||||
"mfa.code.input.info": "Don't have your auth device?",
|
||||
"mfa.code.input.info.action": "Enter a recovery code",
|
||||
"mfa.recovery.input.info.action": "enter a recovery code",
|
||||
"mfa.code.button.continue": "Continue",
|
||||
"mfa.recovery.button.verify": "Verify",
|
||||
"mfa.button.back": "Back",
|
||||
"mfa.code.input.label": "Two-factor code",
|
||||
"mfa.code.input.placeholder": "e.g. 123456",
|
||||
"mfa.recovery.input.label": "Recovery Code",
|
||||
"mfa.recovery.input.placeholder": "e.g c79f9c02-7b2e-44...",
|
||||
"mfa.code.invalid": "This code is invalid, try again or",
|
||||
"mfa.recovery.invalid": "This code is invalid or was already used, try again",
|
||||
"mfa.setup.step1.title": "Setup Authenticator app [1/2]",
|
||||
"mfa.setup.step2.title": "Download your recovery codes [2/2]",
|
||||
"mfa.setup.step1.instruction1.title": "1. Scan the QR code",
|
||||
"mfa.setup.step1.instruction1.subtitle": "{part1} {part2}",
|
||||
"mfa.setup.step1.instruction1.subtitle.part1": "Use an authenticator app from your phone to scan. If you can't scan the QR code, enter",
|
||||
"mfa.setup.step1.instruction1.subtitle.part2": "this text code",
|
||||
"mfa.setup.step1.instruction2.title": "2. Enter the code from the app",
|
||||
"mfa.setup.step2.description": "You can use recovery codes as a second factor to authenticate in case you lose access to your device.",
|
||||
"mfa.setup.step2.infobox.description": "{part1} {part2}",
|
||||
"mfa.setup.step2.infobox.description.part1": "Keep your recovery codes somewhere safe. If you lose your device and your recovery codes, you will",
|
||||
"mfa.setup.step2.infobox.description.part2": "lose access to your account.",
|
||||
"mfa.setup.step2.button.download": "Download recovery codes",
|
||||
"mfa.setup.step2.button.save": "I have downloaded my recovery codes",
|
||||
"mfa.setup.step1.button.continue": "Continue",
|
||||
"mfa.setup.step1.input.label": "Code from your authenticator app",
|
||||
"mfa.setup.step1.toast.copyToClipboard.title": "Code copied to clipboard",
|
||||
"mfa.setup.step1.toast.copyToClipboard.message": "Enter the code in your authenticator app",
|
||||
"mfa.setup.step2.toast.setupFinished.message": "Two-factor authentication enabled",
|
||||
"mfa.setup.step2.toast.setupFinished.error.message": "Error enabling two-factor authentication",
|
||||
"mfa.setup.step2.toast.tokenExpired.error.message": "MFA token expired. Close the modal and enable MFA again",
|
||||
"settings.personal.mfa.section.title": "Two-factor authentication (2FA)",
|
||||
"settings.personal.mfa.button.disabled.infobox": "Two-factor authentication is currently disabled.",
|
||||
"settings.personal.mfa.button.enabled.infobox": "Two-factor authentication is currently enabled.",
|
||||
"settings.personal.mfa.button.enabled": "Enable 2FA",
|
||||
"settings.personal.mfa.button.disabled": "Disable two-factor authentication",
|
||||
"settings.personal.mfa.toast.disabledMfa.title": "Two-factor authentication disabled",
|
||||
"settings.personal.mfa.toast.disabledMfa.message": "You will no longer need your authenticator app when signing in",
|
||||
"settings.personal.mfa.toast.disabledMfa.error.message": "Error disabling two-factor authentication",
|
||||
"settings.mfa.toast.noRecoveryCodeLeft.title": "No 2FA recovery codes remaining",
|
||||
"settings.mfa.toast.noRecoveryCodeLeft.message": "You have used all of your recovery codes. Disable then re-enable two-factor authentication to generate new codes. <a href='/settings/personal' target='_blank' >Open settings</a>",
|
||||
"sso.login.divider": "or",
|
||||
"sso.login.button": "Continue with SSO",
|
||||
"executionUsage.currentUsage": "{text} {count}",
|
||||
|
||||
Reference in New Issue
Block a user