Files
opnform-host-nginx/resources/lang/zh-CN/auth.php
Julien Nahum f8e6cd4dd6 Initial commit
2022-09-20 21:59:52 +02:00

17 lines
616 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.
|
*/
'failed' => '用户名或手机号与密码不匹配或用户被禁用',
'throttle' => '失败次数太多,请在:seconds秒后再尝试',
];