cs.php 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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' => 'Withdrawal orders',
  15. 'cs_title' => '24小时内客服消息',
  16. 'apply' => '申请::p人:num笔',
  17. 'total' => '总计:',
  18. 'msgcount' => '未回复总计::count条',
  19. 'replyed' => '已回复::count条',
  20. 'read' => '已读::count条',
  21. ],
  22. 'login' => [
  23. 'title' => 'Login',
  24. 'notice_user' => '请输入账号!',
  25. 'notice_pass' => '请输入密码!',
  26. 'notice_captcha' => 'Please enter the verification code!',
  27. 'wrong_captcha' => 'Invalid or expired code. Refresh and try again.',
  28. 'captcha_placeholder' => 'Verification code',
  29. 'captcha_refresh' => 'Click to refresh',
  30. 'cannotfinduser' => '账号不存在!',
  31. 'wrongpass' => '密码输入不正确!',
  32. 'block' => '账号已被禁用!',
  33. 'btn' => 'Login',
  34. 'notice' => 'Login Success!'//登录成功
  35. ],
  36. ];