Messages.properties 913 B

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