From c133e985a209e05013bce42a6dbf5c0806601bc3 Mon Sep 17 00:00:00 2001 From: Orzech Date: Mon, 5 Apr 2021 18:44:21 +0200 Subject: [PATCH] Update Polish translations (#552) --- i18n/pl.toml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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 @@ other = "Napędzane przez" [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"