money.php 494 B

12345678910
  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. '取消' => 'Cancel',
  8. '提现手续费有误' => 'Withdrawal fee configuration is incorrect',
  9. ];