themes/hugo-coder/i18n/pl.toml
ba0134ba06269e1cb60e63fcb7bda13f41e76e1b
· 775 B · 63 lines
raw
| 1 | [category] |
| 2 | other = "kategoria" |
| 3 | |
| 4 | [categories] |
| 5 | other = "kategorie" |
| 6 | |
| 7 | [tag] |
| 8 | other = "tag" |
| 9 | |
| 10 | [tags] |
| 11 | other = "tagi" |
| 12 | |
| 13 | [series] |
| 14 | other = "seria" |
| 15 | |
| 16 | [author] |
| 17 | other = "autor(ka)" |
| 18 | |
| 19 | [authors] |
| 20 | other = "autorzy" |
| 21 | |
| 22 | [posts] |
| 23 | other = "posty" |
| 24 | |
| 25 | [reading_time] |
| 26 | one = "1 min czytania" |
| 27 | other = "{{ .Count }} min czytania" |
| 28 | |
| 29 | [page_not_found] |
| 30 | other = "Nie znaleziono strony" |
| 31 | |
| 32 | [page_does_not_exist] |
| 33 | other = "Wybacz, ta strona nie istnieje." |
| 34 | |
| 35 | [head_back] |
| 36 | other = "Możesz wrócić na <a href=\"{{ . }}\">stronę domową</a>." |
| 37 | |
| 38 | [powered_by] |
| 39 | other = "Napędzane przez" |
| 40 | |
| 41 | [see_also] |
| 42 | other = "Zobacz również" |
| 43 | |
| 44 | [note] |
| 45 | other = "notka" |
| 46 | |
| 47 | [tip] |
| 48 | other = "wskazówka" |
| 49 | |
| 50 | [example] |
| 51 | other = "przykład" |
| 52 | |
| 53 | [question] |
| 54 | other = "pytanie" |
| 55 | |
| 56 | [info] |
| 57 | other = "informacja" |
| 58 | |
| 59 | [warning] |
| 60 | other = "ostrzeżenie" |
| 61 | |
| 62 | [error] |
| 63 | other = "błąd" |