3 * Authentication Language Lines
4 * The following language lines are used during authentication for various
5 * messages that we need to display to the user.
9 'failed' => 'البيانات المعطاة لا توافق سجلاتنا.',
10 'throttle' => 'تجاوزت الحد الأقصى من المحاولات. الرجاء المحاولة مرة أخرى بعد :seconds seconds.',
13 'sign_up' => 'إنشاء حساب',
14 'log_in' => 'تسجيل الدخول',
15 'log_in_with' => 'تسجيل الدخول باستخدام :socialDriver',
16 'sign_up_with' => 'إنشاء حساب باستخدام :socialDriver',
17 'logout' => 'تسجيل الخروج',
20 'username' => 'اسم المستخدم',
21 'email' => 'البريد الإلكتروني',
22 'password' => 'كلمة المرور',
23 'password_confirm' => 'تأكيد كلمة المرور',
24 'password_hint' => 'يجب أن تكون أكثر من 7 حروف',
25 'forgot_password' => 'نسيت كلمة المرور؟',
26 'remember_me' => 'تذكرني',
27 'ldap_email_hint' => 'الرجاء إدخال عنوان بريد إلكتروني لاستخدامه مع الحساب.',
28 'create_account' => 'إنشاء حساب',
29 'already_have_account' => 'Already have an account?',
30 'dont_have_account' => 'Don\'t have an account?',
31 'social_login' => 'تسجيل الدخول باستخدام حسابات التواصل الاجتماعي',
32 'social_registration' => 'إنشاء حساب باستخدام حسابات التواصل الاجتماعي',
33 'social_registration_text' => 'إنشاء حساب والدخول باستخدام خدمة أخرى.',
35 'register_thanks' => 'شكراً لتسجيل حسابك!',
36 'register_confirm' => 'الرجاء مراجعة البريد الإلكتروني والضغط على زر التأكيد لاستخدام :appName.',
37 'registrations_disabled' => 'التسجيل مغلق حالياً',
38 'registration_email_domain_invalid' => 'المجال الخاص بالبريد الإلكتروني لا يملك حق الوصول لهذا التطبيق',
39 'register_success' => 'شكراً لإنشاء حسابكم! تم تسجيلكم ودخولكم للحساب الخاص بكم.',
43 'reset_password' => 'استعادة كلمة المرور',
44 'reset_password_send_instructions' => 'أدخل بريدك الإلكتروني بالأسفل وسيتم إرسال رسالة برابط لاستعادة كلمة المرور.',
45 'reset_password_send_button' => 'أرسل رابط الاستعادة',
46 'reset_password_sent_success' => 'تم إرسال رابط استعادة كلمة المرور إلى :email.',
47 'reset_password_success' => 'تمت استعادة كلمة المرور بنجاح.',
48 'email_reset_subject' => 'استعد كلمة المرور الخاصة بتطبيق :appName',
49 'email_reset_text' => 'تم إرسال هذه الرسالة بسبب تلقينا لطلب استعادة كلمة المرور الخاصة بحسابكم.',
50 'email_reset_not_requested' => 'إذا لم يتم طلب استعادة كلمة المرور من قبلكم, فلا حاجة لاتخاذ أية خطوات.',
54 'email_confirm_subject' => 'تأكيد بريدكم الإلكتروني لتطبيق :appName',
55 'email_confirm_greeting' => 'شكرا لانضمامكم إلى :appName!',
56 'email_confirm_text' => 'الرجاء تأكيد بريدكم الإلكتروني بالضغط على الزر أدناه:',
57 'email_confirm_action' => 'تأكيد البريد الإلكتروني',
58 'email_confirm_send_error' => 'تأكيد البريد الإلكتروني مطلوب ولكن النظام لم يستطع إرسال الرسالة. تواصل مع مشرف النظام للتأكد من إعدادات البريد.',
59 'email_confirm_success' => 'تم تأكيد بريدكم الإلكتروني!',
60 'email_confirm_resent' => 'تمت إعادة إرسال رسالة التأكيد. الرجاء مراجعة صندوق الوارد',
62 'email_not_confirmed' => 'لم يتم تأكيد البريد الإلكتروني',
63 'email_not_confirmed_text' => 'لم يتم بعد تأكيد عنوان البريد الإلكتروني.',
64 'email_not_confirmed_click_link' => 'الرجاء الضغط على الرابط المرسل إلى بريدكم الإلكتروني بعد تسجيلكم.',
65 'email_not_confirmed_resend' => 'إذا لم يتم إيجاد الرسالة, بإمكانكم إعادة إرسال رسالة التأكيد عن طريق تعبئة النموذج أدناه.',
66 'email_not_confirmed_resend_button' => 'إعادة إرسال رسالة التأكيد',
69 'user_invite_email_subject' => 'You have been invited to join :appName!',
70 'user_invite_email_greeting' => 'An account has been created for you on :appName.',
71 'user_invite_email_text' => 'Click the button below to set an account password and gain access:',
72 'user_invite_email_action' => 'Set Account Password',
73 'user_invite_page_welcome' => 'Welcome to :appName!',
74 'user_invite_page_text' => 'To finalise your account and gain access you need to set a password which will be used to log-in to :appName on future visits.',
75 'user_invite_page_confirm_button' => 'Confirm Password',
76 'user_invite_success' => 'Password set, you now have access to :appName!'