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

tr.toml « i18n - github.com/rhazdon/hugo-theme-hello-friend-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df7af3229a51cde57079590076cd5ca974bc7e2a (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
# Translations for English
# https://gohugo.io/content-management/multilingual/#translation-of-strings

# Generic
#
[translations]
other = "Çeviriler"

[postAvailable]
other = "Ayrıca"


# 404.html
#
[archives]
other = "Arşiv"

[home]
other = "Ana Sayfa"

[notFound]
other = "Sayfa bulunamadı…"


# posts/single.html
#
[readingTime]
one   = "Bir dakika"
other = "{{ .Count }} dakika"

[tableOfContents]
other = "İçindekiler"

[wordCount]
one   = "One Kelime"
other = "{{ .Count }} Kelime"

[lastModified]
other = "Son güncelleme"