auth.php 998 Bytes
<?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'        => 'البيانات المدخلة لا تتطابق مع قاعدة بيناتنا.',
    'general_error' => 'ليس لديك صلاحية الوصول إلى هذا.',
    'socialite'     => [
        'unacceptable' => ':provider ليس نوع تسجيل دخول صحيح.',
    ],
    'throttle' => 'ثانية من محاولات تسجيل الدخول الفاشلة، برجاء المحاولة مرة أخرى بعد :seconds seconds.',
    'unknown'  => 'لقد حدث خطأ غير معروف.',
];