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

ru.yaml « i18n - github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9b5d0c18fba1eb31bf30056971d3ec6bb7d93f52 (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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
## GLOBAL ##
- id: "global.home"
  translation: "Главная"

- id: "global.categories"
  translation: "Разделы"

- id: "global.category"
  translation: "Раздел"

- id: "global.tags"
  translation: "Метки"

- id: "global.tag"
  translation: "Метка"

- id: "global.archives"
  translation: "Архив"

- id: "global.search"
  translation: "Поиск"

- id: "global.about"
  translation: "Об авторе"

- id: "global.author_picture"
  translation: "Фотография автора"

- id: "global.share_on"
  translation: "Поделиться в %s"

- id: "global.mail"
  translation: "Почта"

- id: "global.rss"
  translation: "RSS"

- id: "global.search_category"
  translation: "Поиск по разделам"

- id: "global.search_tag"
  translation: "Поиск по меткам"

- id: "global.search_date"
  translation: "Поиск по дате (ГГГГ/ММ/ДД)"

- id: "global.read_more_about_author"
  translation: "Узнайте больше об авторе"

- id: "global.zoom_in_on_picture"
  translation: "Увеличить картинку"

- id: "global.go_to_homepage"
  translation: "Вернуться на домашнюю страницу"

- id: "global.open_link"
  translation: "открыть ссылку"

- id: "global.open_post"
  translation: "открой пост"

## GLOBAL.POSTS_FOUND ##
- id: "global.posts_found.zero"
  translation: "Статей не найдено"

- id: "global.posts_found.one"
  translation: "Найдена 1 статья"

- id: "global.posts_found.other"
  translation: "Найдено статей: {n}"

## GLOBAL.CATEGORIES_FOUND ##
- id: "global.categories_found.zero"
  translation: "Разделов не найдено"

- id: "global.categories_found.one"
  translation: "Найден 1 раздел "

- id: "global.categories_found.other"
  translation: "Нашлось разделов: {n}"

## GLOBAL.TAGS_FOUND ##
- id: "global.tags_found.zero"
  translation: "Метки не найдены"

- id: "global.tags_found.one"
  translation: "Найдена 1 метка"

- id: "global.tags_found.other"
  translation: "Найдено меток: {n}"

## PAGINATION ##
- id: "pagination.page"
  translation: "Страница {{ .Paginator.PageNumber }}"

- id: "pagination.of"
  translation: "из {{ .Paginator.TotalPages }}"

- id: "pagination.newer_posts"
  translation: "Новые статьи"

- id: "pagination.older_posts"
  translation: "Старые статьи"

- id: "pagination.previous"
  translation: "Пред."

- id: "pagination.next"
  translation: "След."

## POST ##
- id: "post.no_title"
  translation: "Без названия"

- id: "post.categorized_in"
  translation: "в"

- id: "post.tagged_in"
  translation: "Метки: "

- id: "post.toc"
  translation: "Содержание"

- id: "post.read_more"
  translation: "Читать далее"

- id: "post.go_to_website"
  translation: "Перейти на сайт"

- id: "post.comment_and_share"
  translation: "Обсудить и поделиться"

- id: "post.comment"
  translation: "Оставить комментарий"

- id: "post.back_to_top"
  translation: "Вернуться к началу"

- id: "post.share"
  translation: "Поделиться этой записью"

- id: "post.gallery"
  translation: "галерея"

## POST.IMAGE ##

- id: "post.image.one"
  translation: "образ"

- id: "post.image.other"
  translation: "{n} изображений"

## FOOTER ##
- id: "footer.all_rights_reserved"
  translation: "All Rights Reserved"

## DATE ##
- id: "date.month.january"
  translation: "Январь"

- id: "date.month.february"
  translation: "Февраль"

- id: "date.month.march"
  translation: "Март"

- id: "date.month.april"
  translation: "Апрель"

- id: "date.month.may"
  translation: "Май"

- id: "date.month.june"
  translation: "Июнь"

- id: "date.month.july"
  translation: "Июль"

- id: "date.month.august"
  translation: "Август"

- id: "date.month.september"
  translation: "Сентябрь"

- id: "date.month.october"
  translation: "Октябрь"

- id: "date.month.november"
  translation: "Ноябрь"

- id: "date.month.december"
  translation: "Декабрь"