Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikDal002 <mikdal_opensource@outlook.com>2021-07-06 13:29:22 +0300
committerGitHub <noreply@github.com>2021-07-06 13:29:22 +0300
commitac18f600c15c66ba2fb9b74021eb56bf70f6dc26 (patch)
treeb623588824c33c7510412d7d7ab8d764dcc3700b
parent46908815fcd6fa343047f740d0b2c7fd0b9f5745 (diff)
feat(i18n): add Polish translation (#257)
-rw-r--r--i18n/pl.yaml65
1 files changed, 65 insertions, 0 deletions
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 }}