����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 3.129.73.179 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/ideyshare.name.ng/ner2/ucloud/app/assets/admin/vendors/parsleyjs/src/i18n/ |
Upload File : |
// Validation errors messages for Parsley import Parsley from '../parsley'; Parsley.addMessages('zh-cn', { defaultMessage: "不正确的值", type: { email: "请输入一个有效的电子邮箱地址", url: "请输入一个有效的链接", number: "请输入正确的数字", integer: "请输入正确的整数", digits: "请输入正确的号码", alphanum: "请输入字母或数字" }, notblank: "请输入值", required: "必填项", pattern: "格式不正确", min: "输入值请大于或等于 %s", max: "输入值请小于或等于 %s", range: "输入值应该在 %s 到 %s 之间", minlength: "请输入至少 %s 个字符", maxlength: "请输入至多 %s 个字符", length: "字符长度应该在 %s 到 %s 之间", mincheck: "请至少选择 %s 个选项", maxcheck: "请选择不超过 %s 个选项", check: "请选择 %s 到 %s 个选项", equalto: "输入值不同" }); Parsley.setLocale('zh-cn');