Files
Heimdall/resources/lang/cn/auth.php
罗翀 9e4a06999b Chinese translate
add baidu search
2022-03-21 00:53:28 +08:00

20 lines
592 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 秒后重试。',
];