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

10 lines
246 B
PHP

<?php
declare(strict_types=1);
return [
'failed' => 'Ovi podaci se ne podudaraju s našim zapisima.',
'password' => 'Lozinka nije tačna.',
'throttle' => 'Previše neuspjelih pokušaja. Pokušajte ponovo za :seconds sekundi.',
];