123456789101112131415161718192021 |
- <?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.
- |
- */
- 'no_key' => '缺少认证信息',
- 'no_login' => '登录失效',
- 'login_error' => '认证信息已过期',
- 'throttle' => '尝试次数过太多.:seconds秒',
- ];
|