hugo-theme-stack/i18n/pl.yaml
Jacob Zhong 4be110e540
refactor(widget): taxonomy widget (#763)
* Add link to navbar sections and refactor names

* Prevent duplicate tags and categories information

* Add style to the widget links

* refactor: add `taxonomy` widget

Replaces `categories` and `tag-cloud` widget.

* style: remove unused `font_size_{{ .Count }}` in `taxonomy` widget

---------

Co-authored-by: Jimmy Cai <hi@jimmycai.com>
2023-08-27 18:26:53 +02:00

52 lines
1.3 KiB
YAML

toggleMenu: Przełącz Menu
darkMode: Tryb ciemny
list:
page:
one: "{{ .Count }} strona"
few: "{{ .Count }} strony"
many: "{{ .Count }} stron"
other: "{{ .Count }} stron"
section: Sekcja
subsection:
one: Podsekcja
few: Podsekcje
many: Podsekcji
other: Podsekcji
article:
back: Wróć
tableOfContents: Spis treści
relatedContent: Powiązane artykuły
lastUpdatedOn: Ostatnio zaktualizowany
readingTime:
one: "Przeczytasz w {{ .Count }} minutę"
few: "Przeczytasz w {{ .Count }} minuty"
many: "Przeczytasz w {{ .Count }} minut"
other: "Przeczytasz w {{ .Count }} minut"
notFound:
title: Nie znaleziono
subtitle: Ta strona nie istnieje
widget:
archives:
title: Archiwum
more: Więcej
search:
title: Szukaj
placeholder: Wpisz coś...
resultTitle:
one: "#PAGES_COUNT strona (#TIME_SECONDS sekund)"
few: "#PAGES_COUNT strony (#TIME_SECONDS sekund)"
many: "#PAGES_COUNT stron (#TIME_SECONDS sekund)"
other: "#PAGES_COUNT stron (#TIME_SECONDS sekund)"
footer:
builtWith: Zbudowano z {{ .Generator }}
designedBy: Motyw {{ .Theme }} zaprojektowany przez {{ .DesignedBy }}