passwords.php
1 KB
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reset 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' => 'كلمة المرور يجب أن تحتوي على 6 أحرف على الأقل وتطابق التأكيد.',
'reset' => 'لقد تم إعادة تعيين كلمة مرورك!',
'sent' => 'قمنا بإرسال رابط إعادة تعيين كلمة مرورك إلى بريدك الإلكتروني!',
'token' => 'رمز إعادة تعيين كلمة المرور هذا غير صالح.',
'user' => 'لم نستطع إيجاد مستخدم ينتمي إليه هذا البريد الإلكتروني.',
];