messages_en_US.properties 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # ========== 系统 ==========
  2. 0=Successful
  3. # ========== 客户端错误段 ==========
  4. 400=incorrect request parameters
  5. 401=account not logged in
  6. 403=no permission for this operation
  7. 404=request not found
  8. 405=incorrect request method
  9. 423=request failed, please try again later # concurrent request, not allowed
  10. 429=request too frequent, please try again later
  11. # ========== 服务端错误段 ==========
  12. 500=system abnormality
  13. 501=function not implemented/not enabled
  14. 502=incorrect configuration item
  15. # ========== 自定义错误段 ==========
  16. 900=duplicate request, please try again later # duplicate request
  17. 901=demonstration mode, write operation prohibited
  18. 999=unknown error
  19. # ========== 公共配置 1_110_000_000 ==========
  20. 1_110_000_001=Status cannot be empty
  21. 1_110_000_002=id cannot be empty
  22. 1_110_000_003=User ID cannot be empty
  23. # ========== 积分规则配置 1_110_001_000 ==========
  24. 1_110_001_001=Integral rule configuration does not exist
  25. 1_110_001_002=Event address cannot be empty
  26. 1_110_001_003=No rule type selected
  27. 1_110_001_004=Fill in the rule name
  28. 1_110_001_005=Mathematical operator cannot be empty
  29. 1_110_001_006=The number of points cannot be empty
  30. 1_110_001_007=Trigger rule cannot be empty
  31. 1_110_001_008=Event address already exists in configuration
  32. # ========== 积分记录 1_110_002_000 ==========
  33. 1_110_002_001=User point record business type not supported
  34. # ========== 签到配置 1_110_003_000 ==========
  35. 1_110_003_001=The check-in day rule does not exist
  36. 1_110_003_002=The check-in day rule already exists
  37. 1_110_003_003=Check in days cannot be empty
  38. 1_110_003_004=Reward points cannot be empty
  39. 1_110_003_005=Reward points cannot be less than 0
  40. # ========== 签到记录 1_110_004_000 ==========
  41. 1_110_004_001=Checked in today, please do not sign in again
  42. # ========== 用户相关 1_110_005_000 ============
  43. 1_110_005_001=User does not exist
  44. 1_110_005_002=Insufficient user points balance
  45. 1_110_005_003=Variable integral cannot be empty
  46. # ========== 事件指标 1_110_006_000 ==========
  47. 1_110_006_001=Event indicator does not exist
  48. # ========== 事件记录 1_110_007_000 ==========
  49. 1_110_007_001=Event record does not exist