Files
hugo-theme-stack/i18n/uk.toml
T

49 lines
1.3 KiB
TOML
Raw Normal View History

toggleMenu = "Показати меню"
darkMode = "Темна тема"
[list]
section = "Секція"
[list.page]
one = "{{ .Count }} сторінка"
few = "{{ .Count }} сторінки"
other = "{{ .Count }} сторінок"
[list.subsection]
one = "Підсекція"
other = "Підсекції"
[article]
back = "Назад"
tableOfContents = "Зміст"
relatedContent = "Схожі матеріали"
lastUpdatedOn = "Востаннє оновлено"
[article.readingTime]
one = "Час читання: {{ .Count }} хв"
other = "Час читання: {{ .Count }} хв"
[notFound]
title = "Не знайдено"
subtitle = "Ця сторінка не існує"
[widget]
[widget.archives]
title = "Архіви"
more = "Більше"
[widget.tagCloud]
title = "Теґи"
[widget.categoriesCloud]
title = "Категорії"
[search]
title = "Пошук"
placeholder = "Напишіть що-небудь..."
resultTitle = "#PAGES_COUNT сторінок (#TIME_SECONDS секунд)"
[footer]
builtWith = "Створено з {{ .Generator }}"
designedBy = "Тема {{ .Theme }}, дизайн {{ .DesignedBy }}"