| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?php
- return [
- /*
- |--------------------------------------------------------------------------
- | Authentication Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used during authentication for various
- | messages that we need to display to the user. You are free to modify
- | these language lines according to your application's requirements.
- |
- */
- 'cs' => [
- 'withdraw_title' => 'Withdrawal orders',
- 'cs_title' => '24小时内客服消息',
- 'apply' => '申请::p人:num笔',
- 'total' => '总计:',
- 'msgcount' => '未回复总计::count条',
- 'replyed' => '已回复::count条',
- 'read' => '已读::count条',
- ],
- 'login' => [
- 'title' => 'Login',
- 'notice_user' => '请输入账号!',
- 'notice_pass' => '请输入密码!',
- 'notice_captcha' => 'Please enter the verification code!',
- 'wrong_captcha' => 'Invalid or expired code. Refresh and try again.',
- 'captcha_placeholder' => 'Verification code',
- 'captcha_refresh' => 'Click to refresh',
- 'ga_code_placeholder' => 'Google code (6 digits)',
- 'notice_ga_code' => 'Please enter Google verification code!',
- 'wrong_ga_code' => 'Invalid Google verification code!',
- 'ga_required' => 'GA is not configured for this account. Contact admin first.',
- 'cannotfinduser' => '账号不存在!',
- 'wrongpass' => '密码输入不正确!',
- 'block' => '账号已被禁用!',
- 'btn' => 'Login',
- 'notice' => 'Login Success!'//登录成功
- ],
- ];
|