pl.json 2.0 KB

12345678910111213141516171819202122
  1. { "translations": {
  2. "Shared with %1$s" : "Współdzielone z %1$s",
  3. "Shared with {email}" : "Współdzielone z {email}",
  4. "Shared with %1$s by %2$s" : "Współdzielone z %1$s przez %2$s",
  5. "Shared with {email} by {actor}" : "Współdzielone z {email} przez {actor}",
  6. "You shared %1$s with %2$s by mail" : "Współdzielisz %1$s z %2$s przez e-maila",
  7. "You shared {file} with {email} by mail" : "Współdzielisz {file} z {email} przez e-maila",
  8. "%3$s shared %1$s with %2$s by mail" : "%3$s współdzieli %1$s z %2$s przez e-maila",
  9. "{actor} shared {file} with {email} by mail" : "{actor} współdzieli {file} z {email} przez e-maila",
  10. "Sharing %s failed, this item is already shared with %s" : "Współdzielenie %s nie udało się, ten obiekt już jest współdzielony z %s",
  11. "Failed to send share by E-mail" : "Nie udało się wysłać współdzielenia przez e-maila",
  12. "%s shared »%s« with you" : "%s współdzieli »%s« z tobą",
  13. "%s shared »%s« with you on behalf of %s" : "%s współdzieli »%s« z tobą w imieniu %s",
  14. "Failed to create the E-mail" : "Nie udało się utworzyć e-maila",
  15. "Could not find share" : "Nie można odnaleźć współdzielonego obiektu",
  16. "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Hej,\n\n%s współdzieli »%s« z tobą w imieniu %s.\n\n%s\n\n",
  17. "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Hej,\n\n%s współdzieli »%s« z tobą.\n\n%s\n\n",
  18. "Cheers!" : "Zdrówko!",
  19. "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Hej,<br><br>%s współdzieli <a href=\"%s\">%s</a> z tobą w imieniu %s.<br><br>",
  20. "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Hej,<br><br>%s współdzieli <a href=\"%s\">%s</a> z tobą.<br><br>"
  21. },"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);"
  22. }