Selaa lähdekoodia

Add misssing Polish translations (#486)

Piotr Orzechowski 5 vuotta sitten
vanhempi
commit
3ab299fb8d
1 muutettua tiedostoa jossa 11 lisäystä ja 1 poistoa
  1. 11 1
      i18n/pl.toml

+ 11 - 1
i18n/pl.toml

@@ -7,8 +7,15 @@ other = "tag"
 [series]
 other = "seria"
 
+[author]
+other = "autor(ka)"
+
+[posts]
+other = "posty"
+
 [reading_time]
-other = "czas czytania: {{ .Count }} min"
+one = "1 min czytania"
+other = "{{ .Count }} min czytania"
 
 [page_not_found]
 other = "Nie znaleziono strony"
@@ -21,3 +28,6 @@ other = "Możesz wrócić na <a href=\"{{ . }}\">stronę domową</a>."
 
 [powered_by]
 other = "Napędzane przez"
+
+[see_also]
+other = "Zobacz również"