From d4e399deb63d84ef751d7c4242f716f9af2bb269 Mon Sep 17 00:00:00 2001 From: Sam4uk Date: Sat, 22 May 2021 22:32:21 +0300 Subject: Support of the Ukrainian language Partially localized to the Ukrainian language --- i18n/uk.toml | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 i18n/uk.toml diff --git a/i18n/uk.toml b/i18n/uk.toml new file mode 100644 index 0000000..c8e6e8d --- /dev/null +++ b/i18n/uk.toml @@ -0,0 +1,119 @@ +[search-placeholder] +other = "Пошук" + +[summary-dateformat] +other = "Jan 2, 2006" + +[reading-time] +other = "хв читати" + +[tags] +other = "Теги" + +[categories] +other = "Категорії" + +[series] +other = "Серії" + +[archive-dateformat] +other = "Jan 2" + +[talks-dateformat] +other = "Jan 2" + +[single-dateformat] +other = "Jan 2, 2006" + +[pub-dateformat] +other = "2006-01-02" + +[resume-dateformat] +other = "Jan, 2006" + +[single-related] +other = "Дивись також" + +[single-writtenBy] +other = "НАПИСАВ" + +[toc-label] +other = "Що на цій сторінці" + +[counter-site-pv] +other = "Всього переглядів" + +[counter-site-uv] +other = "Всього відвідувачів" + +[counter-page-pv] +other = "переглядів" + +[donate-message] +other = "Підтримайте автора" + +[share-message] +other = "Поширити в" + +[contact-name] +other = "Ім'я" + +[contact-email] +other = "Email" + +[contact-tel] +other = "Тел" + +[contact-file] +other = "Файл" + +[contact-message] +other = "Повідомлення" + +[contact-send] +other = "Відправити" + +[contact-browse] +other = "Огляд" + +[tooltip-home] +other = "Дім" + +[tooltip-written] +other = "Написано" + +[tooltip-modified] +other = "Змінено" + +[tooltip-reading-time] +other = "Час читання" + +[showcase-overview] +other = "Огляд" + +[showcase-pinned] +other = "Закріплено" + +[nojs-message] +other = "Ця сторінка виглядає краще якщо JavaScript працює" + +[posts-by-order] +other = "ТОП ПОСТИ" + +[skin-dark] +other = "dark" + +[skin-light] +other = "light" + +[skin-hacker] +other = "hacker" + +[skin-solarized] +other = "solarized" + +[skin-kimbie] +other = "kimbie" + +[no-contents] +other = "Нічого показувати" \ No newline at end of file -- cgit v1.2.3