From c133e985a209e05013bce42a6dbf5c0806601bc3 Mon Sep 17 00:00:00 2001
From: Orzech <piotr@orzechowski.tech>
Date: Mon, 05 Apr 2021 16:44:21 +0000
Subject: [PATCH] Update Polish translations (#552)

---
 i18n/pl.toml |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/i18n/pl.toml b/i18n/pl.toml
index 62f0d87..f4cfd22 100644
--- a/i18n/pl.toml
+++ b/i18n/pl.toml
@@ -1,15 +1,24 @@
 [category]
 other = "kategoria"
 
+[categories]
+other = "kategorie"
+
 [tag]
 other = "tag"
 
+[tags]
+other = "tagi"
+
 [series]
 other = "seria"
 
 [author]
 other = "autor(ka)"
 
+[authors]
+other = "autorzy"
+
 [posts]
 other = "posty"
 
@@ -31,3 +40,24 @@
 
 [see_also]
 other = "Zobacz również"
+
+[note]
+other = "notka"
+
+[tip]
+other = "wskazówka"
+
+[example]
+other = "przykład"
+
+[question]
+other = "pytanie"
+
+[info]
+other = "informacja"
+
+[warning]
+other = "ostrzeżenie"
+
+[error]
+other = "błąd"

--
Gitblit v1.10.0