pl.toml 754 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. [categories]
  2. one = "kategoria"
  3. other = "kategorie"
  4. [tags]
  5. one = "tag"
  6. other = "tagi"
  7. [series]
  8. one = "seria"
  9. other = "seria"
  10. [authors]
  11. one = "autor(ka)"
  12. other = "autorzy"
  13. [posts]
  14. other = "posty"
  15. [reading_time]
  16. one = "1 min czytania"
  17. other = "{{ .Count }} min czytania"
  18. [page_not_found]
  19. other = "Nie znaleziono strony"
  20. [page_does_not_exist]
  21. other = "Wybacz, ta strona nie istnieje."
  22. [head_back]
  23. other = "Możesz wrócić na <a href=\"{{ . }}\">stronę domową</a>."
  24. [powered_by]
  25. other = "Napędzane przez"
  26. [see_also]
  27. other = "Zobacz również"
  28. [note]
  29. other = "notka"
  30. [tip]
  31. other = "wskazówka"
  32. [example]
  33. other = "przykład"
  34. [question]
  35. other = "pytanie"
  36. [info]
  37. other = "informacja"
  38. [warning]
  39. other = "ostrzeżenie"
  40. [error]
  41. other = "błąd"