@elsikora/x-captcha-react
Version:
React components for X-Captcha service
23 lines (21 loc) • 828 B
JavaScript
/**
* 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...",
};
export { EN };
//# sourceMappingURL=en.js.map