snipe-it/resources/lang/sk-SK/auth.php
snipe 71c7c64fde Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2025-01-09 15:54:51 +00:00

21 lines
701 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' => 'Prihlasovacie údaje nezodpovedajú žiadnemu záznamu.',
'password' => 'Zadané heslo je nesprávne.',
'throttle' => 'Priliš veľa pokusov o prihlásenie. Prosím skúste znovu o :seconds sekúnd.',
);