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