| 1234567891011121314151617181920 |
- <?php
- return [
- '余额不足请前往充值' => 'If the balance is insufficient, please go to recharge',
- '订单不存在' => 'Order does not exist',
- '参数有误,无可用产品' => 'Parameter error, no available products',
- '抢购已结束' => 'The sale has ended',
- '交易金额不能为空' => 'The transaction amount cannot be empty. The',
- '交易Hash不能为空' => 'transaction hash cannot be empty.',
- '已下单' => 'Ordered',
- '已付款' => 'Paid',
- '已转让' => 'Transferred',
- '已发货' => 'Shipped',
- '已取消' => 'Cancelled',
- '已完成' => 'Completed',
-
- ];
|