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"