sk_SK.js 1.9 KB

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