mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-02-06 20:03:31 +08:00
* Add link to navbar sections and refactor names * Prevent duplicate tags and categories information * Add style to the widget links * refactor: add `taxonomy` widget Replaces `categories` and `tag-cloud` widget. * style: remove unused `font_size_{{ .Count }}` in `taxonomy` widget --------- Co-authored-by: Jimmy Cai <hi@jimmycai.com>
41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
toggleMenu: Показати меню
|
||
|
||
darkMode: Темна тема
|
||
|
||
list:
|
||
page:
|
||
one: "{{ .Count }} сторінка"
|
||
few: "{{ .Count }} сторінки"
|
||
other: "{{ .Count }} сторінок"
|
||
section: Секція
|
||
subsection:
|
||
one: Підсекція
|
||
other: Підсекції
|
||
|
||
article:
|
||
back: Назад
|
||
tableOfContents: Зміст
|
||
relatedContent: Схожі матеріали
|
||
lastUpdatedOn: Востаннє оновлено
|
||
readingTime:
|
||
one: "Час читання: {{ .Count }} хв"
|
||
other: "Час читання: {{ .Count }} хв"
|
||
|
||
notFound:
|
||
title: Не знайдено
|
||
subtitle: Ця сторінка не існує
|
||
|
||
widget:
|
||
archives:
|
||
title: Архіви
|
||
more: Більше
|
||
|
||
search:
|
||
title: Пошук
|
||
placeholder: Напишіть що-небудь...
|
||
resultTitle: "#PAGES_COUNT сторінок (#TIME_SECONDS секунд)"
|
||
|
||
footer:
|
||
builtWith: Створено з {{ .Generator }}
|
||
designedBy: Тема {{ .Theme }}, дизайн {{ .DesignedBy }}
|