From 056246eb62b96c66d9ea55d9485053ae2c29bfd5 Mon Sep 17 00:00:00 2001
From: Winux <73439774+winux1@users.noreply.github.com>
Date: Wed, 28 Oct 2020 13:27:49 +0000
Subject: [PATCH] Added Hungarian translation (#361)
---
i18n/hu.toml | 35 +++++++++++++++++++++++++++++++++++
1 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/i18n/hu.toml b/i18n/hu.toml
new file mode 100644
index 0000000..71e389b
--- /dev/null
+++ b/i18n/hu.toml
@@ -0,0 +1,35 @@
+[more]
+other = "Több"
+
+[allTitle]
+other = "További {{.Title }}"
+
+[recentTitle]
+other = "Friss {{.Title }}"
+
+[readMore]
+other = "Részletek"
+
+[whatsInThis]
+other = "{{ .Type }}"
+
+[related]
+other = "Ajánlott cikkek"
+
+[yourName]
+other = "Név"
+
+[emailAddress]
+other = "E-mail cím"
+
+[message]
+other = "Üzenet"
+
+[emailRequiredNote]
+other = "E-mail cím megadása kötelező."
+
+[send]
+other = "Küldés"
+
+[taxonomyPageList]
+other = "Ezen a lapon a(z) {{ .Title }} kategóriába tartozó cikkeket találod"
\ No newline at end of file
--
Gitblit v1.10.0