sq.toml 756 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. [powered_by]
  25. other = "Mundësuar nga "
  26. [see_also]
  27. other = "Shiko gjithashtu"
  28. [note]
  29. other = "shënim"
  30. [tip]
  31. other = "ndihmë"
  32. [example]
  33. other = "shembull"
  34. [question]
  35. other = "pyetje"
  36. [info]
  37. other = "informacion"
  38. [warning]
  39. other = "kujdes"
  40. [error]
  41. other = "gabim"