blob: 8d249a1cc3507d635a469e4dea1799d5a3927172 (
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
|
# ===== title =====
archive:
other: "Arşiv"
tags:
other: "Etiketler"
categories:
other: "Kategoriler"
# ===== footer =====
powered:
other: "%s tarafından desteklenmektedir"
theme:
other: "Tema"
siteUV:
other: "site uv: %s"
sitePV:
other: "site pv: %s"
pagePV:
other: "okuma süresi: %s"
# ===== post =====
prevPage:
other: "Önceki"
nextPage:
other: "Sonraki"
prevPost:
other: "Önceki"
nextPost:
other: "Sonraki"
toc:
other: "İçerikler"
readMore:
other: "Daha fazla..."
reward:
other: "Ödül"
rewardAlipay:
other: "alipay"
rewardWechat:
other: "wechat"
wordCount:
one: "{{ .Count }} kelime"
other: "{{ .Count }} kelime"
readingTime:
one: "{{ .Count }} dakikalık okuma süresi"
other: "{{ .Count }} dakikalık okuma süresi"
outdatedInfoWarningBefore:
other: "[NOT] Güncellendi "
outdatedInfoWarningAfter:
other: ". Bu makale güncel olmayan içeriğe veya konuya sahip olabilir."
# ===== content license =====
author:
other: "Yazar"
lastMod:
other: "LastMod"
markdown:
other: "Markdown"
seeMarkDown:
other: "Markdown sürümü »"
license:
other: "Lisans"
# ===== counter =====
archiveCounter:
one: "Toplam {{ .Count }} gönderi"
other: "Toplam {{ .Count }} gönderi"
tagCounter:
one: "Toplam {{ .Count }} etiket"
other: "Toplam {{ .Count }} etiket"
zeroTagCounter:
other: "Etiket yok"
categoryCounter:
one: "Toplam {{ .Count }} kategori"
other: "Toplam {{ .Count }} kategori"
zeroCategoryCounter:
other: "Kategori yok"
|