Server IP : 172.67.216.182 / Your IP : 172.68.164.12 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/wwwroot/coircraft.com/wp-content/plugins/caldera-forms/assets/js/i18n/ |
Upload File : |
// Validation errors messages for Parsley // Load this after 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');