pl.yaml 517 B

123456789101112131415161718192021222324252627282930313233
  1. - id: prev_page
  2. translation: "Poprzednia"
  3. - id: next_page
  4. translation: "Następna"
  5. - id: read_time
  6. translation:
  7. one: "1 min"
  8. other: "{{ .Count }} min"
  9. - id: words
  10. translation:
  11. one : "słowo"
  12. other: "{{ .Count }} słów"
  13. - id: toc
  14. translation: "Spis treści"
  15. - id: translations
  16. translation: "Tłumaczenia"
  17. - id: home
  18. translation: "Strona Główna"
  19. - id: edit_post
  20. translation: "Edytuj"
  21. - id: code_copy
  22. translation: "Kopiuj"
  23. - id: code_copied
  24. translation: "Skopiowano!"