Browse Source

Create auth.php

bence192/patch-2
bence192 4 years ago
committed by GitHub
parent
commit
32964e9045
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 19
      resources/lang/hu/auth.php

19
resources/lang/hu/auth.php

@ -0,0 +1,19 @@
<?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' => 'Hitelesítő adat nem egyezik.',
'throttle' => 'Túl sok hibás bejelentkezési kísérlet, Próbálja újra :seconds seconds.',
];
Loading…
Cancel
Save