From 056246eb62b96c66d9ea55d9485053ae2c29bfd5 Mon Sep 17 00:00:00 2001 From: Winux <73439774+winux1@users.noreply.github.com> Date: Wed, 28 Oct 2020 14:27:49 +0100 Subject: [PATCH] Added Hungarian translation (#361) I translated this theme for my website but I think it could be helpful to other people too --- i18n/hu.toml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 i18n/hu.toml diff --git a/i18n/hu.toml b/i18n/hu.toml new file mode 100644 index 000000000..71e389b10 --- /dev/null +++ b/i18n/hu.toml @@ -0,0 +1,35 @@ +[more] +other = "Több" + +[allTitle] +other = "További {{.Title }}" + +[recentTitle] +other = "Friss {{.Title }}" + +[readMore] +other = "Részletek" + +[whatsInThis] +other = "{{ .Type }}" + +[related] +other = "Ajánlott cikkek" + +[yourName] +other = "Név" + +[emailAddress] +other = "E-mail cím" + +[message] +other = "Üzenet" + +[emailRequiredNote] +other = "E-mail cím megadása kötelező." + +[send] +other = "Küldés" + +[taxonomyPageList] +other = "Ezen a lapon a(z) {{ .Title }} kategóriába tartozó cikkeket találod" \ No newline at end of file