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

github.com/reuixiy/hugo-theme-meme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Nagy <126671+nagyv@users.noreply.github.com>2021-12-12 04:13:26 +0300
committerGitHub <noreply@github.com>2021-12-12 04:13:26 +0300
commitd1d347204552e3a49052a504705450829439ed86 (patch)
treeb814e9dafefdcfb9213be95af480c78774db4ccf
parent2479717386e82a8b3e2446e887a85d63592e1702 (diff)
feat(i18n): Add Hungarian language file (#363)
-rw-r--r--i18n/hu.toml168
1 files changed, 168 insertions, 0 deletions
diff --git a/i18n/hu.toml b/i18n/hu.toml
new file mode 100644
index 0000000..5143d25
--- /dev/null
+++ b/i18n/hu.toml
@@ -0,0 +1,168 @@
+[ellipsis]
+other = "…"
+
+[colon]
+other = ": "
+
+[minute]
+one = "perc"
+other = "perc"
+
+[tocTitle]
+other = "Tartalom"
+
+[readMore]
+other = "Olvass továb"
+
+[prevPage]
+other = "Újabb"
+
+[nextPage]
+other = "Korábbi"
+
+[copy]
+other = "Másol"
+
+[copied]
+other = "Másolva!"
+
+[copyrightAuthor]
+other = "Szerző"
+
+[copyrightLink]
+other = "Link"
+
+[copyrightLicense]
+other = "Licensz"
+
+[shareOn]
+other = "Oszd meg:"
+
+[shareOnTitle]
+other = "Oszd meg a "
+
+[shareViaTitle]
+other = "Oszd meg "
+
+[relatedPosts]
+other = "Lásd még:"
+
+[loadComments]
+other = "Töltse be a megjegyzéseket"
+
+[pageNotFound]
+other = "404 - Az oldal nem található"
+
+[fofLinkText]
+other = "Vissza a nyitólapra"
+
+[searchResultsTitle]
+one = "A “{{ .Term }}” kifejezésre egy eredményt találtam"
+other = "A “{{ .Term }}” kifejezésre {{ .Count }} eredményt találtam"
+
+[searchResultsNone]
+other = "A “{{ .Term }}” kifejezésre nincs találat"
+
+
+# Socials
+
+[twitter]
+other = "Twitter"
+
+[facebook]
+other = "Facebook"
+
+[linkedin]
+other = "LinkedIn"
+
+[telegram]
+other = "Telegram"
+
+[weibo]
+other = "Weibo"
+
+[douban]
+other = "Douban"
+
+[qq]
+other = "QQ"
+
+[qzone]
+other = "Qzone"
+
+[qrcode]
+other = "QR Code"
+
+
+# Months
+# Used for `i18nMonth`
+
+[january]
+other = "Január"
+
+[february]
+other = "Február"
+
+[march]
+other = "Március"
+
+[april]
+other = "Április"
+
+[may]
+other = "Május"
+
+[june]
+other = "Június"
+
+[july]
+other = "Július"
+
+[august]
+other = "Augusztus"
+
+[september]
+other = "Szeptember"
+
+[october]
+other = "Október"
+
+[november]
+other = "November"
+
+[december]
+other = "December"
+
+
+# Numbers
+# Used for `i18nYear`
+
+[0]
+other = "0"
+
+[1]
+other = "1"
+
+[2]
+other = "2"
+
+[3]
+other = "3"
+
+[4]
+other = "4"
+
+[5]
+other = "5"
+
+[6]
+other = "6"
+
+[7]
+other = "7"
+
+[8]
+other = "8"
+
+[9]
+other = "9"