3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-31 21:03:51 +00:00
Files
snipe-it/resources/lang/cs-CZ/auth.php
snipe edcd46dd67 Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2025-06-30 11:44:46 +01:00

21 lines
735 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' => 'Tyto přihlašovací údaje neodpovídají žádnému záznamu.',
'password' => 'Zadané heslo není správné.',
'throttle' => 'Příliš mnoho neúspěšných pokusů o přihlášení. Zkuste to prosím znovu za :minutes minut(y).',
);