-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathtr.toml
More file actions
65 lines (46 loc) · 863 Bytes
/
tr.toml
File metadata and controls
65 lines (46 loc) · 863 Bytes
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
[categories]
one = "kategori"
other = "kategoriler"
[tags]
one = "etiket"
other = "etiketler"
[series]
one = "dizi"
other = "diziler"
[authors]
one = "yazar"
other = "yazarlar"
[posts]
one = "Gönderi"
other = "Gönderiler"
[reading_time]
one = "Bir dakikalık okuma"
other = "{{ .Count }} dakikalık okuma"
[page_not_found]
other = "Sayfa Bulunamadı"
[page_does_not_exist]
other = "Özür dileriz, böyle bir sayfa yok."
[head_back]
other = "<a href=\"{{ . }}\">Ana sayfaya</a> dönebilirsiniz."
[licensed_under]
other = "Lisansı alınta:"
[powered_by]
other = "Site program altyapısı"
[see_also]
other = "Ayrıca bakınız"
[note]
other = "not"
[tip]
other = "tavsiye"
[example]
other = "örnek"
[question]
other = "soru"
[info]
other = "bilgi"
[warning]
other = "uyarı"
[error]
other = "hata"
[link_to_heading]
other = "Başlık Linki"