ufutx.dma/lang/zh-CN/auth.php
2026-03-04 14:42:40 +08:00

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' => '请求失败',
];