UNPKG

@elsikora/x-captcha-react

Version:

React components for X-Captcha service

25 lines (22 loc) 845 B
'use strict'; /** * English translations for the X-Captcha component */ const EN = { brandName: "X-Captcha", errorDuringVerification: "Error during verification", failedToLoadChallenge: "Failed to load captcha challenge", loading: "Loading captcha...", missingProviderKey: "Configuration error: Security key not provided. Please contact support.", missingPublicKey: "Security key missing. Please contact the site administrator.", noChallenge: "No challenge loaded", notRobot: "I'm not a robot", pleaseCompleteCaptcha: "Please complete the captcha before submitting", tryAgain: "Try Again", unsupportedCaptchaType: "Unsupported captcha type", verificationFailed: "Verification failed", verified: "Verified", verifying: "Verifying...", }; exports.EN = EN; //# sourceMappingURL=en.js.map