cs.php 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. 'ga_code_placeholder' => 'Google code (6 digits)',
  31. 'notice_ga_code' => 'Please enter Google verification code!',
  32. 'wrong_ga_code' => 'Invalid Google verification code!',
  33. 'ga_required' => 'GA is not configured for this account. Contact admin first.',
  34. 'cannotfinduser' => '账号不存在!',
  35. 'wrongpass' => '密码输入不正确!',
  36. 'block' => '账号已被禁用!',
  37. 'btn' => 'Login',
  38. 'notice' => 'Login Success!'//登录成功
  39. ],
  40. ];