validation_en.properties 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. NotBlank.password=Password cannot be empty
  2. NotBlank.email=Email cannot be empty
  3. NotBlank.codeType=Verification code type cannot be empty
  4. NotBlank.loginName=Account cannot be empty
  5. NotBlank.uuid=Unique identifier cannot be empty
  6. NotBlank.phone=Phone number cannot be empty
  7. NotBlank.zone=Area code cannot be empty
  8. NotBlank.code=Verification code cannot be empty
  9. Email.format.err=Email format is incorrect
  10. NotBlank.socialAccount=Social account cannot be empty
  11. NotBlank.socialType=Social account type cannot be empty
  12. NotNull.direction=Direction cannot be empty
  13. NotBlank.symbol=Trading currency cannot be empty
  14. NotBlank.legalCoin=Legal currency cannot be empty
  15. NotNull.priceType=Price type cannot be empty
  16. NotNull.price=Price cannot be empty
  17. NotNull.num=Quantity cannot be empty
  18. NotNull.minAmount=Minimum amount cannot be empty
  19. NotNull.maxAmount=Maximum amount cannot be empty
  20. NotBlank.payway=Payment method cannot be empty
  21. NotNull.adId=Advertisement ID cannot be empty
  22. NotNull.merchantId=Merchant ID cannot be empty
  23. NotNull.status=Status cannot be empty
  24. NotNull.payType=Payment method cannot be empty
  25. NotBlank.receiptInfo=Receipt information cannot be empty
  26. NotNull.c2cAdId=Advertisement ID cannot be empty
  27. NotNull.tranAmount=Transaction amount cannot be empty
  28. NotNull.oId=Order ID cannot be empty
  29. NotBlank.img=Payment voucher cannot be empty
  30. NotNull.id=ID cannot be empty
  31. NotBlank.orderNo=Order number cannot be empty
  32. NotNull.flow=Status cannot be empty
  33. NotNull.orderId=Order ID cannot be empty
  34. NotBlank.reason=Appeal reason cannot be empty
  35. NotBlank.remark=Voucher description cannot be empty
  36. NotBlank.img1=Voucher screenshot 1 cannot be empty
  37. NotNull.complainId=Appeal ID cannot be empty
  38. NotBlank.country=Country cannot be empty
  39. NotNull.tag=Tag cannot be empty
  40. NotNull.unit=Transaction unit cannot be empty
  41. NotBlank.senderId=Sender cannot be empty
  42. NotBlank.recipientId=Recipient cannot be empty
  43. NotBlank.content=Message content cannot be empty
  44. NotBlank.msgType=Message type cannot be empty
  45. NotNull.ownerUid=User ID cannot be empty
  46. NotNull.otherUid=Counterparty ID cannot be empty
  47. Length.content=The length of the message content cannot exceed 1000
  48. NotBlank.verifyParam=Verification code parameter cannot be empty