withdraw.php 431 B

12345678910111213
  1. <?php
  2. return [
  3. 'Withdraw' => '余额提现',
  4. 'Withdraw money' => '提现金额',
  5. 'Withdraw type' => '提现方式',
  6. 'Withdraw now' => '立即提现',
  7. 'Withdraw log' => '提现日志',
  8. 'Withdraw account' => '收款账户',
  9. 'Withdraw name' => '真实姓名',
  10. 'Balance' => '余额',
  11. 'Current balance' => '当前余额',
  12. 'Operate date' => '申请时间'
  13. ];