ms.toml 738 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. [categories]
  2. one = "kategori"
  3. other = "kategori"
  4. [tags]
  5. one = "teg"
  6. other = "teg"
  7. [series]
  8. one = "siri"
  9. other = "siri"
  10. [author]
  11. other = "penulis"
  12. [authors]
  13. one = "penulis"
  14. other = "penulis"
  15. [posts]
  16. other = "artikel"
  17. [reading_time]
  18. one = "Bacaan 1 minit"
  19. other = "Bacaan {{ .Count }} minit"
  20. [page_not_found]
  21. other = "Halaman Tidak Dijumpai"
  22. [page_does_not_exist]
  23. other = "Maaf, halaman ini tidak wujud."
  24. [head_back]
  25. other = "Kembali ke <a href=\"{{ . }}\">halaman utama</a>."
  26. [powered_by]
  27. other = "Dikuasakan oleh"
  28. [see_also]
  29. other = "Lihat juga"
  30. [note]
  31. other = "nota"
  32. [tip]
  33. other = "tip"
  34. [example]
  35. other = "contoh"
  36. [question]
  37. other = "soalan"
  38. [info]
  39. other = "maklumat"
  40. [warning]
  41. other = "amaran"
  42. [error]
  43. other = "ralat"