Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvolodymyrmarkiv <vov4uk21@gmail.com>2021-10-30 22:22:08 +0300
committerGitHub <noreply@github.com>2021-10-30 22:22:08 +0300
commita7d316365cd95247d16fa0b82f22ac121b3f7184 (patch)
treec5526f17bcb637eb0f8f216801a7e6633634262d
parentea74aecadb331ce492620ab247d6eba7f3f99cc1 (diff)
feat(i18n): add Ukrainian translation (#404)
-rw-r--r--exampleSite/config.yaml2
-rw-r--r--i18n/uk.yaml71
2 files changed, 72 insertions, 1 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index 6b3069f..28958ae 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -11,7 +11,7 @@ disqusShortname: hugo-theme-stack
googleAnalytics:
# Theme i18n support
-# Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, es, de, nl, it, th, el
+# Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, es, de, nl, it, th, el, uk
DefaultContentLanguage: en
# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
diff --git a/i18n/uk.yaml b/i18n/uk.yaml
new file mode 100644
index 0000000..966e141
--- /dev/null
+++ b/i18n/uk.yaml
@@ -0,0 +1,71 @@
+toggleMenu:
+ other: Показати меню
+
+darkMode:
+ other: Темна тема
+
+list:
+ page:
+ one: "{{ .Count }} сторінка"
+ few: "{{ .Count }} сторінки"
+ other: "{{ .Count }} сторінок"
+
+ section:
+ other: Секція
+
+ subsection:
+ one: Підсекція
+ other: Підсекції
+
+article:
+ back:
+ other: Назад
+
+ tableOfContents:
+ other: Зміст
+
+ relatedContents:
+ 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 }}