1
0

pl.json 2.6 KB

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