21 lines
790 B
PHP
21 lines
790 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 ثانیه دیگر تلاش کنید.',
|
|
|
|
];
|