cs.php 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Authentication Language Lines
  6. |--------------------------------------------------------------------------
  7. |
  8. | The following language lines are used during authentication for various
  9. | messages that we need to display to the user. You are free to modify
  10. | these language lines according to your application's requirements.
  11. |
  12. */
  13. 'cs' => [
  14. 'withdraw_title' => '茶叶申请数据',
  15. 'cs_title' => '24小时内客服消息',
  16. 'apply' => '申请::p人:num笔',
  17. 'total' => '总计:',
  18. 'msgcount' => '未回复总计::count条',
  19. 'replyed' => '已回复::count条',
  20. 'read' => '已读::count条',
  21. ],
  22. 'login' => [
  23. 'title' => '登录',
  24. 'notice_user' => '请输入账号!',
  25. 'notice_pass' => '请输入密码!',
  26. 'notice_captcha' => '请输入验证码!',
  27. 'wrong_captcha' => '验证码错误或已过期,请刷新后重试!',
  28. 'captcha_placeholder' => '验证码',
  29. 'captcha_refresh' => '点击刷新',
  30. 'ga_code_placeholder' => 'Google验证码(6位)',
  31. 'notice_ga_code' => '请输入Google验证码!',
  32. 'wrong_ga_code' => 'Google验证码错误!',
  33. 'ga_required' => '账号未完成GA绑定,请联系管理员配置后再登录!',
  34. 'cannotfinduser' => '账号不存在!',
  35. 'wrongpass' => '密码输入不正确!',
  36. 'block' => '账号已被禁用!',
  37. 'btn' => '登录',
  38. 'notice' => '登录成功!'//登录成功
  39. ],
  40. ];