Files
speedtest-tracker/lang/hu_HU/auth.php
T
petrekanics 63954854df HU translation (#2348)
Co-authored-by: Petrekanics Máté <mate.petrekanics@webcapital.hu>
Co-authored-by: Alex Justesen <alexjustesen@users.noreply.github.com>
2025-10-01 15:16:13 -04:00

21 lines
710 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' => 'A megadott hitelesítési adatok nem egyeznek.',
'password' => 'A megadott jelszó hibás.',
'throttle' => 'Túl sok bejelentkezési kísérlet. Kérlek, várj :seconds másodpercet, mielőtt újra próbálkozol.',
];