site

personal website, served at mordaunt.dev/site
Log | Files | Refs

tr.toml (863B)


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