message.php 2.8 KB

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