cs.php 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  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. 'cannotfinduser' => '账号不存在!',
  27. 'wrongpass' => '密码输入不正确!',
  28. 'block' => '账号已被禁用!',
  29. 'btn' => 'Login',
  30. 'notice' => 'Login Success!'//登录成功
  31. ],
  32. ];