UNPKG

@elsikora/x-captcha-react

Version:

React components for X-Captcha service

17 lines (16 loc) 426 B
export interface ILanguage { brandName: string; errorDuringVerification: string; failedToLoadChallenge: string; loading: string; missingProviderKey: string; missingPublicKey: string; noChallenge: string; notRobot: string; pleaseCompleteCaptcha: string; tryAgain: string; unsupportedCaptchaType: string; verificationFailed: string; verified: string; verifying: string; }