blob: f1c86771712866dcb2daa2866d8277f9d3ce6cd2 (
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
|
# ===== title =====
archive:
other: "Архив"
tags:
other: "Теги"
categories:
other: "Категории"
# ===== footer =====
powered:
other: "Создано с помощью %s"
theme:
other: "Тема"
siteUV:
other: "Просмотров страниц: %s"
sitePV:
other: "Уникальных посетителей: %s"
pagePV:
other: "Прочитано раз: %s"
# ===== post =====
prevPage:
other: "Назад"
nextPage:
other: "Вперёд"
prevPost:
other: "Предыдущий"
nextPost:
other: "Следующий"
toc:
other: "Содержание"
readMore:
other: "Читать дальше..."
reward:
other: "Наградить"
rewardAlipay:
other: "alipay"
rewardWechat:
other: "wechat"
wordCount:
one: "{{ .Count }} слово"
few: "{{ .Count }} слова"
many: "{{ .Count }} слов"
readingTime:
other: "{{ .Count }} мин. на прочтение"
outdatedInfoWarningBefore:
other: "[ВНИМАНИЕ] Обновлено "
outdatedInfoWarningAfter:
other: ". Содержание этой статьи может быть устаревшим."
# ===== content license =====
author:
other: "Автор"
lastMod:
other: "Последнее изменение"
markdown:
other: "Markdown"
seeMarkDown:
other: "Версия Markdown »"
license:
other: "Лицензия"
# ===== counter =====
archiveCounter:
one: "{{ .Count }} публикация"
few: "{{ .Count }} публикации"
many: "{{ .Count }} пибликаций"
tagCounter:
one: "{{ .Count }} тег"
few: "{{ .Count }} тега"
many: "{{ .Count }} тегов"
zeroTagCounter:
other: "Нет тегов"
categoryCounter:
one: "{{ .Count }} категория"
few: "{{ .Count }} категории"
many: "{{ .Count }} категорий"
zeroCategoryCounter:
other: "Нет категорий"
|