<?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' => 'אין לך גישה לפה.',
    'password_used' => 'You can not set a password that you have previously used.',
    'socialite' => [
        'unacceptable' => 'לא ניתן להתחבר באמצעות :provider.',
    ],
    'throttle' => 'יותר מדי ניסיונות התחברות. אפשר לנסות שוב בעוד :seconds שניות.',
    'unknown' => 'התרחשה שגיאה.',
];
