-
Notifications
You must be signed in to change notification settings - Fork 499
/
Copy pathru.yaml
95 lines (72 loc) · 2.93 KB
/
ru.yaml
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
95
# 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: "Об авторе {{ .Name }}"
# 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/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</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>."