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

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
public public
resources resources
assets/jsconfig.json assets/jsconfig.json
.hugo_build.lock .hugo_build.lock
.idea

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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