| 1234567891011121314151617181920212223 |
- <?php
- return [
- 'no_order_type'=>'Please select transaction type',
- 'no_pay_type'=>'Please select a transaction type',
- 'no_pay_num'=>'Please select the number of transactions',
- 'pay_num_illegality'=>'Illegal number of transactions',
- 'no_pay_money'=>'Please set transaction price',
- 'pay_money_illegality'=>'Illegal transaction price',
- 'yes_order'=>'Pending order successfully',
- 'no_yes_order'=>'Entrust the failure',
- 'order_num'=>'There are outstanding orders',
- 'no_order_id'=>'Please select a cancelled order',
- 'no_order'=>'Order information does not exist',
- 'no_order_status'=>'Order status error',
- 'yes_cancel_order'=>'Success',
- 'no_cancel_order'=>'Revocation of failure',
- 'no_vote_num'=>'No votes available',
- 'no_lndo_order'=>'LNDO pay cannot be cancelled for the time being',
- 'no_order_time'=>'Trading hours are 2020-05-18 15:18',
- ];
|