From fa06e5cd9ab4a7d3b0ee5dea5ed4d83ee921f9d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parti=20G=C3=A1bor?= <58829179+partigabor@users.noreply.github.com> Date: Fri, 28 Jul 2023 11:46:16 +0800 Subject: [PATCH] Create hu.toml Hungarian language version of the i18 multilingual mappings for Hugo, based on the English version en.toml. --- i18n/hu.toml | 107 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 i18n/hu.toml diff --git a/i18n/hu.toml b/i18n/hu.toml new file mode 100644 index 0000000000..f624b5d0e4 --- /dev/null +++ b/i18n/hu.toml @@ -0,0 +1,107 @@ +[Reading-direction] +other = "ltr" + +[Search] +other = "Keresés" + +[Search-placeholder] +other = "Keresés..." + +[No-results-found] +other = "Nincs találat a(z) \"{0}\" kifejezésre" + +[N-results-found] +other = "{1} találat a(z) \"{0}\" kifejezésre" + +[Clear-History] +other = "Előzmények törlése" + +[Attachments-label] +other = "Csatolmányok" + +[title-404] +other = "Az oldal nem található" + +[message-404] +other = "Hoppá. Úgy tűnik, hogy ez az oldal nem létezik ¯\\_(ツ)_/¯." + +[Go-to-homepage] +other = "Menj a kezdőlapra" + +[Edit-this-page] +other = "Szerkesztés" + +[Print-this-chapter] +other = "Teljes fejezet nyomtatása" + +[Shortcuts-Title] +other = "Több" + +[Expand-title] +other = "Nyiss ki..." + +[Navigation-toggle] +other = "Menü" + +[Toc-toggle] +other = "Tartalomjegyzék" + +[Byte-symbol] +other = "B" + +[Kilobyte-symbol] +other = "KB" + +[Megabyte-symbol] +other = "MB" + +[note] +other = "Jegyzet" + +[info] +other = "Infó" + +[tip] +other = "Tipp" + +[warning] +other = "Figyelem" + +[Copy-to-clipboard] +other = "Vágólapra másolás" + +[Copied-to-clipboard] +other = "Vágólapra másolva!" + +[Copy-link-to-clipboard] +other = "Link vágólapra másolása" + +[Link-copied-to-clipboard] +other = "Link vágólapra másolva!" + +[Chapter] +other = "{{.}} fejezet" + +[Language] +other = "Nyelv" + +[Theme] +other = "Téma" + +[Submenu] +other = "{{.}} almenü" + +[Subsections] +other = "{{.}} alszekciói" + +[tags] +other = "Címkék" + +[tag] +other = "Címke" + +[categories] +other = "Kategóriák" + +[category] +other = "Kategória"