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

10 lines
234 B
PHP

<?php
declare(strict_types=1);
return [
'failed' => 'Podaci ne odgovaraju ni jednom nalogu.',
'password' => 'Pogrešna lozinka',
'throttle' => 'Previše neuspelih pokušaja. Pokušajte ponovo za :seconds sekundi.',
];