|
10 | 10 | "error": { |
11 | 11 | "generic": "There was an issue processing your request. Please try again or contact support if the issue persists.", |
12 | 12 | "mfa": { |
13 | | - "title": "Verify its you" |
| 13 | + "title": "Verify your account", |
| 14 | + "subtitle": "You must provide a second factor from one of the options below to perform this action.", |
| 15 | + "verify_button": "Verify", |
| 16 | + "verifying": "Verifying...", |
| 17 | + "back": "Back", |
| 18 | + "cancel": "Cancel", |
| 19 | + "continue": "Continue", |
| 20 | + "enroll_button": "Set up", |
| 21 | + "fetch_failed": "There was an issue loading your authentication methods. Please try again.", |
| 22 | + "no_authenticators": "No authentication methods found. Please contact support.", |
| 23 | + "factor_available": "Available for setup", |
| 24 | + "challenge_error": "Failed to start the verification. Please try again.", |
| 25 | + "verify_error": "Verification failed. Please check your code and try again.", |
| 26 | + "enroll_error": "Failed to set up the authentication method. Please try again.", |
| 27 | + "otp_instruction": "Please enter the one-time code shown in your authenticator app.", |
| 28 | + "oob_instruction": "Please enter the one-time code sent to your device.", |
| 29 | + "recovery_code_instruction": "Enter the recovery code you were provided during your initial enrollment.", |
| 30 | + "enter_code_label": "One-time passcode", |
| 31 | + "recovery_code_label": "Recovery code", |
| 32 | + "registered_on": "Registered on ${date}", |
| 33 | + "authenticator_type": { |
| 34 | + "otp": "Authenticator", |
| 35 | + "oob": "Push Notification with Guardian App", |
| 36 | + "recovery-code": "Recovery Codes", |
| 37 | + "email": "Email OTP", |
| 38 | + "sms": "SMS", |
| 39 | + "push": "Push Notification with Guardian App", |
| 40 | + "voice": "Voice" |
| 41 | + } |
14 | 42 | } |
15 | 43 | } |
16 | 44 | }, |
|
994 | 1022 | "enroll_sms_description": "Enter your phone number to receive a verification code", |
995 | 1023 | "show_auth0_guardian_title": "Scan this QR code with your Auth0 Guardian App to register this Authentication method or copy the url.", |
996 | 1024 | "recovery_code_description": "Copy this recovery code and keep it somewhere safe. You'll need it if you ever need to log in without your device.", |
| 1025 | + "recovery_code_title": "Generated recovery codes", |
| 1026 | + "recovery_code_acknowledged": "I have safely recorded this code", |
997 | 1027 | "show_otp": { |
998 | 1028 | "title": "Scan this QR code with your Authenticator App to register this Authentication method or copy the code.", |
999 | 1029 | "save_recovery": "Save these recovery codes!", |
|
0 commit comments