pl.json 2.4 KB

1234567891011121314151617181920212223242526272829303132
  1. { "translations": {
  2. "Edit comment" : "Edytuj komentarz",
  3. "Delete comment" : "Skasuj komentarz",
  4. "New comment …" : "Nowy komentarz…",
  5. "Post" : "Zapisz",
  6. "Cancel" : "Anuluj",
  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}" : "Wystąpił błąd podczas pobierania komentarza o identyfikatorze {id}",
  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. "_%n unread comment_::_%n unread comments_" : ["%n nieprzeczytany komentarz","%n nieprzeczytane komentarze","%n nieprzeczytanych komentarzy","%n nieprzeczytanych komentarzy"],
  17. "Comment" : "Komentarz",
  18. "You commented" : "Skomentowałeś/-aś",
  19. "%1$s commented" : "%1$s skomentował/-a",
  20. "{author} commented" : "{author} skomentował/-a",
  21. "You commented on %1$s" : "Skomentowałeś/-aś w %1$s",
  22. "You commented on {file}" : "Skomentowałeś/-aś w {file}",
  23. "%1$s commented on %2$s" : "%1$s skomentował/-a %2$s",
  24. "{author} commented on {file}" : "{author} skomentował/-a w {file}‭",
  25. "<strong>Comments</strong> for files" : "<strong>Komentarze</strong> dla plików",
  26. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Zostałeś/aś wspomniany/a w \"{file}\" w komentarzach przez użytkownika, który został usunięty",
  27. "{user} mentioned you in a comment on “{file}”" : "{user} wspomniał/-a o Tobie w komentarzu “{file}”",
  28. "Files app plugin to add comments to files" : "Plugin umożliwiający dodawanie komentarzy w aplikacji Pliki",
  29. "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Wspomniano Cię w \"%s\" przez użytkownika, który został usunięty",
  30. "%1$s mentioned you in a comment on “%2$s”" : "%1$s wspomniał/-a o Tobie w komentarzu “%2$s”"
  31. },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
  32. }