默认i18n错误提示

中文错误提示

  1. "gf.gvalid.rule.required" = ":attribute 字段不能为空"
  2. "gf.gvalid.rule.required-if" = ":attribute 字段不能为空"
  3. "gf.gvalid.rule.required-unless" = ":attribute 字段不能为空"
  4. "gf.gvalid.rule.required-with" = ":attribute 字段不能为空"
  5. "gf.gvalid.rule.required-with-all" = ":attribute 字段不能为空"
  6. "gf.gvalid.rule.required-without" = ":attribute 字段不能为空"
  7. "gf.gvalid.rule.required-without-all" = ":attribute 字段不能为空"
  8. "gf.gvalid.rule.date" = ":attribute 日期格式不正确"
  9. "gf.gvalid.rule.date-format" = ":attribute 日期格式不满足:format"
  10. "gf.gvalid.rule.email" = ":attribute 邮箱地址格式不正确"
  11. "gf.gvalid.rule.telephone" = ":attribute 电话号码格式不正确"
  12. "gf.gvalid.rule.password" = ":attribute 密码格式不合法,密码格式为任意6-18位的可见字符"
  13. "gf.gvalid.rule.password2" = ":attribute 密码格式不合法,密码格式为任意6-18位的可见字符,必须包含大小写字母和数字"
  14. "gf.gvalid.rule.password3" = ":attribute 密码格式不合法,密码格式为任意6-18位的可见字符,必须包含大小写字母、数字和特殊字符"
  15. "gf.gvalid.rule.postcode" = ":attribute 邮政编码不正确"
  16. "gf.gvalid.rule.resident-id" = ":attribute 身份证号码格式不正确"
  17. "gf.gvalid.rule.bank-card" = ":attribute 银行卡号格式不正确"
  18. "gf.gvalid.rule.qq" = ":attribute QQ号码格式不正确"
  19. "gf.gvalid.rule.ip" = ":attribute IP地址格式不正确"
  20. "gf.gvalid.rule.ipv4" = ":attribute IPv4地址格式不正确"
  21. "gf.gvalid.rule.ipv6" = ":attribute IPv6地址格式不正确"
  22. "gf.gvalid.rule.mac" = ":attribute MAC地址格式不正确"
  23. "gf.gvalid.rule.url" = ":attribute URL地址格式不正确"
  24. "gf.gvalid.rule.domain" = ":attribute 域名格式不正确"
  25. "gf.gvalid.rule.length" = ":attribute 字段长度为:min到:max个字符"
  26. "gf.gvalid.rule.between" = ":attribute 字段大小为:min到:max"
  27. "gf.gvalid.rule.min" = ":attribute 字段最小值为:min"
  28. "gf.gvalid.rule.max" = ":attribute 字段最大值为:max"
  29. "gf.gvalid.rule.json" = ":attribute 字段应当为JSON格式"
  30. "gf.gvalid.rule.xml" = ":attribute 字段应当为XML格式"
  31. "gf.gvalid.rule.array" = ":attribute 字段应当为数组"
  32. "gf.gvalid.rule.integer" = ":attribute 字段应当为整数"
  33. "gf.gvalid.rule.float" = ":attribute 字段应当为浮点数"
  34. "gf.gvalid.rule.boolean" = ":attribute 字段应当为布尔值"
  35. "gf.gvalid.rule.same" = ":attribute 字段值必须和:field相同"
  36. "gf.gvalid.rule.different" = ":attribute 字段值不能与:field相同"
  37. "gf.gvalid.rule.in" = ":attribute 字段值不合法"
  38. "gf.gvalid.rule.not-in" = ":attribute 字段值不合法"
  39. "gf.gvalid.rule.__default__" = ":attribute 字段值不合法"

__default__错误提示