Файл: lang/ar/passwords.php
Строк: 18
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reminder Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
'password' => 'يجب أن لا يقل طول كلمة المرور عن ثمانية أحرف، كما يجب أن تتطابق مع حقل التأكيد.',
'reset' => 'تمت إعادة تعيين كلمة المرور!',
'sent' => 'تم إرسال تفاصيل استعادة كلمة المرور الخاصة بك إلى بريدك الإلكتروني!',
'token' => 'رمز استعادة كلمة المرور الذي أدخلته غير صحيح.',
'user' => 'لم يتم العثور على أيّ حسابٍ بهذا العنوان الإلكتروني.',
];