From f44816cc0ad52a2715732aeb53fc4ca1658ac263 Mon Sep 17 00:00:00 2001
From: Krystian Safjan <ksafjan@gmail.com>
Date: Fri, 02 Dec 2022 20:47:11 +0000
Subject: [PATCH] Add polish transtlation (#593)
---
i18n/pl.toml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 49 insertions(+), 0 deletions(-)
diff --git a/i18n/pl.toml b/i18n/pl.toml
new file mode 100644
index 0000000..bc66277
--- /dev/null
+++ b/i18n/pl.toml
@@ -0,0 +1,49 @@
+[more]
+other = "Więcej"
+
+[allTitle]
+other = "Wszystkie {{.Title }}"
+
+[recentTitle]
+other = "Ostatnie {{.Title }}"
+
+[readMore]
+other = "czytaj całość"
+
+[by]
+other = "autor"
+
+[whatsInThis]
+other = "Co jest w tym {{ .Type }}"
+
+[related]
+other = "Powiązane"
+
+[yourName]
+other = "Twoje Imię"
+
+[emailAddress]
+other = "Adres Email"
+
+[message]
+other = "Wiadomość"
+
+[emailRequiredNote]
+other = "Adres email jest wymagany"
+
+[send]
+other = "Wyślij"
+
+[taxonomyPageList]
+other = "Poniżej znajdziesz strony należące do kategorii “{{ .Title }}”"
+
+[readingTime]
+one = "Jedna minuta czytania"
+other = "{{ .Count }} minut czytania"
+
+[wordCount]
+one = "Jedno słowo"
+other = "{{ .Count }} słów"
+
+[pageTitle]
+other = "{{ .Name }} strona"
--
Gitblit v1.10.0