|
49 | 49 | "CLI_AUTH_TOKENS_VALIDATION_INVALID_API_KEY": "Invalid api key", |
50 | 50 | "CLI_AUTH_EXIT_PROCESS": "Exiting the process...", |
51 | 51 | "CLI_SELECT_TOKEN_TYPE": "Select the type of token to add", |
52 | | - "CLI_AUTH_MFA_INVALID_SECRET": "Invalid MFA secret format. Please check your authentication setup.", |
53 | | - "CLI_AUTH_MFA_GENERATION_FAILED": "Failed to generate MFA code. Proceeding for Manual MFA code input.", |
| 52 | + "CLI_AUTH_MFA_INVALID_SECRET": "Invalid MFA secret format. Verify your authentication setup.", |
| 53 | + "CLI_AUTH_MFA_GENERATION_FAILED": "Failed to generate MFA code. Switching to manual MFA code entry.", |
54 | 54 | "CLI_AUTH_MFA_DECRYPT_FAILED": "Failed to decrypt stored MFA secret. Try Resetting the MFA secret. Proceeding for Manual MFA code input.", |
55 | | - "CLI_AUTH_MFA_INVALID_CODE": "Invalid authentication code format. Please enter a 6-digit code.", |
| 55 | + "CLI_AUTH_MFA_INVALID_CODE": "Invalid authentication code format.", |
56 | 56 | "CLI_AUTH_MFA_RECONFIGURE_HINT": "Consider reconfiguring MFA using config:mfa:add", |
57 | | - "CLI_AUTH_SMS_OTP_FAILED": "Failed to send SMS OTP. Please try again or use a different 2FA method.", |
58 | | - "CLI_AUTH_2FA_FAILED": "Two-factor authentication failed. Please try again.", |
59 | | - "CLI_AUTH_LOGIN_NO_USER": "No user found with the provided credentials.", |
60 | | - "CLI_AUTH_LOGIN_NO_CREDENTIALS": "No credentials provided for login. Please provide email and password.", |
61 | | - "CLI_AUTH_LOGOUT_NO_TOKEN": "No auth token found for logout. Please login first.", |
62 | | - "CLI_AUTH_TOKEN_VALIDATION_FAILED": "Token validation failed. Please login again.", |
63 | | - "CLI_AUTH_TOKEN_VALIDATION_NO_TOKEN": "No auth token found for validation. Please login first." |
| 57 | + "CLI_AUTH_SMS_OTP_FAILED": "Failed to send SMS OTP. Try again or use a different two-factor authentication method.", |
| 58 | + "CLI_AUTH_2FA_FAILED": "Two-factor authentication failed! Try again.", |
| 59 | + "CLI_AUTH_LOGIN_NO_USER": "No user found with the provided credentials!", |
| 60 | + "CLI_AUTH_LOGIN_NO_CREDENTIALS": "No credentials provided. Enter your email and password to log in.", |
| 61 | + "CLI_AUTH_LOGOUT_NO_TOKEN": "No auth token found. Log in before logging out.", |
| 62 | + "CLI_AUTH_TOKEN_VALIDATION_FAILED": "Token validation failed. Log in again.", |
| 63 | + "CLI_AUTH_TOKEN_VALIDATION_NO_TOKEN": "No auth token found. Log in to continue.." |
64 | 64 | } |
0 commit comments