sk.json 2.2 KB

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