np.toml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. [categories]
  2. one = "वर्ग"
  3. other = "categories"
  4. [tags]
  5. one = "ट्याग"
  6. other = "tags"
  7. [series]
  8. one = "श्रृंखला"
  9. other = "series"
  10. [authors]
  11. one = "लेखक"
  12. other = "authors"
  13. [posts]
  14. other = "सामग्री"
  15. [reading_time]
  16. one = "एक मिनेट पढाई"
  17. other = "{{ .Count }} मिनेट पढाई"
  18. [page_not_found]
  19. other = "पृष्ठ भेटिएन।"
  20. [page_does_not_exist]
  21. other = "माफ गर्नुहोस, यो पृष्ठ उपलब्ध छैन।"
  22. [head_back]
  23. other = "मुख्यपृष्ठमा फर्किन सक्नुहुन्छ।<a href=\"{{ . }}\">मुख्यपृष्ठ</a>."
  24. [licensed_under]
  25. other = "Licensed under"
  26. [powered_by]
  27. other = "द्वारा संचालित"
  28. [see_also]
  29. other = "यो पनि हेर्नुहोस।"
  30. [note]
  31. other = "note"
  32. [tip]
  33. other = "tip"
  34. [example]
  35. other = "example"
  36. [question]
  37. other = "question"
  38. [info]
  39. other = "info"
  40. [warning]
  41. other = "warning"
  42. [error]
  43. other = "error"