From f44816cc0ad52a2715732aeb53fc4ca1658ac263 Mon Sep 17 00:00:00 2001 From: Krystian Safjan Date: Fri, 2 Dec 2022 21:47:11 +0100 Subject: [PATCH] Add polish transtlation (#593) --- i18n/pl.toml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 i18n/pl.toml 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"