cs.js 2.3 KB

123456789101112131415161718192021222324252627282930313233
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Komentáře",
  5. "You commented" : "Okomentovali jste",
  6. "{author} commented" : "{author} okomentoval(a)",
  7. "You commented on %1$s" : "Okomentovali jste %1$s",
  8. "You commented on {file}" : "Okomentovali jste {file}",
  9. "%1$s commented on %2$s" : "%1$s okomentoval(a) %2$s",
  10. "{author} commented on {file}" : "{author} okomentoval(a) {file}",
  11. "<strong>Comments</strong> for files" : "<strong>Komentáře</strong> k souborům",
  12. "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Byli jste zmíněni u souboru „{file}“, v komentáři od uživatele, který byl později smazán",
  13. "{user} mentioned you in a comment on \"{file}\"" : "{user} vás zmínil(a) v komentáři u „{file}“",
  14. "Files app plugin to add comments to files" : "Zásuvný modul do aplikace Soubory pro přidávání komentářů k souborům",
  15. "Edit comment" : "Upravit komentář",
  16. "Delete comment" : "Smazat komentář",
  17. "Cancel edit" : "Zrušit úpravu",
  18. "Post comment" : "Odeslat komentář",
  19. "No comments yet, start the conversation!" : "Zatím bez komentářů, začněte konverzaci!",
  20. "No more messages" : "Žádné další zprávy",
  21. "Retry" : "Zkusit znovu",
  22. "Failed to mark comments as read" : "Nepodařilo se označit komentáře jako přečtené",
  23. "Unable to load the comments list" : "Nedaří se načíst seznam komentářů",
  24. "_%n unread comment_::_%n unread comments_" : ["%n nepřečtený komentář","%n nepřečtené komentáře","%n nepřečtených komentářů","%n nepřečtené komentáře"],
  25. "_1 new comment_::_{unread} new comments_" : ["Jeden nový komentář","{unread} nové komentáře","{unread} nových komentářů","{unread} nové komentáře"],
  26. "Comment" : "Komentář",
  27. "An error occurred while trying to edit the comment" : "Došlo k chybě při pokusu o úpravu komentáře",
  28. "Comment deleted" : "Komentář smazán",
  29. "An error occurred while trying to delete the comment" : "Došlo k chybě při pokusu o smazání komentáře",
  30. "An error occurred while trying to create the comment" : "Došlo k chybě při pokusu o vytvoření komentáře",
  31. "%1$s commented" : "%1$s okomentováno"
  32. },
  33. "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");