You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pl.js 2.7KB

123456789101112131415161718192021222324252627282930313233343536
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Komentarze",
  5. "You commented" : "Skomentowałeś",
  6. "{author} commented" : "{author} skomentował",
  7. "You commented on %1$s" : "Skomentowałeś w %1$s",
  8. "You commented on {file}" : "Skomentowałeś w {file}",
  9. "%1$s commented on %2$s" : "%1$s skomentował %2$s",
  10. "{author} commented on {file}" : "{author} skomentował w {file}‭",
  11. "<strong>Comments</strong> for files" : "<strong>Komentarze</strong> dla plików",
  12. "{user} mentioned you in a comment on \"{file}\"" : "{user} wspomniał o Tobie w komentarzu do “{file}”",
  13. "Files app plugin to add comments to files" : "Plugin umożliwiający dodawanie komentarzy w aplikacji Pliki",
  14. "Edit comment" : "Edytuj komentarz",
  15. "Delete comment" : "Usuń komentarz",
  16. "Cancel edit" : "Anuluj edycję",
  17. "New comment" : "Nowy komentarz",
  18. "Post comment" : "Wyślij komentarz",
  19. "@ for mentions, : for emoji, / for smart picker" : "@ dla wzmianek, : dla emoji, / dla inteligentnego wybierania",
  20. "Could not reload comments" : "Nie można ponownie załadować komentarzy",
  21. "No comments yet, start the conversation!" : "Brak komentarzy, rozpocznij rozmowę!",
  22. "No more messages" : "Nie ma więcej wiadomości",
  23. "Retry" : "Powtórz",
  24. "Failed to mark comments as read" : "Nie udało się oznaczyć komentarzy jako przeczytane",
  25. "Unable to load the comments list" : "Nie można załadować listy komentarzy",
  26. "_1 new comment_::_{unread} new comments_" : ["{unread} nowy komentarz","{unread} nowe komentarze","{unread} nowych komentarzy","{unread} nowe komentarze"],
  27. "Comment" : "Komentarz",
  28. "An error occurred while trying to edit the comment" : "Wystąpił błąd podczas próby edycji komentarza",
  29. "Comment deleted" : "Komentarz usunięty",
  30. "An error occurred while trying to delete the comment" : "Wystąpił błąd podczas próby usunięcia komentarza",
  31. "An error occurred while trying to create the comment" : "Wystąpił błąd podczas próby utworzenia komentarza",
  32. "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Wspomniano o Tobie w komentarzu w \"{file}\" przez użytkownika, który został usunięty",
  33. "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "\"@\" dla wzmianek, \":\" dla emoji, \"/\" dla inteligentnego wybierania",
  34. "_%n unread comment_::_%n unread comments_" : ["%n nieprzeczytany komentarz","%n nieprzeczytane komentarze","%n nieprzeczytanych komentarzy","%n nieprzeczytanych komentarzy"]
  35. },
  36. "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);");