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