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

ru.toml « i18n - github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b30b482bd3b4968c7fb2b499d0e7cc0c50f1062c (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
# Translations for Russian
# https://gohugo.io/content-management/multilingual/#translation-of-strings

# === baseof ==
[backToTop]
other = "Наверх"

[viewComments]
other = "Посмотреть комментарии"
# === baseof ==

# === Post ===
[posts]
other = "Статьи"
# === Post ===

# === Taxonomy ===
[allSome]
other = "Все %s"

[tag]
other = "Тэг"

[tags]
other = "Тэги"

[category]
other = "Категория"

[categories]
other = "Категории"
# === Taxonomy ===

# === Pagination ===
[more]
other = "Больше"
# === Pagination ===

# === partials/header.html ===
[selectLanguage]
other = "Выбор Языка"

[switchTheme]
other = "Сменить Тему"
# === partials/header.html ===

# === partials/footer.html ===
[poweredBySome]
other = "Сделано %s"

[theme]
other = "Тема"
# === partials/footer.html ===

# === partials/comment.html ===
[valineLang]
other = "ru"

[valinePlaceholder]
other = "Ваш комментарий ..."

[facebookLanguageCode]
other = "ru_RU"
# === partials/comment.html ===

# === partials/assets.html ===
[search]
other = "Поиск"

[searchPlaceholder]
other = "Поиск заголовков или содержимого ..."

[clear]
other = "Очистить"

[cancel]
other = "Отменить"

[noResultsFound]
other = "Результатов не найдено"

[lunrLanguageCode]
other = "ru"

[copyToClipboard]
other = "Копировать в буфер обмена"
# === partials/assets.html ===

# === partials/plugin/share.html ===
[shareOn]
other = "Поделиться в"
# === partials/plugin/share.html ===

# === posts/single.html ===
[contents]
other = "Содержание"

[publish]
other = "Опубликовано"

[included]
other = "включен в"

[wordCount]
other = "около {{ .Count }} слов"

[readingTime]
other = "{{ .Count }} мин"

[views]
other = "просмотров"

[author]
other = "Автор"

[lastMod]
other = "Статья была обновлена %s"

[license]
other = "Опубликовано под лицензии %s"

[seeMarkdown]
other = "Читать Markdown"

[back]
other = "Назад"

[home]
other = "Домой"

[readMore]
other = "Читать больше"
# === posts/single.html ===

# === 404.html ===
[pageNotFound]
other = "Страница не найдена"

[pageNotFoundText]
other = "Страница, которую вы ищете, не существует. Приносим извинения."
# === 404.html ===

# === shortcodes/admonition.html ===
[note]
other = "Замечание"

[abstract]
other = "Краткое описание"

[info]
other = "Инфо"

[tip]
other = "Совет"

[success]
other = "Удачто"

[question]
other = "Вопрос"

[warning]
other = "Предупреждение"

[failure]
other = "Отказ"

[danger]
other = "Опасность"

[bug]
other = "Ошибка"

[example]
other = "Пример"

[quote]
other = "Цитата"
# === shortcodes/admonition.html ===

# === shortcodes/version.html ===
[new]
other = "НОВЫЙ"

[changed]
other = "ИЗМЕНЕН"

[deleted]
other = "УДАЛЕН"
# === shortcodes/version.html ===