From 7ba168a62db13009c1255bca16320b5a4c1e6420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?DANIEL=20G=E2=8C=ACRBE?= Date: Sun, 14 Apr 2024 20:51:10 +0200 Subject: [PATCH] Add hungarian language (#365) --- i18n/hu.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 i18n/hu.toml diff --git a/i18n/hu.toml b/i18n/hu.toml new file mode 100644 index 00000000..9f35f81c --- /dev/null +++ b/i18n/hu.toml @@ -0,0 +1,25 @@ +[404_title] +other = "404" +[404_description] +other = "Hoppá! Vagy hibát találtál{{ with .Site.Params.email }} (ebben az esetben [kérem, mondja meg](mailto:{{ . }})) {{ end }}, vagy csak kitaláltad a dolgokat. Ez az oldal nem létezik!" +[index_projects_allProjects] +other = "Minden Projekt" +[index_blog_latestPosts] +other = "Legújabb Poszt" +[index_blog_allPosts] +other = "Összes Poszt" +[index_blog_readMore] +other = "Olvass tovább" +[index_currentTime] +other = "A helyi idő" +[nav_backToSection] +other = "Vissza a {{ .Title }}" +[nav_main] +other = "Főoldal" +[blog_readingTime] +one = "{{ .Count }} perc elolvasni" +other = "{{ .Count }} perc elolvasni" +[blog_shareThis] +other = "Megosztás" +[footer_text] +other = "[**Introduction**](https://github.com/victoriadrake/hugo-theme-introduction/) sablon a [Hugo](http://gohugo.io/)-hoz. Készítették [ és ](https://victoria.dev) a nyílt forráskódú közreműködők."