aboutsummaryrefslogtreecommitdiff
path: root/themes/ananke/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'themes/ananke/i18n')
-rw-r--r--themes/ananke/i18n/de.toml17
-rw-r--r--themes/ananke/i18n/en.toml17
-rw-r--r--themes/ananke/i18n/es.toml17
-rw-r--r--themes/ananke/i18n/fr.toml17
-rw-r--r--themes/ananke/i18n/nl.toml17
-rw-r--r--themes/ananke/i18n/pt.toml17
-rw-r--r--themes/ananke/i18n/ru.toml17
-rw-r--r--themes/ananke/i18n/zh.toml17
8 files changed, 136 insertions, 0 deletions
diff --git a/themes/ananke/i18n/de.toml b/themes/ananke/i18n/de.toml
new file mode 100644
index 0000000..12d93bf
--- /dev/null
+++ b/themes/ananke/i18n/de.toml
@@ -0,0 +1,17 @@
+[more]
+other = "Mehr"
+
+[allTitle]
+other = "Alle {{.Title }}"
+
+[recentTitle]
+other = "Neuste {{.Title }}"
+
+[readMore]
+other = "weiterlesen"
+
+[whatsInThis]
+other = "Was ist in dieser {{ .Type }}"
+
+[related]
+other = "Ähnliches"
diff --git a/themes/ananke/i18n/en.toml b/themes/ananke/i18n/en.toml
new file mode 100644
index 0000000..97100a4
--- /dev/null
+++ b/themes/ananke/i18n/en.toml
@@ -0,0 +1,17 @@
+[more]
+other = "More"
+
+[allTitle]
+other = "All {{.Title }}"
+
+[recentTitle]
+other = "Recent {{.Title }}"
+
+[readMore]
+other = "read more"
+
+[whatsInThis]
+other = "What's in this {{ .Type }}"
+
+[related]
+other = "Related"
diff --git a/themes/ananke/i18n/es.toml b/themes/ananke/i18n/es.toml
new file mode 100644
index 0000000..a6c052c
--- /dev/null
+++ b/themes/ananke/i18n/es.toml
@@ -0,0 +1,17 @@
+[more]
+other = "Más"
+
+[allTitle]
+other = "Todos los {{.Title }}"
+
+[recentTitle]
+other = "{{.Title }} Recientes"
+
+[readMore]
+other = "Leer más"
+
+[whatsInThis]
+other = "Qué hay en este {{ .Type }}"
+
+[related]
+other = "Relacionado"
diff --git a/themes/ananke/i18n/fr.toml b/themes/ananke/i18n/fr.toml
new file mode 100644
index 0000000..12c5c83
--- /dev/null
+++ b/themes/ananke/i18n/fr.toml
@@ -0,0 +1,17 @@
+[more]
+other = "Plus"
+
+[allTitle]
+other = "Tous les {{.Title }}"
+
+[recentTitle]
+other = "{{.Title }} récents"
+
+[readMore]
+other = "lire plus"
+
+[whatsInThis]
+other = "Ce qui est dans {{ .Type }}"
+
+[related]
+other = "Lié"
diff --git a/themes/ananke/i18n/nl.toml b/themes/ananke/i18n/nl.toml
new file mode 100644
index 0000000..4555d44
--- /dev/null
+++ b/themes/ananke/i18n/nl.toml
@@ -0,0 +1,17 @@
+[more]
+other = "Meer"
+
+[allTitle]
+other = "Alle {{.Title }}"
+
+[recentTitle]
+other = "Recente {{.Title }}"
+
+[readMore]
+other = "meer lezen"
+
+[whatsInThis]
+other = "Inhoud van deze {{ .Type }}"
+
+[related]
+other = "Gerelateerd"
diff --git a/themes/ananke/i18n/pt.toml b/themes/ananke/i18n/pt.toml
new file mode 100644
index 0000000..de3a5ec
--- /dev/null
+++ b/themes/ananke/i18n/pt.toml
@@ -0,0 +1,17 @@
+[more]
+other = "Mais"
+
+[allTitle]
+other = "Todo o {{.Title }}"
+
+[recentTitle]
+other = "Recentes {{.Title }}"
+
+[readMore]
+other = "Leia mais"
+
+[whatsInThis]
+other = "O que há neste {{ .Type }}"
+
+[related]
+other = "Relacionado"
diff --git a/themes/ananke/i18n/ru.toml b/themes/ananke/i18n/ru.toml
new file mode 100644
index 0000000..cf07f12
--- /dev/null
+++ b/themes/ananke/i18n/ru.toml
@@ -0,0 +1,17 @@
+[more]
+other = "Ещё"
+
+[allTitle]
+other = "Все {{.Title }}"
+
+[recentTitle]
+other = "Недавние {{.Title }}"
+
+[readMore]
+other = "читать дальше"
+
+[whatsInThis]
+other = "Содержание {{ .Type }}"
+
+[related]
+other = "Схожие"
diff --git a/themes/ananke/i18n/zh.toml b/themes/ananke/i18n/zh.toml
new file mode 100644
index 0000000..6d2dc4d
--- /dev/null
+++ b/themes/ananke/i18n/zh.toml
@@ -0,0 +1,17 @@
+[more]
+other = "更多"
+
+[allTitle]
+other = "所有 {{.Title }}"
+
+[recentTitle]
+other = "最近 {{.Title }}"
+
+[readMore]
+other = "繼續閱讀"
+
+[whatsInThis]
+other = "What's in this {{ .Type }}"
+
+[related]
+other = "相關內容"