19 lines
608 B
PHP
19 lines
608 B
PHP
<?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.
|
|
|
|
|
*/
|
|
'server_error' => '服务器休息,请稍后再试',
|
|
'not_permission' => '无操作权限',
|
|
'request_fail' => '请求失败',
|
|
];
|