From ac18f600c15c66ba2fb9b74021eb56bf70f6dc26 Mon Sep 17 00:00:00 2001 From: MikDal002 Date: Tue, 6 Jul 2021 12:29:22 +0200 Subject: feat(i18n): add Polish translation (#257) --- i18n/pl.yaml | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 i18n/pl.yaml diff --git a/i18n/pl.yaml b/i18n/pl.yaml new file mode 100644 index 0000000..455e682 --- /dev/null +++ b/i18n/pl.yaml @@ -0,0 +1,65 @@ +toggleMenu: + other: Przełącz Menu + +darkMode: + other: Tryb ciemny + +list: + page: + one: "{{ .Count }} strona" + other: "{{ .Count }} stron" + + section: + other: Sekcja + + subsection: + one: Podsekcja + other: Podsekcje + +article: + back: + other: Wróć + + tableOfContents: + other: Spis treści + + relatedContents: + other: Powiązane artykuły + + lastUpdatedOn: + other: Ostatnio zaktualizowany + +notFound: + title: + other: Nie znaleziono + subtitle: + other: Ta strona nie istnieje + +widget: + archives: + title: + other: Archiwum + + more: + other: Więcej + + tagCloud: + title: + other: Tagi + +search: + title: + other: Szukaj + + placeholder: + other: Wpisz coś... + + resultTitle: + other: "#PAGES_COUNT stron (#TIME_SECONDS sekund)" + +footer: + builtWith: + other: Zbudowano z {{ .Generator }} + + designedBy: + other: Motyw {{ .Theme }} zaprojektowany przez {{ .DesignedBy }} -- cgit v1.2.3