order.php 907 B

1234567891011121314151617181920212223
  1. <?php
  2. return [
  3. 'no_order_type'=>'Please select transaction type',
  4. 'no_pay_type'=>'Please select a transaction type',
  5. 'no_pay_num'=>'Please select the number of transactions',
  6. 'pay_num_illegality'=>'Illegal number of transactions',
  7. 'no_pay_money'=>'Please set transaction price',
  8. 'pay_money_illegality'=>'Illegal transaction price',
  9. 'yes_order'=>'Pending order successfully',
  10. 'no_yes_order'=>'Entrust the failure',
  11. 'order_num'=>'There are outstanding orders',
  12. 'no_order_id'=>'Please select a cancelled order',
  13. 'no_order'=>'Order information does not exist',
  14. 'no_order_status'=>'Order status error',
  15. 'yes_cancel_order'=>'Success',
  16. 'no_cancel_order'=>'Revocation of failure',
  17. 'no_vote_num'=>'No votes available',
  18. 'no_lndo_order'=>'LNDO pay cannot be cancelled for the time being',
  19. 'no_order_time'=>'Trading hours are 2020-05-18 15:18',
  20. ];