Skip to content

Commit b9ae3bf

Browse files
feature: Adds Hungarian translations. (#727)
Co-authored-by: Barney Szabolcs <szabolcs.barnabas@gmail.com>
1 parent 69ef459 commit b9ae3bf

1 file changed

Lines changed: 100 additions & 0 deletions

File tree

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the PACKAGE package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: PACKAGE VERSION\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2025-09-01 23:40+0100\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <LL@li.org>\n"
15+
"Language: \n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20+
21+
#: registration/serializers.py:53
22+
msgid "View is not defined, pass it as a context variable"
23+
msgstr "A \"View\" nincs meghatározva, adja át kontextus változóként"
24+
25+
#: registration/serializers.py:58
26+
msgid "Define adapter_class in view"
27+
msgstr "Adja meg az \"adapter_class\"-t a view-ban"
28+
29+
#: registration/serializers.py:77
30+
msgid "Define callback_url in view"
31+
msgstr "Adja meg a \"callback_url\"-t a view-ban"
32+
33+
#: registration/serializers.py:81
34+
msgid "Define client_class in view"
35+
msgstr "Adja meg a \"client_class\"-t a view-ban"
36+
37+
#: registration/serializers.py:102
38+
msgid "Incorrect input. access_token or code is required."
39+
msgstr "Helytelen bemenet. \"access_token\" vagy \"code\" megadása kötelező."
40+
41+
#: registration/serializers.py:111
42+
msgid "Incorrect value"
43+
msgstr "Helytelen érték"
44+
45+
#: registration/serializers.py:140
46+
msgid "A user is already registered with this e-mail address."
47+
msgstr "Már van felhasználó ezzel az e-mail címmel."
48+
49+
#: registration/serializers.py:148
50+
msgid "The two password fields didn't match."
51+
msgstr "A két jelszó nem egyezik."
52+
53+
#: registration/views.py:44
54+
msgid "Verification e-mail sent."
55+
msgstr "Ellenőrző e-mail elküldve."
56+
57+
#: registration/views.py:91
58+
msgid "ok"
59+
msgstr "OK"
60+
61+
#: serializers.py:30
62+
msgid "Must include \"email\" and \"password\"."
63+
msgstr "Meg kell adni az \"email\" és a \"jelszó\" mezőket."
64+
65+
#: serializers.py:41
66+
msgid "Must include \"username\" and \"password\"."
67+
msgstr "Meg kell adni a \"felhasználónév\" és a \"jelszó\" mezőket."
68+
69+
#: serializers.py:54
70+
msgid "Must include either \"username\" or \"email\" and \"password\"."
71+
msgstr "Meg kell adni a \"felhasználónév\" vagy az \"email\" és a \"jelszó\" mezőket."
72+
73+
#: serializers.py:95
74+
msgid "User account is disabled."
75+
msgstr "Felhasználói fiók letiltva."
76+
77+
#: serializers.py:98
78+
msgid "Unable to log in with provided credentials."
79+
msgstr "Nem lehet bejelentkezni a megadott adatokkal."
80+
81+
#: serializers.py:107
82+
msgid "E-mail is not verified."
83+
msgstr "Az e-mail cím nincs megerősítve."
84+
85+
#: views.py:126
86+
msgid "Successfully logged out."
87+
msgstr "Sikeres kijelentkezés."
88+
89+
#: views.py:174
90+
msgid "Password reset e-mail has been sent."
91+
msgstr "A jelszó visszaállítási e-mail elküldve."
92+
93+
#: views.py:200
94+
msgid "Password has been reset with the new password."
95+
msgstr "A jelszó visszaállítva az új jelszóra."
96+
97+
#: views.py:222
98+
msgid "New password has been saved."
99+
msgstr "Az új jelszó elmentve."
100+

0 commit comments

Comments
 (0)