@elsikora/x-captcha-react
Version:
React components for X-Captcha service
23 lines (21 loc) • 792 B
JavaScript
/**
* Korean translations for the X-Captcha component
*/
const KO = {
brandName: "X-Captcha",
errorDuringVerification: "인증 중 오류 발생",
failedToLoadChallenge: "캡차 챌린지를 로드하지 못했습니다",
loading: "캡차 로딩 중...",
missingProviderKey: "제공자 키가 없습니다",
missingPublicKey: "API 키가 없습니다",
noChallenge: "로드된 챌린지 없음",
notRobot: "로봇이 아닙니다",
pleaseCompleteCaptcha: "제출하기 전에 캡차를 완료해 주세요",
tryAgain: "다시 시도",
unsupportedCaptchaType: "지원되지 않는 캡차 유형",
verificationFailed: "인증 실패",
verified: "인증됨",
verifying: "인증 중...",
};
export { KO };
//# sourceMappingURL=ko.js.map