mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
Merge branch 'master' into patch-2
This commit is contained in:
commit
6f7fb5fcfa
@ -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/<your_user>/<your_project>
|
||||
|
35
i18n/hu.toml
Normal file
35
i18n/hu.toml
Normal file
@ -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"
|
35
i18n/tr.toml
Normal file
35
i18n/tr.toml
Normal file
@ -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."
|
35
i18n/zh-tw.toml
Normal file
35
i18n/zh-tw.toml
Normal file
@ -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 }}” 的頁面如下"
|
Loading…
x
Reference in New Issue
Block a user