Messages.properties 852 B

1234567891011121314151617181920
  1. # Core MFA Properties
  2. MfaUserProperty.displayName=MFA (TOTP Authenticator)
  3. # Field Validation Messages
  4. MfaUserProperty.secretKey.missing=Secret Key is required
  5. MfaUserProperty.totpCode.missing=Please enter the verification code
  6. MfaUserProperty.totpCode.invalid=Invalid code. Check your authenticator app.
  7. MfaUserProperty.totpCode.warning=Secret has not been generated yet
  8. MfaUserProperty.totpCode.valid=Code is valid
  9. # UI Labels
  10. MfaUserProperty.enable.label=Enable MFA (TOTP)
  11. MfaUserProperty.qrCode.label=QR Code
  12. MfaUserProperty.qrCode.alt=Scan this QR code with your authenticator app
  13. MfaUserProperty.verificationCode.label=Verification Code
  14. # Global Configuration
  15. MfaGlobalConfig.enforceForAllUsers.label=Enforce MFA for all users
  16. MfaGlobalConfig.excludeApiTokens.label=Exclude API tokens from MFA
  17. MfaGlobalConfig.section.title=MFA Global Settings