UNPKG

@elsikora/x-captcha-react

Version:

React components for X-Captcha service

25 lines (22 loc) 813 B
'use strict'; /** * Chinese (Simplified) translations for the X-Captcha component */ const ZH = { brandName: "X-Captcha", errorDuringVerification: "验证过程中出错", failedToLoadChallenge: "无法加载验证码挑战", loading: "正在加载验证码...", missingProviderKey: "配置错误:未提供安全密钥。请联系客服。", missingPublicKey: "缺少安全密钥。请联系网站管理员。", noChallenge: "未加载验证码", notRobot: "我不是机器人", pleaseCompleteCaptcha: "请在提交前完成验证码", tryAgain: "重试", unsupportedCaptchaType: "不支持的验证码类型", verificationFailed: "验证失败", verified: "已验证", verifying: "正在验证...", }; exports.ZH = ZH; //# sourceMappingURL=zh.js.map