sk.js 2.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Komentáre",
  5. "You commented" : "Komentovali ste",
  6. "%1$s commented" : "%1$s komentoval",
  7. "{author} commented" : "{author} komentoval",
  8. "You commented on %1$s" : "Komentovali ste %1$s",
  9. "You commented on {file}" : "Komentovali ste {file}",
  10. "%1$s commented on %2$s" : "%1$s komentoval %2$s",
  11. "{author} commented on {file}" : "{author} komentoval {file}",
  12. "<strong>Comments</strong> for files" : "<strong>Komentáre</strong> pre súbory",
  13. "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ý",
  14. "{user} mentioned you in a comment on “{file}”" : "{user} vás spomenul v komentári k “{file}”",
  15. "Files app plugin to add comments to files" : "Plugin súborovej aplikácie ktorý umožňuje pridávať komentáre k súborom",
  16. "Edit comment" : "Upraviť komentár",
  17. "Delete comment" : "Zmazať komentár",
  18. "New comment …" : "Nový komentár ...",
  19. "Post" : "Odoslať",
  20. "Cancel" : "Zrušiť",
  21. "[Deleted user]" : "[Zmazaný užívateľ]",
  22. "No comments yet, start the conversation!" : "Žiadne komentáre, začnite konverzáciu!",
  23. "More comments …" : "Ďalšie komentáre ...",
  24. "Save" : "Uložiť",
  25. "Allowed characters {count} of {max}" : "Počet povolených znakov {count} z {max}",
  26. "Error occurred while retrieving comment with ID {id}" : "Pri načítavaní komentára s id {id} nastala chyba",
  27. "Error occurred while updating comment with id {id}" : "Pri aktualizovaní komentára s id {id} nastala chyba",
  28. "Error occurred while posting comment" : "Pri odosielaní komentára nastala chyba",
  29. "_%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"],
  30. "_1 new comment_::_{unread} new comments_" : ["1 nový komentár","{unread} nové komentáre","{unread} nových komentárov","{unread} nových komentárov"],
  31. "Comment" : "Komentár",
  32. "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Boli ste spomenutý v \"%s\", v komentári používateľom ktorý bol už vymazaný",
  33. "%1$s mentioned you in a comment on “%2$s”" : "%1$s vás spomenul v komentári k \"%2$s\""
  34. },
  35. "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");