Files
nexusphp/resources/lang/zh_CN/auth.php

10 lines
211 B
PHP
Raw Normal View History

<?php
2025-04-19 02:06:51 +07:00
declare(strict_types=1);
return [
2022-03-31 22:22:04 +08:00
'failed' => '用户名或密码错误。',
2025-04-19 02:06:51 +07:00
'password' => '密码错误',
'throttle' => '您尝试的登录次数过多,请 :seconds 秒后再试。',
];