You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cs.json 2.9KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. { "translations": {
  2. "Comments" : "Komentáře",
  3. "You commented" : "Okomentovali jste",
  4. "%1$s commented" : "%1$s okomentován",
  5. "{author} commented" : "{author} okomentoval(a)",
  6. "You commented on %1$s" : "Okomentovali jste %1$s",
  7. "You commented on {file}" : "Okomentovali jste {file}",
  8. "%1$s commented on %2$s" : "%1$s okomentoval(a) %2$s",
  9. "{author} commented on {file}" : "{author} okomentoval(a) {file}",
  10. "<strong>Comments</strong> for files" : "<strong>Komentáře</strong> k souborům",
  11. "Files app plugin to add comments to files" : "Zásuvný modul do aplikace Soubory pro přidávání komentářů k souborům",
  12. "Edit comment" : "Upravit komentář",
  13. "Delete comment" : "Smazat komentář",
  14. "Cancel edit" : "Zrušit úpravu",
  15. "Post comment" : "Odeslat komentář",
  16. "No comments yet, start the conversation!" : "Zatím bez komentářů, začněte konverzaci!",
  17. "No more messages" : "Žádné další zprávy",
  18. "Retry" : "Zkusit znovu",
  19. "Unable to load the comments list" : "Nedaří se načíst seznam komentářů",
  20. "_%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"],
  21. "_1 new comment_::_{unread} new comments_" : ["Jeden nový komentář","{unread} nové komentáře","{unread} nových komentářů","{unread} nové komentáře"],
  22. "Comment" : "Komentář",
  23. "An error occurred while trying to edit the comment" : "Došlo k chybě při pokusu o úpravu komentáře",
  24. "Comment deleted" : "Komentář smazán",
  25. "An error occurred while trying to delete the comment" : "Došlo k chybě při pokusu o smazání komentáře",
  26. "An error occurred while trying to create the comment" : "Došlo k chybě při pokusu o vytvoření komentáře",
  27. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Byli jste zmíněni v souboru „{file}“, v komentáři od uživatele, který byl později smazán",
  28. "{user} mentioned you in a comment on “{file}”" : "{user} vás zmínil(a) v komentáři u „{file}“",
  29. "New comment …" : "Nový komentář…",
  30. "Post" : "Zveřejnit",
  31. "Cancel" : "Storno",
  32. "[Deleted user]" : "[Smazaný uživatel]",
  33. "More comments …" : "Více komentářů…",
  34. "Save" : "Uložit",
  35. "Allowed characters {count} of {max}" : "Využito {count} znaků z {max}",
  36. "Error occurred while retrieving comment with ID {id}" : "Došlo k chybě při načítání komentáře s identifikátorem {id}",
  37. "Error occurred while updating comment with id {id}" : "Došlo k chybě při aktualizování komentáře s id {id}",
  38. "Error occurred while posting comment" : "Došlo k chybě při zveřejňování komentáře"
  39. },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
  40. }