sk.js 2.2 KB

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