From 8fc63586c428f1d9dcb1e084c0d9a48802b15582 Mon Sep 17 00:00:00 2001 From: herrwinfried Date: Sun, 29 Jan 2023 23:14:11 +0300 Subject: [PATCH] feat: Added Turkish translation (#275) --- i18n/tr.toml | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 i18n/tr.toml diff --git a/i18n/tr.toml b/i18n/tr.toml new file mode 100644 index 00000000..0515128b --- /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 Quartz kullanılarak yapılmıştır, © {{ .year }}"