3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-04-04 06:48:49 +00:00
Files
snipe-it/resources/lang/sr-CS/auth.php
2026-03-13 18:17:51 +00:00

21 lines
682 B
PHP

<?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' => 'Ovi kredencijali se ne poklapaju sa našim podacima.',
'password' => 'Unešena lozinka nije ispravna.',
'throttle' => 'Previše pokušaja prijave. Pokušajte ponovo za :minutes minuta.',
];