1
0

tr.toml 863 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. [categories]
  2. one = "kategori"
  3. other = "kategoriler"
  4. [tags]
  5. one = "etiket"
  6. other = "etiketler"
  7. [series]
  8. one = "dizi"
  9. other = "diziler"
  10. [authors]
  11. one = "yazar"
  12. other = "yazarlar"
  13. [posts]
  14. one = "Gönderi"
  15. other = "Gönderiler"
  16. [reading_time]
  17. one = "Bir dakikalık okuma"
  18. other = "{{ .Count }} dakikalık okuma"
  19. [page_not_found]
  20. other = "Sayfa Bulunamadı"
  21. [page_does_not_exist]
  22. other = "Özür dileriz, böyle bir sayfa yok."
  23. [head_back]
  24. other = "<a href=\"{{ . }}\">Ana sayfaya</a> dönebilirsiniz."
  25. [licensed_under]
  26. other = "Lisansı alınta:"
  27. [powered_by]
  28. other = "Site program altyapısı"
  29. [see_also]
  30. other = "Ayrıca bakınız"
  31. [note]
  32. other = "not"
  33. [tip]
  34. other = "tavsiye"
  35. [example]
  36. other = "örnek"
  37. [question]
  38. other = "soru"
  39. [info]
  40. other = "bilgi"
  41. [warning]
  42. other = "uyarı"
  43. [error]
  44. other = "hata"
  45. [link_to_heading]
  46. other = "Başlık Linki"