Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZsombor Udvardy <udvardy.zsombor@gmail.com>2022-06-05 19:00:05 +0300
committerGitHub <noreply@github.com>2022-06-05 19:00:05 +0300
commitadd8f364e0d1c78de65883491ac48970d7b4d30d (patch)
treee6db99bba3e6be1233b0cfb1c6bae5d0f410ad8a
parent5e350b92e8219a4f1645da6e11055ea773c937bb (diff)
feat(i18n): add Hungarian translation (#584)
-rw-r--r--exampleSite/config.yaml2
-rw-r--r--i18n/hu.yaml73
2 files changed, 74 insertions, 1 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index ea576c2..b5049ed 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -26,7 +26,7 @@ disqusShortname: hugo-theme-stack
googleAnalytics:
# Theme i18n support
-# Available values: ar, ca, de, el, en, es, fr, id, it, ja, ko, nl, pt-br, th, uk, zh-cn, zh-hk, zh-tw
+# Available values: ar, ca, de, el, en, es, fr, hu, id, it, ja, ko, nl, pt-br, th, uk, zh-cn, zh-hk, zh-tw
DefaultContentLanguage: en
# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
diff --git a/i18n/hu.yaml b/i18n/hu.yaml
new file mode 100644
index 0000000..5e5af92
--- /dev/null
+++ b/i18n/hu.yaml
@@ -0,0 +1,73 @@
+toggleMenu:
+ other: Menü Kapcsolása
+
+darkMode:
+ other: Sötét Mód
+
+list:
+ page:
+ one: "{{ .Count }} oldal"
+ other: "{{ .Count }} oldalak"
+
+ section:
+ other: Szekció
+
+ subsection:
+ one: Alszekció
+ other: Alszekciók
+
+article:
+ back:
+ other: Vissza
+
+ tableOfContents:
+ other: Tartalomjegyzék
+
+ relatedContent:
+ other: Kapcsolódó tartalom
+
+ lastUpdatedOn:
+ other: Utolsó frissítés időpontja
+
+ readingTime:
+ one: "{{ .Count }} percnyi olvasmány"
+ other: "{{ .Count }} percnyi olvasmány"
+
+notFound:
+ title:
+ other: Nem található
+
+ subtitle:
+ other: Ez az oldal nem létezik
+
+widget:
+ archives:
+ title:
+ other: Archívum
+
+ more:
+ other: Több
+
+ tagCloud:
+ title:
+ other: Cimkék
+ categoriesCloud:
+ title:
+ other: Kategóriák
+
+search:
+ title:
+ other: Keresés
+
+ placeholder:
+ other: Írj valamit...
+
+ resultTitle:
+ other: "#PAGES_COUNT oldal (#TIME_SECONDS másodperc alatt)"
+
+footer:
+ builtWith:
+ other: "{{ .Generator }} használatával készült"
+
+ designedBy:
+ other: A {{ .Theme }} dizájnt {{ .DesignedBy }} tervezte