Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0cc5dfa

Browse files
authored
Merge pull request Laravel-Lang#1228 from zsoltjanes/master
HU translate added
2 parents 1d79464 + 8425a61 commit 0cc5dfa

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

json/hu.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"Page Expired": "Lejárt oldal",
2323
"Password": "Jelszó",
2424
"Please click the button below to verify your email address.": "Kérjük kattintson az alábbi gombra az e-mail címe megerősítéséhez.",
25+
"Please confirm your password before continuing.": "Kérjük erősítse meg a jelszavát, mielőtt folytatná.",
2526
"Regards": "Üdvözlettel",
2627
"Register": "Regisztráció",
2728
"Remember Me": "Emlékezzen rám",
@@ -38,6 +39,7 @@
3839
"Unauthorized": "Jogosulatlan",
3940
"Verify Email Address": "E-mail cím megerősítése",
4041
"Verify Your Email Address": "Erősítse meg e-mail címét",
42+
"We won't ask for your password again for a few hours.": "Néhány órán keresztül nem fogjuk újra kérni a jelszavát.",
4143
"You are receiving this email because we received a password reset request for your account.": "Azért kapja ezt az üzenetet, mert a fiókjára jelszó helyreállítási kérés érkezett.",
4244
"Your email address is not verified.": "Az e-mail címe nincs megerősítve.",
4345
"Whoops!": "Hoppá!"

src/hu/passwords.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
'reset' => 'Az új jelszó beállítva!',
1616
'sent' => 'Jelszó-emlékeztető elküldve!',
17-
'throttled' => 'Please wait before retrying.',
17+
'throttled' => 'Kérjük várjon, mielőtt újra megpróbálná.',
1818
'token' => 'Ez az új jelszó generálásához tartozó token érvénytelen.',
1919
'user' => 'Nem található felhasználó a megadott email címmel.',
2020
];

src/hu/validation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
'not_in' => 'A(z) :attribute értéke érvénytelen.',
9393
'not_regex' => 'A(z) :attribute formátuma érvénytelen.',
9494
'numeric' => 'A(z) :attribute szám kell, hogy legyen!',
95+
'password' => 'A(z) :attribute jelszónak kell, hogy legyen!',
9596
'present' => 'A(z) :attribute mező nem található!',
9697
'regex' => 'A(z) :attribute formátuma érvénytelen.',
9798
'required' => 'A(z) :attribute megadása kötelező!',

0 commit comments

Comments
 (0)