@elsikora/x-captcha-react
Version:
React components for X-Captcha service
23 lines (21 loc) • 799 B
JavaScript
/**
* Hebrew translations for the X-Captcha component
*/
const HE = {
brandName: "X-Captcha",
errorDuringVerification: "שגיאה במהלך האימות",
failedToLoadChallenge: "טעינת אתגר הקאפצ'ה נכשלה",
loading: "טוען קאפצ'ה...",
missingProviderKey: "מפתח ספק חסר",
missingPublicKey: "מפתח API חסר",
noChallenge: "לא נטען אתגר",
notRobot: "אני לא רובוט",
pleaseCompleteCaptcha: "אנא השלם את הקאפצ'ה לפני השליחה",
tryAgain: "נסה שוב",
unsupportedCaptchaType: "סוג קאפצ'ה לא נתמך",
verificationFailed: "האימות נכשל",
verified: "מאומת",
verifying: "מאמת...",
};
export { HE };
//# sourceMappingURL=he.js.map