<?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 ثانیه دیگر مجددا امتحان کنید.',
    'unknown' => 'یک خطای ناشناخته رخ داده است',
];
