diff options
| author | 2021-02-03 19:17:50 -0500 | |
|---|---|---|
| committer | 2021-02-03 19:17:50 -0500 | |
| commit | 475d074fd74425efbe783fad08f97f2df0c4909f (patch) | |
| tree | 2acdae53999b3c74b716efa4edb5b40311fa356a /nikola/data/themes/base/messages/messages_uk.py | |
| parent | cd502d52787f666fff3254d7d7e7578930c813c2 (diff) | |
| parent | 3a0d66f07b112b6d2bdc2b57bbf717a89a351ce6 (diff) | |
Update upstream source from tag 'upstream/8.1.2'
Update to upstream version '8.1.2'
with Debian dir e5e966a9e6010ef70618dc9a61558fa4db35aceb
Diffstat (limited to 'nikola/data/themes/base/messages/messages_uk.py')
| -rw-r--r-- | nikola/data/themes/base/messages/messages_uk.py | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/nikola/data/themes/base/messages/messages_uk.py b/nikola/data/themes/base/messages/messages_uk.py index 327a5d9..2a6d84f 100644 --- a/nikola/data/themes/base/messages/messages_uk.py +++ b/nikola/data/themes/base/messages/messages_uk.py @@ -1,11 +1,12 @@ # -*- encoding:utf-8 -*- -from __future__ import unicode_literals +"""Autogenerated file, do not edit. Submit translations on Transifex.""" MESSAGES = { "%d min remaining to read": "Залишилось читати %d хвилин", "(active)": "(активне)", "Also available in:": "Іншою мовою:", "Archive": "Архів", + "Atom feed": "Стрічка у форматі Atom", "Authors": "Автори", "Categories": "Категорії", "Comments": "Коментарі", @@ -14,19 +15,21 @@ MESSAGES = { "More posts about %s": "Більше статей про %s", "Newer posts": "Новіші статті", "Next post": "Наступна стаття", + "Next": "Вперед", "No posts found.": "Не знайдено жодної статті", "Nothing found.": "Нічого не знайдено", - "Older posts": "Більш старі статті", + "Older posts": "Старіші статті", "Original site": "Оригінал сайту", "Posted:": "Опублікована:", "Posts about %s": "Статті про %s", "Posts by %s": "Статті %s", "Posts for year %s": "Статті за %s рік", - "Posts for {month} {day}, {year}": "Статті за {month} {day}, {year}", - "Posts for {month} {year}": "Статті за {month} {year}", + "Posts for {month_day_year}": "Статті за {month_day_year}", + "Posts for {month_year}": "Статті за {month_year}", "Previous post": "Попередня стаття", + "Previous": "Назад", "Publication date": "Дата публікації", - "RSS feed": "RSS-стрічка", + "RSS feed": "Стрічка у форматі RSS", "Read in English": "Читати українською", "Read more": "Читати далі", "Skip to main content": "Перейти до основного матеріалу", @@ -34,11 +37,13 @@ MESSAGES = { "Subcategories:": "Підкатегорії:", "Tags and Categories": "Теги і категорії", "Tags": "Теги", - "Toggle navigation": "", + "Toggle navigation": "Перемкнути навігацію", "Uncategorized": "Без категорії", + "Up": "Нагору", "Updates": "Підписки", "Write your page here.": "Напишіть Вашу сторінку тут.", "Write your post here.": "Напишить Вашу статтю тут.", "old posts, page %d": "старі статті, сторінка %d", "page %d": "сторінка %d", + "updated": "оновлено", } |
