pl.yaml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. toggleMenu:
  2. other: Przełącz Menu
  3. darkMode:
  4. other: Tryb ciemny
  5. list:
  6. page:
  7. one: "{{ .Count }} strona"
  8. other: "{{ .Count }} stron"
  9. section:
  10. other: Sekcja
  11. subsection:
  12. one: Podsekcja
  13. other: Podsekcje
  14. article:
  15. back:
  16. other: Wróć
  17. tableOfContents:
  18. other: Spis treści
  19. relatedContents:
  20. other: Powiązane artykuły
  21. lastUpdatedOn:
  22. other: Ostatnio zaktualizowany
  23. readingTime:
  24. one: "Przeczytasz w {{ .Count }} minutę"
  25. other: "Przeczytasz w {{ .Count }} minut"
  26. notFound:
  27. title:
  28. other: Nie znaleziono
  29. subtitle:
  30. other: Ta strona nie istnieje
  31. widget:
  32. archives:
  33. title:
  34. other: Archiwum
  35. more:
  36. other: Więcej
  37. tagCloud:
  38. title:
  39. other: Tagi
  40. categoriesCloud:
  41. title:
  42. other: Kategorie
  43. search:
  44. title:
  45. other: Szukaj
  46. placeholder:
  47. other: Wpisz coś...
  48. resultTitle:
  49. other: "#PAGES_COUNT stron (#TIME_SECONDS sekund)"
  50. footer:
  51. builtWith:
  52. other: Zbudowano z {{ .Generator }}
  53. designedBy:
  54. other: Motyw {{ .Theme }} zaprojektowany przez {{ .DesignedBy }}