diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-11-16 19:32:18 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-11-17 01:28:57 +0300 |
commit | 239d68f94c6250276850fbe95eaa6cdd5c38fb26 (patch) | |
tree | c576da169afc442f51eae6213ad0ff749ed86589 /themes/hugo-theme-stack/i18n/uk.yaml | |
parent | 8e79098193fd0a8b65305dd8054cf7c424c60bc5 (diff) |
Своя тема, полностью всё переделал
Diffstat (limited to 'themes/hugo-theme-stack/i18n/uk.yaml')
-rw-r--r-- | themes/hugo-theme-stack/i18n/uk.yaml | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/themes/hugo-theme-stack/i18n/uk.yaml b/themes/hugo-theme-stack/i18n/uk.yaml deleted file mode 100644 index 3bd4f71..0000000 --- a/themes/hugo-theme-stack/i18n/uk.yaml +++ /dev/null @@ -1,71 +0,0 @@ -toggleMenu: - other: Показати меню - -darkMode: - other: Темна тема - -list: - page: - one: "{{ .Count }} сторінка" - few: "{{ .Count }} сторінки" - other: "{{ .Count }} сторінок" - - section: - other: Секція - - subsection: - one: Підсекція - other: Підсекції - -article: - back: - other: Назад - - tableOfContents: - other: Зміст - - relatedContent: - other: Схожі матеріали - - lastUpdatedOn: - other: Востаннє оновлено - - readingTime: - one: "Час читання: {{ .Count }} хв" - other: "Час читання: {{ .Count }} хв" - -notFound: - title: - other: Не знайдено - - subtitle: - other: Ця сторінка не існує - -widget: - archives: - title: - other: Архіви - - more: - other: Більше - - tagCloud: - title: - other: Теґи - -search: - title: - other: Пошук - - placeholder: - other: Напишіть що-небудь... - - resultTitle: - other: "#PAGES_COUNT сторінок (#TIME_SECONDS секунд)" - -footer: - builtWith: - other: Створено з {{ .Generator }} - - designedBy: - other: Тема {{ .Theme }}, дизайн {{ .DesignedBy }} |