sq.toml 844 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. [categories]
  2. one = "kategori"
  3. other = "kategoritë"
  4. [tags]
  5. one = "shenjim"
  6. other = "shenjuesat"
  7. [series]
  8. one = "seritë"
  9. other = "seritë"
  10. [authors]
  11. one = "autori"
  12. other = "autorë"
  13. [posts]
  14. other = "postime"
  15. [reading_time]
  16. one = "një-minutë lexim"
  17. other = "{{ .Count }}-minute read"
  18. [page_not_found]
  19. other = "Nuk u gjet faqja"
  20. [page_does_not_exist]
  21. other = "Na vjen keq, faqja nuk u gjet"
  22. [head_back]
  23. other = "Mund të ktheheni prapë tek <a href=\"{{ . }}\">homepage</a>."
  24. [licensed_under]
  25. other = "Licensed under"
  26. [powered_by]
  27. other = "Mundësuar nga "
  28. [see_also]
  29. other = "Shiko gjithashtu"
  30. [note]
  31. other = "shënim"
  32. [tip]
  33. other = "ndihmë"
  34. [example]
  35. other = "shembull"
  36. [question]
  37. other = "pyetje"
  38. [info]
  39. other = "informacion"
  40. [warning]
  41. other = "kujdes"
  42. [error]
  43. other = "gabim"
  44. [link_to_heading]
  45. other = "Link to heading"