Files
template-laravel/lang/he/auth.php
Gregory Letellier d5b3ccabd9 Init
2023-11-28 12:13:50 +01:00

10 lines
292 B
PHP

<?php
declare(strict_types=1);
return [
'failed' => 'פרטים אלה אינם תואמים את רישומינו.',
'password' => 'הסיסמה שגויה.',
'throttle' => 'ניסיונות כניסה רבים מדי. אנא נסו שוב בעוד :seconds שניות.',
];