summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel <34555296+Flam3rboy@users.noreply.github.com>2021-10-24 12:41:48 -0400
committerSamuel <34555296+Flam3rboy@users.noreply.github.com>2021-10-24 12:41:48 -0400
commit96929fb033bfdc97c8ae1d4c97dfd1ee45c4ce18 (patch)
tree6a0e6b54d439157ff6828863b268fb35cecc4d0b
parentNew translations auth.json (Slovak) (diff)
downloadserver-96929fb033bfdc97c8ae1d4c97dfd1ee45c4ce18.tar.xz
New translations auth.json (Hungarian)
-rw-r--r--api/locales/hu/auth.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/api/locales/hu/auth.json b/api/locales/hu/auth.json
index cf2f7d06..e19547a0 100644
--- a/api/locales/hu/auth.json
+++ b/api/locales/hu/auth.json
@@ -1,16 +1,16 @@
 {
 	"login": {
-		"INVALID_LOGIN": "Nincs ilyen E-Mail vagy Telefon",
-		"INVALID_PASSWORD": "Érvénytelen jelszó",
-		"ACCOUNT_DISABLED": "Ez a fiók le van tiltva"
+		"INVALID_LOGIN": "E-Mail or Phone not found",
+		"INVALID_PASSWORD": "Invalid Password",
+		"ACCOUNT_DISABLED": "This account is disabled"
 	},
 	"register": {
-		"REGISTRATION_DISABLED": "Új felhasználók regisztrációja nem engedélyezett",
-		"INVITE_ONLY": "Csak meghívottak regisztrálhatnak",
-		"EMAIL_INVALID": "Érvénytelen Email",
-		"EMAIL_ALREADY_REGISTERED": "Az Email már regisztrálva van",
-		"DATE_OF_BIRTH_UNDERAGE": "{{years}} éves vagy idősebbnek kell lenned",
-		"CONSENT_REQUIRED": "El kell fogadnod a Felhasználási Feltételeket és az Adatvédelmi Nyilatkozatot.",
-		"USERNAME_TOO_MANY_USERS": "Túl sok felhasználó használja ezt a nevet, kérlek próbálj egy másikat"
+		"REGISTRATION_DISABLED": "New user registration is disabled",
+		"INVITE_ONLY": "You must be invited to register",
+		"EMAIL_INVALID": "Invalid Email",
+		"EMAIL_ALREADY_REGISTERED": "Email is already registered",
+		"DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older",
+		"CONSENT_REQUIRED": "You must agree to the Terms of Service and Privacy Policy.",
+		"USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another"
 	}
 }