feat(i18n): add Hungarian translation (#584)
This commit is contained in:
parent
5e350b92e8
commit
add8f364e0
@ -26,7 +26,7 @@ disqusShortname: hugo-theme-stack
|
|||||||
googleAnalytics:
|
googleAnalytics:
|
||||||
|
|
||||||
# Theme i18n support
|
# 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
|
DefaultContentLanguage: en
|
||||||
|
|
||||||
# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
|
# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
|
||||||
|
73
i18n/hu.yaml
Normal file
73
i18n/hu.yaml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user