123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- module.exports = {
- "btn_account": "CashOut.main.btn_account",
- "btn_account_change": "CashOut.main.btn_account_change",
- "need_bind":"CashOut.main.need_bind",
- "btn_bind":"CashOut.main.btn_bind",
- "withdraw_success": "CashOut.tip.success",
- "total_not_enough": "CashOut.tip.total_not_enough",
- "under_can_score": "CashOut.tip.under_can_score",
- "over_can_score": "CashOut.tip.over_can_score",
- "exceed_count_limit": "CashOut.tip.exceed_count_limit",
- "user_score_not_enough": "CashOut.tip.user_score_not_enough",
- "user_in_game": "CashOut.tip.user_in_game",
- "need_recharge": "CashOut.tip.need_recharge",
- "btn_to_recharge": "CashOut.tip.btn_to_recharge",
- "unbound_account": "CashOut.tip.unbound_account",
- "account_abnormal": "CashOut.tip.account_abnormal",
- "score_null":"CashOut.tip.score_null",
- "account": {
- "select_null":"CashOut.account.tip.select_null",
- "account_error": "CashOut.account.tip.account_error",
- "account_null": "CashOut.account.tip.account_null",
- "name_error": "CashOut.account.tip.name_error",
- "name_null": "CashOut.account.tip.name_null",
- "bank_error": "CashOut.account.tip.bank_error",
- "bank_null": "CashOut.account.tip.bank_null",
- "phone_null": "CashOut.account.tip.phone_null",
- "phone_error": "CashOut.account.tip.phone_error",
- "IFSC_null": "CashOut.account.tip.IFSC_null",
- "IFSC_error": "CashOut.account.tip.IFSC_error",
- "PAN_null": "CashOut.account.tip.PAN_null",
- "PAN_error": "CashOut.account.tip.PAN_error",
- "BAN_null": "CashOut.account.tip.BAN_null",
- "BAN_error": "CashOut.account.tip.BAN_error",
- "email_null": "CashOut.account.tip.email_null",
- "email_error": "CashOut.account.tip.email_error",
- "cpf_null": "CashOut.account.tip.cpf_null",
- "cpf_error": "CashOut.account.tip.cpf_error",
- "success": "CashOut.account.tip.success",
- "success2": "CashOut.account.tip.success2",
- "error": "CashOut.account.tip.error",
- "bind_too_more": "CashOut.account.tip.bind_too_more",
- "is_null":"CashOut.account.tip.is_null",
- "is_error":"CashOut.account.tip.is_error",
- },
- "record": {
- "wait": "CashOut.record.wait",
- "fail": "CashOut.record.fail",
- "success": "CashOut.record.success",
- }
- };
|