Arabic language added

This commit is contained in:
Muhammed Can
2023-06-18 11:22:41 +03:00
parent 58af2b3e81
commit 1d1735f61b
5 changed files with 1868 additions and 0 deletions

22
lang/ar/passwords.php Normal file
View File

@@ -0,0 +1,22 @@
<?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' => 'يجب أن تحتوي كلمات المرور على الأقل ستة أحرف وتتطابق مع التأكيد.',
'user' => 'لا يمكننا العثور على مستخدم بهذا البريد الإلكتروني.',
'token' => 'رمز إعادة تعيين كلمة المرور غير صالح.',
'sent' => 'لقد أرسلنا رابط إعادة تعيين كلمة المرور إلى بريدك الإلكتروني!',
'reset' => 'تم إعادة تعيين كلمة المرور الخاصة بك!',
];