diff --git a/i18n/de.yaml b/i18n/de.yaml index 872ac2a..b46c692 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -1,5 +1,5 @@ # -# de.yaml 2021-11-11 +# de.yaml 2021-11-15 # about: @@ -20,6 +20,9 @@ articles-in-section: author: other: Autor +child-articles: + other: Untergeordnete Artikel + child-topics: other: Unterbegriffe @@ -44,6 +47,9 @@ next: pages: other: Seiten +parent-articles: + other: Übergeordnete Artikel + parent-topics: other: Oberbegriffe @@ -57,7 +63,10 @@ recentArticles: other: Aktuelle Artikel related: - other: Ähnliche Artikel + other: Verwandte Artikel + +related-articles: + other: Verwandte Artikel Teaser: other: Hintergrund diff --git a/i18n/en.yaml b/i18n/en.yaml index 0d79020..0d74f7f 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -1,5 +1,5 @@ # -# en.yaml 2021-11-11 +# en.yaml 2021-11-15 # about: @@ -20,6 +20,9 @@ articles-in-section: author: other: Author +child-articles: + other: Child Articles + child-topics: other: Child Topics @@ -48,6 +51,9 @@ pages: posts: other: Posts +parent-articles: + other: Parent Articles + parent-topics: other: Parent Topics @@ -60,6 +66,9 @@ recentArticles: related: other: Related Posts +related-articles: + other: Related Posts + Teaser: other: Teaser diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 1b080a7..0b38af4 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -2,8 +2,10 @@