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