From a74aaa36e377ed21e0e1e6a630db55e85edb7d28 Mon Sep 17 00:00:00 2001 From: Vladyslav Krylasov Date: Wed, 3 Aug 2022 14:40:17 +0300 Subject: =?UTF-8?q?=E2=9C=A8=20Add=20Ukrainian=20i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/uk.toml | 169 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 i18n/uk.toml 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 = "Поле, що містить вираз." -- cgit v1.2.3