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

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Aguiar <rmaguiar@tuta.io>2022-08-11 20:59:55 +0300
committerRaphael Aguiar <rmaguiar@tuta.io>2022-08-11 20:59:55 +0300
commitca68f5e3269dcea39bbccb5936622ab3a9e71ab6 (patch)
treed65016e9baad5b452c54920326580313e09c5149
parent456a7d02ef1e7820625c8798556d070e3228bcba (diff)
parenta74aaa36e377ed21e0e1e6a630db55e85edb7d28 (diff)
Merge branch 'feature/add-ukrainian-i18n' into 'master'
✨ Add Ukrainian i18n See merge request rmaguiar/hugo-theme-color-your-world!4
-rw-r--r--i18n/uk.toml169
1 files changed, 169 insertions, 0 deletions
diff --git a/i18n/uk.toml b/i18n/uk.toml
new file mode 100644
index 0000000..107b0eb
--- /dev/null
+++ b/i18n/uk.toml
@@ -0,0 +1,169 @@
+# Header & Footer
+
+[ariaMainMenu]
+other = "Головне меню."
+
+[changeAccent]
+other = "Змінити колір."
+
+[changeMode]
+other = "Змінити світлий/темний режим."
+
+[noscript]
+other = "Неможливо запустити JavaScript. Деякі функції недоступні."
+
+
+# Pages
+
+[anchorFor]
+other = "Якір для"
+
+[tableOfContents]
+other = "Зміст"
+
+[publishedOn]
+other = "Опубліковано:"
+
+[lastUpdatedOn]
+other = "Останній раз оновлено:"
+
+
+# Footnotes
+
+[references]
+other = "Джерела"
+
+[seeFootnotes]
+other = "Дивитися виноски."
+
+[return]
+other = "Повернутися"
+
+[returnToText]
+other = "Повернутися до тексту."
+
+
+# Contact form
+
+[name]
+other = "Ім'я"
+
+[subject]
+other = "Тема"
+
+[message]
+other = "Повідомлення"
+
+[submit]
+other = "Відправити"
+
+
+# List (layout)
+
+[tag]
+other = "Тег"
+
+[tags]
+other = "Теги"
+
+[category]
+other = "Категорія"
+
+[categories]
+other = "Категорії"
+
+[ariaPagination]
+other = "Навігація по сторінках."
+
+[ariaGoToPage]
+other = "Перейти на сторінку {{ .PageNumber }}."
+
+[ariaGoToFirst]
+other = "Перша сторінка."
+
+[ariaGoToNext]
+other = "Наступна."
+
+[ariaGoToPrev]
+other = "Попередня."
+
+[ariaGoToLast]
+other = "Остання."
+
+
+# List (meta tags)
+
+[page]
+other = "сторінка"
+
+[of]
+other = "з"
+
+[posts]
+other = "Дописи"
+
+[postsUnderTag]
+other = "Дописи під тегом \"{{ .Title }}\""
+
+[postsUnderCategory]
+other = "Дописи під категорією \"{{ .Title }}\"."
+
+[pageContaining]
+other = "Сторінка містить"
+
+
+# Search form
+
+[searchLabel]
+other = "Пошук"
+
+[searchAriaButton]
+other = "Запустити пошук."
+
+[searchInput]
+other = "Поле пошуку. Приймає від {{ .minLength }} до {{ .maxLength }} символів."
+
+
+# Search results page
+
+[searchNoPageFound]
+other = "Сторінок не було знайдено."
+
+[searchResultsFor]
+other = "Результати для пошукового запиту"
+
+[searchOnePageFound]
+other = "Одна сторінка знайдена"
+
+[searchPagesFound]
+other = "сторінки знайдені"
+
+[searchProcessing]
+other = "Обробка пошуку..."
+
+[searchAwaitingSearch]
+other = "В очікуванні результату."
+
+[searchTooMany]
+other = "Знайдено забагато сторінок. Спробуйте повторити пошук за іншим терміном."
+
+
+# Translations
+
+[alsoAvailable]
+other = "Також доступно"
+
+[and]
+other = " та "
+
+
+# Misc
+
+[missingCodec]
+other = "Браузер не підтримує HTML5 аудіо/відео."
+
+[boxContainingCode]
+other = "Поле, що містить код."
+
+[boxContainingExpression]
+other = "Поле, що містить вираз."