Browse Source

Merge 32964e9045 into 61a5a1a8b0

pull/523/merge
bence192 5 years ago
committed by GitHub
parent
commit
0b326feeb7
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