Your IP : 216.73.216.93


Current Path : /home/users/unlimited/www/sigmaerp.codeskitter.site/lang/ar/
Upload File :
Current File : /home/users/unlimited/www/sigmaerp.codeskitter.site/lang/ar/auth.php

<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Authentication Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used during authentication for various
    | messages that we need to display to the user. You are free to modify
    | these language lines according to your application's requirements.
    |
    */

    'failed'                            => 'هذه البيانات لا تتطابق مع سجلاتنا.',
    'failed_to_change_password'         => 'فشل تغيير كلمة المرور!',
    'password'                          => 'كلمة المرور المقدمة غير صحيحة.',
    'throttle'                          => 'هناك الكثير من محاولات تسجيل الدخول. الرجاء المحاولة مرة أخرى في :seconds ثواني.',
    'logout'                            => 'تسجيل الخروج',
    'remember_me'                       => 'تذكرني',
    'enter_registered_email'            => 'أدخل بريدك الإلكتروني المسجل لإعادة تعيين كلمة المرور',
    'forgot_password'                   => 'نسيت كلمة المرور؟',
    'login_to_account'                  => 'يرجى تسجيل الدخول إلى حسابك',
    'role_not_exist'                    => 'هذا الحساب غير مرتبط بأي دور!',
    'inactive_account'                  => 'هذا الحساب غير نشط',
    'fill_details'                      => 'يرجى ملء التفاصيل أدناه لإنشاء حسابك',
    'agree_terms'                       => 'يرجى الموافقة على الشروط والأحكام!',
    'requested_to_change_password'      => 'لقد تلقينا طلب إعادة تعيين كلمة المرور الخاصة بك. الرجاء إدخال كلمة مرور جديدة!',

    'login'                             => 'تسجيل الدخول',
    'register'                          => 'تسجيل',

    'dont_have_account'                 => "لا تملك حسابا حتى الآن؟",
    

];