From 8fc63586c428f1d9dcb1e084c0d9a48802b15582 Mon Sep 17 00:00:00 2001
From: herrwinfried <ozgurarslln@icloud.com>
Date: Sun, 29 Jan 2023 20:14:11 +0000
Subject: [PATCH] feat: Added Turkish translation (#275)

---
 i18n/tr.toml |   65 ++++++++++++++++++++++++++++++++
 1 files changed, 65 insertions(+), 0 deletions(-)

diff --git a/i18n/tr.toml b/i18n/tr.toml
new file mode 100644
index 0000000..0515128
--- /dev/null
+++ b/i18n/tr.toml
@@ -0,0 +1,65 @@
+[404_message]
+other = "Hey! Biraz kaybolmuş görünüyorsun. Bu sayfa mevcut değil (veya özel olabilir)."
+
+[404_back]
+other = "↳ Seni eve götürelim."
+
+[all_posts]
+other = "Hepsi {{.Title}}"
+
+[last_updated]
+other = "Son güncelleme"
+
+[notes_count]
+other = "Bu etikete sahip notlar"
+
+[first_10]
+other = "İlk 10 sonuç gösteriliyor"
+
+[tag]
+other = "Etiket"
+
+[backlinks]
+other = "Geri bağlantılar"
+
+[no_backlinks]
+other = "Geri bağlantı bulunamadı"
+
+[home]
+other = "Ev"
+
+[light_mode]
+other = "Aydınlık Modu"
+
+[dark_mode]
+other = "Karanlık Modu"
+
+[edit_source]
+other = "Kaynağı Düzenle"
+
+[interactive_graph]
+other = "Etkileşimli Grafik"
+
+[search]
+other = "Ara"
+
+[search_icon]
+other = "Arama Simgesi"
+
+[icon_search]
+other = "Aramayı açmak için simge tıklayın"
+
+[recent_notes]
+other = "Son Notlar"
+
+[first_3_notes]
+other = "İlk Üç {{ .notes }}"
+
+[search_for_something]
+other = "Bir şey ara..."
+
+[toc]
+other = "İçindekiler"
+
+[copyright]
+other = "{{ .name }} tarafından <a href=\"https://github.com/jackyzha0/quartz\">Quartz</a> kullanılarak yapılmıştır, © {{ .year }}"

--
Gitblit v1.10.0