mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-28 19:43:31 +08:00
Merge branch 'dev'
This commit is contained in:
commit
463cec7ffd
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
public
|
||||
resources
|
||||
assets/jsconfig.json
|
||||
.hugo_build.lock
|
||||
.hugo_build.lock
|
||||
.idea
|
@ -37,6 +37,7 @@ article:
|
||||
notFound:
|
||||
title:
|
||||
other: Δε βρέθηκε
|
||||
|
||||
subtitle:
|
||||
other: Η σελίδα δε βρέθηκε.
|
||||
|
||||
@ -52,6 +53,10 @@ widget:
|
||||
title:
|
||||
other: Tags
|
||||
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: Κατηγορίες
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Αναζήτηση
|
||||
|
@ -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
|
||||
|
14
i18n/ru.yaml
14
i18n/ru.yaml
@ -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 }}
|
||||
|
@ -52,6 +52,10 @@ widget:
|
||||
title:
|
||||
other: แท็ก
|
||||
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: หมวดหมู่
|
||||
|
||||
search:
|
||||
title:
|
||||
other: ค้นหา
|
||||
|
10
i18n/tr.yaml
10
i18n/tr.yaml
@ -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ı"
|
||||
|
@ -53,6 +53,10 @@ widget:
|
||||
title:
|
||||
other: Теґи
|
||||
|
||||
categoriesCloud:
|
||||
title:
|
||||
other: Категорії
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Пошук
|
||||
|
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user