From d6215b06e832cc9d5f6497b3aaf514120e711e38 Mon Sep 17 00:00:00 2001
From: voroskoi <60064214+voroskoi@users.noreply.github.com>
Date: Thu, 13 Feb 2020 13:01:07 +0000
Subject: [PATCH] Add i18n/hu.toml (#266)

---
 i18n/hu.toml |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/i18n/hu.toml b/i18n/hu.toml
new file mode 100644
index 0000000..70d38c2
--- /dev/null
+++ b/i18n/hu.toml
@@ -0,0 +1,24 @@
+[category]
+other = "Kategória"
+
+[tag]
+other = "Címke"
+
+[series]
+other = "Sorozat"
+
+[reading_time]
+one = "Egyperces"
+other = "{{ .Count }} percnyi olvasnivaló"
+
+[page_not_found]
+other = "Az oldal nem található"
+
+[page_does_not_exist]
+other = "Sajnálom, a kért oldal nem létezik."
+
+[head_back]
+other = "Itt visszaléphet a <a href=\"{{ . }}\">Főoldalra</a>."
+
+[powered_by]
+other = "Motor:"

--
Gitblit v1.10.0