File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
publishable/translations/ar Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ There is [a french presentation](http://laravel.sillo.org/ajouter-la-confirmatio
14
14
` confirmation/{id}/{token} `
15
15
- add an artisan command to override login and register views
16
16
- send email notification with registration
17
- - add translations for notification (there are french and english ones)
17
+ - add translations for notification (there are french, english and arabic ones)
18
18
- block login for not confirmed user and launch an alert with resend link for notification
19
19
- block auto login on password reset for not confirmed user
20
20
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ return [
4
+ 'email-title ' => 'تأكيد البريد الإلكتروني ' ,
5
+ 'email-intro ' => 'لتأكيد بريدك الإلكتروني، رجاءً قم بالصغط على الرابط ادناه ' ,
6
+ 'email-button ' => 'تأكيد البريد الإلكتروني ' ,
7
+ 'message ' => 'شكراً للتسجيل، رجاءً قم بمراجعة بريدك الإلكتروني للتأكيد. ' ,
8
+ 'success ' => 'لقد تم تأكيد بريدك الإلكتروني بنجاح! يمكنك الآن تسجيل الدخول. ' ,
9
+ 'again ' => 'رجاءً قم بتأكيد بريدك الإلكتروني حتى تتمكن من تسجيل الدخول. ' .
10
+ '<br>إذا لم تصلك رسالة التأكيد، قم بفتح ملف الرسائل الغير مرغوب بها (Spam). ' .
11
+ '<br>لإعادة إرسال رسالة التأكيد، <a href=" ' . url ('confirmation/resend ' ) . '" class="alert-link">إضغط هنا</a>. ' ,
12
+ 'resend ' => 'تم إرسال رسالة التأكيد بنجاح، قم بمراجعة بريدك الإلكتروني. '
13
+ ];
You can’t perform that action at this time.
0 commit comments