diff --git a/i18n/de.toml b/i18n/de.toml
index 7ef99a2..dfcfc14 100644
--- a/i18n/de.toml
+++ b/i18n/de.toml
@@ -37,3 +37,8 @@ other = "{{ .Count }} Wörter"
[lastModified]
other = "Letzte Aktualisierung"
+
+# partials/pagination-list.html
+[pagination]
+newerPosts = "Neuere Beiträge"
+olderPosts = "Ältere Beiträge"
diff --git a/i18n/en.toml b/i18n/en.toml
index 03c0444..9783c83 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -37,3 +37,8 @@ other = "{{ .Count }} Words"
[lastModified]
other = "Last updated"
+
+# partials/pagination-list.html
+[pagination]
+newerPosts = "Newer posts"
+olderPosts = "Older posts"
diff --git a/i18n/es.toml b/i18n/es.toml
index 1dce9bb..98faacc 100644
--- a/i18n/es.toml
+++ b/i18n/es.toml
@@ -37,3 +37,8 @@ other = "{{ .Count }} Palabras"
[lastModified]
other = "Ultima actualización"
+
+# partials/pagination-list.html
+[pagination]
+newerPosts = "Entradas más recientes"
+olderPosts = "Entradas antiguas"
diff --git a/i18n/fr.toml b/i18n/fr.toml
index 1ba6fe9..ead83f5 100644
--- a/i18n/fr.toml
+++ b/i18n/fr.toml
@@ -37,3 +37,8 @@ other = "{{ .Count }} Mots"
[lastModified]
other = "Mise à jour"
+
+# partials/pagination-list.html
+[pagination]
+newerPosts = "Articles plus récents"
+olderPosts = "Articles plus anciens"
diff --git a/i18n/gl.toml b/i18n/gl.toml
index 21e0e89..e805f0d 100644
--- a/i18n/gl.toml
+++ b/i18n/gl.toml
@@ -34,3 +34,8 @@ other = "Táboa de contidos"
[wordCount]
one = "Unha Palabra"
other = "{{ .Count }} Palabras"
+
+# partials/pagination-list.html
+[pagination]
+newerPosts = "Entradas más recientes"
+olderPosts = "Entradas antiguas"
diff --git a/i18n/id.toml b/i18n/id.toml
index cf5f7ee..c817730 100644
--- a/i18n/id.toml
+++ b/i18n/id.toml
@@ -36,4 +36,9 @@ one = "Satu Kata"
other = "{{ .Count }} Kata"
[lastModified]
-other = "Terakhir diupdate"
\ No newline at end of file
+other = "Terakhir diupdate"
+
+# partials/pagination-list.html
+[pagination]
+newerPosts = "Postingan yang lebih baru"
+olderPosts = "Postingan yang lebih lama"
diff --git a/i18n/it.toml b/i18n/it.toml
index f78a5a0..3f89d6f 100644
--- a/i18n/it.toml
+++ b/i18n/it.toml
@@ -1,4 +1,4 @@
-# Translations for English
+# Translations for Italian
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# Generic
@@ -37,3 +37,8 @@ other = "{{ .Count }} parole"
[lastModified]
other = "Ultimo aggiornamento"
+
+# partials/pagination-list.html
+[pagination]
+newerPosts = "Voci più recenti"
+olderPosts = "Voci più vecchie"
diff --git a/i18n/ja.toml b/i18n/ja.toml
index 7350c23..8e949f2 100644
--- a/i18n/ja.toml
+++ b/i18n/ja.toml
@@ -37,3 +37,8 @@ other = "{{ .Count }}文字"
[lastModified]
other = "最終更新"
+
+# partials/pagination-list.html
+[pagination]
+newerPosts = "新しいエントリー"
+olderPosts = "古いエントリー"
diff --git a/i18n/lmo.toml b/i18n/lmo.toml
index 7616dda..4cfbbaa 100644
--- a/i18n/lmo.toml
+++ b/i18n/lmo.toml
@@ -1,4 +1,4 @@
-# Translations for English
+# Translations for Lombardian
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# Generic
diff --git a/i18n/pt-br.toml b/i18n/pt-br.toml
index b53cbcc..16db33f 100644
--- a/i18n/pt-br.toml
+++ b/i18n/pt-br.toml
@@ -1,4 +1,4 @@
-# Translations for Portuguese
+# Translations for Portuguese (Brasilian)
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# Generic
@@ -37,3 +37,8 @@ other = "{{ .Count }} Palavras"
[lastModified]
other = "Última actualização"
+
+# partials/pagination-list.html
+[pagination]
+newerPosts = "Entradas mais recentes"
+olderPosts = "Entradas mais antigas"
diff --git a/i18n/ro.toml b/i18n/ro.toml
index af97a55..8b9ece4 100644
--- a/i18n/ro.toml
+++ b/i18n/ro.toml
@@ -37,3 +37,8 @@ other = "{{ .Count }} de cuvinte"
[lastModified]
other = "Ultima modificare"
+
+# partials/pagination-list.html
+[pagination]
+newerPosts = "Intrări mai noi"
+olderPosts = "Intrări mai vechi"
diff --git a/i18n/ru.toml b/i18n/ru.toml
index 2f16ec4..d7df61a 100644
--- a/i18n/ru.toml
+++ b/i18n/ru.toml
@@ -41,3 +41,8 @@ other = "{{ .Count }} слов"
[lastModified]
other = "Последнее обновление"
+
+# partials/pagination-list.html
+[pagination]
+newerPosts = "Более новые записи"
+olderPosts = "Старые записи"
diff --git a/i18n/tr.toml b/i18n/tr.toml
index df7af32..70d20ab 100644
--- a/i18n/tr.toml
+++ b/i18n/tr.toml
@@ -1,4 +1,4 @@
-# Translations for English
+# Translations for Turkish
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# Generic
@@ -37,3 +37,8 @@ other = "{{ .Count }} Kelime"
[lastModified]
other = "Son güncelleme"
+
+# partials/pagination-list.html
+[pagination]
+newerPosts = "Daha yeni girişler"
+olderPosts = "Eski girişler"
diff --git a/i18n/uk.toml b/i18n/uk.toml
index 890a618..c0669f4 100644
--- a/i18n/uk.toml
+++ b/i18n/uk.toml
@@ -41,3 +41,8 @@ other = "{{ .Count }} слів"
[lastModified]
other = "Останнє оновлення"
+
+# partials/pagination-list.html
+[pagination]
+newerPosts = "Нові записи"
+olderPosts = "Старіші записи"
diff --git a/i18n/zh-cn.toml b/i18n/zh-cn.toml
index 7ed72a0..2f106a0 100644
--- a/i18n/zh-cn.toml
+++ b/i18n/zh-cn.toml
@@ -37,3 +37,8 @@ other = "{{ .Count }}字"
[lastModified]
other = "最后修改"
+
+# partials/pagination-list.html
+[pagination]
+newerPosts = "较新条目"
+olderPosts = "旧条目"
diff --git a/layouts/partials/pagination-list.html b/layouts/partials/pagination-list.html
index bc4885e..eb4de48 100644
--- a/layouts/partials/pagination-list.html
+++ b/layouts/partials/pagination-list.html
@@ -4,14 +4,14 @@
←
- Newer posts
+ {{ i18n "pagination.newerPosts" }}
{{ end }}
{{ if .Paginator.HasNext }}
- Older posts
+ {{ i18n "pagination.olderPosts" }}
→