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

uk.yaml « i18n - github.com/pfadfinder-konstanz/hugo-dpsg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ce781f24d50eca6c1544a32694d401dc5cecc622 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
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/pfadfinder-konstanz/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>."