diff --git a/README.md b/README.md index 0997fc0..1ca6792 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ This theme uses the "Tachyons" CSS library. This will allow you to manipulate th ### As a Hugo Module (recommended) -1. Initiate the hugo module system: +1. Initiate the hugo module system if you haven't already: ``` $ hugo mod init github.com// diff --git a/i18n/hu.toml b/i18n/hu.toml new file mode 100644 index 0000000..71e389b --- /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 diff --git a/i18n/tr.toml b/i18n/tr.toml new file mode 100644 index 0000000..62af5e8 --- /dev/null +++ b/i18n/tr.toml @@ -0,0 +1,35 @@ +[more] +other = "Daha fazla" + +[allTitle] +other = "Tüm {{.Title }}" + +[recentTitle] +other = "Güncel {{.Title }}" + +[readMore] +other = "daha fazla oku" + +[whatsInThis] +other = "Bu {{ .Type }} ne içeriyor" + +[related] +other = "İlişkili" + +[yourName] +other = "İsminiz" + +[emailAddress] +other = "E-posta Adresi" + +[message] +other = "Mesaj" + +[emailRequiredNote] +other = "E-posta adresi zorunludur." + +[send] +other = "Gönder" + +[taxonomyPageList] +other = "Aşağıda, “{{ .Title }}” sınıflandırma terimini kullanan sayfaları bulacaksınız." diff --git a/i18n/zh-tw.toml b/i18n/zh-tw.toml new file mode 100644 index 0000000..dc37230 --- /dev/null +++ b/i18n/zh-tw.toml @@ -0,0 +1,35 @@ +[more] +other = "更多" + +[allTitle] +other = "所有 {{.Title }}" + +[recentTitle] +other = "最近 {{.Title }}" + +[readMore] +other = "繼續閱讀" + +[whatsInThis] +other = "更多關於 {{ .Type }}" + +[related] +other = "相關內容" + +[yourName] +other = "你的名字" + +[emailAddress] +other = "Email" + +[message] +other = "訊息" + +[emailRequiredNote] +other = "必須填寫 Email" + +[send] +other = "送出" + +[taxonomyPageList] +other = "標籤為 “{{ .Title }}” 的頁面如下" \ No newline at end of file