Merge branch 'dev'

This commit is contained in:
gleb-kun 2023-07-07 23:37:31 +00:00
commit 463cec7ffd
8 changed files with 45 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ public
resources
assets/jsconfig.json
.hugo_build.lock
.idea

View File

@ -37,6 +37,7 @@ article:
notFound:
title:
other: Δε βρέθηκε
subtitle:
other: Η σελίδα δε βρέθηκε.
@ -52,6 +53,10 @@ widget:
title:
other: Tags
categoriesCloud:
title:
other: Κατηγορίες
search:
title:
other: Αναζήτηση

View File

@ -36,6 +36,7 @@ article:
notFound:
title:
other: Page non trouvée
subtitle:
other: Cette page n'existe pas.
@ -51,6 +52,10 @@ widget:
title:
other: Mots clés
categoriesCloud:
title:
other: Catégories
search:
title:
other: Rechercher

View File

@ -23,18 +23,23 @@ list:
article:
back:
other: Назад
relatedContent:
other: Также рекомендуем
lastUpdatedOn:
other: Обновлено
tableOfContents:
other: Содержание
readingTime:
other: "Время чтения: {{ .Count }} мин."
notFound:
title:
other: Не найдено
subtitle:
other: Запрашиваемая страница не существует
@ -42,22 +47,31 @@ widget:
archives:
title:
other: Архивы
more:
other: Ещё
tagCloud:
title:
other: Теги
categoriesCloud:
title:
other: Категории
search:
title:
other: Поиск
placeholder:
other: Введите что-нибудь...
resultTitle:
other: "Найдено #PAGES_COUNT страниц (за #TIME_SECONDS с.)"
footer:
builtWith:
other: Создано при помощи {{ .Generator }}
designedBy:
other: Тема {{ .Theme }}, дизайн {{ .DesignedBy }}

View File

@ -52,6 +52,10 @@ widget:
title:
other: แท็ก
categoriesCloud:
title:
other: หมวดหมู่
search:
title:
other: ค้นหา

View File

@ -19,12 +19,14 @@ list:
article:
relatedContent:
other: Alakalı içerikler
lastUpdatedOn:
other: Son güncelleme
notFound:
title:
other: Bulunamadı
subtitle:
other: Aradığınız sayfa mevcut değil.
@ -34,20 +36,28 @@ widget:
other: Arşiv
more:
other: Daha fazla
tagCloud:
title:
other: Etiketler
categoriesCloud:
title:
other: Kategoriler
search:
title:
other: Arama
placeholder:
other: Birşeyler yazın...
resultTitle:
other: "#PAGES_COUNT sayfa (#TIME_SECONDS saniye)"
footer:
builtWith:
other: "{{ .Generator }} ile oluşturuldu."
designedBy:
other: "{{ .Theme }} teması {{ .DesignedBy }} tarafından tasarlandı"

View File

@ -53,6 +53,10 @@ widget:
title:
other: Теґи
categoriesCloud:
title:
other: Категорії
search:
title:
other: Пошук

View File

@ -4,7 +4,7 @@
{{- $taxonomy := $.Site.GetPage "taxonomyTerm" "categories" -}}
{{- $terms := $taxonomy.Pages -}}
{{ if $terms }}
<h2 class="section-title">{{ $taxonomy.Title }}</h2>
<h2 class="section-title">{{ T "widget.categoriesCloud.title" }}</h2>
<div class="subsection-list">
<div class="article-list--tile">
{{ range $terms }}