1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?php
- return [
- 'account_error' => 'Account or password is error',
- 'pass_error' => 'Account or password is error',
- 'member_lock' => 'This account has been locked',
- 'youphone' => 'Your phone',
- 'setfunc' => 'Set function',
- 'use_orther_uid' => 'this is your account, please use other',
- 'friend_toomany' => 'You have more than friends',
- '邮箱不可用' => 'This email is unavailable',
- '发送超限' => 'Send SMS exceeds the limit',
- '注册失败' => 'Register is fail',
- '发送失败' => 'Send Fail',
- '账号或密码错误' => 'Account or password is error',
- '账户绑定失败' => 'Account on bind fail',
- '该账号已绑定用户' => 'The account is bound to a user',
- '该用户已绑定账号' => 'This user has bound account',
- '该邮箱已绑定用户' => 'The email is bound to a user',
- '该用户已绑定邮箱' => 'This user has bound email',
- '无签到任务' => 'No clock in task',
- '积分发放失败' => 'Reward distribution failed',
- '次数奖励失败' => 'Number of times reward distribution failed',
- '任务已暂停' => 'Task paused',
- '您已完成过任务' => 'You have completed the task',
- '用户不存在' => 'User does not exist',
- '您的账户已被锁定' => 'This account has been locked',
- '订单不存在' => 'Order does not exist',
- '未找到订单表盘数据' => 'Dial data for order not found',
- '订单已支付' => 'Order paid',
- '非待支付状态' => 'Non wait pay status',
- '您的余额不足' => 'Your balance is insufficient',
- '主订单支付状态失败' => 'Payment failed',
- '子订单支付状态失败' => 'Payment is failed',
- '表盘不存在或者已下架' => 'The dial does not exist or is off the shelf',
- '您已有此表盘' => 'You already have this dial',
- '订单金额修改失败' => 'Failed to modify order amount',
- '子订单金额修改失败' => 'Failed to modify orders amount',
- '订单信息修改失败' => 'Failed to modify order info',
- '主订单写入失败' => 'Order writing failed',
- '子订单写入失败' => 'Orders writing failed',
- '订单信息记录失败' => 'Order information record failed',
- '提交失败' => 'Submission failed',
- ];
|