ar-SA
This commit is contained in:
22
resources/lang/ar-SA/passwords.php
Normal file
22
resources/lang/ar-SA/passwords.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?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' => 'يجب أن لا يقل طول كلمة المرور عن ستة أحرف، كما يجب أن تتطابق مع حقل التأكيد',
|
||||
'reset' => 'تمت إعادة تعيين كلمة المرور',
|
||||
'sent' => 'تم إرسال تفاصيل استعادة كلمة المرور الخاصة بك إلى بريدك الإلكتروني',
|
||||
'token' => '.رمز استعادة كلمة المرور الذي أدخلته غير صحيح',
|
||||
'user' => "لم يتم العثور على أيّ حسابٍ بهذا العنوان الإلكتروني",
|
||||
|
||||
];
|
Reference in New Issue
Block a user