From 5f038024c394d15b60335e174a6470c8c4b7fb6c Mon Sep 17 00:00:00 2001 From: eekotenok1 Date: Thu, 1 Apr 2021 20:49:36 +0300 Subject: [PATCH] i18n: Add Ukrainian translation Signed-off-by: eekotenok1 --- data/langFlags.yaml | 1 + i18n/uk.toml | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 i18n/uk.toml diff --git a/data/langFlags.yaml b/data/langFlags.yaml index 08940c5..4132ed4 100644 --- a/data/langFlags.yaml +++ b/data/langFlags.yaml @@ -11,6 +11,7 @@ nl: nl pt-br: br ru: ru tr: tr +uk: uk zh-cn: cn zh-hk: hk zh-tw: tw diff --git a/i18n/uk.toml b/i18n/uk.toml new file mode 100644 index 0000000..890a618 --- /dev/null +++ b/i18n/uk.toml @@ -0,0 +1,43 @@ +# Translations for Ukrainian +# https://gohugo.io/content-management/multilingual/#translation-of-strings + +# Generic +# +[translations] +other = "Переклади" + +[postAvailable] +other = "Доступне на " + + +# 404.html +# +[archives] +other = "Архіви" + +[home] +other = "Головна" + +[notFound] +other = "Упс, сторінка не знайдена…" + + +# posts/single.html +# +[readingTime] +one = "{{ .Count }} хвилина" +few = "{{ .Count }} хвилини" +many = "{{ .Count }} хвилин" +other = "{{ .Count }} хвилин" + +[tableOfContents] +other = "Вміст" + +[wordCount] +one = "{{ .Count }} слово" +few = "{{ .Count }} слова" +many = "{{ .Count }} слів" +other = "{{ .Count }} слів" + +[lastModified] +other = "Останнє оновлення"