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

github.com/pfadfinder-konstanz/hugo-dpsg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXeno Cyborg <80540375+cyborg-ubyvtsya@users.noreply.github.com>2021-05-05 10:30:51 +0300
committerGitHub <noreply@github.com>2021-05-05 10:30:51 +0300
commit16f393f21b4f535ab946a3632b2009b32426fb1d (patch)
tree2c3eba432bcca46e57ea219f4d1f8747d584c772
parent658ad13e0b046e3cb53eaa6dcf8338c007262f19 (diff)
add ukrainian (#5)
-rw-r--r--i18n/uk.yaml94
1 files changed, 94 insertions, 0 deletions
diff --git a/i18n/uk.yaml b/i18n/uk.yaml
new file mode 100644
index 0000000..ff4fa5c
--- /dev/null
+++ b/i18n/uk.yaml
@@ -0,0 +1,94 @@
+# General
+- id: read_more
+ translation: "Читати далі…"
+
+- id: menu_label
+ translation: "Меню"
+
+- id: sidemenu_title
+ translation: "Меню"
+
+# Post meta
+- id: meta_lastmod
+ translation: "Останні зміни"
+
+- id: meta_translations
+ translation: "Переклади"
+
+# Table of Contents
+- id: toc_title
+ translation: "Вміст сторінки"
+
+# Post nav
+- id: post_nav_prev
+ translation: "Назад"
+
+- id: post_nav_next
+ translation: "Далі"
+
+# Authorbox
+- id: authorbox_name
+ translation: "Про автора {{ .Count }}"
+
+# Sidebar
+- id: sidebar_warning
+ translation: "УВАГА"
+
+- id: sidebar_recommendation
+ translation: "Будь ласка, активуйте принаймні один віджет на боковій панелі."
+
+# Search widget
+- id: search_placeholder
+ translation: "ПОШУК..."
+
+# Languages widget
+- id: languages_title
+ translation: "Мови"
+
+# Categories widget
+- id: categories_title
+ translation: "Категорії"
+
+# Recent Posts widget
+- id: recent_title
+ translation: "Нещодавні публікації"
+
+# Social widget
+- id: social_title
+ translation: "Соціальні мережі"
+
+# Tags List widget
+- id: tags_title
+ translation: "Теги"
+
+# Footer
+- id: footer_credits
+ translation:
+ "Створено за допомогою <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> \
+ і теми <a href=\"https://github.com/mxmehl/hugo-dpsg/\" rel=\"nofollow noopener\" target=\"_blank\">DPSG</a>."
+
+# 404
+- id: 404_title
+ translation: "404. Сторінку не знайдено"
+
+- id: 404_text
+ translation:
+ "Схоже, що сторінку, яку ви шукали, було переміщено, видалено або ж її ніколи не існувало. Будь ласка, \
+ скористайтесь пошуком або перейдіть до"
+
+- id: 404_linktext
+ translation: "головної сторінки"
+
+# No posts empty state
+- id: noposts_warning_title
+ translation: "У вас немає жодної публікації!"
+
+- id: noposts_warning_description
+ translation:
+ "Як тільки ви опублікуєте щось в будь-якій папці (розділі) всередині директорії <b>content</b>, воно з'явиться \
+ тут. За замовчуванням на головній сторінці буде відображатись лише один розділ (з найбільшою кількістю публікацій)"
+
+- id: noposts_warning_tip
+ translation:
+ "<b>Порада:</b> Ви можете показувати будь-яку кількість розілів за допомогою параметру конфігурації \
+ <b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b>."