turtle-wow-source-kinda/Dumps/Source Code/8 - Development_website/develop/lang/zh_cn/auth.php
Brian Oost a1d5bb70b2 Init
2024-08-06 18:06:40 +02:00

21 lines
640 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' => '用户名和密码不符.',
'password' => '密码不正确.',
'throttle' => '多次错误尝试,请在以下时间后重试:seconds seconds.',
];