sk.json 2.3 KB

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