site

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

ms.toml (826B)


      1 [categories]
      2 one = "kategori"
      3 other = "kategori"
      4 
      5 [tags]
      6 one = "teg"
      7 other = "teg"
      8 
      9 [series]
     10 one = "siri"
     11 other = "siri"
     12 
     13 [author]
     14 other = "penulis"
     15 
     16 [authors]
     17 one = "penulis"
     18 other = "penulis"
     19 
     20 [posts]
     21 other = "artikel"
     22 
     23 [reading_time]
     24 one = "Bacaan 1 minit"
     25 other = "Bacaan {{ .Count }} minit"
     26 
     27 [page_not_found]
     28 other = "Halaman Tidak Dijumpai"
     29 
     30 [page_does_not_exist]
     31 other = "Maaf, halaman ini tidak wujud."
     32 
     33 [head_back]
     34 other = "Kembali ke <a href=\"{{ . }}\">halaman utama</a>."
     35 
     36 [licensed_under]
     37 other = "Licensed under"
     38 
     39 [powered_by]
     40 other = "Dikuasakan oleh"
     41 
     42 [see_also]
     43 other = "Lihat juga"
     44 
     45 [note]
     46 other = "nota"
     47 
     48 [tip]
     49 other = "tip"
     50 
     51 [example]
     52 other = "contoh"
     53 
     54 [question]
     55 other = "soalan"
     56 
     57 [info]
     58 other = "maklumat"
     59 
     60 [warning]
     61 other = "amaran"
     62 
     63 [error]
     64 other = "ralat"
     65 
     66 [link_to_heading]
     67 other = "Link to heading"