]> BookStack Code Mirror - bookstack/blob - resources/lang/ar/passwords.php
Update auth.php
[bookstack] / resources / lang / ar / passwords.php
1 <?php
2 /**
3  * Password Reminder Language Lines
4  * The following language lines are the default lines which match reasons
5  * that are given by the password broker for a password update attempt has failed.
6  */
7 return [
8
9     'password' => 'يجب أن تتكون كلمة المرور من ستة أحرف على الأقل وأن تطابق التأكيد.',
10     'user' => "لم يتم العثور على مستخدم بعنوان البريد الإلكتروني المعطى.",
11     'token' => 'رمز إعادة تعيين كلمة المرور غير صالح لعنوان هذا البريد الإلكتروني.',
12     'sent' => 'تم إرسال رابط تجديد كلمة المرور إلى بريدكم الإلكتروني!',
13     'reset' => 'تم تجديد كلمة المرور الخاصة بكم!',
14
15 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.