pl.json 2.3 KB

123456789101112131415161718192021222324252627282930
  1. { "translations": {
  2. "Comments" : "Komentarze",
  3. "You commented" : "Skomentowałeś",
  4. "{author} commented" : "{author} skomentował",
  5. "You commented on %1$s" : "Skomentowałeś w %1$s",
  6. "You commented on {file}" : "Skomentowałeś w {file}",
  7. "%1$s commented on %2$s" : "%1$s skomentował %2$s",
  8. "{author} commented on {file}" : "{author} skomentował w {file}‭",
  9. "<strong>Comments</strong> for files" : "<strong>Komentarze</strong> dla plików",
  10. "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",
  11. "{user} mentioned you in a comment on \"{file}\"" : "{user} wspomniał o Tobie w komentarzu do “{file}”",
  12. "Files app plugin to add comments to files" : "Plugin umożliwiający dodawanie komentarzy w aplikacji Pliki",
  13. "Edit comment" : "Edytuj komentarz",
  14. "Delete comment" : "Usuń komentarz",
  15. "Cancel edit" : "Anuluj edycję",
  16. "Post comment" : "Wyślij komentarz",
  17. "No comments yet, start the conversation!" : "Brak komentarzy, rozpocznij rozmowę!",
  18. "No more messages" : "Nie ma więcej wiadomości",
  19. "Retry" : "Powtórz",
  20. "Unable to load the comments list" : "Nie można załadować listy komentarzy",
  21. "_%n unread comment_::_%n unread comments_" : ["%n nieprzeczytany komentarz","%n nieprzeczytane komentarze","%n nieprzeczytanych komentarzy","%n nieprzeczytanych komentarzy"],
  22. "_1 new comment_::_{unread} new comments_" : ["{unread} nowy komentarz","{unread} nowe komentarze","{unread} nowych komentarzy","{unread} nowe komentarze"],
  23. "Comment" : "Komentarz",
  24. "An error occurred while trying to edit the comment" : "Wystąpił błąd podczas próby edycji komentarza",
  25. "Comment deleted" : "Komentarz usunięty",
  26. "An error occurred while trying to delete the comment" : "Wystąpił błąd podczas próby usunięcia komentarza",
  27. "An error occurred while trying to create the comment" : "Wystąpił błąd podczas próby utworzenia komentarza",
  28. "%1$s commented" : "%1$s skomentował"
  29. },"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);"
  30. }