aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-theme-stack/i18n/pl.yaml
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-11-16 19:32:18 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-11-17 01:28:57 +0300
commit239d68f94c6250276850fbe95eaa6cdd5c38fb26 (patch)
treec576da169afc442f51eae6213ad0ff749ed86589 /themes/hugo-theme-stack/i18n/pl.yaml
parent8e79098193fd0a8b65305dd8054cf7c424c60bc5 (diff)
Своя тема, полностью всё переделал
Diffstat (limited to 'themes/hugo-theme-stack/i18n/pl.yaml')
-rw-r--r--themes/hugo-theme-stack/i18n/pl.yaml82
1 files changed, 0 insertions, 82 deletions
diff --git a/themes/hugo-theme-stack/i18n/pl.yaml b/themes/hugo-theme-stack/i18n/pl.yaml
deleted file mode 100644
index 9f2982f..0000000
--- a/themes/hugo-theme-stack/i18n/pl.yaml
+++ /dev/null
@@ -1,82 +0,0 @@
-toggleMenu:
- other: Przełącz Menu
-
-darkMode:
- other: Tryb ciemny
-
-list:
- page:
- one: "{{ .Count }} strona"
- few: "{{ .Count }} strony"
- many: "{{ .Count }} stron"
- other: "{{ .Count }} stron"
-
- section:
- other: Sekcja
-
- subsection:
- one: Podsekcja
- few: Podsekcje
- many: Podsekcji
- other: Podsekcji
-
-article:
- back:
- other: Wróć
-
- tableOfContents:
- other: Spis treści
-
- relatedContent:
- other: Powiązane artykuły
-
- lastUpdatedOn:
- other: 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:
- other: Nie znaleziono
- subtitle:
- other: Ta strona nie istnieje
-
-widget:
- archives:
- title:
- other: Archiwum
-
- more:
- other: Więcej
-
- tagCloud:
- title:
- other: Tagi
-
- categoriesCloud:
- title:
- other: Kategorie
-
-search:
- title:
- other: Szukaj
-
- placeholder:
- other: 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:
- other: Zbudowano z {{ .Generator }}
-
- designedBy:
- other: Motyw {{ .Theme }} zaprojektowany przez {{ .DesignedBy }}