CashOutLanguageData.js 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. module.exports = {
  2. "btn_account": "CashOut.main.btn_account",
  3. "btn_account_change": "CashOut.main.btn_account_change",
  4. "need_bind":"CashOut.main.need_bind",
  5. "btn_bind":"CashOut.main.btn_bind",
  6. "withdraw_success": "CashOut.tip.success",
  7. "total_not_enough": "CashOut.tip.total_not_enough",
  8. "under_can_score": "CashOut.tip.under_can_score",
  9. "over_can_score": "CashOut.tip.over_can_score",
  10. "exceed_count_limit": "CashOut.tip.exceed_count_limit",
  11. "user_score_not_enough": "CashOut.tip.user_score_not_enough",
  12. "user_in_game": "CashOut.tip.user_in_game",
  13. "need_recharge": "CashOut.tip.need_recharge",
  14. "btn_to_recharge": "CashOut.tip.btn_to_recharge",
  15. "unbound_account": "CashOut.tip.unbound_account",
  16. "account_abnormal": "CashOut.tip.account_abnormal",
  17. "score_null":"CashOut.tip.score_null",
  18. "account": {
  19. "select_null":"CashOut.account.tip.select_null",
  20. "account_error": "CashOut.account.tip.account_error",
  21. "account_null": "CashOut.account.tip.account_null",
  22. "name_error": "CashOut.account.tip.name_error",
  23. "name_null": "CashOut.account.tip.name_null",
  24. "bank_error": "CashOut.account.tip.bank_error",
  25. "bank_null": "CashOut.account.tip.bank_null",
  26. "phone_null": "CashOut.account.tip.phone_null",
  27. "phone_error": "CashOut.account.tip.phone_error",
  28. "IFSC_null": "CashOut.account.tip.IFSC_null",
  29. "IFSC_error": "CashOut.account.tip.IFSC_error",
  30. "PAN_null": "CashOut.account.tip.PAN_null",
  31. "PAN_error": "CashOut.account.tip.PAN_error",
  32. "BAN_null": "CashOut.account.tip.BAN_null",
  33. "BAN_error": "CashOut.account.tip.BAN_error",
  34. "email_null": "CashOut.account.tip.email_null",
  35. "email_error": "CashOut.account.tip.email_error",
  36. "cpf_null": "CashOut.account.tip.cpf_null",
  37. "cpf_error": "CashOut.account.tip.cpf_error",
  38. "success": "CashOut.account.tip.success",
  39. "success2": "CashOut.account.tip.success2",
  40. "error": "CashOut.account.tip.error",
  41. "bind_too_more": "CashOut.account.tip.bind_too_more",
  42. "is_null":"CashOut.account.tip.is_null",
  43. "is_error":"CashOut.account.tip.is_error",
  44. },
  45. "record": {
  46. "wait": "CashOut.record.wait",
  47. "fail": "CashOut.record.fail",
  48. "success": "CashOut.record.success",
  49. }
  50. };