sk.js 2.2 KB

1234567891011121314151617181920212223242526272829303132
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Komentáre",
  5. "You commented" : "Komentovali ste",
  6. "{author} commented" : "{author} komentoval",
  7. "You commented on %1$s" : "Komentovali ste %1$s",
  8. "You commented on {file}" : "Komentovali ste {file}",
  9. "%1$s commented on %2$s" : "%1$s komentoval %2$s",
  10. "{author} commented on {file}" : "{author} komentoval {file}",
  11. "<strong>Comments</strong> for files" : "<strong>Komentáre</strong> pre súbory",
  12. "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Boli ste spomenutý v \"{file}\", v komentári používateľom ktorý bol už vymazaný",
  13. "{user} mentioned you in a comment on \"{file}\"" : "{user} vás spomenul v komentári k “{file}”",
  14. "Files app plugin to add comments to files" : "Zásuvný modul aplikácie súborov, ktorý umožňuje súborom pridávať komentáre",
  15. "Edit comment" : "Upraviť komentár",
  16. "Delete comment" : "Zmazať komentár",
  17. "Cancel edit" : "Zrušiť upravovanie",
  18. "Post comment" : "Odoslať komentár",
  19. "No comments yet, start the conversation!" : "Žiadne komentáre, začnite konverzáciu!",
  20. "No more messages" : "Žiadne ďaĺšie správy",
  21. "Retry" : "Skúsiť znova",
  22. "Unable to load the comments list" : "Nie je možné načítať zoznam komentárov",
  23. "_%n unread comment_::_%n unread comments_" : ["%n neprečítaný komentár","%n neprečítaných komentárov","%n neprečítaných komentárov","%n neprečítaných komentárov"],
  24. "_1 new comment_::_{unread} new comments_" : ["1 nový komentár","{unread} nové komentáre","{unread} nových komentárov","{unread} nových komentárov"],
  25. "Comment" : "Komentár",
  26. "An error occurred while trying to edit the comment" : "Vyskytla sa chyba pri editovaní komentára",
  27. "Comment deleted" : "Komentár bol odstránený",
  28. "An error occurred while trying to delete the comment" : "Vyskytla sa chyba pri mazaní komentára",
  29. "An error occurred while trying to create the comment" : "Vyskytla sa chyba pri vytváraní komentára",
  30. "%1$s commented" : "%1$s komentoval"
  31. },
  32. "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");