pl.json 1.5 KB

123456789101112131415161718192021222324252627
  1. { "translations": {
  2. "New comment …" : "Nowy komentarz ...",
  3. "Delete comment" : "Skasuj komentarz",
  4. "Post" : "Zapisz",
  5. "Cancel" : "Anuluj",
  6. "Edit comment" : "Edytuj komentarz",
  7. "[Deleted user]" : "[Usunięty użytkownik]",
  8. "Comments" : "Komentarze",
  9. "No comments yet, start the conversation!" : "Brak komentarzy, zacznij konwersację!",
  10. "More comments …" : "Więcej komentarzy ...",
  11. "Save" : "Zapisz",
  12. "Allowed characters {count} of {max}" : "Dozwolone znaki {count} z {max}",
  13. "Error occurred while retrieving comment with id {id}" : "W trakcie otrzymywania komentarza o identyfikatorze {id} wystąpił błąd.",
  14. "Error occurred while updating comment with id {id}" : "W trakcie aktualizacji komentarza o identyfikatorze {id} wystąpił błąd.",
  15. "Error occurred while posting comment" : "Podczas wysyłania komentarza wystąpił błąd",
  16. "{count} unread comments" : "{count} nieprzeczytanych komentarzy",
  17. "Comment" : "Komentarz",
  18. "<strong>Comments</strong> for files" : "<strong>Komentarze</strong> dla plików",
  19. "You commented" : "Skomentowałeś/łaś",
  20. "%1$s commented" : "%1$s skomentował",
  21. "You commented on %2$s" : "Skomentowałeś/łaś %2$s",
  22. "%1$s commented on %2$s" : "%1$s skomentował %2$s",
  23. "Type in a new comment..." : "Wprowadź nowy komentarz...",
  24. "No other comments available" : "Nie ma więcej komentarzy",
  25. "More comments..." : "Więcej komentarzy..."
  26. },"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
  27. }