1
0

sk.json 2.2 KB

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