Files
snipe-it/resources/lang/sl-SI/auth.php
T
snipe cb2ffe6b3f Updated translations
Signed-off-by: snipe <snipe@snipe.net>
2025-08-27 14:02:39 +01:00

21 lines
677 B
PHP

<?php
return array(
/*
|--------------------------------------------------------------------------
| 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' => 'Te poverilnice se ne ujemajo z našimi evidencami.',
'password' => 'Vneseno geslo je napačno.',
'throttle' => 'Preveč poskusov prijave. Poskusite znova čez :minutes minut.',
);