Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6424711

Browse files
committed
proofread and improved the translation (ar/reminders.php)
1 parent 5a56c57 commit 6424711

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

ar/reminders.php

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,21 @@
55
/*
66
|--------------------------------------------------------------------------
77
| Password Reminder Language Lines
8-
|
9-
| عبارات التذكير بكلمة السر
10-
|
118
|--------------------------------------------------------------------------
129
|
1310
| The following language lines are the default lines which match reasons
1411
| that are given by the password broker for a password update attempt
1512
| has failed, such as for an invalid token or invalid new password.
1613
|
17-
| السطور ادناه هي الافتراضية والتي تتوافق مع احتمالات الخطأ الناتجه من
18-
| المستخدم عند تحديث كلمة السر مثل الخطأ في رمز التاكيد او في كلمة
19-
| السر الجديدة.
20-
|
2114
*/
15+
"password" => "يجب أن لا يقل طول كلمة السر عن ستة أحرف، كما يجب أن تتطابق مع حقل التأكيد",
2216

23-
"password" => "يجب أن لا تقل كلمة السر عن ستة أحرف وتطابق حقل التأكيد",
24-
25-
"user" => "لم يتم العثور على حساب بعنوان البريد الإلكتروني هذا",
17+
"user" => "لم يتم العثور على أيّ حسابٍ بهذا العنوان الإلكتروني",
2618

27-
"token" => "رمز كلمة السر الذي أدخلته غير صحيح.",
19+
"token" => ".رمز استعادة كلمة السر الذي أدخلته غير صحيح",
2820

29-
"sent" => "التفاصيل حول كيفية إستعادة كلمة المرور الخاصة بك أرسلت إليك بالبريد الإلكتروني. ",
21+
"sent" => "تم إرسال تفاصيل استعادة كلمة السر الخاصة بك إلى بريدك الإلكتروني",
3022

31-
"reset" => "Password has been reset!",
23+
"reset" => "تمت إعادة تعيين كلمة السر",
3224

3325
);

0 commit comments

Comments
 (0)