| 123456789101112131415161718192021222324 |
- <?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',
- '赠送' => 'Giveaway',
- '关闭' => 'Closure',
- '赠送用户不存在' => 'The gift user does not exist',
- '赠送用户不能是自己' => 'The user who sends the gift cannot be yourself',
- '暂无物流信息' => 'No logistics information',
-
- ];
|