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

github.com/g1eny0ung/hugo-theme-dream.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSertan GULVEREN <sertangulveren@gmail.com>2022-01-12 12:24:28 +0300
committerGitHub <noreply@github.com>2022-01-12 12:24:28 +0300
commitf2f1c7783e212065c7b476892f3980d4841ced29 (patch)
treef685c39e027d418b309b85ec66b0689499b52f85
parent6314171c97f6eb3beabc85e13c9775743dcf8f74 (diff)
Add TR locale (#255)
* turkish language added * tr language added to the list according the alphabetical order.
-rw-r--r--docs/i18n.md1
-rw-r--r--i18n/tr.toml58
2 files changed, 59 insertions, 0 deletions
diff --git a/docs/i18n.md b/docs/i18n.md
index 7b957f5..09e7a6d 100644
--- a/docs/i18n.md
+++ b/docs/i18n.md
@@ -10,6 +10,7 @@ Now, the dream theme has these languages' translations:
- fr
- ja
- pt
+- tr
- zh
You can replace the translation of strings by yourself.
diff --git a/i18n/tr.toml b/i18n/tr.toml
new file mode 100644
index 0000000..60e101e
--- /dev/null
+++ b/i18n/tr.toml
@@ -0,0 +1,58 @@
+[home]
+other = "Ana Sayfa"
+
+[backToHome]
+other = "Ana sayfaya geri dön"
+
+[flip]
+other = "Çevir!"
+
+[archives]
+other = "Arşivler"
+
+[allTags]
+other = "Tüm etiketler"
+
+[tag]
+one = "1 etiket"
+other = "{{ .Count }} etiket"
+
+[allCategories]
+other = "Tüm kategoriler"
+
+[category]
+one = "1 kategori"
+other = "{{ .Count }} kategori"
+
+[article]
+one = "1 makale"
+other = "{{ .Count }} makale"
+
+[group]
+one = "1 grup"
+other = "{{ .Count }} grup"
+
+[socialLinks]
+other = "Sosyal Bağlantılar"
+
+[minuteRead]
+one = " dakika okuma süresi"
+other = " dakika okuma süresi"
+
+[updateAt]
+other = "Güncellenme tarihi"
+
+[noTag]
+other = "Etiketsiz"
+
+[prevPage]
+other = "Önceki sayfa"
+
+[nextPage]
+other = "Sonraki sayfa"
+
+[saveAsImage]
+other = "Resim olarak kaydet"
+
+[search]
+other = "Arama"