| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?php
- return [
- 'Invalid parameters' => 'Invalid parameters',
- 'Please bind your superior first' => 'Please bind your superior first',
- 'The recommender cannot be yourself please re-bind to your superior' => 'The recommender cannot be yourself please re-bind to your superior',
- 'The invitation code is invalid, please manually bind your superior' => 'he invitation code is invalid, please manually bind your superior',
- 'Your account has been locked please contact customer service' => 'Your account has been locked please contact customer service。',
- 'The withdrawal amount must be greater than 0' => 'The withdrawal amount must be greater than 0',
- 'The withdrawal amount cannot be less than' => 'The withdrawal amount cannot be less than',
- 'Withdrawal failed, please contact customer service.' => 'Withdrawal failed, please contact customer service.',
- 'Signature verification failed' => 'ignature verification failed',
- '热销支付' => 'Hot-selling payment',
- '转让支付' => 'Consignment Payment',
- '转让收款' => 'Consignment receipt',
- '充值' => 'Recharge',
- '提现' => 'Withdraw',
- '分享' => 'Share',
- '退回' => 'Return',
- '赠送' => 'Gift fee',
- '布道津贴' => 'Preaching allowance',
- '社区津贴' => 'Community allowance',
- '服务津贴' => 'Service allowance',
- '共创津贴' => 'Co creation allowance',
- '系统调整' => 'System Adjustments',
- '转账支出' => 'Translate Expenses',
- '转账收款' => 'Translate Receipt',
- '抢购未开始' => 'The flash sale has not started yet',
- '当前订单转让金额为' => 'The current order transfer amount is',
- '已购买' => 'Purchased',
- '转让中' => 'On consignment',
- '已赠送' => 'Gifted',
- '已转让' => 'Consigned',
- '已提货' => 'Gifted',
- '已取消' => 'Cancelled',
- '质押' => 'Pledge',
- '物流运费' => 'Logistics freight',
- '茶宝标记激活' => 'Tea treasure mark activation',
- '暂未开启' => 'Not yet enabled',
- '您已领取' => 'You have already received',
- '您已过期' => 'You have expired',
- '您已赠送' => 'You have already given',
- '不能购买自己寄售的商品' => 'You cannot buy the goods you have sold yourself',
- '茶宝不足' => 'Tea treasure is not enough',
- '合成活动不存在' => 'Synthesis activity does not exist',
- '合成活动已结束' => 'The synthesis activity has ended',
- '材料不足' => 'Materials are insufficient',
- '库存不足' => 'Insufficient inventory',
- '质押存储' => 'Pledge storage',
- '质押商品数量与订单数量不匹配' => 'The pledge product quantity does not match the order quantity',
- '质抵活动不存在' => 'The pledge activity does not exist',
- '质抵活动已结束' => 'The pledge activity has ended',
- '正在挖矿中,请稍后再试' => 'Mining is in progress, please try again later',
- ];
|