money.php 605 B

123456789101112
  1. <?php
  2. return [
  3. '无充值信息' => 'The system has not configured recharge information, please contact customer service',
  4. '无提现信息' => 'The system has not configured withdrawal information, please contact customer service',
  5. '完成' => 'Finish',
  6. '冻结' => 'Freeze',
  7. '驳回' => 'turn down',
  8. '取消' => 'Cancel',
  9. '提现手续费有误' => 'Withdrawal fee configuration is incorrect',
  10. '任务不足' => 'Insufficient tasks'
  11. ];