Files
hugo-theme-stack/i18n/uk.toml
T
JimmyandGitHub 3a0d70ebbd feat(i18n): add i18n support for Markdown alert (#1269)
* docs: add blockquote with custom alert title

* feat: add alert types to i18n and update blockquote rendering

* fix: wrong translation key

* feat: add alert title translation for all supported languages

Done by AI
2026-02-18 20:07:59 +01:00

56 lines
1.5 KiB
TOML

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 }} хв"
[article.alert]
note = "Примітка"
tip = "Порада"
important = "Важливо"
warning = "Попередження"
caution = "Обережно"
[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 }}"