sk.json 2.1 KB

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