| 123456789101112131415161718192021222324252627282930 |
- <?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',
- '转让支付' => 'Transfer payment',
- '转让收款' => 'Transfer receipt',
- '充值' => 'Recharge',
- '提现' => 'Withdraw',
- '分享' => 'Share',
- '退回' => 'Return',
- '赠送' => 'Gift fee',
- '布道津贴' => 'Preaching allowance',
- '社区津贴' => 'Community allowance',
- '服务津贴' => 'Service allowance',
- '共创津贴' => 'Co creation allowance',
- '系统调整' => 'System Adjustments',
- '赠送支出' => 'Gift Expenses',
- '赠送收款' => 'Gift Receipt',
- '抢购未开始' => 'The flash sale has not started yet',
- '当前订单最低转让金额为' => 'The current minimum transfer amount for an order is',
- ];
|