cs.js 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Komentáře",
  5. "Unknown user" : "Neznámý uživatel",
  6. "New comment …" : "Nový komentář ...",
  7. "Delete comment" : "Smazat komentář",
  8. "Post" : "Zveřejnit",
  9. "Cancel" : "Zrušit",
  10. "Edit comment" : "Upravit komentář",
  11. "[Deleted user]" : "[Smazaný uživatel]",
  12. "No comments yet, start the conversation!" : "Zatím bez komentářů, začněte konverzaci!",
  13. "More comments …" : "Více komentářů ...",
  14. "Save" : "Uložit",
  15. "Allowed characters {count} of {max}" : "Povolených znaků {count} z {max}",
  16. "Error occurred while retrieving comment with id {id}" : "Došlo k chybě při načítání komentáře s id {id}",
  17. "Error occurred while updating comment with id {id}" : "Došlo k chybě při aktualizování komentáře s id {id}",
  18. "Error occurred while posting comment" : "Došlo k chybě při zveřejňování komentáře",
  19. "_%n unread comment_::_%n unread comments_" : ["%n nepřečtený komentář","%n nepřečtené komentáře","%n nepřečtených komentářů"],
  20. "Comment" : "Komentář",
  21. "You commented" : "Okomentoval(a) jsi",
  22. "%1$s commented" : "%1$s okomentován",
  23. "{author} commented" : "{author} okomentoval(a)",
  24. "You commented on %1$s" : "Okomentoval(a) jste %1$s",
  25. "You commented on {file}" : "Okomentoval(a) jste {file}",
  26. "%1$s commented on %2$s" : "%1$s okomentoval %2$s",
  27. "{author} commented on {file}" : "{author} okomentoval(a) {file}",
  28. "<strong>Comments</strong> for files" : "<strong>Komentáře</strong> souborů",
  29. "A (now) deleted user mentioned you in a comment on “%s”" : "A (now) deleted user mentioned you in a comment on “%s”",
  30. "A (now) deleted user mentioned you in a comment on “{file}”" : "Nyní již smazaný uživatel vás zmínil v komentáři u \"{file}\"",
  31. "%1$s mentioned you in a comment on “%2$s”" : "%1$s vás zmínil(a) v komentáři u %2$s",
  32. "{user} mentioned you in a comment on “{file}”" : "{user} vás zmínil v komentáři u “{file}”",
  33. "Type in a new comment..." : "Zadat nový komentář...",
  34. "No other comments available" : "Nejsou dostupné žádné další komentáře",
  35. "More comments..." : "Více komentářů...",
  36. "{count} unread comments" : "{count} nepřečtených komentářů",
  37. "You commented on %2$s" : "Okomentoval(a) jsi %2$s"
  38. },
  39. "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");